blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0
}

button {
    background-color: transparent;
    background-image: none
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

fieldset,
ol,
ul {
    margin: 0;
    padding: 0
}

ol,
ul {
    list-style: none
}

html {
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, Helvetica Neue, Arial, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    line-height: 1.5
}

*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid #e2e8f0
}

hr {
    border-top-width: 1px
}

img {
    border-style: solid
}

textarea {
    resize: vertical
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #a0aec0
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #a0aec0
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #a0aec0
}

input::placeholder,
textarea::placeholder {
    color: #a0aec0
}

[role=button],
button {
    cursor: pointer
}

table {
    border-collapse: collapse
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

button,
input,
optgroup,
select,
textarea {
    padding: 0;
    line-height: inherit;
    color: inherit
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle
}

img,
video {
    max-width: 100%;
    height: auto
}

.container {
    width: 100%
}

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

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

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

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

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

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

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

.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.bg-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity))
}

.bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.bg-yellow-400 {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity))
}

.bg-blue-500 {
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity))
}

.hover\:bg-gray-800:hover {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity))
}

.hover\:bg-blue-700:hover {
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity))
}

.bg-opacity-50 {
    --bg-opacity: 0.5
}

.border-gray-300 {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity))
}

.border-gray-800 {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity))
}

.border-red-500 {
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity))
}

.rounded-none {
    border-radius: 0
}

.rounded-sm {
    border-radius: .125rem
}

.rounded {
    border-radius: .25rem
}

.rounded-md {
    border-radius: .375rem
}

.rounded-lg {
    border-radius: .5rem
}

.rounded-full {
    border-radius: 9999px
}

.rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem
}

.rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem
}

.rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.rounded-r-md {
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem
}

.rounded-l-md {
    border-top-left-radius: .375rem;
    border-bottom-left-radius: .375rem
}

.rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem
}

.rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px
}

.rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px
}

.border-2 {
    border-width: 2px
}

.border {
    border-width: 1px
}

.border-r {
    border-right-width: 1px
}

.cursor-pointer {
    cursor: pointer
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.flex {
    display: flex
}

.hidden {
    display: none
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.items-center {
    align-items: center
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.flex-auto {
    flex: 1 1 auto
}

.flex-none {
    flex: none
}

.flex-grow {
    flex-grow: 1
}

.flex-shrink-0 {
    flex-shrink: 0
}

.font-medium {
    font-weight: 500
}

.font-semibold {
    font-weight: 600
}

.font-bold {
    font-weight: 700
}

.h-0 {
    height: 0
}

.h-1 {
    height: .25rem
}

.h-2 {
    height: .5rem
}

.h-3 {
    height: .75rem
}

.h-4 {
    height: 1rem
}

.h-5 {
    height: 1.25rem
}

.h-6 {
    height: 1.5rem
}

.h-8 {
    height: 2rem
}

.h-10 {
    height: 2.5rem
}

.h-12 {
    height: 3rem
}

.h-16 {
    height: 4rem
}

.h-20 {
    height: 5rem
}

.h-24 {
    height: 6rem
}

.h-32 {
    height: 8rem
}

.h-40 {
    height: 10rem
}

.h-48 {
    height: 12rem
}

.h-56 {
    height: 14rem
}

.h-64 {
    height: 16rem
}

.h-auto {
    height: auto
}

.h-full {
    height: 100%
}

.h-screen {
    height: 100vh
}

.text-xs {
    font-size: .75rem
}

.text-sm {
    font-size: .875rem
}

.text-base {
    font-size: 1rem
}

.text-lg {
    font-size: 1.125rem
}

.text-xl {
    font-size: 1.25rem
}

.text-sme {
    font-size: .93rem
}

.leading-none {
    line-height: 1
}

.leading-normal {
    line-height: 1.5
}

.m-6 {
    margin: 1.5rem
}

.my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.mx-2 {
    margin-left: .5rem;
    margin-right: .5rem
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem
}

.mt-1 {
    margin-top: .25rem
}

.mb-1 {
    margin-bottom: .25rem
}

.ml-1 {
    margin-left: .25rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mt-3 {
    margin-top: .75rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mt-4 {
    margin-top: 1rem
}

.mr-4 {
    margin-right: 1rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mt-5 {
    margin-top: 1.25rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mt-10 {
    margin-top: 2.5rem
}

.mb-10 {
    margin-bottom: 2.5rem
}

.mt-20 {
    margin-top: 5rem
}

.ml-auto {
    margin-left: auto
}

.max-w-xs {
    max-width: 20rem
}

.max-w-lg {
    max-width: 32rem
}

.max-w-4xl {
    max-width: 56rem
}

.min-h-10 {
    min-height: 2.5rem
}

.min-h-full {
    min-height: 100%
}

.opacity-75 {
    opacity: .75
}

.overflow-hidden {
    overflow: hidden
}

.overflow-x-scroll {
    overflow-x: scroll
}

.p-2 {
    padding: .5rem
}

.p-3 {
    padding: .75rem
}

.p-4 {
    padding: 1rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.pt-2 {
    padding-top: .5rem
}

.pt-4 {
    padding-top: 1rem
}

.pb-6 {
    padding-bottom: 1.5rem
}

.pt-10 {
    padding-top: 2.5rem
}

.pb-64 {
    padding-bottom: 16rem
}

.static {
    position: static
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.top-0 {
    top: 0
}

.left-0 {
    left: 0
}

.shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06)
}

.shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)
}

.fill-current {
    fill: currentColor
}

.text-center {
    text-align: center
}

.text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity))
}

.text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.text-gray-400 {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity))
}

.text-gray-600 {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity))
}

.text-gray-800 {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity))
}

.text-red-500 {
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity))
}

.text-pink-600 {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity))
}

.uppercase {
    text-transform: uppercase
}

.underline {
    text-decoration: underline
}

.tracking-wide {
    letter-spacing: .025em
}

.visible {
    visibility: visible
}

.whitespace-no-wrap {
    white-space: nowrap
}

.w-0 {
    width: 0
}

.w-1 {
    width: .25rem
}

.w-2 {
    width: .5rem
}

.w-3 {
    width: .75rem
}

.w-4 {
    width: 1rem
}

.w-5 {
    width: 1.25rem
}

.w-6 {
    width: 1.5rem
}

.w-8 {
    width: 2rem
}

.w-10 {
    width: 2.5rem
}

.w-12 {
    width: 3rem
}

.w-16 {
    width: 4rem
}

.w-20 {
    width: 5rem
}

.w-24 {
    width: 6rem
}

.w-32 {
    width: 8rem
}

.w-40 {
    width: 10rem
}

.w-48 {
    width: 12rem
}

.w-54 {
    width: 13.5rem
}

.w-56 {
    width: 14rem
}

.w-64 {
    width: 16rem
}

.w-auto {
    width: auto
}

.w-full {
    width: 100%
}

.w-screen {
    width: 100vw
}

.transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
}

.hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05
}

.transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform
}

.ease-in {
    transition-timing-function: cubic-bezier(.4, 0, 1, 1)
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.duration-100 {
    transition-duration: .1s
}

@-webkit-keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes ping {

    75%,
    to {
        transform: scale(2);
        opacity: 0
    }
}

@keyframes ping {

    75%,
    to {
        transform: scale(2);
        opacity: 0
    }
}

@-webkit-keyframes pulse {
    50% {
        opacity: .5
    }
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

@-webkit-keyframes bounce {

    0%,
    to {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }

    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
}

@keyframes bounce {

    0%,
    to {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }

    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
}

@media (min-width: 0px) and (max-width:319px) {
    .xxs\:container {
        width: 100%
    }
}

@media (min-width: 0px) and (max-width:319px) and (min-width:0px) {
    .xxs\:container {
        max-width: 0
    }
}

@media (min-width: 0px) and (max-width:319px) and (min-width:320px) {
    .xxs\:container {
        max-width: 320px
    }
}

@media (min-width: 0px) and (max-width:319px) and (min-width:480px) {
    .xxs\:container {
        max-width: 480px
    }
}

@media (min-width: 0px) and (max-width:319px) and (min-width:640px) {
    .xxs\:container {
        max-width: 640px
    }
}

@media (min-width: 0px) and (max-width:319px) and (min-width:768px) {
    .xxs\:container {
        max-width: 768px
    }
}

@media (min-width: 0px) and (max-width:319px) and (min-width:1024px) {
    .xxs\:container {
        max-width: 1024px
    }
}

@media (min-width: 0px) and (max-width:319px) and (min-width:1280px) {
    .xxs\:container {
        max-width: 1280px
    }
}

@media (min-width: 0px) and (max-width:319px) {
    .xxs\:text-xs {
        font-size: .75rem
    }

    .xxs\:leading-loose {
        line-height: 2
    }

    .xxs\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .xxs\:py-2 {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .xxs\:px-2 {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .xxs\:w-2 {
        width: .5rem
    }
}

@media (min-width: 320px) and (max-width:479px) {
    .xs\:container {
        width: 100%
    }
}

@media (min-width: 320px) and (max-width:479px) and (min-width:0px) {
    .xs\:container {
        max-width: 0
    }
}

@media (min-width: 320px) and (max-width:479px) and (min-width:320px) {
    .xs\:container {
        max-width: 320px
    }
}

@media (min-width: 320px) and (max-width:479px) and (min-width:480px) {
    .xs\:container {
        max-width: 480px
    }
}

@media (min-width: 320px) and (max-width:479px) and (min-width:640px) {
    .xs\:container {
        max-width: 640px
    }
}

@media (min-width: 320px) and (max-width:479px) and (min-width:768px) {
    .xs\:container {
        max-width: 768px
    }
}

@media (min-width: 320px) and (max-width:479px) and (min-width:1024px) {
    .xs\:container {
        max-width: 1024px
    }
}

@media (min-width: 320px) and (max-width:479px) and (min-width:1280px) {
    .xs\:container {
        max-width: 1280px
    }
}

@media (min-width: 320px) and (max-width:479px) {
    .xs\:text-sm {
        font-size: .875rem
    }

    .xs\:leading-6 {
        line-height: 1.5rem
    }

    .xs\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .xs\:px-2 {
        padding-left: .5rem;
        padding-right: .5rem
    }
}

@media (min-width: 480px) and (max-width:639px) {
    .xsm\:container {
        width: 100%
    }
}

@media (min-width: 480px) and (max-width:639px) and (min-width:0px) {
    .xsm\:container {
        max-width: 0
    }
}

@media (min-width: 480px) and (max-width:639px) and (min-width:320px) {
    .xsm\:container {
        max-width: 320px
    }
}

@media (min-width: 480px) and (max-width:639px) and (min-width:480px) {
    .xsm\:container {
        max-width: 480px
    }
}

@media (min-width: 480px) and (max-width:639px) and (min-width:640px) {
    .xsm\:container {
        max-width: 640px
    }
}

@media (min-width: 480px) and (max-width:639px) and (min-width:768px) {
    .xsm\:container {
        max-width: 768px
    }
}

@media (min-width: 480px) and (max-width:639px) and (min-width:1024px) {
    .xsm\:container {
        max-width: 1024px
    }
}

@media (min-width: 480px) and (max-width:639px) and (min-width:1280px) {
    .xsm\:container {
        max-width: 1280px
    }
}

@media (min-width: 640px) and (max-width:767px) {
    .sm\:container {
        width: 100%
    }
}

@media (min-width: 640px) and (max-width:767px) and (min-width:0px) {
    .sm\:container {
        max-width: 0
    }
}

@media (min-width: 640px) and (max-width:767px) and (min-width:320px) {
    .sm\:container {
        max-width: 320px
    }
}

@media (min-width: 640px) and (max-width:767px) and (min-width:480px) {
    .sm\:container {
        max-width: 480px
    }
}

@media (min-width: 640px) and (max-width:767px) and (min-width:640px) {
    .sm\:container {
        max-width: 640px
    }
}

@media (min-width: 640px) and (max-width:767px) and (min-width:768px) {
    .sm\:container {
        max-width: 768px
    }
}

@media (min-width: 640px) and (max-width:767px) and (min-width:1024px) {
    .sm\:container {
        max-width: 1024px
    }
}

@media (min-width: 640px) and (max-width:767px) and (min-width:1280px) {
    .sm\:container {
        max-width: 1280px
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    .md\:container {
        width: 100%
    }
}

@media (min-width: 768px) and (max-width:1023px) and (min-width:0px) {
    .md\:container {
        max-width: 0
    }
}

@media (min-width: 768px) and (max-width:1023px) and (min-width:320px) {
    .md\:container {
        max-width: 320px
    }
}

@media (min-width: 768px) and (max-width:1023px) and (min-width:480px) {
    .md\:container {
        max-width: 480px
    }
}

@media (min-width: 768px) and (max-width:1023px) and (min-width:640px) {
    .md\:container {
        max-width: 640px
    }
}

@media (min-width: 768px) and (max-width:1023px) and (min-width:768px) {
    .md\:container {
        max-width: 768px
    }
}

@media (min-width: 768px) and (max-width:1023px) and (min-width:1024px) {
    .md\:container {
        max-width: 1024px
    }
}

@media (min-width: 768px) and (max-width:1023px) and (min-width:1280px) {
    .md\:container {
        max-width: 1280px
    }
}

@media (min-width: 1024px) and (max-width:1279px) {
    .lg\:container {
        width: 100%
    }
}

@media (min-width: 1024px) and (max-width:1279px) and (min-width:0px) {
    .lg\:container {
        max-width: 0
    }
}

@media (min-width: 1024px) and (max-width:1279px) and (min-width:320px) {
    .lg\:container {
        max-width: 320px
    }
}

@media (min-width: 1024px) and (max-width:1279px) and (min-width:480px) {
    .lg\:container {
        max-width: 480px
    }
}

@media (min-width: 1024px) and (max-width:1279px) and (min-width:640px) {
    .lg\:container {
        max-width: 640px
    }
}

@media (min-width: 1024px) and (max-width:1279px) and (min-width:768px) {
    .lg\:container {
        max-width: 768px
    }
}

@media (min-width: 1024px) and (max-width:1279px) and (min-width:1024px) {
    .lg\:container {
        max-width: 1024px
    }
}

@media (min-width: 1024px) and (max-width:1279px) and (min-width:1280px) {
    .lg\:container {
        max-width: 1280px
    }
}

@media (min-width: 1024px) and (max-width:1279px) {
    .lg\:rounded-b-none {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .lg\:rounded-r {
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem
    }

    .lg\:flex {
        display: flex
    }

    .lg\:h-10 {
        height: 2.5rem
    }

    .lg\:max-w-full {
        max-width: 100%
    }

    .lg\:w-10 {
        width: 2.5rem
    }

    .lg\:transform {
        --transform-translate-x: 0;
        --transform-translate-y: 0;
        --transform-rotate: 0;
        --transform-skew-x: 0;
        --transform-skew-y: 0;
        --transform-scale-x: 1;
        --transform-scale-y: 1;
        transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
    }
}

@media (min-width: 1280px) {
    .xl\:container {
        width: 100%
    }
}

@media (min-width: 1280px) and (min-width:0px) {
    .xl\:container {
        max-width: 0
    }
}

@media (min-width: 1280px) and (min-width:320px) {
    .xl\:container {
        max-width: 320px
    }
}

@media (min-width: 1280px) and (min-width:480px) {
    .xl\:container {
        max-width: 480px
    }
}

@media (min-width: 1280px) and (min-width:640px) {
    .xl\:container {
        max-width: 640px
    }
}

@media (min-width: 1280px) and (min-width:768px) {
    .xl\:container {
        max-width: 768px
    }
}

@media (min-width: 1280px) and (min-width:1024px) {
    .xl\:container {
        max-width: 1024px
    }
}

@media (min-width: 1280px) and (min-width:1280px) {
    .xl\:container {
        max-width: 1280px
    }
}

@media (min-width: 1280px) {
    .xl\:h-10 {
        height: 2.5rem
    }

    .xl\:w-10 {
        width: 2.5rem
    }

    .xl\:transform {
        --transform-translate-x: 0;
        --transform-translate-y: 0;
        --transform-rotate: 0;
        --transform-skew-x: 0;
        --transform-skew-y: 0;
        --transform-scale-x: 1;
        --transform-scale-y: 1;
        transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
    }
}

.svg-inline--fa,
svg:not(:root).svg-inline--fa {
    overflow: visible
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    vertical-align: -.125em
}

.svg-inline--fa.fa-lg {
    vertical-align: -.225em
}

.svg-inline--fa.fa-w-1 {
    width: .0625em
}

.svg-inline--fa.fa-w-2 {
    width: .125em
}

.svg-inline--fa.fa-w-3 {
    width: .1875em
}

.svg-inline--fa.fa-w-4 {
    width: .25em
}

.svg-inline--fa.fa-w-5 {
    width: .3125em
}

.svg-inline--fa.fa-w-6 {
    width: .375em
}

.svg-inline--fa.fa-w-7 {
    width: .4375em
}

.svg-inline--fa.fa-w-8 {
    width: .5em
}

.svg-inline--fa.fa-w-9 {
    width: .5625em
}

.svg-inline--fa.fa-w-10 {
    width: .625em
}

.svg-inline--fa.fa-w-11 {
    width: .6875em
}

.svg-inline--fa.fa-w-12 {
    width: .75em
}

.svg-inline--fa.fa-w-13 {
    width: .8125em
}

.svg-inline--fa.fa-w-14 {
    width: .875em
}

.svg-inline--fa.fa-w-15 {
    width: .9375em
}

.svg-inline--fa.fa-w-16 {
    width: 1em
}

.svg-inline--fa.fa-w-17 {
    width: 1.0625em
}

.svg-inline--fa.fa-w-18 {
    width: 1.125em
}

.svg-inline--fa.fa-w-19 {
    width: 1.1875em
}

.svg-inline--fa.fa-w-20 {
    width: 1.25em
}

.svg-inline--fa.fa-pull-left {
    margin-right: .3em;
    width: auto
}

.svg-inline--fa.fa-pull-right {
    margin-left: .3em;
    width: auto
}

.svg-inline--fa.fa-border {
    height: 1.5em
}

.svg-inline--fa.fa-li {
    width: 2em
}

.svg-inline--fa.fa-fw {
    width: 1.25em
}

.fa-layers svg.svg-inline--fa {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}

.fa-layers {
    display: inline-block;
    height: 1em;
    position: relative;
    text-align: center;
    vertical-align: -.125em;
    width: 1em
}

.fa-layers svg.svg-inline--fa {
    transform-origin: center center
}

.fa-layers-counter,
.fa-layers-text {
    display: inline-block;
    position: absolute;
    text-align: center
}

.fa-layers-text {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center center
}

.fa-layers-counter {
    background-color: #ff253a;
    border-radius: 1em;
    box-sizing: border-box;
    color: #fff;
    height: 1.5em;
    line-height: 1;
    max-width: 5em;
    min-width: 1.5em;
    overflow: hidden;
    padding: .25em;
    right: 0;
    text-overflow: ellipsis;
    top: 0;
    transform: scale(.25);
    transform-origin: top right
}

.fa-layers-bottom-right {
    bottom: 0;
    right: 0;
    top: auto;
    transform: scale(.25);
    transform-origin: bottom right
}

.fa-layers-bottom-left {
    bottom: 0;
    left: 0;
    right: auto;
    top: auto;
    transform: scale(.25);
    transform-origin: bottom left
}

.fa-layers-top-right {
    right: 0;
    top: 0;
    transform: scale(.25);
    transform-origin: top right
}

.fa-layers-top-left {
    left: 0;
    right: auto;
    top: 0;
    transform: scale(.25);
    transform-origin: top left
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite
}

.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite
}

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

    to {
        transform: rotate(1turn)
    }
}

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

    to {
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1)
}

.fa-flip-vertical {
    transform: scaleY(-1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1)
}

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    position: relative;
    width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}

.svg-inline--fa.fa-stack-1x {
    height: 1em;
    width: 1.25em
}

.svg-inline--fa.fa-stack-2x {
    height: 2em;
    width: 2.5em
}

.fa-inverse {
    color: #fff
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.svg-inline--fa .fa-primary {
    fill: currentColor;
    fill: var(--fa-primary-color, currentColor);
    opacity: 1;
    opacity: var(--fa-primary-opacity, 1)
}

.svg-inline--fa .fa-secondary {
    fill: currentColor;
    fill: var(--fa-secondary-color, currentColor)
}

.svg-inline--fa .fa-secondary,
.svg-inline--fa.fa-swap-opacity .fa-primary {
    opacity: .4;
    opacity: var(--fa-secondary-opacity, .4)
}

.svg-inline--fa.fa-swap-opacity .fa-secondary {
    opacity: 1;
    opacity: var(--fa-primary-opacity, 1)
}

.svg-inline--fa mask .fa-primary,
.svg-inline--fa mask .fa-secondary {
    fill: #000
}

.fad.fa-inverse {
    color: #fff
}

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto
}

.container-fluid.hero,
.container.hero {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center
}

.container-fluid {
    padding-right: 2rem;
    padding-left: 2rem
}

@media only screen and (min-width: 48em) {
    .container {
        width: 45rem
    }
}

@media only screen and (min-width: 64em) {
    .container {
        width: 60rem
    }
}

@media only screen and (min-width: 75em) {
    .container {
        width: 70rem
    }
}

.row {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -.5rem;
    margin-left: -.5rem
}

.row.reverse {
    flex-direction: row-reverse
}

[dir=ltr] .start-xs {
    text-align: left
}

[dir=rtl] .start-xs {
    text-align: right
}

.start-xs {
    justify-content: flex-start
}

.center-xs {
    justify-content: center;
    text-align: center
}

[dir=ltr] .end-xs {
    text-align: right
}

[dir=rtl] .end-xs {
    text-align: left
}

.end-xs {
    justify-content: flex-end
}

.top-xs {
    align-items: flex-start
}

.middle-xs {
    align-items: center
}

.bottom-xs {
    align-items: flex-end
}

.around-xs {
    justify-content: space-around
}

.between-xs {
    justify-content: space-between
}

@media only screen and (min-width: 48em) {
    [dir=ltr] .start-sm {
        text-align: left
    }

    [dir=rtl] .start-sm {
        text-align: right
    }

    .start-sm {
        justify-content: flex-start
    }

    .center-sm {
        justify-content: center;
        text-align: center
    }

    [dir=ltr] .end-sm {
        text-align: right
    }

    [dir=rtl] .end-sm {
        text-align: left
    }

    .end-sm {
        justify-content: flex-end
    }

    .top-sm {
        align-items: flex-start
    }

    .middle-sm {
        align-items: center
    }

    .bottom-sm {
        align-items: flex-end
    }

    .around-sm {
        justify-content: space-around
    }

    .between-sm {
        justify-content: space-between
    }
}

@media only screen and (min-width: 64em) {
    [dir=ltr] .start-md {
        text-align: left
    }

    [dir=rtl] .start-md {
        text-align: right
    }

    .start-md {
        justify-content: flex-start
    }

    .center-md {
        justify-content: center;
        text-align: center
    }

    [dir=ltr] .end-md {
        text-align: right
    }

    [dir=rtl] .end-md {
        text-align: left
    }

    .end-md {
        justify-content: flex-end
    }

    .top-md {
        align-items: flex-start
    }

    .middle-md {
        align-items: center
    }

    .bottom-md {
        align-items: flex-end
    }

    .around-md {
        justify-content: space-around
    }

    .between-md {
        justify-content: space-between
    }
}

@media only screen and (min-width: 75em) {
    [dir=ltr] .start-lg {
        text-align: left
    }

    [dir=rtl] .start-lg {
        text-align: right
    }

    .start-lg {
        justify-content: flex-start
    }

    .center-lg {
        justify-content: center;
        text-align: center
    }

    [dir=ltr] .end-lg {
        text-align: right
    }

    [dir=rtl] .end-lg {
        text-align: left
    }

    .end-lg {
        justify-content: flex-end
    }

    .top-lg {
        align-items: flex-start
    }

    .middle-lg {
        align-items: center
    }

    .bottom-lg {
        align-items: flex-end
    }

    .around-lg {
        justify-content: space-around
    }

    .between-lg {
        justify-content: space-between
    }
}

.col.reverse {
    flex-direction: column-reverse
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding: .5rem
}

.col-xs {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%
}

.col-xs-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%
}

.col-xs-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%
}

.col-xs-3 {
    flex-basis: 25%;
    max-width: 25%
}

.col-xs-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%
}

.col-xs-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%
}

.col-xs-6 {
    flex-basis: 50%;
    max-width: 50%
}

.col-xs-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%
}

.col-xs-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%
}

.col-xs-9 {
    flex-basis: 75%;
    max-width: 75%
}

.col-xs-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%
}

.col-xs-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%
}

.col-xs-12 {
    flex-basis: 100%;
    max-width: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.first-xs {
    order: -1
}

.last-xs {
    order: 1
}

@media only screen and (min-width: 48em) {

    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-offset-0,
    .col-sm-offset-1,
    .col-sm-offset-2,
    .col-sm-offset-3,
    .col-sm-offset-4,
    .col-sm-offset-5,
    .col-sm-offset-6,
    .col-sm-offset-7,
    .col-sm-offset-8,
    .col-sm-offset-9,
    .col-sm-offset-10,
    .col-sm-offset-11,
    .col-sm-offset-12 {
        box-sizing: border-box;
        flex: 0 0 auto;
        padding: .5rem
    }

    .col-sm {
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%
    }

    .col-sm-1 {
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }

    .col-sm-2 {
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }

    .col-sm-3 {
        flex-basis: 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }

    .col-sm-5 {
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }

    .col-sm-6 {
        flex-basis: 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }

    .col-sm-8 {
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }

    .col-sm-9 {
        flex-basis: 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }

    .col-sm-11 {
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }

    .col-sm-12 {
        flex-basis: 100%;
        max-width: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .first-sm {
        order: -1
    }

    .last-sm {
        order: 1
    }
}

@media only screen and (min-width: 64em) {

    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-offset-0,
    .col-md-offset-1,
    .col-md-offset-2,
    .col-md-offset-3,
    .col-md-offset-4,
    .col-md-offset-5,
    .col-md-offset-6,
    .col-md-offset-7,
    .col-md-offset-8,
    .col-md-offset-9,
    .col-md-offset-10,
    .col-md-offset-11,
    .col-md-offset-12 {
        box-sizing: border-box;
        flex: 0 0 auto;
        padding: .5rem
    }

    .col-md {
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%
    }

    .col-md-1 {
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }

    .col-md-2 {
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }

    .col-md-3 {
        flex-basis: 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }

    .col-md-5 {
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }

    .col-md-6 {
        flex-basis: 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }

    .col-md-8 {
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }

    .col-md-9 {
        flex-basis: 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }

    .col-md-11 {
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }

    .col-md-12 {
        flex-basis: 100%;
        max-width: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .first-md {
        order: -1
    }

    .last-md {
        order: 1
    }
}

@media only screen and (min-width: 75em) {

    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-offset-0,
    .col-lg-offset-1,
    .col-lg-offset-2,
    .col-lg-offset-3,
    .col-lg-offset-4,
    .col-lg-offset-5,
    .col-lg-offset-6,
    .col-lg-offset-7,
    .col-lg-offset-8,
    .col-lg-offset-9,
    .col-lg-offset-10,
    .col-lg-offset-11,
    .col-lg-offset-12 {
        box-sizing: border-box;
        flex: 0 0 auto;
        padding: .5rem
    }

    .col-lg {
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%
    }

    .col-lg-1 {
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }

    .col-lg-2 {
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }

    .col-lg-3 {
        flex-basis: 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }

    .col-lg-5 {
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }

    .col-lg-6 {
        flex-basis: 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }

    .col-lg-8 {
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }

    .col-lg-9 {
        flex-basis: 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }

    .col-lg-11 {
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }

    .col-lg-12 {
        flex-basis: 100%;
        max-width: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .first-lg {
        order: -1
    }

    .last-lg {
        order: 1
    }
}

fieldset[disabled] .multiselect {
    pointer-events: none
}

.multiselect__spinner {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 48px;
    height: 35px;
    background: #fff;
    display: block
}

.multiselect__spinner:after,
.multiselect__spinner:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 2px solid transparent;
    border-top-color: #41b883;
    box-shadow: 0 0 0 1px transparent
}

.multiselect__spinner:before {
    -webkit-animation: spinning 2.4s cubic-bezier(.41, .26, .2, .62);
    animation: spinning 2.4s cubic-bezier(.41, .26, .2, .62);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.multiselect__spinner:after {
    -webkit-animation: spinning 2.4s cubic-bezier(.51, .09, .21, .8);
    animation: spinning 2.4s cubic-bezier(.51, .09, .21, .8);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.multiselect__loading-enter-active,
.multiselect__loading-leave-active {
    transition: opacity .4s ease-in-out;
    opacity: 1
}

.multiselect__loading-enter,
.multiselect__loading-leave-active {
    opacity: 0
}

.multiselect,
.multiselect__input,
.multiselect__single {
    font-family: inherit;
    font-size: 16px;
    touch-action: manipulation
}

.multiselect {
    box-sizing: content-box;
    display: block;
    position: relative;
    width: 100%;
    min-height: 40px;
    text-align: left;
    color: #35495e
}

.multiselect * {
    box-sizing: border-box
}

.multiselect:focus {
    outline: none
}

.multiselect--disabled {
    background: #ededed;
    pointer-events: none;
    opacity: .6
}

.multiselect--active {
    z-index: 50
}

.multiselect--active:not(.multiselect--above) .multiselect__current,
.multiselect--active:not(.multiselect--above) .multiselect__input,
.multiselect--active:not(.multiselect--above) .multiselect__tags {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.multiselect--active .multiselect__select {
    transform: rotate(180deg)
}

.multiselect--above.multiselect--active .multiselect__current,
.multiselect--above.multiselect--active .multiselect__input,
.multiselect--above.multiselect--active .multiselect__tags {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.multiselect__input,
.multiselect__single {
    position: relative;
    display: inline-block;
    min-height: 20px;
    line-height: 20px;
    border: none;
    border-radius: 5px;
    background: #fff;
    padding: 0 0 0 5px;
    width: 100%;
    transition: border .1s ease;
    box-sizing: border-box;
    margin-bottom: 8px;
    vertical-align: top
}

.multiselect__input:-ms-input-placeholder {
    color: #35495e
}

.multiselect__input::-moz-placeholder {
    color: #35495e
}

.multiselect__input::-ms-input-placeholder {
    color: #35495e
}

.multiselect__input::placeholder {
    color: #35495e
}

.multiselect__tag~.multiselect__input,
.multiselect__tag~.multiselect__single {
    width: auto
}

.multiselect__input:hover,
.multiselect__single:hover {
    border-color: #cfcfcf
}

.multiselect__input:focus,
.multiselect__single:focus {
    border-color: #a8a8a8;
    outline: none
}

.multiselect__single {
    padding-left: 5px;
    margin-bottom: 8px
}

.multiselect__tags-wrap {
    display: inline
}

.multiselect__tags {
    min-height: 40px;
    display: block;
    padding: 8px 40px 0 8px;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    background: #fff;
    font-size: 14px
}

.multiselect__tag {
    position: relative;
    display: inline-block;
    padding: 4px 26px 4px 10px;
    border-radius: 5px;
    margin-right: 10px;
    color: #fff;
    line-height: 1;
    background: #41b883;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis
}

.multiselect__tag-icon {
    cursor: pointer;
    margin-left: 7px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-weight: 700;
    font-style: normal;
    width: 22px;
    text-align: center;
    line-height: 22px;
    transition: all .2s ease;
    border-radius: 5px
}

.multiselect__tag-icon:after {
    content: "\D7";
    color: #266d4d;
    font-size: 14px
}

.multiselect__tag-icon:focus,
.multiselect__tag-icon:hover {
    background: #369a6e
}

.multiselect__tag-icon:focus:after,
.multiselect__tag-icon:hover:after {
    color: #fff
}

.multiselect__current {
    min-height: 40px;
    overflow: hidden;
    padding: 8px 30px 0 12px;
    white-space: nowrap;
    border-radius: 5px;
    border: 1px solid #e8e8e8
}

.multiselect__current,
.multiselect__select {
    line-height: 16px;
    box-sizing: border-box;
    display: block;
    margin: 0;
    text-decoration: none;
    cursor: pointer
}

.multiselect__select {
    position: absolute;
    width: 40px;
    height: 38px;
    right: 1px;
    top: 1px;
    padding: 4px 8px;
    text-align: center;
    transition: transform .2s ease
}

.multiselect__select:before {
    position: relative;
    right: 0;
    top: 65%;
    color: #999;
    margin-top: 4px;
    border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    content: ""
}

.multiselect__placeholder {
    color: #adadad;
    display: inline-block;
    margin-bottom: 10px;
    padding-top: 2px
}

.multiselect--active .multiselect__placeholder {
    display: none
}

.multiselect__content-wrapper {
    position: absolute;
    display: block;
    background: #fff;
    width: 100%;
    max-height: 240px;
    overflow: auto;
    border: 1px solid #e8e8e8;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 50;
    -webkit-overflow-scrolling: touch
}

.multiselect__content {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    min-width: 100%;
    vertical-align: top
}

.multiselect--above .multiselect__content-wrapper {
    bottom: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: none;
    border-top: 1px solid #e8e8e8
}

.multiselect__content::webkit-scrollbar {
    display: none
}

.multiselect__element {
    display: block
}

.multiselect__option {
    display: block;
    padding: 12px;
    min-height: 40px;
    line-height: 16px;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    white-space: nowrap
}

.multiselect__option:after {
    top: 0;
    right: 0;
    position: absolute;
    line-height: 40px;
    padding-right: 12px;
    padding-left: 20px;
    font-size: 13px
}

.multiselect__option--highlight {
    background: #41b883;
    outline: none;
    color: #fff
}

.multiselect__option--highlight:after {
    content: attr(data-select);
    background: #41b883;
    color: #fff
}

.multiselect__option--selected {
    background: #f3f3f3;
    color: #35495e;
    font-weight: 700
}

.multiselect__option--selected:after {
    content: attr(data-selected);
    color: silver
}

.multiselect__option--selected.multiselect__option--highlight {
    background: #ff6a6a;
    color: #fff
}

.multiselect__option--selected.multiselect__option--highlight:after {
    background: #ff6a6a;
    content: attr(data-deselect);
    color: #fff
}

.multiselect--disabled .multiselect__current,
.multiselect--disabled .multiselect__select {
    background: #ededed;
    color: #a6a6a6
}

.multiselect__option--disabled {
    background: #ededed !important;
    color: #a6a6a6 !important;
    cursor: text;
    pointer-events: none
}

.multiselect__option--group {
    background: #ededed;
    color: #35495e
}

.multiselect__option--group.multiselect__option--highlight {
    background: #35495e;
    color: #fff
}

.multiselect__option--group.multiselect__option--highlight:after {
    background: #35495e
}

.multiselect__option--disabled.multiselect__option--highlight {
    background: #dedede
}

.multiselect__option--group-selected.multiselect__option--highlight {
    background: #ff6a6a;
    color: #fff
}

.multiselect__option--group-selected.multiselect__option--highlight:after {
    background: #ff6a6a;
    content: attr(data-deselect);
    color: #fff
}

.multiselect-enter-active,
.multiselect-leave-active {
    transition: all .15s ease
}

.multiselect-enter,
.multiselect-leave-active {
    opacity: 0
}

.multiselect__strong {
    margin-bottom: 8px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top
}

[dir=rtl] .multiselect {
    text-align: right
}

[dir=rtl] .multiselect__select {
    right: auto;
    left: 1px
}

[dir=rtl] .multiselect__tags {
    padding: 8px 8px 0 40px
}

[dir=rtl] .multiselect__content {
    text-align: right
}

[dir=rtl] .multiselect__option:after {
    right: auto;
    left: 0
}

[dir=rtl] .multiselect__clear {
    right: auto;
    left: 12px
}

[dir=rtl] .multiselect__spinner {
    right: auto;
    left: 1px
}

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

    to {
        transform: rotate(2turn)
    }
}

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

    to {
        transform: rotate(2turn)
    }
}

* {
    -webkit-tap-highlight-color: transparent
}

:focus {
    outline: none !important
}

input,
input[type=button],
input[type=submit],
input[type=text],
textarea {
    -webkit-appearance: none;
    border-radius: 0;
    box-shadow: none
}

.nuxt-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 0;
    opacity: 1;
    transition: width .1s, opacity .4s;
    background-color: #3b8070;
    z-index: 999999
}

.nuxt-progress.nuxt-progress-notransition {
    transition: none
}

.nuxt-progress-failed {
    background-color: red
}

.pixel {
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0
}

html {
    font-family: Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 16px;
    word-spacing: 1px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box
}

body {
    font-family: Montserrat, Quicksand
}

*,
:after,
:before {
    box-sizing: border-box;
    margin: 0
}

.button--green {
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #3b8070;
    color: #3b8070;
    text-decoration: none;
    padding: 10px 30px
}

.button--green:hover {
    color: #fff;
    background-color: #3b8070
}

.button--grey {
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #35495e;
    color: #35495e;
    text-decoration: none;
    padding: 10px 30px;
    margin-left: 15px
}

.button--grey:hover {
    color: #fff;
    background-color: #35495e
}

.toasted-container .toasted.toasted-item {
    min-width: 350px;
    font-size: 13px;
    justify-content: center
}

.toasted-preview-not-supported-container {
    padding-top: 50px
}

.toasted-container .toasted.toasted-preview-not-supported {
    font-size: 13px;
    justify-content: center;
    max-width: 350px;
    margin: 10px auto 0;
    border-radius: 100px
}

.pixel {
    width: 0;
    height: 0
}

.slug-index {
    position: absolute;
    min-height: 100%;
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.page-width {
    padding-top: 0
}

@media (max-width: 767px) {
    .page-width {
        max-width: 360px;
        display: block;
        margin: 0 auto
    }
}

@media (max-width: 480px) {
    .page-width {
        padding: 0;
        width: 100%;
        max-width: unset
    }
}

@media (min-width: 767px) {
    .has-max-2-services.page-width {
        max-width: 100% !important;
        margin-top: 30px
    }
}

.social-buttons-container {
    width: 100%;
    display: flex;
    justify-content: center
}

@media (min-width: 1024px) {
    .social-buttons-container {
        padding-top: 20px
    }
}

@media (max-width: 768px) {
    .list-shadow {
        box-shadow: none
    }
}

.page-background {
    background: #2e2e2e
}

.me-info-container {
    position: relative;
    z-index: 11;
    height: 116px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media (max-width: 1023px) {
    .me-info-container {
        height: auto
    }
}

.me-info {
    font-size: 18px;
    font-weight: 700;
    padding: 3px 0;
    line-height: 1.4;
    text-align: left;
    margin: 15px 30px 0;
    -webkit-line-clamp: 3;
    overflow: hidden
}

@media (max-width: 1023px) {
    .me-info {
        max-height: unset;
        padding: 30px 20px 10px;
        margin: 0;
        text-align: center
    }
}

@media (max-width: 480px) {
    .me-info {
        padding: 10px 20px
    }
}

.description {
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    margin: 5px 0 0 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 357px
}

@media (max-width: 1023px) {
    .description {
        max-width: unset;
        margin: 0;
        white-space: normal;
        overflow: unset;
        text-overflow: unset;
        padding: 0 30px;
        text-align: center
    }
}

@media (max-width: 767px) {
    .description {
        padding: 0 30px
    }
}

@media (max-width: 480px) {
    .description {
        padding: 0 20px 10px
    }
}

.footer-disclaimer {
    text-align: center;
    margin: 0 auto;
    position: relative;
    line-height: 1.4;
    z-index: 11;
    font-size: 12px;
    font-weight: 500;
    color: #ccc;
    width: 580px
}

.footer-disclaimer a {
    color: #fff;
    text-decoration: none
}

.footer-disclaimer p {
    opacity: .6
}

.footer-disclaimer a .footer-disclaimer a visited {
    color: #fff;
    text-decoration: none
}

.footer-disclaimer a hover {
    font-weight: 700
}

@media (max-width: 1023px) {
    .footer-disclaimer {
        width: 330px;
        padding-top: 10px
    }
}

@media (max-width: 480px) {
    .footer-disclaimer {
        padding: 0 25px;
        width: 100%;
        min-width: 320px
    }
}

.manage-privacy {
    display: block;
    margin-top: 3px;
    padding-bottom: 20px
}

.privacyandterms {
    text-align: center;
    width: 100%
}

.row.shadow.border-radius-large-screen {
    position: relative;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .8)
}

@media (min-width: 1024px) {
    .row.shadow.border-radius-large-screen {
        border-radius: 6px
    }
}

.page-info {
    overflow: hidden;
    position: relative;
    color: #fff;
    border-bottom-left-radius: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

@media (max-width: 1023px) {
    .page-info {
        min-width: 360px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px
    }
}

@media (max-width: 480px) {
    .page-info {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        padding: 0;
        min-width: 320px;
        width: 100%
    }
}

@media (min-width: 1024px) {
    .content-container {
        display: flex
    }
}

.has-max-2-services-container .page-info {
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
    padding-bottom: 20px !important;
    padding: 10px 24px
}

.has-max-2-services-container .page-info .me-info-container {
    height: auto
}

.has-max-2-services-container .page-info .me-info {
    margin: 0;
    padding: 0 6px;
    text-align: center
}

.has-max-2-services-container .page-info .description {
    margin: 0;
    padding: 10px 6px;
    text-align: center;
    white-space: unset;
    overflow: unset;
    text-overflow: unset
}

.has-max-2-services-container .footer-disclaimer {
    font-size: 11px
}

.has-max-2-services-container .services-container {
    height: 100%
}

.has-max-2-services-container .page-background.list-shadow.container-height {
    height: auto !important;
    min-height: 100px !important
}

@media (min-width: 767px) {

    .has-max-2-services-container .page-info-container.has-max-2-services .player-container.has-max-2-services {
        display: block;
        max-width: 422px !important;
        margin: auto !important
    }
}

.player-container.player-container-with-playlist {
    display: block
}

.player-container.player-container-with-playlist>* {
    height: auto
}

@media (min-width: 768px) {
    .player-container.player-container-with-playlist .flip .container-for-player {
        width: 420px
    }
}

.player-container.player-container-with-playlist .flip .track-list-container {
    min-width: 273px;
    max-height: 100%;
    height: 100%;
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px
}

@media (min-width: 320px) {
    .player-container.player-container-with-playlist .flip .track-list-container {
        min-width: 320px;
        width: 100%
    }
}

@media (min-width: 481px) {
    .player-container.player-container-with-playlist .flip .track-list-container {
        min-width: 360px
    }
}

@media (min-width: 768px) {
    .player-container.player-container-with-playlist .flip .track-list-container {
        width: 100%;
        min-width: 422px
    }
}

@media (min-width: 1024px) {
    .player-container.player-container-with-playlist .flip .track-list-container {
        width: 100%;
        min-width: 422px;
        max-width: 422px
    }
}

.player-container.player-container-with-playlist .flip .list-bg {
    height: calc(100% - 80px);
    width: 100%;
    background-color: #151515;
    border-bottom-left-radius: var(--border-bottom-left-radius)
}

@media (max-width: 1023px) {
    .player-container.player-container-with-playlist .flip .list-bg {
        border-bottom-left-radius: 0
    }
}

.has-max-2-services.player-container.player-container-with-playlist .flip ul {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px
}

@media (min-width: 1024px) {
    .container {
        line-height: 1.5;
        width: auto;
        padding-top: 10px;
        margin: 0 auto;
        max-width: 848px
    }
}

@media (max-width: 1023px) {
    .container {
        padding: 0 !important;
        margin: 10px auto !important;
        border-radius: 6px;
        max-width: 422px
    }
}

@media (max-width: 480px) {
    .container {
        margin: 0 !important;
        padding: 0;
        width: 100%;
        max-width: 480px !important
    }
}

@media (min-width: 1024px) {
    .container.has-max-2-services-container {
        padding-top: 0
    }
}

.page-warpper {
    width: 100%;
    overflow: auto;
    overflow-x: hidden;
    height: 100%
}

@media (max-width: 1023px) {
    .page-warpper {
        position: fixed
    }
}

.effect2 {
    position: relative
}

.no-padding {
    padding: 0
}

.no-margin {
    margin: 0
}

.border-radius-large-screen {
    border-bottom-left-radius: 6px
}

@media (min-width: 1024px) {
    .border-radius-large-screen {
        border-bottom-left-radius: 0;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px
    }
}

.services-container {
    position: relative;
    height: 264px
}

@media (max-width: 1023px) {
    .services-container {
        height: unset
    }
}

.services-list-shadow {
    position: absolute;
    z-index: 1;
    height: 10px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 10px;
    display: none
}

@media screen and (min-width: 1024px) {
    .services-list-shadow {
        display: block
    }
}

.services-list-shadow.linearShadowTop {
    background: linear-gradient(180deg, #2e2e2e 0, hsla(0, 0%, 100%, 0))
}

.services-list-shadow.linearShadowBottom {
    bottom: -.5px;
    background: linear-gradient(0deg, #2e2e2e 0, hsla(0, 0%, 100%, 0))
}

ul.services {
    padding: 0;
    height: auto !important;
    margin: 0
}

@media (min-width: 1024px) {
    ul.services {
        margin-top: 2px;
        height: 264px !important;
        overflow: auto
    }

    ul.services .has-many-services {
        padding-bottom: 1px
    }
}

@media (max-width: 1023px) {
    ul.services {
        padding: 30px 30px 10px;
        position: relative;
        height: auto
    }
}

@media (max-width: 769px) {
    ul.services {
        padding: 15px 20px
    }
}

@media (max-width: 480px) {
    ul.services {
        padding: 10px 0;
        position: relative
    }
}

@media (min-width: 768px) {
    ul.services {
        padding: 10px 25px 15px
    }
}

@media (min-width: 1024px) {
    ul.services {
        padding: 0;
        display: block;
        margin: auto;
        width: 100%
    }
}

ul.services li.service {
    padding: 0;
    list-style: none;
    margin-bottom: 12px;
    height: var(--service-height);
    transition: height .5s ease-in-out
}

ul.services li.service>a {
    margin-left: 0;
    width: 100%;
    cursor: pointer
}

ul.services li.service first-child {
    margin-top: 12px
}

ul.services li.service last-child {
    margin-bottom: 7px
}

@media (max-width: 480px) {
    ul.services li.service {
        padding: 0 20px
    }

    ul.services li.service first-child {
        margin-top: 5px
    }

    ul.services li.service last-child {
        margin-bottom: 14px
    }
}

@media (min-width: 1024px) {
    ul.services li.service {
        display: flex;
        justify-content: center;
        width: 375px;
        height: 65px;
        margin: 0 auto 6px
    }

    ul.services li.service first-child {
        margin-top: 12px
    }

    ul.services li.service>a {
        margin: auto
    }
}

.has-max-2-services ul.services {
    height: auto !important
}

@media (min-width: 481px) {
    .has-max-2-services ul.services {
        padding: 10px 0
    }
}

.has-max-2-services ul.services li.service {
    padding: 0
}

@media (min-width: 1024px) {
    .page-background.list-shadow.container-height {
        height: 425px !important;
        min-height: 422px !important;
        padding-bottom: 30px
    }
}

.title {
    margin-top: 20px;
    color: #ccc
}

h2 {
    font-weight: 400
}

.bg-overlay {
    position: fixed;
    height: 100%;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, .6)
}

.bgimage {
    -webkit-filter: blur(25px);
    filter: blur(25px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.button {
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    position: relative;
    background: #fff;
    -webkit-filter: saturate(90%);
    filter: saturate(90%);
    color: #000;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    transition: width .1s ease-in-out, opacity .5s ease-in-out
}

.button hover {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .6)
}

@media (max-width: 1023px) {
    .button {
        height: 60px;
        margin-left: 0
    }
}

@media (max-width: 480px) {
    .button {
        width: 100%;
        min-width: 270px
    }
}

@media (max-width: 320px) {
    .button {
        width: 100%;
        min-width: unset
    }
}

@media (min-width: 1024px) {
    .button {
        width: 364px !important;
        height: 60px !important
    }

    .button hover {
        width: 373px !important;
        height: 63px !important
    }
}

.button .button-content {
    height: 30px;
    display: flex;
    align-items: center
}

.button .button-content .service-image {
    width: 30px;
    margin-left: 5px
}

.button .button-content .cta-text {
    margin-left: 10px
}

.email {
    cursor: pointer
}

.email-feeding-ended {
    pointer-events: none
}

.email-is-fed hover {
    width: 364px !important;
    height: 60px !important
}

@media (max-width: 1023px) {
    .email-is-fed hover {
        width: 100% !important
    }
}

.scroll-to-see-more {
    display: none
}

@media (min-width: 1024px) {
    .scroll-to-see-more {
        font-size: 10px;
        margin-top: 14px;
        display: block;
        color: #999
    }
}

.bottomPoweredByLogo {
    display: flex;
    border-top: 1px solid #333;
    margin-top: 10px
}

@media screen and (max-width: 768px) {
    .bottomPoweredByLogo {
        background-color: transparent !important
    }
}

.topPoweredByLogo {
    display: none;
    padding: 0
}

@media (max-width: 480px) {
    .topPoweredByLogo {
        padding: 0;
        width: 100%;
        margin-top: 0
    }
}

.topPoweredByLogo>div {
    background-color: #2e2e2e;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999
}

.page-info-container {
    max-width: 422px;
    margin-left: 0;
    transform: translateY(-1px)
}

@media (max-width: 1023px) {
    .page-info-container {
        max-width: 481px
    }
}

@media (max-width: 768px) {
    .page-info-container {
        padding: 0
    }
}

@media (max-width: 480px) {
    .page-info-container {
        padding: 0
    }
}

@media (max-width: 1023px) {
    .bottomPoweredByLogo {
        display: none
    }

    .topPoweredByLogo {
        display: flex;
        position: relative
    }
}

@media (min-width: 1024px) {
    .col-lg-6 {
        flex-basis: 50%;
        margin: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-6 {
        flex-basis: 50%;
        margin: 0
    }
}

.footer-disclaimer.iphone {
    width: 260px;
    padding: 10px 20px
}

.footer-disclaimer.iphone>div {
    margin-top: 10px;
    margin-bottom: 10px
}

.container.iphone div.preview-width {
    margin-left: 30px;
    margin-top: 60px
}

.container.iphone .bg-overlay {
    margin-top: 60px;
    height: 501px
}

.container.iphone .powered-by {
    display: none
}

.container.iphone ul.services {
    padding: 0
}

.container.iphone .has-max-2-services ul.services li.service {
    padding: 0 20px
}

.container.iphone .page-info {
    padding: 10px !important
}

.container.iphone .button {
    font-size: 12px !important;
    width: 100%;
    min-width: unset;
    height: 45px;
    vertical-align: middle;
    line-height: 1.75
}

.container.iphone h2 {
    font-size: 16px !important
}

.container.iphone .page-info {
    overflow: hidden;
    padding: 10px 0 !important;
    min-width: 260px
}

.container.iphone .description {
    min-width: unset;
    font-size: 11px !important
}

.container.iphone .footer-disclaimer {
    min-width: unset
}

.container.iphone .play.player-button {
    left: 144px
}

.container.iphone .effect2 .container.iphone .player-container.player-container-with-playlist .flip .track-list-container {
    min-width: 270px
}

.bg-overlay.iphone {
    left: 30px
}

.container.iphone>div {
    width: 274px;
    height: 501px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: 0 0 24px 24px;
    box-shadow: none
}

.container.iphone>div .container.iphone>div>div.bg-overlay {
    width: 274px
}

.container.iphone>div::-webkit-scrollbar {
    display: none
}

.hidden {
    display: none !important;
}

@media (min-width: 481px) {

    /* scrollbar */
    ::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    ::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.3);
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    }

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(255, 255, 255, 0.3);
    }
}

.status-tag {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    border-radius: 4px;
    padding: 5px 10px;
    margin: 5px;
    z-index: 10;
    font-size: 11px;
}

a:hover {
    color: #000;
}
