@keyframes plyr-progress {
    to {
        background-position: 25px 0;
        background-position:var(--plyr-progress-loading-size, 25px) 0
    }
}

@keyframes plyr-popup {
    0% {
        opacity: .5;
        transform:translateY(10px)
    }

    to {
        opacity: 1;
        transform:translateY(0)
    }
}

@keyframes plyr-fade-in {
    0% {
        opacity:0
    }

    to {
        opacity:1
    }
}

.plyr {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    align-items: center;
    direction: ltr;
    display: flex;
    flex-direction: column;
    font-family: inherit;
    font-family: var(--plyr-font-family, inherit);
    font-variant-numeric: tabular-nums;
    font-weight: 400;
    font-weight: var(--plyr-font-weight-regular, 400);
    height: 100%;
    line-height: 1.7;
    line-height: var(--plyr-line-height, 1.7);
    max-width: 100%;
    min-width: 200px;
    position: relative;
    text-shadow: none;
    transition: box-shadow .3s ease;
    z-index:0
}

.plyr audio, .plyr iframe, .plyr video {
    display: block;
    height: 100%;
    width:100%
}

.plyr button {
    font: inherit;
    line-height: inherit;
    width:auto
}

.plyr:focus {
    outline:0
}

.plyr--full-ui {
    box-sizing:border-box
}

.plyr--full-ui *, .plyr--full-ui :after, .plyr--full-ui :before {
    box-sizing:inherit
}

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
    touch-action:manipulation
}

.plyr__badge {
    background: #4a5464;
    background: var(--plyr-badge-background, #4a5464);
    border-radius: 2px;
    border-radius: var(--plyr-badge-border-radius, 2px);
    color: #fff;
    color: var(--plyr-badge-text-color, #fff);
    font-size: 9px;
    font-size: var(--plyr-font-size-badge, 9px);
    line-height: 1;
    padding:3px 4px
}

.plyr--full-ui ::-webkit-media-text-track-container {
    display:none
}

.plyr__captions {
    animation: plyr-fade-in .3s ease;
    bottom: 0;
    display: none;
    font-size: 13px;
    font-size: var(--plyr-font-size-small, 13px);
    left: 0;
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    position: absolute;
    text-align: center;
    transition: transform .4s ease-in-out;
    width:100%
}

.plyr__captions span:empty {
    display:none
}

@media (min-width: 480px) {
    .plyr__captions {
        font-size: 15px;
        font-size: var(--plyr-font-size-base, 15px);
        padding: 20px;
        padding:calc(var(--plyr-control-spacing, 10px) * 2)
    }
}

@media (min-width: 768px) {
    .plyr__captions {
        font-size: 18px;
        font-size:var(--plyr-font-size-large, 18px)
    }
}

.plyr--captions-active .plyr__captions {
    display:block
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
    transform: translateY(-40px);
    transform:translateY(calc(var(--plyr-control-spacing, 10px) * -4))
}

.plyr__caption {
    background: rgba(0, 0, 0, .8);
    background: var(--plyr-captions-background, rgba(0, 0, 0, .8));
    border-radius: 2px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    color: #fff;
    color: var(--plyr-captions-text-color, #fff);
    line-height: 185%;
    padding: .2em .5em;
    white-space:pre-wrap
}

.plyr__caption div {
    display:inline
}

.plyr__control {
    background: 0 0;
    border: 0;
    border-radius: 3px;
    border-radius: var(--plyr-control-radius, 3px);
    color: inherit;
    cursor: pointer;
    flex-shrink: 0;
    overflow: visible;
    padding: 7px;
    padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
    position: relative;
    transition:all .3s ease
}

.plyr__control svg {
    display: block;
    fill: currentColor;
    height: 18px;
    height: var(--plyr-control-icon-size, 18px);
    pointer-events: none;
    width: 18px;
    width:var(--plyr-control-icon-size, 18px)
}

.plyr__control:focus {
    outline:0
}

.plyr__control.plyr__tab-focus {
    outline-color: #00b3ff;
    outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
    outline-offset: 2px;
    outline-style: dotted;
    outline-width:3px
}

a.plyr__control {
    text-decoration:none
}

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed, a.plyr__control:after, a.plyr__control:before {
    display:none
}

.plyr--full-ui ::-webkit-media-controls {
    display:none
}

.plyr__controls {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    text-align:center
}

.plyr__controls .plyr__progress__container {
    flex: 1;
    min-width:0
}

.plyr__controls .plyr__controls__item {
    margin-left: 2.5px;
    margin-left:calc(var(--plyr-control-spacing, 10px)/4)
}

.plyr__controls .plyr__controls__item:first-child {
    margin-left: 0;
    margin-right:auto
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
    padding-left: 2.5px;
    padding-left:calc(var(--plyr-control-spacing, 10px)/4)
}

.plyr__controls .plyr__controls__item.plyr__time {
    padding: 0 5px;
    padding:0 calc(var(--plyr-control-spacing, 10px)/2)
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
    padding-left:0
}

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip], .plyr__controls:empty {
    display:none
}

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
    display:inline-block
}

.plyr__menu {
    display: flex;
    position:relative
}

.plyr__menu .plyr__control svg {
    transition:transform .3s ease
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
    transform:rotate(90deg)
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
    display:none
}

.plyr__menu__container {
    animation: plyr-popup .2s ease;
    background: hsla(0, 0%, 100%, .9);
    background: var(--plyr-menu-background, hsla(0, 0%, 100%, .9));
    border-radius: 4px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, .15));
    color: #4a5464;
    color: var(--plyr-menu-color, #4a5464);
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    margin-bottom: 10px;
    position: absolute;
    right: -3px;
    text-align: left;
    white-space: nowrap;
    z-index:3
}

.plyr__menu__container > div {
    overflow: hidden;
    transition:height .35s cubic-bezier(.4, 0, .2, 1), width .35s cubic-bezier(.4, 0, .2, 1)
}

.plyr__menu__container:after {
    border: 4px solid transparent;
    border-width: var(--plyr-menu-arrow-size, 4px);
    border-top: var(--plyr-menu-arrow-size, 4px) solid hsla(0, 0%, 100%, .9);
    content: "";
    height: 0;
    position: absolute;
    right: 14px;
    right: calc(var(--plyr-control-icon-size, 18px) /2 + var(--plyr-control-spacing, 10px) * 0.7 - var(--plyr-menu-arrow-size, 4px) /2);
    top: 100%;
    width:0
}

.plyr__menu__container [role=menu] {
    padding: 7px;
    padding:calc(var(--plyr-control-spacing, 10px) * 0.7)
}

.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
    margin-top:2px
}

.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
    margin-top:0
}

.plyr__menu__container .plyr__control {
    align-items: center;
    color: #4a5464;
    color: var(--plyr-menu-color, #4a5464);
    display: flex;
    font-size: 13px;
    font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
    padding: 4.66667px 10.5px;
    padding: calc(var(--plyr-control-spacing, 10px) * 0.7/1.5) calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width:100%
}

.plyr__menu__container .plyr__control > span {
    align-items: inherit;
    display: flex;
    width:100%
}

.plyr__menu__container .plyr__control:after {
    border: 4px solid transparent;
    border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
    content: "";
    position: absolute;
    top: 50%;
    transform:translateY(-50%)
}

.plyr__menu__container .plyr__control--forward {
    padding-right: 28px;
    padding-right:calc(var(--plyr-control-spacing, 10px) * 0.7 * 4)
}

.plyr__menu__container .plyr__control--forward:after {
    border-left-color: #728197;
    border-left-color: var(--plyr-menu-arrow-color, #728197);
    right: 6.5px;
    right:calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px))
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after, .plyr__menu__container .plyr__control--forward:hover:after {
    border-left-color:currentColor
}

.plyr__menu__container .plyr__control--back {
    font-weight: 400;
    font-weight: var(--plyr-font-weight-regular, 400);
    margin: 7px;
    margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
    margin-bottom: 3.5px;
    margin-bottom: calc(var(--plyr-control-spacing, 10px) * 0.7/2);
    padding-left: 28px;
    padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
    position: relative;
    width: calc(100% - 14px);
    width:calc(100% - var(--plyr-control-spacing, 10px) * 0.7 * 2)
}

.plyr__menu__container .plyr__control--back:after {
    border-right-color: #728197;
    border-right-color: var(--plyr-menu-arrow-color, #728197);
    left: 6.5px;
    left:calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px))
}

.plyr__menu__container .plyr__control--back:before {
    background: #dcdfe5;
    background: var(--plyr-menu-back-border-color, #dcdfe5);
    box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
    content: "";
    height: 1px;
    left: 0;
    margin-top: 3.5px;
    margin-top: calc(var(--plyr-control-spacing, 10px) * 0.7/2);
    overflow: hidden;
    position: absolute;
    right: 0;
    top:100%
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus:after, .plyr__menu__container .plyr__control--back:hover:after {
    border-right-color:currentColor
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
    padding-left: 7px;
    padding-left:calc(var(--plyr-control-spacing, 10px) * 0.7)
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after, .plyr__menu__container .plyr__control[role=menuitemradio]:before {
    border-radius:100%
}

.plyr__menu__container .plyr__control[role=menuitemradio]:before {
    background: rgba(0, 0, 0, .1);
    content: "";
    display: block;
    flex-shrink: 0;
    height: 16px;
    margin-right: 10px;
    margin-right: var(--plyr-control-spacing, 10px);
    transition: all .3s ease;
    width:16px
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after {
    background: #fff;
    border: 0;
    height: 6px;
    left: 12px;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%) scale(0);
    transition: transform .3s ease, opacity .3s ease;
    width:6px
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
    background: #00b3ff;
    background:var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)))
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
    opacity: 1;
    transform:translateY(-50%) scale(1)
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
    background:rgba(35, 40, 47, .1)
}

.plyr__menu__container .plyr__menu__value {
    align-items: center;
    display: flex;
    margin-left: auto;
    margin-right: calc(-7px - -2);
    margin-right: calc((var(--plyr-control-spacing, 10px) * 0.7 - 2) * -1);
    overflow: hidden;
    padding-left: 24.5px;
    padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 3.5);
    pointer-events:none
}

.plyr--full-ui input[type=range] {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-radius: 26px;
    border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
    color: #00b3ff;
    color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
    display: block;
    height: 19px;
    height: calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
    margin: 0;
    padding: 0;
    transition: box-shadow .3s ease;
    width:100%
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px) /2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    -webkit-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    -webkit-user-select: none;
    user-select: none;
    background-image: linear-gradient(90deg, currentColor 0, transparent 0);
    background-image:linear-gradient(90deg, currentColor var(--value, 0), transparent var(--value, 0))
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
    background: #fff;
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2);
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2));
    height: 13px;
    height: var(--plyr-range-thumb-height, 13px);
    position: relative;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 13px;
    width: var(--plyr-range-thumb-height, 13px);
    -webkit-appearance: none;
    margin-top: -4px;
    margin-top:calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2 * -1)
}

.plyr--full-ui input[type=range]::-moz-range-track {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px) /2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    -moz-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    user-select:none
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
    background: #fff;
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2);
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2));
    height: 13px;
    height: var(--plyr-range-thumb-height, 13px);
    position: relative;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    width: 13px;
    width:var(--plyr-range-thumb-height, 13px)
}

.plyr--full-ui input[type=range]::-moz-range-progress {
    background: currentColor;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px) /2);
    height: 5px;
    height:var(--plyr-range-track-height, 5px)
}

.plyr--full-ui input[type=range]::-ms-track {
    color:transparent
}

.plyr--full-ui input[type=range]::-ms-fill-upper, .plyr--full-ui input[type=range]::-ms-track {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px) /2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    -ms-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    -ms-user-select: none;
    user-select:none
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px) /2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    -ms-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    -ms-user-select: none;
    user-select: none;
    background:currentColor
}

.plyr--full-ui input[type=range]::-ms-thumb {
    background: #fff;
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2);
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2));
    height: 13px;
    height: var(--plyr-range-thumb-height, 13px);
    position: relative;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    width: 13px;
    width: var(--plyr-range-thumb-height, 13px);
    margin-top:0
}

.plyr--full-ui input[type=range]::-ms-tooltip {
    display:none
}

.plyr--full-ui input[type=range]:focus {
    outline:0
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
    border:0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
    outline-color: #00b3ff;
    outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
    outline-offset: 2px;
    outline-style: dotted;
    outline-width:3px
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
    outline-color: #00b3ff;
    outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
    outline-offset: 2px;
    outline-style: dotted;
    outline-width:3px
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
    outline-color: #00b3ff;
    outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
    outline-offset: 2px;
    outline-style: dotted;
    outline-width:3px
}

.plyr__poster {
    background-color: #000;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .2s ease;
    width: 100%;
    z-index:1
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
    opacity:1
}

.plyr__time {
    font-size: 13px;
    font-size:var(--plyr-font-size-time, var(--plyr-font-size-small, 13px))
}

.plyr__time + .plyr__time:before {
    content: "\2044";
    margin-right: 10px;
    margin-right:var(--plyr-control-spacing, 10px)
}

@media (max-width: calc(768px - 1)) {
    .plyr__time + .plyr__time {
        display:none
    }
}

.plyr__tooltip {
    background: hsla(0, 0%, 100%, .9);
    background: var(--plyr-tooltip-background, hsla(0, 0%, 100%, .9));
    border-radius: 3px;
    border-radius: var(--plyr-tooltip-radius, 3px);
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, .15));
    color: #4a5464;
    color: var(--plyr-tooltip-color, #4a5464);
    font-size: 13px;
    font-size: var(--plyr-font-size-small, 13px);
    font-weight: 400;
    font-weight: var(--plyr-font-weight-regular, 400);
    left: 50%;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-bottom: calc(var(--plyr-control-spacing, 10px) /2 * 2);
    opacity: 0;
    padding: 5px 7.5px;
    padding: calc(var(--plyr-control-spacing, 10px) /2) calc(var(--plyr-control-spacing, 10px) /2 * 1.5);
    pointer-events: none;
    position: absolute;
    transform: translate(-50%, 10px) scale(.8);
    transform-origin: 50% 100%;
    transition: transform .2s ease .1s, opacity .2s ease .1s;
    white-space: nowrap;
    z-index:2
}

.plyr__tooltip:before {
    border-left: 4px solid transparent;
    border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-right: 4px solid transparent;
    border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-top: 4px solid hsla(0, 0%, 100%, .9);
    border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, hsla(0, 0%, 100%, .9));
    bottom: -4px;
    bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index:2
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
    opacity: 1;
    transform:translate(-50%) scale(1)
}

.plyr .plyr__control:hover .plyr__tooltip {
    z-index:3
}

.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip, .plyr__controls > .plyr__control:first-child .plyr__tooltip {
    left: 0;
    transform: translateY(10px) scale(.8);
    transform-origin:0 100%
}

.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip:before, .plyr__controls > .plyr__control:first-child .plyr__tooltip:before {
    left: 16px;
    left:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px) * 0.7)
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
    left: auto;
    right: 0;
    transform: translateY(10px) scale(.8);
    transform-origin:100% 100%
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip:before {
    left: auto;
    right: 16px;
    right: calc(var(--plyr-control-icon-size, 18px) /2 + var(--plyr-control-spacing, 10px) * 0.7);
    transform:translateX(50%)
}

.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
    transform:translate(0) scale(1)
}

.plyr__progress {
    left: 6.5px;
    left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
    margin-right: 13px;
    margin-right: var(--plyr-range-thumb-height, 13px);
    position:relative
}

.plyr__progress__buffer, .plyr__progress input[type=range] {
    margin-left: -6.5px;
    margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
    margin-right: -6.5px;
    margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
    width: calc(100% + 13px);
    width:calc(100% + var(--plyr-range-thumb-height, 13px))
}

.plyr__progress input[type=range] {
    position: relative;
    z-index:2
}

.plyr__progress .plyr__tooltip {
    font-size: 13px;
    font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
    left:0
}

.plyr__progress__buffer {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-radius: 100px;
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    left: 0;
    margin-top: -2.5px;
    margin-top: calc(var(--plyr-range-track-height, 5px) /2 * -1);
    padding: 0;
    position: absolute;
    top:50%
}

.plyr__progress__buffer::-webkit-progress-bar {
    background:0 0
}

.plyr__progress__buffer::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    min-width: var(--plyr-range-track-height, 5px);
    -webkit-transition: width .2s ease;
    transition:width .2s ease
}

.plyr__progress__buffer::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    min-width: var(--plyr-range-track-height, 5px);
    -moz-transition: width .2s ease;
    transition:width .2s ease
}

.plyr__progress__buffer::-ms-fill {
    border-radius: 100px;
    -ms-transition: width .2s ease;
    transition:width .2s ease
}

.plyr--loading .plyr__progress__buffer {
    animation: plyr-progress 1s linear infinite;
    background-image: linear-gradient(-45deg, rgba(35, 40, 47, .6) 25%, transparent 0, transparent 50%, rgba(35, 40, 47, .6) 0, rgba(35, 40, 47, .6) 75%, transparent 0, transparent);
    background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, .6)) 25%, transparent 0, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, .6)) 0, var(--plyr-progress-loading-background, rgba(35, 40, 47, .6)) 75%, transparent 0, transparent);
    background-repeat: repeat-x;
    background-size: 25px 25px;
    background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
    color:transparent
}

.plyr--video.plyr--loading .plyr__progress__buffer {
    background-color: hsla(0, 0%, 100%, .25);
    background-color:var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, .25))
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
    background-color: rgba(193, 200, 209, .6);
    background-color:var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6))
}

.plyr__volume {
    align-items: center;
    display: flex;
    max-width: 110px;
    min-width: 80px;
    position: relative;
    width:20%
}

.plyr__volume input[type=range] {
    margin-left: 5px;
    margin-left: calc(var(--plyr-control-spacing, 10px) /2);
    margin-right: 5px;
    margin-right: calc(var(--plyr-control-spacing, 10px) /2);
    position: relative;
    z-index:2
}

.plyr--is-ios .plyr__volume {
    min-width: 0;
    width:auto
}

.plyr--audio {
    display:block
}

.plyr--audio .plyr__controls {
    background: #fff;
    background: var(--plyr-audio-controls-background, #fff);
    border-radius: inherit;
    color: #4a5464;
    color: var(--plyr-audio-control-color, #4a5464);
    padding: 10px;
    padding:var(--plyr-control-spacing, 10px)
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
    background: #00b3ff;
    background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
    color: #fff;
    color:var(--plyr-audio-control-color-hover, #fff)
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
    background-color: rgba(193, 200, 209, .6);
    background-color:var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6)))
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
    background-color: rgba(193, 200, 209, .6);
    background-color:var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6)))
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
    background-color: rgba(193, 200, 209, .6);
    background-color:var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6)))
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px rgba(35, 40, 47, .1);
    box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, .1))
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px rgba(35, 40, 47, .1);
    box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, .1))
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
    box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px rgba(35, 40, 47, .1);
    box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, .1))
}

.plyr--audio .plyr__progress__buffer {
    color: rgba(193, 200, 209, .6);
    color:var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6))
}

.plyr--video {
    background: #000;
    overflow:hidden
}

.plyr--video.plyr--menu-open {
    overflow:visible
}

.plyr__video-wrapper {
    background: #000;
    height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    width:100%
}

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom:56.25%
}

.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
    border: 0;
    left: 0;
    position: absolute;
    top:0
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
    padding-bottom: 240%;
    position: relative;
    transform:translateY(-38.28125%)
}

.plyr--video .plyr__controls {
    background: linear-gradient(transparent, rgba(0, 0, 0, .75));
    background: var(--plyr-video-controls-background, linear-gradient(transparent, rgba(0, 0, 0, .75)));
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    bottom: 0;
    color: #fff;
    color: var(--plyr-video-control-color, #fff);
    left: 0;
    padding: 5px;
    padding: calc(var(--plyr-control-spacing, 10px) /2);
    padding-top: 20px;
    padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
    position: absolute;
    right: 0;
    transition: opacity .4s ease-in-out, transform .4s ease-in-out;
    z-index:3
}

@media (min-width: 480px) {
    .plyr--video .plyr__controls {
        padding: 10px;
        padding: var(--plyr-control-spacing, 10px);
        padding-top: 35px;
        padding-top:calc(var(--plyr-control-spacing, 10px) * 3.5)
    }
}

.plyr--video.plyr--hide-controls .plyr__controls {
    opacity: 0;
    pointer-events: none;
    transform:translateY(100%)
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
    background: #00b3ff;
    background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
    color: #fff;
    color:var(--plyr-video-control-color-hover, #fff)
}

.plyr__control--overlaid {
    background: #00b3ff;
    background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
    border: 0;
    border-radius: 100%;
    color: #fff;
    color: var(--plyr-video-control-color, #fff);
    display: none;
    left: 50%;
    opacity: .9;
    padding: 15px;
    padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
    z-index:2
}

.plyr__control--overlaid svg {
    left: 2px;
    position:relative
}

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
    opacity:1
}

.plyr--playing .plyr__control--overlaid {
    opacity: 0;
    visibility:hidden
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
    display:block
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
    background-color: hsla(0, 0%, 100%, .25);
    background-color:var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, .25)))
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
    background-color: hsla(0, 0%, 100%, .25);
    background-color:var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, .25)))
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
    background-color: hsla(0, 0%, 100%, .25);
    background-color:var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, .25)))
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px hsla(0, 0%, 100%, .5);
    box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, .5))
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px hsla(0, 0%, 100%, .5);
    box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, .5))
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
    box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px hsla(0, 0%, 100%, .5);
    box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, .5))
}

.plyr--video .plyr__progress__buffer {
    color: hsla(0, 0%, 100%, .25);
    color:var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, .25))
}

.plyr:fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width:100%
}

.plyr:fullscreen video {
    height:100%
}

.plyr:fullscreen .plyr__video-wrapper {
    height: 100%;
    position:static
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position:relative
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
    display:block
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
    display:none
}

.plyr:fullscreen.plyr--hide-controls {
    cursor:none
}

@media (min-width: 1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px;
        font-size:var(--plyr-font-size-xlarge, 21px)
    }

    .plyr:-ms-fullscreen .plyr__captions {
        font-size: 21px;
        font-size:var(--plyr-font-size-xlarge, 21px)
    }

    .plyr:fullscreen .plyr__captions {
        font-size: 21px;
        font-size:var(--plyr-font-size-xlarge, 21px)
    }
}

.plyr:-webkit-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width:100%
}

.plyr:-webkit-full-screen video {
    height:100%
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
    height: 100%;
    position:static
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position:relative
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display:block
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
    display:none
}

.plyr:-webkit-full-screen.plyr--hide-controls {
    cursor:none
}

@media (min-width: 1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px;
        font-size:var(--plyr-font-size-xlarge, 21px)
    }
}

.plyr:-moz-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width:100%
}

.plyr:-moz-full-screen video {
    height:100%
}

.plyr:-moz-full-screen .plyr__video-wrapper {
    height: 100%;
    position:static
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position:relative
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
    display:block
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
    display:none
}

.plyr:-moz-full-screen.plyr--hide-controls {
    cursor:none
}

@media (min-width: 1024px) {
    .plyr:-moz-full-screen .plyr__captions {
        font-size: 21px;
        font-size:var(--plyr-font-size-xlarge, 21px)
    }
}

.plyr:-ms-fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width:100%
}

.plyr:-ms-fullscreen video {
    height:100%
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
    height: 100%;
    position:static
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position:relative
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display:block
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
    display:none
}

.plyr:-ms-fullscreen.plyr--hide-controls {
    cursor:none
}

@media (min-width: 1024px) {
    .plyr:-ms-fullscreen .plyr__captions {
        font-size: 21px;
        font-size:var(--plyr-font-size-xlarge, 21px)
    }
}

.plyr--fullscreen-fallback {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
    bottom: 0;
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index:10000000
}

.plyr--fullscreen-fallback video {
    height:100%
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
    height: 100%;
    position:static
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position:relative
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
    display:block
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
    display:none
}

.plyr--fullscreen-fallback.plyr--hide-controls {
    cursor:none
}

@media (min-width: 1024px) {
    .plyr--fullscreen-fallback .plyr__captions {
        font-size: 21px;
        font-size:var(--plyr-font-size-xlarge, 21px)
    }
}

.plyr__ads {
    border-radius: inherit;
    bottom: 0;
    cursor: pointer;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index:-1
}

.plyr__ads > div, .plyr__ads > div iframe {
    height: 100%;
    position: absolute;
    width:100%
}

.plyr__ads:after {
    background: #23282f;
    border-radius: 2px;
    bottom: 10px;
    bottom: var(--plyr-control-spacing, 10px);
    color: #fff;
    content: attr(data-badge-text);
    font-size: 11px;
    padding: 2px 6px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    right: var(--plyr-control-spacing, 10px);
    z-index:3
}

.plyr__ads:after:empty {
    display:none
}

.plyr__cues {
    background: currentColor;
    display: block;
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    left: 0;
    margin: -var(--plyr-range-track-height, 5px) /2 0 0;
    opacity: .8;
    position: absolute;
    top: 50%;
    width: 3px;
    z-index:3
}

.plyr__preview-thumb {
    background-color: hsla(0, 0%, 100%, .9);
    background-color: var(--plyr-tooltip-background, hsla(0, 0%, 100%, .9));
    border-radius: 3px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, .15));
    margin-bottom: 10px;
    margin-bottom: calc(var(--plyr-control-spacing, 10px) /2 * 2);
    opacity: 0;
    padding: 3px;
    padding: var(--plyr-tooltip-radius, 3px);
    pointer-events: none;
    position: absolute;
    transform: translateY(10px) scale(.8);
    transform-origin: 50% 100%;
    transition: transform .2s ease .1s, opacity .2s ease .1s;
    z-index:2
}

.plyr__preview-thumb--is-shown {
    opacity: 1;
    transform:translate(0) scale(1)
}

.plyr__preview-thumb:before {
    border-left: 4px solid transparent;
    border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-right: 4px solid transparent;
    border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-top: 4px solid hsla(0, 0%, 100%, .9);
    border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, hsla(0, 0%, 100%, .9));
    bottom: -4px;
    bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index:2
}

.plyr__preview-thumb__image-container {
    background: #c1c8d1;
    border-radius: 2px;
    border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
    overflow: hidden;
    position: relative;
    z-index:0
}

.plyr__preview-thumb__image-container img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    position: absolute;
    top: 0;
    width:100%
}

.plyr__preview-thumb__time-container {
    bottom: 6px;
    left: 0;
    position: absolute;
    right: 0;
    white-space: nowrap;
    z-index:3
}

.plyr__preview-thumb__time-container span {
    background-color: rgba(0, 0, 0, .55);
    border-radius: 2px;
    border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
    color: #fff;
    font-size: 13px;
    font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
    padding:3px 6px
}

.plyr__preview-scrubbing {
    bottom: 0;
    filter: blur(1px);
    height: 100%;
    left: 0;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .3s ease;
    width: 100%;
    z-index:1
}

.plyr__preview-scrubbing--is-shown {
    opacity:1
}

.plyr__preview-scrubbing img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    object-fit: contain;
    position: absolute;
    top: 0;
    width:100%
}

.plyr--no-transition {
    transition:none !important
}

.plyr__sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    border: 0 !important;
    height: 1px !important;
    padding: 0 !important;
    position: absolute !important;
    width:1px !important
}

.plyr [hidden] {
    display:none !important
}

.btn-link[class * =animate] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position:relative
}

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

    to {
        transform:rotate(359deg)
    }
}

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

    to {
        transform:rotate(359deg)
    }
}

@-webkit-keyframes spin-positioned-x {
    0% {
        transform:translateX(-50%) rotate(0deg)
    }

    to {
        transform:translateX(-50%) rotate(359deg)
    }
}

@keyframes spin-positioned-x {
    0% {
        transform:translateX(-50%) rotate(0deg)
    }

    to {
        transform:translateX(-50%) rotate(359deg)
    }
}

@-webkit-keyframes spin-positioned-xy {
    0% {
        transform:translate(-50%, -50%) rotate(0deg)
    }

    to {
        transform:translate(-50%, -50%) rotate(359deg)
    }
}

@keyframes spin-positioned-xy {
    0% {
        transform:translate(-50%, -50%) rotate(0deg)
    }

    to {
        transform:translate(-50%, -50%) rotate(359deg)
    }
}

@-webkit-keyframes breathing {
    0% {
        transform:scale(1)
    }

    to {
        transform:scale(1.1)
    }
}

@keyframes breathing {
    0% {
        transform:scale(1)
    }

    to {
        transform:scale(1.1)
    }
}

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

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

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

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

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

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

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

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

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

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

    25% {
        transform:translateX(0) rotate(0)
    }
}

@keyframes animate-buzz {
    0% {
        transform:translateX(3px) rotate(1deg)
    }

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

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

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

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

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

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

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

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

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

    25% {
        transform:translateX(0) rotate(0)
    }
}

.admin .link__highlight .animate-buzz.active, .admin .link__highlight .animate-buzz:hover, .service .animate-buzz {
    -webkit-animation-name: animate-buzz;
    animation-name: animate-buzz;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count:infinite
}

.service .animate-buzz:active, .service .animate-buzz:hover {
    -webkit-animation-name: unset;
    animation-name:unset
}

@-webkit-keyframes animate-wobble {
    4.16% {
        transform:translateY(8px)
    }

    8.33% {
        transform:translateY(-6px)
    }

    12.48% {
        transform:translateY(4px)
    }

    16.66% {
        transform:translateY(-2px)
    }

    20.81% {
        transform:translateY(1px)
    }

    25% {
        transform:translateY(0)
    }
}

@keyframes animate-wobble {
    4.16% {
        transform:translateY(8px)
    }

    8.33% {
        transform:translateY(-6px)
    }

    12.48% {
        transform:translateY(4px)
    }

    16.66% {
        transform:translateY(-2px)
    }

    20.81% {
        transform:translateY(1px)
    }

    25% {
        transform:translateY(0)
    }
}

.admin .link__highlight .animate-wobble.active, .admin .link__highlight .animate-wobble:hover, .service .animate-wobble {
    -webkit-animation-name: animate-wobble;
    animation-name: animate-wobble;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count:infinite
}

.service .animate-wobble:active, .service .animate-wobble:hover {
    -webkit-animation-name: unset;
    animation-name:unset
}

@-webkit-keyframes animate-pop {
    0% {
        transform:scale(1)
    }

    12.5% {
        transform:scale(1.05)
    }

    25% {
        transform:scale(1)
    }
}

@keyframes animate-pop {
    0% {
        transform:scale(1)
    }

    12.5% {
        transform:scale(1.05)
    }

    25% {
        transform:scale(1)
    }
}

.admin .link__highlight .animate-pop.active, .admin .link__highlight .animate-pop:hover, .service .animate-pop {
    -webkit-animation-name: animate-pop;
    animation-name: animate-pop;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count:infinite
}

.service .animate-pop:active, .service .animate-pop:hover {
    -webkit-animation-name: unset;
    animation-name:unset
}

@-webkit-keyframes animate-swipe-admin {
    4.16%, 8.33% {
        background-position: 0 0;
        color:#fff
    }

    12.49%, 20.83% {
        background-position: -100% 0;
        color:#777
    }

    24.99%, 29.16% {
        background-position: 0 0;
        color:#fff
    }

    33.33% {
        background-position: 100% 0;
        color:#777
    }
}

@keyframes animate-swipe-admin {
    4.16%, 8.33% {
        background-position: 0 0;
        color:#fff
    }

    12.49%, 20.83% {
        background-position: -100% 0;
        color:#777
    }

    24.99%, 29.16% {
        background-position: 0 0;
        color:#fff
    }

    33.33% {
        background-position: 100% 0;
        color:#777
    }
}

.admin .link__highlight .animate-swipe {
    background-size: 200% auto;
    background-position: 100% 0;
    background-color: transparent !important;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transition-timing-function: ease-in-out;
    background-image: linear-gradient(90deg, #777 50%, transparent 0);
    color:#777
}

.admin .link__highlight .animate-swipe.active, .admin .link__highlight .animate-swipe:hover {
    -webkit-animation-name: animate-swipe-admin;
    animation-name:animate-swipe-admin
}

body:after {
    content: "small";
    display:none
}

@media only screen and (min-width: 768px) {
    body:after {
        content: "medium"
    }
}

@media only screen and (min-width: 992px) {
    body:after {
        content: "large"
    }
}

@media only screen and (min-width: 1260px) {
    body:after {
        content: "extra-large"
    }
}

body.inactive {
    display: flex;
    align-items: center;
    justify-content:center
}

body.inactive .service {
    text-align:center
}

body.inactive .service p {
    margin:0
}

body.forwarding .wrapper {
    padding-top: 220px;
    padding-bottom:190px
}

@-webkit-keyframes colorswipe {
    0% {
        width:0
    }

    to {
        width:100%
    }
}

@keyframes colorswipe {
    0% {
        width:0
    }

    to {
        width:100%
    }
}

@-webkit-keyframes colorunswipe {
    0% {
        width:100%
    }

    to {
        width:0
    }
}

@keyframes colorunswipe {
    0% {
        width:100%
    }

    to {
        width:0
    }
}

@-webkit-keyframes swipeup {
    0% {
        transform:translateY(0)
    }

    to {
        transform:translateY(-100%)
    }
}

@keyframes swipeup {
    0% {
        transform:translateY(0)
    }

    to {
        transform:translateY(-100%)
    }
}

body.forwarding .wrapper {
    display: block;
    position: absolute;
    height: 100vh;
    width: 100%;
    margin: 0;
    top: 0;
    left: 0;
    place-items:center center
}

body.forwarding .center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    text-align:center
}

body.forwarding .move {
    display:inline-block
}

body.forwarding .redirecting {
    display:block
}

body.forwarding .redirecting, body.forwarding .show, body.forwarding .url {
    height: 100px;
    line-height:100px
}

body.forwarding .url {
    overflow:hidden
}

body.forwarding .show {
    opacity: 0;
    overflow: hidden;
    transition:opacity .2s ease-in-out
}

body.forwarding .examplesiteco {
    display: block;
    font-family: Karla;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    position:relative
}

body.forwarding .examplesiteco--ghost {
    display: block;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    width:0
}

body.forwarding .swipeOne {
    background-image: -webkit-gradient(linear, right top, left top, from(#28bf7b), color-stop(20%, #2ed3ba), color-stop(40%, #44c2d7), color-stop(60%, #5aa2dc), color-stop(80%, #708de0), to(#8a86e5));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation-name: colorswipe;
    animation-name: colorswipe;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    z-index: 1;
    background-color:#fff
}

body.forwarding .swipeUp {
    display: inline-block;
    position: relative;
    -webkit-animation-name: swipeup;
    animation-name: swipeup;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode:forwards
}

.service.theme .service .link .btn-link[class * =amazon-] {
    border-width: 2px;
    border-style:solid
}

.service.theme .service .link .btn-link[class * =amazon-] .icon--amazon {
    width: 24px;
    height:24px
}

.service.theme .service .link .btn-link[class * =amazon-]:hover .icon-wrap {
    background-color: transparent;
    border-color:transparent
}

.service.theme .service .link .btn-link.amazon-handmade-none .icon--amazon, .service.theme .service .link .btn-link.amazon-influencer-dot .icon-wrap .icon--amazon, .service.theme .service .link .btn-link.amazon-influencer-none .icon--amazon, .service.theme .service .link .btn-link[class * =amazon-]:hover .icon-wrap .icon--amazon {
    fill:currentColor
}

.service.theme .service .link .btn-link.amazon-influencer-full {
    background-color: #019083;
    border-color: #019083;
    color:#fff
}

.service.theme .service .link .btn-link.amazon-influencer-full .icon-wrap {
    background-color:transparent
}

.service.theme .service .link .btn-link.amazon-influencer-full .icon-wrap .icon--amazon {
    fill:#fff
}

.service.theme .service .link .btn-link.amazon-handmade-dot .icon-wrap .icon--amazon, .service.theme .service .link .btn-link.amazon-influencer-full:hover .icon--amazon {
    fill:currentColor
}

.service.theme .service .link .btn-link.amazon-handmade-full {
    background-color: #82dfe3;
    border-color: #82dfe3;
    color:#fff
}

.service.theme .service .link .btn-link.amazon-handmade-full .icon-wrap {
    background-color:transparent
}

.service.theme .service .link .btn-link.amazon-handmade-full .icon-wrap .icon--amazon {
    fill:#fff
}

.service.theme .service .link .btn-link.amazon-handmade-full:hover .icon--amazon {
    fill:currentColor
}

.service.theme .link {
    margin-bottom: 16px;
    padding: 0;
    position:relative
}

.service.theme .link a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    white-space: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 56px;
    padding: 15px 20px;
    width: 100%;
    position: relative;
    transition: none;
    transition:box-shadow .25s cubic-bezier(.08, .59, .29, .99), color .25s cubic-bezier(.08, .59, .29, .99), border-color .25s cubic-bezier(.08, .59, .29, .99), transform .25s cubic-bezier(.08, .59, .29, .99), background-color .25s cubic-bezier(.08, .59, .29, .99)
}

.service.theme .link.link-disabled > a {
    border-color: #d7dce1;
    background-color: #d7dce1;
    padding:15px 20px
}

.service.theme .link .link-icon {
    padding:15px 66px !important
}

.service.theme .link .link-icon .icon-wrap {
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
    height: 100%;
    width: 100%;
    max-height: 46px;
    max-width: 46px;
    z-index: 5;
    overflow: hidden;
    pointer-events:none
}

.service.theme .link .link-icon .icon-wrap--amazon, .service.theme .link .link-icon .icon-wrap--thumbnail {
    display: flex;
    align-items: center;
    justify-content:center
}

.service.theme .link .link-icon .icon-wrap--thumbnail img {
    height:100%
}

.service.theme .link .link-icon .icon-wrap--thumbnail svg {
    height: 100%;
    width: 100%;
    stroke: currentColor;
    stroke-width:1
}

.service.theme .links {
    text-align: center;
    clear: both;
    margin-bottom:12px
}

.video-button {
    position: relative;
    display: block;
    margin-bottom:16px
}

.video-button .link {
    margin:0 !important
}

.video-button .video-wrapper {
    display: none;
    padding-bottom:48px
}

.video-button .video-wrapper .close-icon {
    position: absolute;
    bottom: 8px;
    left: calc(50% - 16px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    opacity: 1;
    cursor: pointer;
    transition:background-color .2s ease-in-out
}

.video-button .video-wrapper .close-icon svg {
    display: block;
    width: 14px;
    height:14px
}

.service-container.luminance-light .video-button .video-wrapper .close-icon {
    background-color:rgba(0, 0, 0, .5)
}

.service-container.luminance-light .video-button .video-wrapper .close-icon svg {
    fill:#fff
}

.service-container.luminance-light .video-button .video-wrapper .close-icon:hover {
    background-color:#000
}

.service-container.luminance-dark .video-button .video-wrapper .close-icon {
    background-color:hsla(0, 0%, 100%, .5)
}

.service-container.luminance-dark .video-button .video-wrapper .close-icon svg {
    fill:#000
}

.service-container.luminance-dark .video-button .video-wrapper .close-icon:hover {
    background-color:#fff
}

.video-button .video-wrapper .video-styles {
    overflow:hidden
}

.video-button .video-wrapper .video-styles .embed-container {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width:100%
}

.video-button .video-wrapper .video-styles .embed-container--embed_everything {
    padding-bottom:112.5%
}

.video-button .video-wrapper .video-styles .embed-container--embed_everything .video-player iframe {
    top: 0 !important;
    height:50% !important
}

.video-button .video-wrapper .video-styles .embed-container--embed_everything .chat-iframe {
    top: 50% !important;
    height:50% !important
}

.service.is-mobile .video-button .video-wrapper .video-styles .embed-container--embed_everything, .service.preview-area .video-button .video-wrapper .video-styles .embed-container--embed_everything {
    padding-bottom:168.75%
}

.service.is-mobile .video-button .video-wrapper .video-styles .embed-container--embed_everything .video-player iframe, .service.preview-area .video-button .video-wrapper .video-styles .embed-container--embed_everything .video-player iframe {
    height:33.33% !important
}

.service.is-mobile .video-button .video-wrapper .video-styles .embed-container--embed_everything .chat-iframe, .service.preview-area .video-button .video-wrapper .video-styles .embed-container--embed_everything .chat-iframe {
    top: 33.33% !important;
    height:66.66% !important
}

.service.is-mobile .video-button .video-wrapper .video-styles .embed-container--embed_chat, .service.preview-area .video-button .video-wrapper .video-styles .embed-container--embed_chat {
    padding-bottom:112.5%
}

.video-button .video-wrapper .video-styles .embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border:0
}

.video-button .video-wrapper .plyr {
    width:100%
}

.video-button .video-wrapper .plyr--hide-controls .plyr__controls {
    opacity: 1;
    transform: unset;
    pointer-events:auto
}

.video-button .video-wrapper .plyr [data-plyr=play], .video-button .video-wrapper .plyr__poster {
    display:none
}

.video-button .video-wrapper .plyr [data-plyr] {
    background: transparent;
    box-shadow:unset
}

.video-button .video-wrapper .plyr__controls {
    display: flex;
    flex-direction: row;
    padding: 0 16px 21px;
    background-image:unset
}

.video-button .video-wrapper .plyr__controls__item {
    max-width: unset;
    min-width: unset;
    margin: unset;
    padding:unset
}

.video-button .video-wrapper .plyr__controls__item.plyr__progress__container {
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%
}

.video-button .video-wrapper .plyr__controls__item:not(.plyr__progress__container) {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    line-height: 1;
    height: 32px;
    font-size: 12px;
    margin-right:8px
}

.video-button .video-wrapper .plyr__controls__item:not(.plyr__progress__container) ::-moz-selection {
    background-color:transparent
}

.video-button .video-wrapper .plyr__controls__item:not(.plyr__progress__container) ::selection {
    background-color:transparent
}

.video-button .video-wrapper .plyr__controls__item:not(.plyr__progress__container) svg {
    width: 16px;
    height:16px
}

.video-button .video-wrapper .plyr__controls__item:not(.plyr__progress__container):after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 4px;
    z-index: -1;
    top: 0;
    left: 0;
    transition:background-color .2s ease-in-out
}

.video-button .video-wrapper .plyr__controls__item:not(.plyr__progress__container):hover:after {
    background-color:#000 !important
}

.video-button .video-wrapper .plyr__controls__item.plyr__volume, .video-button .video-wrapper .plyr__controls__item[data-plyr=fullscreen] {
    width:32px
}

.video-button .video-wrapper .plyr__controls__item.plyr__time {
    pointer-events: none;
    padding:0 12px !important
}

.video-button .video-wrapper .plyr__controls__item.plyr__time--current {
    order: 1;
    margin-right:auto
}

.video-button .video-wrapper .plyr__controls__item.plyr__time--duration {
    order:2
}

.video-button .video-wrapper .plyr__controls__item.plyr__time--duration:before {
    display:none
}

.video-button .video-wrapper .plyr__controls__item.plyr__volume {
    order:3
}

.video-button .video-wrapper .plyr__controls__item[data-plyr=fullscreen] {
    order: 4;
    margin-right:0
}

.video-button .video-wrapper .plyr__progress {
    left: unset;
    margin:unset
}

.video-button .video-wrapper .plyr__progress input[type=range], .video-button .video-wrapper .plyr__progress progress {
    margin: unset;
    width: 100%;
    height: 5px;
    border-radius:0
}

.video-button .video-wrapper .plyr__progress progress {
    top: 0;
    background-color:#000
}

.video-button .video-wrapper .plyr__progress progress::-webkit-progress-value {
    background-color:hsla(0, 0%, 100%, .14)
}

.video-button .video-wrapper .plyr__progress input[type=range] {
    color:#f43636
}

.video-button .video-wrapper .plyr__progress input[type=range]::-webkit-slider-thumb {
    width: 12px;
    height: 12px;
    background-color: #f43636;
    box-shadow: unset !important;
    opacity:0
}

.video-button .video-wrapper .plyr__progress input[type=range]::-webkit-slider-runnable-track {
    border-radius: 0;
    background-color: transparent;
    box-shadow:unset
}

.colourway-blocks .subscribe-button .select .iti__flag-container, .colourway-blocks .subscribe-button button, .colourway-confetti .subscribe-button .select .iti__flag-container, .colourway-confetti .subscribe-button button, .colourway-dillonfrancis .subscribe-button .select .iti__flag-container, .colourway-dillonfrancis .subscribe-button button, .colourway-diplo .subscribe-button .select .iti__flag-container, .colourway-diplo .subscribe-button button, .colourway-halloween-2019 .subscribe-button .select .iti__flag-container, .colourway-halloween-2019 .subscribe-button button, .colourway-majorlazer .subscribe-button .select .iti__flag-container, .colourway-majorlazer .subscribe-button button, .colourway-neikedmusic .subscribe-button .select .iti__flag-container, .colourway-neikedmusic .subscribe-button button, .colourway-rainbow .subscribe-button .select .iti__flag-container, .colourway-rainbow .subscribe-button button, .colourway-selenagomez .subscribe-button .select .iti__flag-container, .colourway-selenagomez .subscribe-button button, .colourway-starry-night .subscribe-button .select .iti__flag-container, .colourway-starry-night .subscribe-button button, .colourway-valentine-2020 .subscribe-button .select .iti__flag-container, .colourway-valentine-2020 .subscribe-button button, .colourway-valentinokhan .subscribe-button .select .iti__flag-container, .colourway-valentinokhan .subscribe-button button, .colourway-whatsonot .subscribe-button .select .iti__flag-container, .colourway-whatsonot .subscribe-button button, .subscribe-button.formal-2-stroke .select .iti__flag-container, .subscribe-button.formal-2-stroke button, .subscribe-button.jiggly-edges .select .iti__flag-container, .subscribe-button.jiggly-edges button, .subscribe-button.torn-edges .select .iti__flag-container, .subscribe-button.torn-edges button, .subscribe-button[class * =hardshadow] .select .iti__flag-container, .subscribe-button[class * =hardshadow] button, .subscribe-button[class * =softshadow] .select .iti__flag-container, .subscribe-button[class * =softshadow] button {
    margin-top: 8px;
    margin-bottom:8px
}

.colourway-blocks .subscribe-button button span, .colourway-confetti .subscribe-button button span, .colourway-dillonfrancis .subscribe-button button span, .colourway-diplo .subscribe-button button span, .colourway-halloween-2019 .subscribe-button button span, .colourway-majorlazer .subscribe-button button span, .colourway-neikedmusic .subscribe-button button span, .colourway-rainbow .subscribe-button button span, .colourway-selenagomez .subscribe-button button span, .colourway-starry-night .subscribe-button button span, .colourway-valentine-2020 .subscribe-button button span, .colourway-valentinokhan .subscribe-button button span, .colourway-whatsonot .subscribe-button button span, .subscribe-button.formal-2-stroke button span, .subscribe-button.jiggly-edges button span, .subscribe-button.torn-edges button span, .subscribe-button[class * =hardshadow] button span, .subscribe-button[class * =softshadow] button span {
    transform:scale(1)
}

.colourway-blocks .subscribe-button button:hover span, .colourway-confetti .subscribe-button button:hover span, .colourway-dillonfrancis .subscribe-button button:hover span, .colourway-diplo .subscribe-button button:hover span, .colourway-halloween-2019 .subscribe-button button:hover span, .colourway-majorlazer .subscribe-button button:hover span, .colourway-neikedmusic .subscribe-button button:hover span, .colourway-rainbow .subscribe-button button:hover span, .colourway-selenagomez .subscribe-button button:hover span, .colourway-starry-night .subscribe-button button:hover span, .colourway-valentine-2020 .subscribe-button button:hover span, .colourway-valentinokhan .subscribe-button button:hover span, .colourway-whatsonot .subscribe-button button:hover span, .subscribe-button.formal-2-stroke button:hover span, .subscribe-button.jiggly-edges button:hover span, .subscribe-button.torn-edges button:hover span, .subscribe-button[class * =hardshadow] button:hover span, .subscribe-button[class * =softshadow] button:hover span {
    transform:scale(1.048) !important
}

.iti.iti--container {
    padding:0
}

.iti.iti--container .iti__country-list {
    border: none;
    color:#3d444b
}

body:not(.iti-mobile) .iti.iti--container {
    margin-top: 2px;
    overflow: hidden;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius:8px
}

body:not(.iti-mobile) .iti.iti--container .iti__country-list {
    position:relative
}

.iti-mobile .iti.iti--container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(0, 0, 0, .5)
}

.iti-mobile .iti.iti--container .iti__country-list {
    max-height: 60vh;
    border-radius: 8px;
    width: calc(100% - 32px);
    box-shadow:none
}

.subscribe-button {
    position: relative;
    display: block;
    margin-bottom:16px
}

.subscribe-button[data-type=PHONE] input {
    width:100%
}

.subscribe-button .disclaimer {
    position: fixed;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 13px;
    z-index: 6;
    opacity: 0;
    text-align: center;
    transform: translateY(0) !important;
    transition:transform .25s cubic-bezier(.08, .59, .29, .99) !important
}

.subscribe-button .disclaimer span {
    line-height: 1.2;
    font-weight: inherit;
    font-size:inherit
}

.subscribe-button .disclaimer span a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    margin-left: 8px;
    text-decoration: underline;
    white-space: nowrap;
    color: inherit !important;
    font-size:inherit !important
}

.subscribe-button .wrapper {
    position:relative
}

.subscribe-button .wrapper .markup {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width:100%
}

.subscribe-button .wrapper .form {
    min-height: 56px;
    display: flex;
    flex-wrap: nowrap;
    border: 2px solid;
    border-color: inherit;
    overflow: hidden;
    z-index: 1;
    transition:border-color .25s cubic-bezier(.08, .59, .29, .99)
}

.subscribe-button .wrapper .form .message {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: inherit;
    border-radius: inherit;
    background-color: inherit;
    opacity: 1;
    z-index: 1 !important;
    transition:background-color .25s cubic-bezier(.08, .59, .29, .99), color .25s cubic-bezier(.08, .59, .29, .99), opacity .25s cubic-bezier(.08, .59, .29, .99) .25s
}

.subscribe-button .wrapper .form .select, .subscribe-button .wrapper .form button, .subscribe-button .wrapper .form input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: inherit;
    border-radius: 0;
    border: 0;
    color: inherit;
    display: flex;
    align-items: stretch;
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    opacity: 0;
    outline:none
}

.subscribe-button .wrapper .form .select {
    order: 0;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    color: inherit;
    border-color: inherit;
    transition:opacity .25s cubic-bezier(.08, .59, .29, .99)
}

.subscribe-button .wrapper .form .select .iti__flag-container {
    display: flex;
    align-items: center;
    padding: 0;
    position: relative;
    border: none;
    border-right-color: inherit;
    border-right-style: solid;
    border-right-width:2px
}

.subscribe-button .wrapper .form .select .iti__flag-container .iti__selected-flag {
    padding: 0 8px;
    outline: none;
    background:transparent !important
}

.subscribe-button .wrapper .form .select .iti__flag-container .iti__selected-flag .iti__flag {
    display:none
}

.subscribe-button .wrapper .form .select .iti__flag-container .iti__selected-flag .iti__selected-dial-code {
    margin-left: 4px;
    margin-right:6px
}

.subscribe-button .wrapper .form .select .iti__flag-container .iti__selected-flag .iti__arrow {
    border-top-color: inherit;
    margin:0
}

.subscribe-button .wrapper .form .select .iti__flag-container .iti__selected-flag .iti__arrow--up {
    border-bottom-color:inherit
}

.subscribe-button .wrapper .form input {
    order: 1;
    flex-grow: 1;
    flex-shrink: 1;
    overflow: hidden;
    padding-left: 12px !important;
    padding-right: 12px !important;
    padding-top: 15px;
    padding-bottom: 15px;
    transition:opacity .25s cubic-bezier(.08, .59, .29, .99)
}

.subscribe-button .wrapper .form button {
    order: 2;
    cursor: pointer;
    font-weight: inherit;
    align-items: center;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: inherit;
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    padding: 0 16px;
    transform: translateX(calc(100% + 4px));
    opacity: 1;
    transition:background-color .25s cubic-bezier(.08, .59, .29, .99), border-color .25s cubic-bezier(.08, .59, .29, .99), transform .25s cubic-bezier(.08, .59, .29, .99)
}

.subscribe-button .wrapper .form button span {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition:color .25s cubic-bezier(.08, .59, .29, .99), transform .25s cubic-bezier(.08, .59, .29, .99)
}

.subscribe-button .wrapper .form button:after {
    height: 24px;
    width: 24px;
    -webkit-animation: spin .4s linear infinite;
    animation: spin .4s linear infinite;
    background-image: url(https://acesseonline-arquivos-publicos.s3.us-east-2.amazonaws.com/toplnk-loader-24x24.svg);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s cubic-bezier(.08, .59, .29, .99);
    -webkit-animation: spin-positioned-xy .4s linear infinite;
    animation:spin-positioned-xy .4s linear infinite
}

.subscribe-button ::-moz-selection {
    background-color:transparent
}

.subscribe-button ::selection {
    background-color:transparent
}

.subscribe-button.loading button:after {
    opacity:1 !important
}

.subscribe-button.active .disclaimer {
    transform: translateY(100%) !important;
    opacity:1
}

.subscribe-button.active .form .select, .subscribe-button.active .form input {
    opacity: 1 !important;
    transition:opacity .25s cubic-bezier(.08, .59, .29, .99) .25s
}

.subscribe-button.active .form button {
    transform: translateX(0);
    transition:background-color .25s cubic-bezier(.08, .59, .29, .99), border-color .25s cubic-bezier(.08, .59, .29, .99), transform .25s cubic-bezier(.08, .59, .29, .99) .25s
}

.subscribe-button.active .form .message {
    opacity: 0 !important;
    pointer-events: none;
    transition-delay:0s !important
}

.service.theme p.description {
    padding: 0 40px;
    margin-top: 8px;
    margin-bottom: 0;
    text-align: center;
    color: #bbb;
    font-size: 12px;
    line-height:22px
}

.service.theme.is-mobile p.description, .service.theme.preview-area p.description {
    padding:0 16px
}

.service.theme .service {
    overflow:hidden
}

.service.theme:not(.preview-area) {
    background-attachment:fixed
}

.service.theme:not(.colourway-custom) form {
    border: 2px solid #fff;
    color:#fff
}

.service.theme:not(.colourway-custom) form:not(.active):hover {
    background-color: #fff;
    color:#222
}

.service.theme:not(.colourway-custom) form.active button:hover {
    background-color: #fff;
    border-left-color: #fff;
    color:#222
}

.service.theme .user-area {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 32px;
    padding-top:15px
}

.service.theme .user-area h3 {
    line-height: 1;
    margin:0 auto
}

.service.theme section.main {
    background-color:transparent
}

.service.theme section.main:after, .service.theme section.main:before {
    content: " ";
    display:table
}

.service.theme section.main:after {
    clear:both
}

.service.theme .service-container {
    max-width: 700px;
    width:auto
}

.service.theme .img-circle {
    position: relative;
    width: 96px;
    height: 96px;
    display: block;
    background-color: rgba(0, 0, 0, .1);
    margin: 0 auto 16px;
    border-radius: 50%;
    overflow:hidden
}

.service.theme .img-circle img {
    width: 0;
    min-width: 96px;
    min-height:96px
}

.service.theme .user-name {
    color: #bbb;
    font-size: 1rem;
    font-weight: 600;
    border-color: transparent;
    line-height: 1.25;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
    overflow: hidden;
    outline-color:transparent !important
}

.service.theme .overlay-unverified {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(180deg, transparent 0, transparent 1%, hsla(0, 0%, 100%, .96) 45%, #fff 50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content:center
}

.service.theme .overlay-unverified h2 {
    white-space:pre-line
}

.user-profile__no-social__links {
    margin:50px auto 30px
}

.user-profile__no-social__links, .user-profile__social__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items:center
}

.user-profile__social__links {
    margin: 50px auto 10px;
    position: relative;
    left: 0;
    width: 100%;
    bottom:15px;
}

.user-profile__social__links.no-logo {
    margin:50px auto 20px
}

.user-profile__social__links__item {
    cursor: pointer;
    width: 60px;
    max-width: 50px;
    transition: transform cubic-bezier(.23, 1, .32, 1);
    display: flex;
    padding-bottom: 12px;
    justify-content:center
}

.user-profile__social__links__item:hover {
    transform:scale(1.075)
}

.user-profile__social__links__item svg {
    pointer-events: none
}

.user-profile__social-icon {
        fill: #FFFFFF;
        width: 32px;
        height: 32px;
}
