@charset "utf-8";

:root {
    --link-font: "Maven Pro";
    --link-button-color-default: #000000;
    --link-social-color-default: '';
    --link-social-color-shadow: #000000;
    --link-social-color-blend: #00000000;
    --link-background-gradient-style: to bottom;
    --link-background-image-blur: 0;
    --link-background-image-opacity: 0;
    --theme-color: #ed6e4d;
    --pixel-svg-right-top: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyAxNiI+PHJlY3QgeD0iMTEiIHk9IjgiIHdpZHRoPSI4IiBoZWlnaHQ9IjgiLz48cmVjdCB3aWR0aD0iMTEiIGhlaWdodD0iMTYiLz48L3N2Zz4=");
    --pixel-svg-right-bottom: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyAyNCI+PHBvbHlnb24gcG9pbnRzPSIxOSAwIDExIDAgMCAwIDAgOCAwIDE2IDAgMjQgMTkgMjQgMTkgMTYgMjcgMTYgMjcgMCAxOSAwIi8+PC9zdmc+");
    --pixel-svg-left-top: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOSAxNiI+PHBvbHlnb24gcG9pbnRzPSI4IDAgOCA4IDAgOCAwIDE2IDggMTYgOSAxNiAxOSAxNiAxOSAwIDggMCIvPjwvc3ZnPg==");
    --pixel-svg-left-bottom: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOSAyNCI+PHBvbHlnb24gcG9pbnRzPSI5IDAgOCAwIDAgMCAwIDggOCA4IDggMTYgMTYgMTYgMTYgMjQgMTkgMjQgMTkgMTYgMTkgOCAxOSAwIDkgMCIvPjwvc3ZnPg==")
}

body {
    --link-background-image-blur: 4px;
    --link-background-image-opacity: 0.05;
    --link-background-gradient-style: to bottom;
    --link-page-bg-gradient-style: to bottom;
    --link-button-bg-color: #222222;
    --link-button-font-color: #ffffff;
    --link-button-bg-border-color: var(--link-button-bg-color);
    --link-button-shadow-color: #000000;
    --link-button-radius12: 10px;
    --link-social-radius: 8px;
    --link-button-border-color: #ffffff;
    --link-button-border-font-color: #444444;
    --link-button-border-bg-color: rgba(0, 0, 0, 0);
    --link-button-bg-thumbnail-color: #222222;
    --link-button-bg-thumbnail-border-color: #222222;
    --link-button-border-thumbnail-color: #ffffff;
    --link-button-border-thumbnail-border-color: #ffffff;
    --link-social-color: #222222;
    --link-social-border-color: var(--link-social-color);
    --link-title-color: #222222;
    --link-block-font-color: #ffffff;
    --link-block-corner: 0px;
    --link-block-border: 2px;
    --link-block-border-color: #000000;
    --link-block-bg-color: #000000;
    --link-block-shadow-color: var(--link-button-shadow-color);
    --link-thumbnail-radius: 50%;
    --link-thumbnail-color: #FFFFFF;
    --link-desc-color: var(--link-title-color);
    --link-action-bg-color: #ffffff;
    --link-action-font-color: #222222;
    --link-profile-corner: 50%;
    --link-divider-width: 100%;
    --link-divider-height: 2px
}

body .item-form {
    --form-tmpl-font: var(--link-font);
    --form-tmpl-color: #FFFFFF;
    --form-style-color: var(--link-block-font-color);
    --form-bg-color: #FFFFFF;
    --form-title-color: var(--link-block-font-color);
    --form-text-color: var(--link-block-font-color);
    --form-submit-color: var(--link-action-bg-color);
    --form-submit-font-color: var(--link-action-font-color);
    --form-tmpl-radius: var(--link-block-corner)
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    font-family: Karla, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    min-height: 100vh
}

body::-webkit-scrollbar {
    display: none
}

.body {
    padding: 1rem 12px 60px;
    color: #333
}

.bg-container {
    display: flex;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: -1;
    top: 0
}

.bg-0,
.bg-2 {
    width: 0;
    height: 100%
}

.bg-1 {
    overflow: hidden;
    height: 100%;
    width: 100%
}

.bg {
    background: center center no-repeat;
    background-size: cover;
    position: relative;
    height: 100%
}

.bg div {
    width: 110%;
    height: 110%;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), center center no-repeat;
    background-size: cover;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
    position: absolute;
    top: -5%;
    left: -5%;
    z-index: -1;
    transform: scale(1.05);
    opacity: .95
}

.bg video {
    display: none;
    object-fit: cover;
    width: 100vw;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0
}

.animate-container canvas {
    width: 100%;
    height: 100%
}

a {
    text-decoration: none
}

.container {
    margin: auto;
    position: relative;
    display: flex;
    min-height: 80vh;
    padding-bottom: 20px
}

section {
    position: relative;
    width: 100%;
    min-height: 320px;
    text-align: center;
    margin: auto;
    padding: 15px 15px 20px;
    z-index: 1
}

section .section-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

.center {
    text-align: center
}

.layout-basic {
    text-align: center
}




.avatar img[src=''] {
    opacity: 0
}

.avatar.verified::after {
    content: " ";
    position: absolute;
    display: inline-block;
    background: url(//bio.linkcdn.to//static/images/verified_sprite.png) -2000px/cover no-repeat;
    bottom: 4px;
    right: 5px;
    z-index: 2;
    width: 20px;
    height: 20px
}

.avatar.verified::after {
    bottom: calc(var(--link-profile-corner)/10);
    right: calc(var(--link-profile-corner)/10)
}

.verified.verified-twitter::after {
    background-position: -20px 0
}

.verified.verified-facebook::after {
    background-position: -60px 0
}

.verified.verified-instagram::after {
    background-position: 0 0
}

.verified.verified-tiktok::after {
    background-position: -40px 0
}

.text h3 {
    font-size: 20px;
    margin: 12px 0 6px;
    word-break: break-word;
    color: var(--link-title-color)
}

.desc {
    color: var(--link-desc-color);
    font-size: 16px;
    line-height: 20px;
    min-height: 20px;
    margin-bottom: 12px;
    word-break: break-word;
    white-space: pre-wrap
}

.button-item {
    position: relative
}

.item {
    margin: 20px 0;
    border-radius: 40px;
    min-height: 48px;
    line-height: 48px;
    background-color: #566bb2;
    position: relative
}

.item .ctm-style {
    position: relative
}

.item .link-text {
    display: none;
    font-size: 12px;
    line-height: 18px
}

.item .btn {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding: 8px 72px;
    text-align: center;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-inline-box;
    vertical-align: middle;
    word-break: break-word;
    -webkit-box-orient: vertical
}

.button-item .ctm-style a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: auto;
    min-height: 60px;
    text-decoration: none;
}

.button-item .ctm-style button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: auto;
    min-height: 48px;
    background: initial
}

.item .btn-icon {
    position: absolute;
    height: 36px;
    left: 16px;
    width: 36px;
    line-height: 36px
}

.item .btn-icon span {
    display: none;
    width: 100%;
    height: 100%;
    border-radius: var(--link-thumbnail-radius);
    font-size: 20px;
    border: 2px solid var(--link-thumbnail-color);
    line-height: 32px;
    color: var(--link-thumbnail-color)
}

.item .btn-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--link-thumbnail-radius);
    vertical-align: baseline
}

.item .btn-text {
    width: 100%;
    line-height: 1.6em
}

.item .btn-status {
    position: absolute;
    height: 32px;
    right: 3%;
    width: 32px;
    display: none;
    line-height: 32px
}

.item .btn-status img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: baseline
}

.item .btn-status span {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative
}

.btn-status.live-ing,
.btn-status.game-ing,
.btn-status.online-ing,
.btn-status.sale-sale {
    display: block
}

.btn-status.live-ing span {
    background: center/cover url(https://bio.linkcdn.to//icons/status/live-ing.gif) no-repeat
}

.btn-status.game-ing span {
    background: center/cover url(https://bio.linkcdn.to//icons/status/game-ing.gif) no-repeat
}

.btn-status.online-ing span {
    background: center/cover url(https://bio.linkcdn.to//icons/status/online-ing.gif) no-repeat
}

.btn-status.sale-sale span {
    background: center/cover url(https://bio.linkcdn.to//icons/status/sale-sale.gif) no-repeat
}

.item .item--bg {
    display: none
}

.item .item--bg::before {
    content: "";
    display: none
}

.item .item--bg::after {
    content: "";
    display: none
}

.item-header {
    padding-bottom: 16px;
    padding-top: 28px;
    margin-top: -16px;
    margin-bottom: -16px;
    color: var(--link-title-color)
}

.item-header h3 {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    word-break: break-word
}

.item-video {
    margin: 20px 0
}

.item-video .video-box {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 58%
}

.item-video .video-box iframe,
.item-video .video-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--link-block-corner);
    object-fit: cover
}

.item-video .video-box iframe {
    object-fit: initial
}

.item-video .embed-iframe-youtube {
    padding-bottom: 56.25%
}

.item-video .embed-iframe-tiktok {
    max-width: 323px;
    max-height: 575px;
    height: 575px;
    margin: auto;
    overflow: hidden
}

.item-video .embed-iframe-tiktok {
    padding-bottom: 575px;
    border-radius: var(--link-block-corner)
}

.item-video .embed-iframe-tiktok iframe {
    max-height: 778px !important;
    min-height: 180px;
    height: 117% !important;
    width: calc(100% + 6px) !important;
    margin-left: -3px;
    margin-top: -2px
}

.item-video .embed-iframe-bilibili {
    padding-bottom: 68%
}

.item-form {
    position: relative;
    margin: 20px auto;
    border-radius: var(--link-block-corner);
    background-color: var(--link-block-bg-color);
    border-color: var(--link-block-border-color);
    word-break: break-word
}

.item-form .form-tmpl {
    background: 0 0;
    padding: 12px 16px
}

.item-form .form-control input,
.item-form .form-control select,
.item-form .form-control textarea {
    border-radius: var(--link-block-corner)
}

.item-form .form-field-phone .dial-code {
    border-radius: var(--link-block-corner) 0 0 var(--link-block-corner)
}

.item-form .form-field-phone input.data-field {
    border-radius: 0 var(--link-block-corner) var(--link-block-corner) 0
}

.item-form .form-submit-terms {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: center;
    color: var(--form-title-color)
}

.item-form .form-control.form-title {
    text-align: center
}

.item-form .g-recaptcha {
    opacity: 0
}

.cmpt-button-buttonLink {
    counter-reset: buttonLinkSort
}

.cmpt-button-buttonLink.swiper-container-initialized {
    position: relative;
    overflow: hidden;
    margin: 0 0 0 -20px;
    padding-top: 24px
}

.cmpt-button-buttonLink .show-sortNum::before {
    counter-increment: buttonLinkSort;
    content: counter(buttonLinkSort);
    display: block;
    position: absolute;
    width: 24px;
    left: -30px;
    text-align: right;
    top: 50%;
    transform: translateY(-50%);
    letter-spacing: -1px
}

.cmpt-button-buttonLink .swiper-slide {
    padding: 0 14px 0 34px
}

section .cmpt-button-buttonLink .swiper-pagination {
    top: 0;
    bottom: auto;
    left: 10px
}

.cmpt-button-buttonLink .swiper-pagination-bullet {
    background: transparent;
    border: 2px solid rgba(0, 0, 0, .35);
    width: 14px;
    height: 14px;
    vertical-align: middle;
    opacity: 1;
    margin-bottom: 2px !important
}

.cmpt-button-buttonLink .swiper-pagination-bullet-active {
    width: 16px !important;
    height: 16px !important;
    background: #fff
}

.cmpt-button-buttonLink .swiper-button-prev,
.cmpt-button-buttonLink .swiper-button-next {
    background: transparent;
    line-height: 44px
}

.cmpt-button-buttonLink .swiper-button-prev svg,
.cmpt-button-buttonLink .swiper-button-next svg {
    vertical-align: middle;
    width: 28px;
    height: 28px
}

.cmpt-button-buttonLink .swiper-button-prev {
    position: fixed;
    left: 50%;
    margin-left: -350px
}

.cmpt-button-buttonLink .swiper-button-next {
    position: fixed;
    right: 50%;
    margin-right: -350px
}

.cmpt-social-socialOrigin,
.cmpt-social-socialBorder,
.social_list {
    margin-top: 20px
}

.cmpt-social-socialOrigin ul,
.cmpt-social-socialBorder ul,
.social_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.cmpt-social-socialOrigin li,
.cmpt-social-socialBorder li,
.social_list li {
    width: 48px;
    text-align: center;
    height: 40px;
    margin-bottom: 12px
}

.cmpt-social-socialOrigin li a,
.cmpt-social-socialBorder li a,
.social_list li a {
    display: block;
    width: 32px;
    height: 32px;
    padding: 0;
    margin: auto
}

.cmpt-social-socialOrigin li a img,
.social_list li a img {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.cmpt-social-socialOrigin li a span {
    display: none
}

.cmpt-social-socialBorder li a img {
    display: none
}

.cmpt-social-socialBorder li a span {
    display: inline-block
}

.social_list li a span {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    font-size: 18px;
    line-height: 28px;
    border: 2px solid var(--link-social-color);
    color: var(--link-social-color)
}

.social_list li a span.line {
    border: 0;
    font-size: 32px;
    line-height: 32px
}

.social_list li a span.solid {
    border: 0;
    font-size: 32px;
    line-height: 32px
}

.item-ytbsub {
    background: #333433;
    padding: 12px 16px;
    color: #fff;
    margin: 20px auto;
    border-radius: var(--link-block-corner)
}

.ytbsub-logo {
    height: 20px
}

.ytbsub-logo svg {
    pointer-events: none;
    display: block;
    height: 100%
}

.youtube-paths {
    fill: currentColor
}

.ytb-channel-avatar {
    min-width: 66px;
    height: 66px
}

.ytb-channel-avatar img {
    border-radius: 50%
}

.item-ytbsub .ytb-channel {
    display: flex;
    margin-top: 14px;
    font-weight: 700
}

.item-ytbsub .ytb-channel-info {
    margin-left: 12px;
    text-align: left;
    width: calc(100% - 78px)
}

.item-ytbsub .ytb-channel-top {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.item-ytbsub .ytb-channel-title {
    max-height: 48px;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    margin-right: 8px
}

.item-ytbsub .ytb-channel-sub {
    height: 29px;
    background: red;
    border-radius: 4px;
    line-height: 29px
}

.item-ytbsub .ytb-channel-sub a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 12px;
    color: #fff;
    font-size: 14px
}

.item-ytbsub .ytb-channel-desc {
    font-size: 12px;
    max-height: 36px;
    line-height: 18px;
    overflow: hidden;
    margin-top: 8px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.item-support {
    position: relative;
    margin: 20px auto;
    border-radius: var(--link-block-corner);
    background-color: var(--link-block-bg-color);
    border-color: var(--link-block-border-color)
}

.support-tips .error-msg {
    border: 1px solid #d9001b;
    padding: 2px 4px
}

.error-msg {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #d9001b
}

.error-msg i {
    margin-right: 4px
}

.item-support .support-box {
    padding: 20px 20px 24px;
    color: var(--link-block-font-color)
}

.item-support .support-title {
    height: 28px;
    line-height: 28px;
    font-size: 20px;
    font-weight: 600;
    overflow: hidden
}

.item-support .support-desc {
    font-size: 16px;
    margin: 12px 0;
    word-break: break-word;
    padding: 12px 20px;
    line-height: 28px
}

.item-support .support-action button {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    max-width: 300px;
    padding: 0 16px;
    width: 90%;
    background: var(--link-action-bg-color);
    color: var(--link-action-font-color);
    border-radius: var(--link-block-corner);
    overflow: hidden
}

.item-support.button-item {
    border-radius: 0 !important;
    background: 0 0 !important;
    border: 0 !important
}

.item-twitter {
    margin: 20px auto;
    border-radius: var(--link-block-corner);
    overflow: hidden
}

.item-twitter .embed-twitter {
    width: 100%;
    position: relative;
    max-width: 100%;
    background: #fff;
    padding: 12px 0;
    height: auto
}

.embed-bg {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: transparent
}

.item-twitter .embed-twitter blockquote {
    margin: 0;
    position: relative;
    z-index: 1
}

.item-twitter .embed-twitter>.twitter-tweet {
    max-width: 548px;
    margin: auto;
    overflow: hidden;
    border-radius: 20px
}

.item-twitter .embed-twitter blockquote.twitter-tweet {
    margin: -11px -2px -12px
}

.item-twitter .embed-twitter-link {
    padding: 0 12px
}

.timeline-InformationCircle-widgetParent {
    display: none
}

.item-pins {
    margin: 20px auto
}

.item-pins .embed-pins {
    position: relative;
    height: auto;
    border-radius: var(--link-block-corner)
}

.item-divider {
    margin: 16px 0;
    padding: 12px 0
}

.item-divider .divider-box {
    color: var(--link-title-color)
}

.item-divider [class^=cmpt-divider-] {
    margin: auto
}

.item-divider .cmpt-divider-solid,
.item-divider .cmpt-divider-lineBlank,
.item-divider .cmpt-divider-lineDashed,
.item-divider .cmpt-divider-dashed,
.item-divider .cmpt-divider-lineCircle,
.item-divider .cmpt-divider-linePentagram {
    display: none
}

.item-divider .cmpt-divider-solid {
    display: block;
    height: 2px;
    background: var(--link-title-color)
}

.item-divider .cmpt-divider-lineBlank {
    margin: auto
}

.item-divider svg {
    display: block;
    height: var(--link-divider-height);
    stroke: currentColor;
    width: 100%
}

.item-divider .cmpt-divider-lineBlank svg line {
    height: var(--link-divider-height);
    stroke: currentColor;
    width: 100%;
    stroke-width: calc(2 * var(--link-divider-height));
    stroke-dasharray: 40, 20
}

.item-divider .cmpt-divider-lineDashed {}

.item-divider .cmpt-divider-lineDashed svg line {
    height: var(--link-divider-height);
    stroke: currentColor;
    width: 100%;
    stroke-width: calc(2 * var(--link-divider-height));
    stroke-dasharray: 32, 8, 16, 8
}

.item-divider .cmpt-divider-dashed {}

.item-divider .cmpt-divider-dashed svg line {
    height: var(--link-divider-height);
    stroke: currentColor;
    width: 100%;
    stroke-width: calc(2 * var(--link-divider-height));
    stroke-dasharray: 16, 4
}

.item-divider .cmpt-divider-linePentagram {
    align-items: center
}

.item-divider .cmpt-divider-linePentagram svg {
    min-width: 18px;
    width: 18px;
    height: 18px;
    margin: 0 8px;
    fill: none
}

.item-divider .cmpt-divider-linePentagram svg path {
    fill: none;
    stroke-width: calc(8px + 2 * var(--link-divider-height))
}

.item-divider .cmpt-divider-linePentagram span {
    width: 50%;
    height: var(--link-divider-height);
    background-color: var(--link-title-color)
}

.item-divider .cmpt-divider-lineCircle {
    align-items: center
}

.item-divider .cmpt-divider-lineCircle .divider-line {
    width: 50%;
    height: var(--link-divider-height);
    background-color: var(--link-title-color)
}

.item-divider .cmpt-divider-lineCircle .divider-circle {
    margin: 0 8px;
    border: var(--link-divider-height) solid var(--link-title-color);
    min-width: calc(12px + var(--link-divider-height));
    width: calc(12px + var(--link-divider-height));
    height: calc(12px + var(--link-divider-height));
    border-radius: 50%
}

.embed-box {
    font-family: MavenPro;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #eee
}

.embed-boxBG {
    transition: height .4s linear;
    overflow: hidden;
    height: 48px
}

.embed-iframe {
    height: 0;
    width: 100%;
    position: relative;
    padding-bottom: 58%
}

.embed-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px
}

.embed-iframe-tiktok {
    max-width: 542px;
    max-height: 727px;
    height: 727px;
    margin: auto
}

.embed-iframe-tiktok iframe {
    max-height: 727px;
    min-height: 240px;
    height: 100%
}

.embed-iframe-facebook {
    height: auto;
    padding-bottom: 0
}

.embed-iframe-facebook iframe {
    width: auto;
    height: 100%;
    left: 50%;
    transform: translateX(-50%)
}

.embed-iframe-bilibili {
    padding-bottom: 68%
}

.embed-iframe .fb-video {
    width: 100%
}

.embed-iframe .fb-video>span {
    width: 100% !important
}

.embed-iframe .fb-video iframe {
    width: 100% !important
}

.embed-twitter-link {
    margin-top: 20px;
    display: none
}

.embed-twitter {
    max-width: 580px;
    margin: auto;
    width: 96%
}

.embed-twitter blockquote {
    margin-right: 12px;
    margin-left: 12px
}

.embed-twitter-link a {
    display: block;
    background-color: var(--theme-color);
    color: #fff;
    height: 48px;
    border-radius: var(--link-block-corner);
    text-align: center;
    line-height: 48px;
    font-size: 16px
}

.embed-loading div {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 16px
}

.embed-loading svg {
    width: 24px;
    height: 24px;
    color: var(--theme-color);
    animation: 1s linear 0s infinite normal none running spin
}

.embed-pins {
    height: 80px;
    overflow: hidden;
    transition: height .4s linear;
    background: #fff;
    border-radius: 16px;
    padding: 12px 0
}

.embed-pins span[data-pin-log=embed_user_ft] {
    display: none
}

.embed-pins span[data-pin-log=embed_grid] {
    border: none
}

.embed-pins .embed-twitter-link {
    padding: 0 12px
}

.embed-form-box .g-recaptcha {
    opacity: 0
}

.embed-rssfeed {
    background: #fff
}

.embed-contact .embed-box,
.embed-rssfeed .embed-box,
.embed-support .embed-box {
    border-radius: 0;
    border: 0;
    padding-top: 0
}

.embed-rssfeed .form-title {
    border-radius: 0;
    border: 0;
    line-height: 32px;
    height: 32px;
    text-align: center
}

.rss-feed {
    padding-right: 4px
}

.rss-feed-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding: 12px 0
}

.rss-feed-item:last-child {
    border-bottom: 0
}

.rss-feed-item-logo {
    height: 60px;
    width: 60px;
    min-width: 60px;
    background-color: #f2f2f2;
    border-radius: 4px
}

.rss-feed-item-logo img {
    width: 100%;
    height: 100%;
    border-radius: 4px
}

.rss-feed-item-title {
    width: 100%;
    margin: 0 16px 0 12px
}

.rss-feed-item-share {
    width: 21px;
    min-width: 21px;
    height: 21px
}

.rss-feed-item:nth-child(n+6) {
    display: none
}

.rss-feed-more button {
    color: var(--theme-color);
    text-align: center;
    cursor: pointer;
    display: block;
    background: 0 0;
    width: 100%;
    padding: 12px 0 8px;
    appearance: none;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 16px
}

.tmpl-bg {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .25);
    left: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    z-index: 999
}

.embed-contact {
    font-family: maven pro;
    transition: height .4s linear;
    border-top: 1px solid #d7dce1
}

.embed-verify {
    color: #0a0b0d;
    padding: 20px 16px;
    max-width: 310px;
    margin: 0 auto
}

.embed-verify-title {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 16px
}

.embed-verify p {
    line-height: 1.5
}

.embed-verify p a {
    text-decoration: underline
}

.embed-verify-tips {
    color: #686d73;
    font-weight: 400;
    text-align: center;
    line-height: 1.5
}

.embed-verify .g-recaptcha {
    opacity: 0
}

.form-tmpl .g-recaptcha {
    opacity: 0
}

.embed-contact-detail {
    color: #0a0b0d;
    padding: 20px 16px;
    max-width: 310px;
    margin: 0 auto
}

.embed-contact .contact-name {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5
}

.embed-contact .contact-position {
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px
}

.embed-contact .contact-item {
    display: flex;
    margin-bottom: 24px;
    align-items: flex-start;
    width: 100%;
    height: 100%
}

.embed-contact .contact-item-logo {
    margin-top: 2px;
    margin-right: 12px;
    flex-shrink: 0;
    justify-content: center;
    color: #acb5bf;
    width: 20px;
    height: 100%
}

.embed-contact .contact-item-logo svg {
    color: #333;
    fill: currentcolor
}

.embed-contact .contact-item-body-item {
    margin-bottom: 12px
}

.embed-contact .contact-item-body .contact-item-body-item:last-child {
    margin-bottom: 0
}

.embed-contact .contact-item p {
    font-weight: 600;
    line-height: 1.5;
    font-size: 16px
}

.embed-contact .contact-item a {
    color: #0a0b0d;
    line-height: 1.5;
    font-size: 16px
}

.embed-contact .contact-email p {
    text-transform: capitalize
}

.embed-contact .contact-email a {
    text-decoration: underline
}

.embed-contact .contact-phone p {
    text-transform: capitalize
}

.embed-contact .contact-address p {
    font-weight: 400
}

.embed-contact .contact-note p {
    font-weight: 400
}

.embed-contact .contact-link a {
    text-decoration: underline;
    font-weight: 600
}

.embed-button {
    text-align: center
}

.embed-button button {
    width: 100%;
    height: 40px;
    border: 1px solid #333;
    border-radius: 6px;
    font-weight: 600
}

.embed-support {
    text-align: center
}

.support-desc {
    font-size: 16px;
    padding: 12px 40px
}

.support-amount {
    padding-bottom: 24px
}

.support-amount-select {
    font-size: 14px
}

.amount-select {
    margin-top: 12px;
    display: flex
}

.amount-select div {
    margin-right: 8px;
    margin-bottom: 8px;
    order: 0;
    flex: 1 1 auto;
    justify-content: space-evenly;
    align-self: auto;
    width: auto;
    height: auto;
    position: relative;
    background: #ebebeb;
    border-radius: 4px;
    line-height: 40px;
    display: flex
}

.amount-select-label {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 4px;
    width: 100%
}

.amount-select-label.selected {
    color: #fff;
    background-color: var(--theme-color)
}

.amount-select-input {
    position: absolute;
    inset: 0
}

.support-amount-select input[type=radio] {
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    border: none;
    box-shadow: none;
    color: inherit;
    font: inherit;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    height: 100%;
    width: 100%;
    cursor: pointer
}

.support-amount-select input[type=radio]:checked {
    color: #fff
}

.support-amount-custom {
    margin-top: 12px
}

.support-amount-custom .amount-custom {
    width: 180px;
    margin: auto;
    margin-top: 8px;
    background: #ebebeb;
    height: 40px;
    line-height: 40px;
    display: flex
}

.amount-custom-symbol {
    padding-left: 8px
}

.amount-custom-input {
    background-color: transparent;
    background-image: none;
    border: none;
    box-shadow: none;
    padding: 0 12px;
    font-style: inherit;
    font-variant: inherit;
    font-stretch: inherit;
    line-height: inherit;
    font-family: inherit;
    box-sizing: border-box;
    appearance: none;
    border-radius: 8px;
    color: #0a0b0d;
    width: 100%;
    font-size: 14px;
    font-weight: 400
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

input[type=number] {
    -moz-appearance: textfield
}

.support-continue button {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background: var(--theme-color);
    color: #fff;
    height: 44px;
    border-radius: 8px;
    line-height: 44px
}

.support-continue button[disabled] {
    opacity: .6;
    cursor: none;
    pointer-events: none
}

.support-continue button p {
    padding-left: 4px;
    height: 100%
}

.support-continue button svg {
    width: 20px;
    height: 100%;
    fill: #fff
}

.embed-support-error {
    color: #cc0e1f;
    font-size: 12px;
    line-height: 1.2
}

.embed-support-detail {
    display: none;
    padding: 0 16px
}

.embed-support-detail .support-desc-link {
    color: #777;
    font-size: 12px
}

.support-detail-title {
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.6
}

.support-detail-email {
    background: #ebebeb;
    border-radius: 4px;
    margin-top: 10px
}

.support-detail-email input {
    background-color: transparent;
    background-image: none;
    border: none;
    box-shadow: none;
    padding: 0 12px;
    font-style: inherit;
    font-variant: inherit;
    font-stretch: inherit;
    line-height: inherit;
    font-family: inherit;
    box-sizing: border-box;
    appearance: none;
    border-radius: 8px;
    color: #0a0b0d;
    width: 100%;
    height: 48px;
    font-size: 14px;
    font-weight: 400
}

.support-detail-note {
    background: #ebebeb;
    border-radius: 4px;
    margin-top: 10px
}

.support-detail-note textarea {
    background-color: transparent;
    background-image: none;
    border: none;
    box-shadow: none;
    font-style: inherit;
    font-variant: inherit;
    font-stretch: inherit;
    line-height: inherit;
    font-family: inherit;
    box-sizing: border-box;
    appearance: none;
    resize: vertical;
    border-radius: 8px;
    color: #0a0b0d;
    min-height: 80px;
    width: 100%;
    height: 48px;
    padding: 16px 12px;
    font-size: 14px;
    font-weight: 400
}

.support-detail {
    padding-bottom: 24px
}

.embed-support-detail .support-desc {
    position: relative
}

.embed-support-detail .support-desc p:first-child {
    font-weight: 600
}

.support-back {
    position: absolute;
    top: 12px;
    left: 0
}

.support-back button {
    padding: 0;
    margin: 0;
    border: none;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    text-align: center;
    cursor: pointer;
    display: block;
    background: 0 0;
    appearance: none;
    box-sizing: border-box;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #0a0b0d;
    width: 28px;
    height: 28px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    transform: rotate(90deg)
}

.support-back svg {
    fill: currentcolor;
    color: #fff;
    width: 12px;
    height: 12px
}

.embed-support-service {
    color: #777;
    font-size: 12px;
    margin: auto
}

.pay-paypal,
.pay-stripe {
    display: none
}

.pay-stripe .support-continue {
    margin-top: 16px
}

.pay-element .embed-loading {
    display: none
}

.bio-support .item .btn-text {
    text-align: center
}

.item-music {
    margin: 20px auto
}

.item-music .music-box {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 58%
}

.item-music .music-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: var(--link-block-corner)
}

.item-music .music-box iframe {
    object-fit: initial
}

.item-music .box-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5
}

.item-music .embed-spotify-track {
    height: 80px;
    max-height: 80px;
    padding-bottom: 0
}

.item-music .embed-soundcloud-track,
.item-music .embed-soundcloud-tracks {
    padding-bottom: 0;
    height: 166px
}

.item-music .embed-apple-album {
    height: 450px;
    padding-bottom: 0
}

.item-music .embed-apple-playlist {
    height: 450px;
    padding-bottom: 0
}

.item-music .embed-apple-track {
    height: 175px;
    padding-bottom: 0
}

.item-music .embed-bandcamp-album {
    height: 400px;
    padding-bottom: 0
}

.item-music .embed-bandcamp-track {
    height: 120px;
    padding-bottom: 0
}

.item-music .embed-boomplay-album {
    height: 480px;
    padding-bottom: 0
}

.item-music .embed-boomplay-playlist {
    height: 480px;
    padding-bottom: 0
}

.item-music .embed-boomplay-track {
    height: 235px;
    padding-bottom: 0
}

@media(max-width:667px) {
    .item-music .embed-soundcloud-track {
        height: 126px
    }

    .item-music .embed-soundcloud-tracks {
        height: 126px
    }

    .item-music .embed-soundcloud-sets {
        height: 383px;
        padding-bottom: 0
    }

    .item-music .embed-soundcloud-playlists {
        height: 383px;
        padding-bottom: 0
    }
}

@media(max-width:560px) {
    .item-music .embed-boomplay-track {
        height: 265px
    }
}

@media(max-width:475px) {
    .item-music .embed-apple-track {
        height: 150px
    }

    .item-music .embed-apple-episode {
        height: 150px
    }
}

@media(max-width:440px) {
    .item-music .embed-soundcloud-track {
        height: 120px
    }

    .item-music .embed-soundcloud-tracks {
        height: 120px
    }
}

.footer {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%
}

.footer p {
    color: #aaa;
    font-size: .9rem;
    margin-bottom: 30px;
    height: 20px;
    line-height: 20px
}

.footer p span {
    background: left/contain no-repeat url(data:image/png;base64,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);
    padding-left: 25px;
    background-size: 20px 20px;
    display: inline-block
}

.footer p a {
    text-decoration: none;
    color: var(--link-title-color);
    font-weight: 600
}

.footer p a:hover {
    color: var(--link-title-color)
}

.hide {
    display: none
}

.header-show {
    -moz-animation: headerShow 1s ease-in-out forwards;
    -webkit-animation: headerShow 1s ease-in-out forwards;
    -o-animation: headerShow 1s ease-in-out forwards;
    -ms-animation: headerShow 1s ease-in-out forwards;
    animation: headerShow 1s ease-in-out forwards;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

@-webkit-keyframes headerShow {
    0% {
        -moz-transform: translate3d(0, 1em, 0);
        -webkit-transform: translate3d(0, 1em, 0);
        -o-transform: translate3d(0, 1em, 0);
        -ms-transform: translate3d(0, 1em, 0);
        transform: translate3d(0, 1em, 0);
        opacity: 0
    }

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

@keyframes headerShow {
    0% {
        -moz-transform: translate3d(0, 1em, 0);
        -webkit-transform: translate3d(0, 1em, 0);
        -o-transform: translate3d(0, 1em, 0);
        -ms-transform: translate3d(0, 1em, 0);
        transform: translate3d(0, 1em, 0);
        opacity: 0
    }

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

.cmpt-button-buttonLink .button-item[data-show='1'] {
    -moz-animation-delay: .25s;
    -webkit-animation-delay: .25s;
    -o-animation-delay: .25s;
    -ms-animation-delay: .25s;
    animation-delay: .25s
}

.cmpt-button-buttonLink .button-item[data-show='2'] {
    -moz-animation-delay: .5s;
    -webkit-animation-delay: .5s;
    -o-animation-delay: .5s;
    -ms-animation-delay: .5s;
    animation-delay: .5s
}

.cmpt-button-buttonLink .button-item[data-show='3'] {
    -moz-animation-delay: .75s;
    -webkit-animation-delay: .75s;
    -o-animation-delay: .75s;
    -ms-animation-delay: .75s;
    animation-delay: .75s
}

.cmpt-button-buttonLink .button-item[data-show='4'] {
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -o-animation-delay: 1s;
    -ms-animation-delay: 1s;
    animation-delay: 1s
}

.cmpt-button-buttonLink .button-item[data-show='5'] {
    -moz-animation-delay: 1.25s;
    -webkit-animation-delay: 1.25s;
    -o-animation-delay: 1.25s;
    -ms-animation-delay: 1.25s;
    animation-delay: 1.25s
}

.cmpt-button-buttonLink .button-item[data-show='6'] {
    -moz-animation-delay: 1.55s;
    -webkit-animation-delay: 1.55s;
    -o-animation-delay: 1.55s;
    -ms-animation-delay: 1.55s;
    animation-delay: 1.55s
}

.cmpt-button-buttonLink .button-item[data-show='7'] {
    -moz-animation-delay: 1.75s;
    -webkit-animation-delay: 1.75s;
    -o-animation-delay: 1.75s;
    -ms-animation-delay: 1.75s;
    animation-delay: 1.75s
}

.cmpt-button-buttonLink .button-item {
    opacity: 0;
    -moz-animation: btnShow .25s ease-in-out forwards;
    -webkit-animation: btnShow .5s ease-in-out forwards;
    -o-animation: btnShow .5s ease-in-out forwards;
    -ms-animation: btnShow .5s ease-in-out forwards;
    animation: btnShow .5s ease-in-out forwards;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

@keyframes btnShow {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

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

    100% {
        opacity: 1
    }
}

.shaking {
    -webkit-animation: shake 3s linear 3s infinite;
    animation: shake 3s linear 3s infinite;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

@keyframes shake {
    0% {
        -webkit-transform: translateX(3px) rotate(1deg);
        transform: translateX(3px) rotate(1deg)
    }

    2.5% {
        -webkit-transform: translateX(-3px) rotate(-1deg);
        transform: translateX(-3px) rotate(-1deg)
    }

    5% {
        -webkit-transform: translateX(3px) rotate(1deg);
        transform: translateX(3px) rotate(1deg)
    }

    7.5% {
        -webkit-transform: translateX(-3px) rotate(-1deg);
        transform: translateX(-3px) rotate(-1deg)
    }

    10% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    12.5% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    15% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    17.5% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    20% {
        -webkit-transform: translateX(1px) rotate(1deg);
        transform: translateX(1px) rotate(1deg)
    }

    22.5% {
        -webkit-transform: translateX(-1px) rotate(-1deg);
        transform: translateX(-1px) rotate(-1deg)
    }

    25% {
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

@-webkit-keyframes pulse {

    0%,
    88% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    94% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {

    0%,
    88% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    94% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.pulse {
    -webkit-animation: pulse 4s ease-in-out 0s infinite;
    animation: pulse 4s ease-in-out 0s infinite
}

@-webkit-keyframes flash {

    0%,
    80% {
        opacity: 1
    }

    80%,
    90%,
    to {
        opacity: 1
    }

    85%,
    95% {
        opacity: 0
    }
}

@keyframes flash {

    0%,
    80% {
        opacity: 1
    }

    80%,
    90%,
    to {
        opacity: 1
    }

    85%,
    95% {
        opacity: 0
    }
}

.flash {
    -webkit-animation: flash 4s ease 1s infinite;
    animation: flash 4s ease 1s infinite
}

@-webkit-keyframes jello {

    0%,
    70%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    74.2% {
        -webkit-transform: skewX(-6deg) skewY(-6deg);
        transform: skewX(-6deg) skewY(-6deg)
    }

    78.3% {
        -webkit-transform: skewX(3deg) skewY(3deg);
        transform: skewX(3deg) skewY(3deg)
    }

    82.4% {
        -webkit-transform: skewX(-1.5deg) skewY(-1.5deg);
        transform: skewX(-1.5deg) skewY(-1.5deg)
    }

    86.5% {
        -webkit-transform: skewX(.75deg) skewY(.75deg);
        transform: skewX(.75deg) skewY(.75deg)
    }

    90.6% {
        -webkit-transform: skewX(-.75deg) skewY(-.75deg);
        transform: skewX(-.75deg) skewY(-.75deg)
    }

    94.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    98.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {

    0%,
    70%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    74.2% {
        -webkit-transform: skewX(-6deg) skewY(-6deg);
        transform: skewX(-6deg) skewY(-6deg)
    }

    78.3% {
        -webkit-transform: skewX(3deg) skewY(3deg);
        transform: skewX(3deg) skewY(3deg)
    }

    82.4% {
        -webkit-transform: skewX(-1.5deg) skewY(-1.5deg);
        transform: skewX(-1.5deg) skewY(-1.5deg)
    }

    86.5% {
        -webkit-transform: skewX(.75deg) skewY(.75deg);
        transform: skewX(.75deg) skewY(.75deg)
    }

    90.6% {
        -webkit-transform: skewX(-.75deg) skewY(-.75deg);
        transform: skewX(-.75deg) skewY(-.75deg)
    }

    94.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    98.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation: jello 3s ease-in-out 3s infinite;
    animation: jello 3s ease-in-out 3s infinite;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes heartBeat {

    0%,
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    76% {
        -webkit-transform: scale(1.06);
        transform: scale(1.06)
    }

    82% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    88% {
        -webkit-transform: scale(1.06);
        transform: scale(1.06)
    }

    96% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes heartBeat {

    0%,
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    76% {
        -webkit-transform: scale(1.06);
        transform: scale(1.06)
    }

    82% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    88% {
        -webkit-transform: scale(1.06);
        transform: scale(1.06)
    }

    96% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.heartBeat {
    -webkit-animation: heartBeat 4s ease-in-out 2s infinite;
    animation: heartBeat 4s ease-in-out 2s infinite
}

@-webkit-keyframes wobble {

    0%,
    65% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    70% {
        -webkit-transform: translate3d(-8%, 0, 0) rotate(-3deg);
        transform: translate3d(-8%, 0, 0) rotate(-3deg)
    }

    75% {
        -webkit-transform: translate3d(6%, 0, 0) rotate(2deg);
        transform: translate3d(6%, 0, 0) rotate(2deg)
    }

    80% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-2deg);
        transform: translate3d(-5%, 0, 0) rotate(-2deg)
    }

    90% {
        -webkit-transform: translate3d(3%, 0, 0) rotate(1deg);
        transform: translate3d(3%, 0, 0) rotate(1deg)
    }

    95% {
        -webkit-transform: translate3d(-1%, 0, 0) rotate(-1deg);
        transform: translate3d(-1%, 0, 0) rotate(-1deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes wobble {

    0%,
    65% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    70% {
        -webkit-transform: translate3d(-8%, 0, 0) rotate(-3deg);
        transform: translate3d(-8%, 0, 0) rotate(-3deg)
    }

    75% {
        -webkit-transform: translate3d(6%, 0, 0) rotate(2deg);
        transform: translate3d(6%, 0, 0) rotate(2deg)
    }

    80% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-2deg);
        transform: translate3d(-5%, 0, 0) rotate(-2deg)
    }

    90% {
        -webkit-transform: translate3d(3%, 0, 0) rotate(1deg);
        transform: translate3d(3%, 0, 0) rotate(1deg)
    }

    95% {
        -webkit-transform: translate3d(-1%, 0, 0) rotate(-1deg);
        transform: translate3d(-1%, 0, 0) rotate(-1deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.wobble {
    -webkit-animation: wobble 4s ease 0s infinite;
    animation: wobble 4s ease 0s infinite
}

@-webkit-keyframes bounce {

    0%,
    100%,
    50%,
    70%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }

    75% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@keyframes bounce {

    0%,
    100%,
    50%,
    70%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }

    75% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

.bounce {
    -webkit-animation: bounce 3s ease 1s infinite;
    animation: bounce 3s ease 1s infinite
}

@-webkit-keyframes rubberBand {

    0%,
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    60% {
        -webkit-transform: scaleX(1.1) scaleY(.9);
        transform: scaleX(1.1) scaleY(.9)
    }

    70% {
        -webkit-transform: scaleX(.9) scaleY(1.1);
        transform: scaleX(.9) scaleY(1.1)
    }

    80% {
        -webkit-transform: scaleX(1.1) scaleY(.9);
        transform: scaleX(1.1) scaleY(.9)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes rubberBand {

    0%,
    50% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    60% {
        -webkit-transform: scaleX(1.1) scaleY(.9);
        -ms-transform: scaleX(1.1) scaleY(.9);
        transform: scaleX(1.1) scaleY(.9)
    }

    70% {
        -webkit-transform: scaleX(.9) scaleY(1.1);
        -ms-transform: scaleX(.9) scaleY(1.1);
        transform: scaleX(.9) scaleY(1.1)
    }

    80% {
        -webkit-transform: scaleX(1.1) scaleY(.9);
        -ms-transform: scaleX(1.1) scaleY(.9);
        transform: scaleX(1.1) scaleY(.9)
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.rubberBand {
    -webkit-animation: rubberBand 4s ease 1s infinite;
    animation: rubberBand 4s ease 1s infinite
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation: headShake 4s ease 1s infinite;
    animation: headShake 4s ease 1s infinite
}

@-webkit-keyframes swing {

    0%,
    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    55% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    60% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    65% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }

    70% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }

    100%,
    75% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes swing {

    0%,
    50% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    55% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    60% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    65% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }

    70% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }

    100%,
    75% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

.swing {
    -webkit-animation: swing 4s ease 0s infinite;
    animation: swing 2s ease 0s infinite
}

@-webkit-keyframes tada {

    0%,
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    55%,
    60% {
        -webkit-transform: scale(.94) rotate(-2deg);
        transform: scale(.94) rotate(-2deg)
    }

    65%,
    75%,
    85%,
    95% {
        -webkit-transform: scale(1.06) rotate(2deg);
        transform: scale(1.06) rotate(2deg)
    }

    70%,
    80%,
    90% {
        -webkit-transform: scale(1.06) rotate(-2deg);
        transform: scale(1.06) rotate(-2deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@keyframes tada {

    0%,
    50% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    55%,
    60% {
        -webkit-transform: scale(.94) rotate(-2deg);
        transform: scale(.94) rotate(-2deg)
    }

    65%,
    75%,
    85%,
    95% {
        -webkit-transform: scale(1.06) rotate(2deg);
        transform: scale(1.06) rotate(2deg)
    }

    70%,
    80%,
    90% {
        -webkit-transform: scale(1.06) rotate(-2deg);
        transform: scale(1.06) rotate(-2deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

.tada {
    -webkit-animation: tada 2s ease 1s infinite;
    animation: tada 2s ease 1s infinite
}

@-webkit-keyframes wobble-vertical {

    0%,
    70% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    75% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    80% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    85% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    90% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    95% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes wobble-vertical {

    0%,
    70% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    75% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    80% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    85% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    90% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    95% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.wobble-vertical {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

.wobble-vertical {
    -webkit-animation-name: wobble-vertical;
    animation-name: wobble-vertical;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes wobble-to-bottom-right {

    0%,
    40% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    45% {
        -webkit-transform: translate(8px, 8px);
        transform: translate(8px, 8px)
    }

    50% {
        -webkit-transform: translate(-6px, -6px);
        transform: translate(-6px, -6px)
    }

    55% {
        -webkit-transform: translate(4px, 4px);
        transform: translate(4px, 4px)
    }

    60% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }

    65% {
        -webkit-transform: translate(1px, 1px);
        transform: translate(1px, 1px)
    }

    70% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes wobble-to-bottom-right {

    0%,
    40% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    45% {
        -webkit-transform: translate(8px, 8px);
        transform: translate(8px, 8px)
    }

    50% {
        -webkit-transform: translate(-6px, -6px);
        transform: translate(-6px, -6px)
    }

    55% {
        -webkit-transform: translate(4px, 4px);
        transform: translate(4px, 4px)
    }

    60% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }

    65% {
        -webkit-transform: translate(1px, 1px);
        transform: translate(1px, 1px)
    }

    70% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.wobble-bottom-right {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

.wobble-bottom-right {
    -webkit-animation-name: wobble-to-bottom-right;
    animation-name: wobble-to-bottom-right;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes wobble-to-top-right {
    5% {
        -webkit-transform: translate(8px, -8px);
        transform: translate(8px, -8px)
    }

    10% {
        -webkit-transform: translate(-6px, 6px);
        transform: translate(-6px, 6px)
    }

    15% {
        -webkit-transform: translate(4px, -4px);
        transform: translate(4px, -4px)
    }

    20% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px)
    }

    25% {
        -webkit-transform: translate(1px, -1px);
        transform: translate(1px, -1px)
    }

    30% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes wobble-to-top-right {
    5% {
        -webkit-transform: translate(8px, -8px);
        transform: translate(8px, -8px)
    }

    10% {
        -webkit-transform: translate(-6px, 6px);
        transform: translate(-6px, 6px)
    }

    15% {
        -webkit-transform: translate(4px, -4px);
        transform: translate(4px, -4px)
    }

    20% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px)
    }

    25% {
        -webkit-transform: translate(1px, -1px);
        transform: translate(1px, -1px)
    }

    30% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.wobble-top-right {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

.wobble-top-right {
    -webkit-animation-name: wobble-to-top-right;
    animation-name: wobble-to-top-right;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes rainbow {
    0% {
        background: #1abc9c
    }

    10% {
        background: #2ecc71
    }

    20% {
        background: #3498db
    }

    30% {
        background: #9b59b6
    }

    40% {
        background: #e74c3c
    }

    50% {
        background: #e67e22
    }

    60% {
        background: #f1c40f
    }

    70% {
        background: #2c3e50
    }

    80% {
        background: #9b59b6
    }
}

@keyframes rainbow {
    0% {
        background-color: #1abc9c
    }

    10% {
        background-color: #2ecc71
    }

    20% {
        background-color: #3498db
    }

    30% {
        background-color: #9b59b6
    }

    40% {
        background-color: #e74c3c
    }

    50% {
        background-color: #e67e22
    }

    60% {
        background-color: #f1c40f
    }

    70% {
        background-color: #2c3e50
    }

    80% {
        background-color: #9b59b6
    }
}

@-webkit-keyframes rainbow-heartbeat {
    50% {
        transform: scale(1.1)
    }
}

@keyframes rainbow-heartbeat {
    50% {
        transform: scale(1.1)
    }
}

.item.rainbow {
    -webkit-animation: rainbow 3s infinite, rainbow-heartbeat .6s infinite;
    animation: rainbow 3s infinite, rainbow-heartbeat .6s infinite
}

@-webkit-keyframes shiningSlider {
    100% {
        left: 120%
    }
}

@keyframes shiningSlider {
    80% {
        left: -60px;
        opacity: .2
    }

    100% {
        left: 120%;
        opacity: .2
    }
}

.shiningSlider {
    overflow: hidden
}

.shiningSlider:after {
    background: #fff;
    content: " ";
    height: 200px;
    min-height: 90px;
    left: -100px;
    opacity: .2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 550ms cubic-bezier(.19, 1, .22, 1);
    transition: all 550ms cubic-bezier(.19, 1, .22, 1);
    width: 25px;
    z-index: -10;
    -webkit-animation: shiningSlider 3s infinite;
    animation: shiningSlider 3s infinite
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(359deg)
    }
}

@media(min-width:576px) {
    .container {
        max-width: 600px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }

    section {
        padding: 15px 45px 20px
    }

    .item-ytbsub {
        padding: 20px 16px 12px
    }

    .item-ytbsub .ytb-channel {
        padding: 8px 0
    }
}

@-webkit-keyframes buttonWave {
    from {
        -webkit-mask-position: 0 top;
        mask-position: 0 top
    }

    to {
        -webkit-mask-position: 680px top;
        mask-position: 680px top
    }
}

@keyframes buttonWave {
    from {
        -webkit-mask-position: 0 top;
        mask-position: 0 top
    }

    to {
        -webkit-mask-position: 680px top;
        mask-position: 680px top
    }
}

@-webkit-keyframes buttonWaveBottom {
    from {
        -webkit-mask-position: 0 top;
        mask-position: 0 top
    }

    to {
        -webkit-mask-position: -680px top;
        mask-position: -680px top
    }
}

@keyframes buttonWaveBottom {
    from {
        -webkit-mask-position: 0 top;
        mask-position: 0 top
    }

    to {
        -webkit-mask-position: -680px top;
        mask-position: -680px top
    }
}

@media only screen and (max-width:767px) {
    .item {
        min-height: 48px;
        line-height: 48px
    }

    .item .btn {
        padding: 8px 66px
    }

    .item .btn-icon span {
        width: 100%;
        height: 100%;
        font-size: 20px;
        line-height: 32px
    }

    .item .btn-icon {
        width: 36px;
        height: 36px;
        line-height: 36px
    }

    .swiper-button-prev,
    .swiper-button-next {
        display: none
    }

    .cmpt-button-buttonLink .swiper-pagination-bullet {
        width: 12px;
        height: 12px
    }

    .cmpt-button-buttonLink .swiper-pagination-bullet-active {
        width: 14px !important;
        height: 14px !important
    }
}

@media only screen and (max-width:464px) {
    .item .btn-icon {
        left: 4%
    }
}