.nav {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: .2rem 0
}

.nav .nav-item a {
    color: #767676;
    padding: .2rem .4rem;
    text-decoration: none
}

.nav .nav-item a:focus,
.nav .nav-item a:hover {
    color: #792e90
}

.nav .nav-item.active>a {
    color: #5c5c5c;
    font-weight: 700
}

.nav .nav-item.active>a:focus,
.nav .nav-item.active>a:hover {
    color: #792e90
}

.nav .nav {
    margin-bottom: .4rem;
    margin-left: .8rem
}

.nav-horizontal {
    flex-direction: row
}

@media (min-width:960px) {
    .nav-primary {
        margin: 0
    }

    .nav-primary .nav-itme {
        margin-top: unset
    }
}

.nav-primary .nav-item a {
    font-size: .7rem;
    font-weight: 700;
    padding: .2rem .8rem
}

.footer .nav a,
.navbar-float .nav a {
    color: #fff !important
}

.sponsors {
    margin: 7rem auto
}

.sponsors .column {
    padding-bottom: .4rem;
    padding-top: .4rem
}

.sponsors h2.title {
    color: #792e90;
    font-family: Avallon, TT Norms, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
    font-size: 3.2rem;
    font-weight: 400;
    margin-bottom: 2.4rem;
    text-align: center
}

.icon {
    background-size: contain;
    background-repeat: no-repeat
}

.icon-facebook {
    background-image: url(/brand/facebook-on-light.svg)
}

.icon-instagram {
    background-image: url(/brand/instagram-on-light.svg)
}

.icon-link {
    background-image: url(/brand/link-on-light.svg)
}

.icon-twitter {
    background-image: url(/brand/twitter-on-light.svg)
}
.icon.icon-mic,
.icon.icon-record {
    background-size: contain;
    height: .8rem;
    width: .8rem;
    margin-left: .4rem;
    top: .1rem
}
.icon.icon-record {
    background-image: url(/assets/ui/mic.svg)
}
.icon.icon-mic {
    background-image: url(/assets/ui/speaker.svg)
}
.footer .icon-facebook {
    background-image: url(/brand/facebook-on-dark.svg)
}
.footer .icon-instagram {
    background-image: url(/brand/instagram-on-dark.svg)
}
.footer .icon-link {
    background-image: url(/brand/link-on-dark.svg)
}
.footer .icon-twitter {
    background-image: url(/brand/twitter-on-dark.svg)
}
.footer {
    background-color: #792e90;
    color: #fff;
    padding: 5rem var(--layout-spacing);
    text-align: center
}
.footer-brand {
    display: block;
    margin: 0 auto;
    height: auto;
    width: 4rem
}

.footer .icon {
    height: 2rem;
    width: 2rem
}

.footer .nav {
    display: block;
    margin: 3rem auto;
    text-align: center
}

.footer .nav .nav-item {
    display: inline-block;
    margin: 0
}

.footer .nav .nav-item a {
    margin-left: 1rem;
    margin-right: 1rem
}

.wp-block-audio figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-audio audio {
    width: 100%;
    min-width: 300px
}

.wp-block-button {
    color: #fff
}

.wp-block-button.aligncenter {
    text-align: center
}

.wp-block-button.alignright {
    text-align: right
}

.wp-block-button__link {
    background-color: #32373c;
    border: none;
    border-radius: 28px;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
    color: inherit
}

.is-style-squared .wp-block-button__link {
    border-radius: 0
}

.no-border-radius.wp-block-button__link {
    border-radius: 0 !important
}

.is-style-outline {
    color: #32373c
}

.is-style-outline .wp-block-button__link {
    background-color: transparent;
    border: 2px solid
}

.wp-block-calendar {
    text-align: center
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
    padding: 4px;
    border: 1px solid #e2e4e7
}

.wp-block-calendar tfoot td {
    border: none
}

.wp-block-calendar table {
    width: 100%;
    border-collapse: collapse;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif
}

.wp-block-calendar table th {
    font-weight: 400;
    background: #edeff0
}

.wp-block-calendar a {
    text-decoration: underline
}

.wp-block-calendar tfoot a {
    color: #00739c
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
    color: #40464d
}

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-columns {
    display: flex;
    margin-bottom: 28px;
    flex-wrap: wrap
}

@media (min-width:782px) {
    .wp-block-columns {
        flex-wrap: nowrap
    }
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

@media (max-width:599px) {
    .wp-block-column {
        flex-basis: 100% !important
    }
}

@media (min-width:600px) {
    .wp-block-column {
        flex-basis: calc(50% - 16px);
        flex-grow: 0
    }

    .wp-block-column:nth-child(2n) {
        margin-left: 32px
    }
}

@media (min-width:782px) {
    .wp-block-column:not(:first-child) {
        margin-left: 32px
    }
}

.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end
}

.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
    -ms-grid-row-align: center;
    align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end
}

.wp-block-cover,
.wp-block-cover-image {
    position: relative;
    background-color: #000;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
    background-attachment: fixed
}

@supports (-webkit-overflow-scrolling:touch) {

    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

@media (prefers-reduced-motion:reduce) {

    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
    content: "";
    background-color: inherit
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
    opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    max-width: 290px;
    width: 100%
}

.wp-block-cover-image:after,
.wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports ((position:-webkit-sticky) or (position:sticky)) {

    .wp-block-cover-image:after,
    .wp-block-cover:after {
        content: none
    }
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    display: flex
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
    width: calc(100% - 70px);
    z-index: 1;
    color: #f8f9f9
}

.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
    color: inherit
}

.wp-block-cover__video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.wp-block-cover-image-text,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
    color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content>h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content>h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image>h2 {
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 580px;
    padding: 14px;
    text-align: center
}

.block-editor-block-list__block[data-type="core/embed"][data-align=left] .block-editor-block-list__block-edit,
.block-editor-block-list__block[data-type="core/embed"][data-align=right] .block-editor-block-list__block-edit,
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
    max-width: 360px;
    width: 100%
}

.wp-block-embed {
    margin-bottom: 1em
}

.wp-block-embed figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
    padding-top: 177.78%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%
}

.wp-block-file {
    margin-bottom: 1.5em
}

.wp-block-file.aligncenter {
    text-align: center
}

.wp-block-file.alignright {
    text-align: right
}

.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: 13px;
    padding: .5em 1em
}

.wp-block-file a.wp-block-file__button {
    text-decoration: none
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

.wp-block-file *+.wp-block-file__button {
    margin-left: .75em
}

.blocks-gallery-grid,
.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    margin: 0 16px 16px 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
    margin: 0;
    height: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {

    .blocks-gallery-grid .blocks-gallery-image figure,
    .blocks-gallery-grid .blocks-gallery-item figure,
    .wp-block-gallery .blocks-gallery-image figure,
    .wp-block-gallery .blocks-gallery-item figure {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start
    }
}

.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {

    .blocks-gallery-grid .blocks-gallery-image img,
    .blocks-gallery-grid .blocks-gallery-item img,
    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img {
        width: auto
    }
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 40px 10px 9px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .7)), color-stop(70%, rgba(0, 0, 0, .3)), to(transparent));
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent)
}

.blocks-gallery-grid .blocks-gallery-image figcaption img,
.blocks-gallery-grid .blocks-gallery-item figcaption img,
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {

    .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item img,
    .wp-block-gallery.is-cropped .blocks-gallery-image a,
    .wp-block-gallery.is-cropped .blocks-gallery-image img,
    .wp-block-gallery.is-cropped .blocks-gallery-item a,
    .wp-block-gallery.is-cropped .blocks-gallery-item img {
        height: 100%;
        flex: 1 1;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    width: calc((100% - 16px)/2)
}

.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item,
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0
}

@media (min-width:600px) {

    .blocks-gallery-grid.columns-3 .blocks-gallery-image,
    .blocks-gallery-grid.columns-3 .blocks-gallery-item,
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc((100% - 32px)/3);
        margin-right: 16px
    }

    @supports (-ms-ime-align:auto) {

        .blocks-gallery-grid.columns-3 .blocks-gallery-image,
        .blocks-gallery-grid.columns-3 .blocks-gallery-item,
        .wp-block-gallery.columns-3 .blocks-gallery-image,
        .wp-block-gallery.columns-3 .blocks-gallery-item {
            width: calc((100% - 32px)/3 - 1px)
        }
    }

    .blocks-gallery-grid.columns-4 .blocks-gallery-image,
    .blocks-gallery-grid.columns-4 .blocks-gallery-item,
    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc((100% - 48px)/4);
        margin-right: 16px
    }

    @supports (-ms-ime-align:auto) {

        .blocks-gallery-grid.columns-4 .blocks-gallery-image,
        .blocks-gallery-grid.columns-4 .blocks-gallery-item,
        .wp-block-gallery.columns-4 .blocks-gallery-image,
        .wp-block-gallery.columns-4 .blocks-gallery-item {
            width: calc((100% - 48px)/4 - 1px)
        }
    }

    .blocks-gallery-grid.columns-5 .blocks-gallery-image,
    .blocks-gallery-grid.columns-5 .blocks-gallery-item,
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc((100% - 64px)/5);
        margin-right: 16px
    }

    @supports (-ms-ime-align:auto) {

        .blocks-gallery-grid.columns-5 .blocks-gallery-image,
        .blocks-gallery-grid.columns-5 .blocks-gallery-item,
        .wp-block-gallery.columns-5 .blocks-gallery-image,
        .wp-block-gallery.columns-5 .blocks-gallery-item {
            width: calc((100% - 64px)/5 - 1px)
        }
    }

    .blocks-gallery-grid.columns-6 .blocks-gallery-image,
    .blocks-gallery-grid.columns-6 .blocks-gallery-item,
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc((100% - 80px)/6);
        margin-right: 16px
    }

    @supports (-ms-ime-align:auto) {

        .blocks-gallery-grid.columns-6 .blocks-gallery-image,
        .blocks-gallery-grid.columns-6 .blocks-gallery-item,
        .wp-block-gallery.columns-6 .blocks-gallery-image,
        .wp-block-gallery.columns-6 .blocks-gallery-item {
            width: calc((100% - 80px)/6 - 1px)
        }
    }

    .blocks-gallery-grid.columns-7 .blocks-gallery-image,
    .blocks-gallery-grid.columns-7 .blocks-gallery-item,
    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc((100% - 96px)/7);
        margin-right: 16px
    }

    @supports (-ms-ime-align:auto) {

        .blocks-gallery-grid.columns-7 .blocks-gallery-image,
        .blocks-gallery-grid.columns-7 .blocks-gallery-item,
        .wp-block-gallery.columns-7 .blocks-gallery-image,
        .wp-block-gallery.columns-7 .blocks-gallery-item {
            width: calc((100% - 96px)/7 - 1px)
        }
    }

    .blocks-gallery-grid.columns-8 .blocks-gallery-image,
    .blocks-gallery-grid.columns-8 .blocks-gallery-item,
    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc((100% - 112px)/8);
        margin-right: 16px
    }

    @supports (-ms-ime-align:auto) {

        .blocks-gallery-grid.columns-8 .blocks-gallery-image,
        .blocks-gallery-grid.columns-8 .blocks-gallery-item,
        .wp-block-gallery.columns-8 .blocks-gallery-image,
        .wp-block-gallery.columns-8 .blocks-gallery-item {
            width: calc((100% - 112px)/8 - 1px)
        }
    }

    .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),
    .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),
    .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),
    .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),
    .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
    .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
    .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
    .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0
}

.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    max-width: 290px;
    width: 100%
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-image {
    max-width: 100%;
    margin-bottom: 1em
}

.wp-block-image img {
    max-width: 100%
}

.wp-block-image.aligncenter {
    text-align: center
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
    width: 100%
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.is-resized {
    display: table;
    margin-left: 0;
    margin-right: 0
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.is-resized>figcaption {
    display: table-caption;
    caption-side: bottom
}

.wp-block-image .alignleft {
    float: left;
    margin-right: 1em
}

.wp-block-image .alignright {
    float: right;
    margin-left: 1em
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.is-style-circle-mask img {
    border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .is-style-circle-mask img {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-mode: alpha;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-position: center;
        mask-position: center;
        border-radius: none
    }
}

.wp-block-latest-comments__comment {
    font-size: 15px;
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    min-height: 36px;
    list-style: none
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 52px
}

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: 14px;
    line-height: 1.8;
    margin: 5px 0 20px
}

.wp-block-latest-comments__comment-date {
    color: #8f98a1;
    display: block;
    font-size: 12px
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    border-radius: 24px;
    display: block;
    float: left;
    height: 40px;
    margin-right: 12px;
    width: 40px
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em
}

.wp-block-latest-posts.alignright {
    margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none
}

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

.wp-block-latest-posts.is-grid li {
    margin: 0 16px 16px 0;
    width: 100%
}

@media (min-width:600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - 16px)
    }

    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - 16px)
    }

    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - 16px)
    }

    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 16px)
    }

    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 16px)
    }
}

.wp-block-latest-posts__post-date {
    display: block;
    color: #6c7781;
    font-size: 13px
}

.wp-block-latest-posts__post-excerpt {
    margin-top: 8px;
    margin-bottom: 16px
}

.wp-block-media-text {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: 50% 1fr;
    grid-template-columns: 50% 1fr
}

.wp-block-media-text .has-media-on-the-right {
    -ms-grid-columns: 1fr 50%;
    grid-template-columns: 1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
    -ms-grid-row-align: start;
    align-self: start
}

.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media {
    -ms-grid-row-align: center;
    align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
    -ms-grid-row-align: end;
    align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    word-break: break-word;
    padding: 0 8%
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1
}

.wp-block-media-text>figure>img,
.wp-block-media-text>figure>video {
    max-width: unset;
    width: 100%;
    vertical-align: middle
}

.wp-block-media-text.is-image-fill figure {
    height: 100%;
    min-height: 250px;
    background-size: cover
}

.wp-block-media-text.is-image-fill figure>img {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

@media (max-width:600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        -ms-grid-columns: 100% !important;
        grid-template-columns: 100% !important
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1
    }

    .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media,
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 2
    }

    .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1
    }
}

.wp-block-navigation-menu>ul {
    display: block;
    list-style: none;
    margin: 0;
    max-width: none;
    padding-left: 0;
    position: relative
}

@media (min-width:600px) {
    .wp-block-navigation-menu>ul {
        display: flex;
        flex-wrap: wrap
    }
}

.wp-block-navigation-menu>ul ul {
    padding-left: 0
}

.wp-block-navigation-menu>ul li {
    position: relative;
    z-index: 1
}

.wp-block-navigation-menu>ul li:focus-within,
.wp-block-navigation-menu>ul li:hover {
    cursor: pointer;
    z-index: 99999
}

.wp-block-navigation-menu>ul li:focus-within>ul,
.wp-block-navigation-menu>ul li:hover>ul,
.wp-block-navigation-menu>ul li ul:focus,
.wp-block-navigation-menu>ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block
}

.wp-block-navigation-menu>ul>li>a {
    padding-left: 0
}

@media (min-width:600px) {
    .wp-block-navigation-menu>ul>li>a {
        padding-left: 16px
    }
}

.wp-block-navigation-menu>ul>li:first-of-type>a {
    padding-left: 0
}

.wp-block-navigation-menu>ul>li:last-of-type>a {
    padding-right: 0
}

.wp-block-navigation-menu>ul>li>ul {
    margin: 0;
    position: absolute;
    background: #fff;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, .2);
    left: 0;
    top: 100%;
    min-width: -webkit-max-content;
    min-width: max-content;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    visibility: hidden
}

.wp-block-navigation-menu>ul>li>ul ul {
    width: 100%
}

.wp-block-navigation-menu a {
    display: block;
    padding: 16px
}

.wp-block-navigation-menu ul ul {
    list-style: none;
    margin-left: 0
}

.wp-block-navigation-menu ul ul li a {
    padding-top: 8px;
    padding-bottom: 8px
}

.wp-block-navigation-menu .has-sub-menu>a:after {
    content: "\A0\25BC";
    display: inline-block;
    font-size: .6rem;
    height: inherit;
    width: inherit
}

.is-small-text {
    font-size: 14px
}

.is-regular-text {
    font-size: 16px
}

.is-large-text {
    font-size: 36px
}

.is-larger-text {
    font-size: 48px
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal
}

.has-drop-cap:not(:focus):after {
    content: "";
    display: table;
    clear: both;
    padding-top: 14px
}

p.has-background {
    padding: 20px 30px
}

p.has-text-color a {
    color: inherit
}

.wp-block-pullquote {
    padding: 3em 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    max-width: 290px
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
    font-size: 20px
}

.wp-block-pullquote p {
    font-size: 28px;
    line-height: 1.6
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
    position: relative
}

.wp-block-pullquote .has-text-color a {
    color: inherit
}

.wp-block-pullquote:not(.is-style-solid-color) {
    background: none
}

.wp-block-pullquote.is-style-solid-color {
    border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal
}

.wp-block-pullquote cite {
    color: inherit
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin: 0 0 16px;
    padding: 0 1em
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 24px;
    font-style: italic;
    line-height: 1.6
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    font-size: 18px;
    text-align: right
}

.wp-block-rss.alignleft {
    margin-right: 2em
}

.wp-block-rss.alignright {
    margin-left: 2em
}

.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

.wp-block-rss.is-grid li {
    margin: 0 16px 16px 0;
    width: 100%
}

@media (min-width:600px) {
    .wp-block-rss.columns-2 li {
        width: calc(50% - 16px)
    }

    .wp-block-rss.columns-3 li {
        width: calc(33.33333% - 16px)
    }

    .wp-block-rss.columns-4 li {
        width: calc(25% - 16px)
    }

    .wp-block-rss.columns-5 li {
        width: calc(20% - 16px)
    }

    .wp-block-rss.columns-6 li {
        width: calc(16.66667% - 16px)
    }
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
    display: block;
    color: #6c7781;
    font-size: 13px
}

.wp-block-search {
    display: flex;
    flex-wrap: wrap
}

.wp-block-search .wp-block-search__label {
    width: 100%
}

.wp-block-search .wp-block-search__input {
    flex-grow: 1;
    max-width: 360px
}

.wp-block-search .wp-block-search__button {
    margin-left: 10px
}

.wp-block-separator.is-style-wide {
    border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
    background: none !important;
    border: none;
    text-align: center;
    max-width: none;
    line-height: 1;
    height: auto
}

.wp-block-separator.is-style-dots:before {
    content: "\B7   \B7   \B7";
    color: currentColor;
    font-size: 20px;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif
}

.wp-block-social-links {
    display: flex;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0
}

.wp-social-link {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    margin-right: 8px
}

.wp-social-link,
.wp-social-link a {
    display: block;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}

.wp-social-link a {
    padding: 6px;
    line-height: 0
}

.wp-social-link a,
.wp-social-link a:active,
.wp-social-link a:hover,
.wp-social-link a:visited,
.wp-social-link svg {
    color: currentColor;
    fill: currentColor
}

.wp-social-link:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.wp-block-social-links.aligncenter {
    justify-content: center;
    display: flex
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background-color: #f0f0f0;
    color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1977f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
    background-color: #24292d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: #0577b5;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
    background-color: #02ab6c;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
    background-color: #fe4500;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background-color: #21a1f3;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: #ff0100;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: none;
    padding: 4px
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
    width: 28px;
    height: 28px
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
    color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
    color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
    color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
    color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
    color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
    color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
    color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
    color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
    color: #1977f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
    color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
    color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
    color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
    color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
    color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
    color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
    color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
    color: #0577b5
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
    color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
    color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
    color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
    color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
    color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
    color: #fe4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
    color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
    color: #fff;
    stroke: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
    color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
    color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
    color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
    color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
    color: #21a1f3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
    color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
    color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
    color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: #ff0100
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
    padding-left: 16px;
    padding-right: 16px
}

.wp-block-spacer {
    clear: both
}

p.wp-block-subhead {
    font-size: 1.1em;
    font-style: italic;
    opacity: .75
}

.wp-block-table {
    overflow-x: auto
}

.wp-block-table table {
    width: 100%
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
    word-break: break-word
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
    word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd),
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
    border-color: transparent
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
    display: flex
}

.wp-block-text-columns .wp-block-column {
    margin: 0 16px;
    padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
    width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%
}

pre.wp-block-verse {
    white-space: nowrap;
    overflow: auto
}

.wp-block-video {
    margin-left: 0;
    margin-right: 0
}

.wp-block-video video {
    max-width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-video [poster] {
        -o-object-fit: cover;
        object-fit: cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

:root .has-pale-pink-background-color {
    background-color: #f78da7
}

:root .has-vivid-red-background-color {
    background-color: #cf2e2e
}

:root .has-luminous-vivid-orange-background-color {
    background-color: #ff6900
}

:root .has-luminous-vivid-amber-background-color {
    background-color: #fcb900
}

:root .has-light-green-cyan-background-color {
    background-color: #7bdcb5
}

:root .has-vivid-green-cyan-background-color {
    background-color: #00d084
}

:root .has-pale-cyan-blue-background-color {
    background-color: #8ed1fc
}

:root .has-vivid-cyan-blue-background-color {
    background-color: #0693e3
}

:root .has-vivid-purple-background-color {
    background-color: #9b51e0
}

:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .has-cyan-bluish-gray-background-color {
    background-color: #abb8c3
}

:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .has-pale-pink-color {
    color: #f78da7
}

:root .has-vivid-red-color {
    color: #cf2e2e
}

:root .has-luminous-vivid-orange-color {
    color: #ff6900
}

:root .has-luminous-vivid-amber-color {
    color: #fcb900
}

:root .has-light-green-cyan-color {
    color: #7bdcb5
}

:root .has-vivid-green-cyan-color {
    color: #00d084
}

:root .has-pale-cyan-blue-color {
    color: #8ed1fc
}

:root .has-vivid-cyan-blue-color {
    color: #0693e3
}

:root .has-vivid-purple-color {
    color: #9b51e0
}

:root .has-very-light-gray-color {
    color: #eee
}

:root .has-cyan-bluish-gray-color {
    color: #abb8c3
}

:root .has-very-dark-gray-color {
    color: #313131
}

:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: linear-gradient(135deg, #0693e3, #9b51e0)
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: linear-gradient(135deg, #7adcb4, #00d082)
}

:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: linear-gradient(135deg, #fcb900, #ff6900)
}

:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: linear-gradient(135deg, #ff6900, #cf2e2e)
}

:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: linear-gradient(135deg, #eee, #a9b8c3)
}

:root .has-cool-to-warm-spectrum-gradient-background {
    background: linear-gradient(135deg, #4aeadc, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c)
}

:root .has-blush-light-purple-gradient-background {
    background: linear-gradient(135deg, #ffceec, #9896f0)
}

:root .has-blush-bordeaux-gradient-background {
    background: linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e)
}

:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-luminous-dusk-gradient-background {
    background: linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0)
}

:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-pale-ocean-gradient-background {
    background: linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5)
}

:root .has-electric-grass-gradient-background {
    background: linear-gradient(135deg, #caf880, #71ce7e)
}

:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
    background: linear-gradient(135deg, #020381, #2874fc)
}

.has-small-font-size {
    font-size: 13px
}

.has-normal-font-size,
.has-regular-font-size {
    font-size: 16px
}

.has-medium-font-size {
    font-size: 20px
}

.has-large-font-size {
    font-size: 36px
}

.has-huge-font-size,
.has-larger-font-size {
    font-size: 42px
}

.has-text-align-center {
    text-align: center
}

.has-text-align-left {
    text-align: left
}

.has-text-align-right {
    text-align: right
}

.wp-block-cover__inner-container {
    max-width: calc(var(--grid-spacing)*2 + 1280px)
}

.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-media-text__media .alignleft,
.wp-block-media-text__media .alignright {
    float: unset
}

.wp-block-image img,
.wp-block-media-text__media img {
    border-radius: 1.2rem
}

.wp-block-image figcaption,
.wp-block-media-text__media figcaption {
    font-size: var(--text-sm)
}

.wp-block-group {
    align-items: center;
    display: flex;
    justify-content: center
}

.wp-block-group__inner-container {
    max-width: calc(var(--grid-spacing)*2 + 1280px);
    padding-bottom: 3.6rem;
    padding-top: 3.6rem;
    width: calc(100% - 1.6rem)
}

@media screen and (min-width:480px) {
    .wp-block-group__inner-container {
        width: calc(100% - 7.2rem)
    }
}

.narrow .wp-block-group__inner-container {
    max-width: calc(var(--grid-spacing)*2 + 600px)
}
.form-group:not(:last-child) {
    margin-bottom: .4rem
}

fieldset,
legend {
    margin-bottom: .8rem
}

legend {
    font-size: .9rem;
    font-weight: 500
}

.form-label {
    display: block;
    line-height: 1.2rem;
    padding: .6rem 0
}

.form-label.label-sm {
    font-size: .7rem;
    padding: .3rem 0
}

.form-label.label-lg {
    font-size: .9rem;
    padding: 1.2rem 0
}

.form-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    background-image: none;
    border: .05rem solid #c2c2c2;
    border-radius: 1.2rem;
    color: #363636;
    display: block;
    font-size: .8rem;
    height: 2.4rem;
    line-height: 1.2rem;
    max-width: 100%;
    outline: none;
    padding: .55rem 1.6rem;
    position: relative;
    -webkit-transition: background .2s, border .2s, box-shadow .2s, color .2s;
    transition: background .2s, border .2s, box-shadow .2s, color .2s;
    width: 100%
}

.form-input:focus {
    box-shadow: 0 0 0 .1rem rgba(121, 46, 144, .2);
    border-color: #792e90
}

.form-input::-webkit-input-placeholder {
    color: #c2c2c2
}

.form-input:-ms-input-placeholder {
    color: #c2c2c2
}

.form-input::-ms-input-placeholder {
    color: #c2c2c2
}

.form-input::placeholder {
    color: #c2c2c2
}

.form-input.input-sm {
    font-size: .7rem;
    height: 1.8rem;
    padding: .25rem .3rem
}

.form-input.input-lg {
    font-size: .9rem;
    height: 3.6rem;
    padding: 1.15rem .6rem
}

.form-input.input-inline {
    display: inline-block;
    vertical-align: middle;
    width: auto
}

.form-input[type=file],
textarea.form-input,
textarea.form-input.input-lg,
textarea.form-input.input-sm {
    height: auto
}

.form-input-hint {
    color: #c2c2c2;
    font-size: .7rem;
    margin-top: .2rem
}

.has-success .form-input-hint,
.is-success+.form-input-hint {
    color: #32b643
}

.has-error .form-input-hint,
.is-error+.form-input-hint {
    color: #e85600
}

.form-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: .05rem solid #c2c2c2;
    border-radius: 1.2rem;
    color: inherit;
    font-size: .8rem;
    height: 2.4rem;
    line-height: 1.2rem;
    outline: none;
    padding: .55rem 1.6rem;
    vertical-align: middle;
    width: 100%;
    background: #fff
}

.form-select:focus {
    box-shadow: 0 0 0 .1rem rgba(121, 46, 144, .2);
    border-color: #792e90
}

.form-select::-ms-expand {
    display: none
}

.form-select.select-sm {
    font-size: .7rem;
    height: 1.8rem;
    padding: .25rem 1.1rem .25rem .3rem
}

.form-select.select-lg {
    font-size: .9rem;
    height: 3.6rem;
    padding: 1.15rem 1.4rem 1.15rem .6rem
}

.form-select[multiple],
.form-select[size] {
    height: auto;
    padding: .55rem 1.6rem
}

.form-select[multiple] option,
.form-select[size] option {
    padding: .1rem .2rem
}

.form-select:not([multiple]):not([size]) {
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23667189'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E") no-repeat right .35rem center/.4rem .5rem;
    padding-right: 2.4rem
}

.has-icon-left,
.has-icon-right {
    position: relative
}

.has-icon-left .form-icon,
.has-icon-right .form-icon {
    height: .8rem;
    margin: 0 .55rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: .8rem;
    z-index: 2
}

.has-icon-left .form-icon {
    left: .05rem
}

.has-icon-left .form-input {
    padding-left: 1.9rem
}

.has-icon-right .form-icon {
    right: .05rem
}

.has-icon-right .form-input {
    padding-right: 1.9rem
}

.form-checkbox,
.form-radio,
.form-switch {
    display: block;
    line-height: 1.2rem;
    margin: .3rem 0;
    min-height: 1.8rem;
    padding: .3rem 1.6rem .3rem 2.4rem;
    position: relative
}

.form-checkbox input,
.form-radio input,
.form-switch input {
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    width: 1px
}

.form-checkbox input:focus+.form-icon,
.form-radio input:focus+.form-icon,
.form-switch input:focus+.form-icon {
    box-shadow: 0 0 0 .1rem rgba(121, 46, 144, .2);
    border-color: #792e90
}

.form-checkbox input:checked+.form-icon,
.form-radio input:checked+.form-icon,
.form-switch input:checked+.form-icon {
    background: #792e90;
    border-color: #792e90
}

.form-checkbox .form-icon,
.form-radio .form-icon,
.form-switch .form-icon {
    border: .05rem solid #c2c2c2;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    -webkit-transition: background .2s, border .2s, box-shadow .2s, color .2s;
    transition: background .2s, border .2s, box-shadow .2s, color .2s
}

.form-checkbox.input-sm,
.form-radio.input-sm,
.form-switch.input-sm {
    font-size: .7rem;
    margin: 0
}

.form-checkbox.input-lg,
.form-radio.input-lg,
.form-switch.input-lg {
    font-size: .9rem;
    margin: .9rem 0
}

.form-checkbox .form-icon,
.form-radio .form-icon {
    background: #fff;
    height: .8rem;
    left: 0;
    top: .5rem;
    width: .8rem
}

.form-checkbox input:active+.form-icon,
.form-radio input:active+.form-icon {
    background: #eee
}

.form-checkbox .form-icon {
    border-radius: 1.2rem
}

.form-checkbox input:checked+.form-icon:before {
    background-clip: padding-box;
    border-color: #fff;
    border-style: solid;
    border-width: 0 .1rem .1rem 0;
    content: "";
    height: 9px;
    left: 50%;
    margin-left: -3px;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 6px
}

.form-checkbox input:indeterminate+.form-icon {
    background: #792e90;
    border-color: #792e90
}

.form-checkbox input:indeterminate+.form-icon:before {
    background: #fff;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -5px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 10px
}

.form-radio .form-icon {
    border-radius: 50%
}

.form-radio input:checked+.form-icon:before {
    background: #fff;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 6px
}

.form-switch {
    padding-left: 3.2rem
}

.form-switch .form-icon {
    background: #c2c2c2;
    background-clip: padding-box;
    border-radius: .45rem;
    height: .9rem;
    left: 0;
    top: .45rem;
    width: 1.6rem
}

.form-switch .form-icon:before {
    background: #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: .8rem;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: background .2s, border .2s, box-shadow .2s, color .2s, left .2s;
    transition: background .2s, border .2s, box-shadow .2s, color .2s, left .2s;
    width: .8rem
}

.form-switch input:checked+.form-icon:before {
    left: 14px
}

.form-switch input:active+.form-icon:before {
    background: #f5f5f5
}

.input-group {
    display: flex
}

.input-group .input-group-addon {
    background: #f5f5f5;
    border: .05rem solid #c2c2c2;
    border-radius: 1.2rem;
    line-height: 1.2rem;
    padding: .55rem 1.6rem;
    white-space: nowrap
}

.input-group .input-group-addon.addon-sm {
    font-size: .7rem;
    padding: .25rem .3rem
}

.input-group .input-group-addon.addon-lg {
    font-size: .9rem;
    padding: 1.15rem .6rem
}

.input-group .form-input,
.input-group .form-select {
    flex: 1 1 auto;
    width: 1%
}

.input-group .input-group-btn {
    z-index: 1
}

.input-group .form-input:first-child:not(:last-child),
.input-group .form-select:first-child:not(:last-child),
.input-group .input-group-addon:first-child:not(:last-child),
.input-group .input-group-btn:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group .form-input:not(:first-child):not(:last-child),
.input-group .form-select:not(:first-child):not(:last-child),
.input-group .input-group-addon:not(:first-child):not(:last-child),
.input-group .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
    margin-left: -.05rem
}

.input-group .form-input:last-child:not(:first-child),
.input-group .form-select:last-child:not(:first-child),
.input-group .input-group-addon:last-child:not(:first-child),
.input-group .input-group-btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -.05rem
}

.input-group .form-input:focus,
.input-group .form-select:focus,
.input-group .input-group-addon:focus,
.input-group .input-group-btn:focus {
    z-index: 2
}

.input-group .form-select {
    width: auto
}

.input-group.input-inline {
    display: inline-flex
}

.form-input.is-success,
.form-select.is-success,
.has-success .form-input,
.has-success .form-select {
    background: #f9fdfa;
    border-color: #32b643
}

.form-input.is-success:focus,
.form-select.is-success:focus,
.has-success .form-input:focus,
.has-success .form-select:focus {
    box-shadow: 0 0 0 .1rem rgba(50, 182, 67, .2)
}

.form-input.is-error,
.form-select.is-error,
.has-error .form-input,
.has-error .form-select {
    background: #fffaf7;
    border-color: #e85600
}

.form-input.is-error:focus,
.form-select.is-error:focus,
.has-error .form-input:focus,
.has-error .form-select:focus {
    box-shadow: 0 0 0 .1rem rgba(232, 86, 0, .2)
}

.form-checkbox.is-error .form-icon,
.form-radio.is-error .form-icon,
.form-switch.is-error .form-icon,
.has-error .form-checkbox .form-icon,
.has-error .form-radio .form-icon,
.has-error .form-switch .form-icon {
    border-color: #e85600
}

.form-checkbox.is-error input:checked+.form-icon,
.form-radio.is-error input:checked+.form-icon,
.form-switch.is-error input:checked+.form-icon,
.has-error .form-checkbox input:checked+.form-icon,
.has-error .form-radio input:checked+.form-icon,
.has-error .form-switch input:checked+.form-icon {
    background: #e85600;
    border-color: #e85600
}

.form-checkbox.is-error input:focus+.form-icon,
.form-radio.is-error input:focus+.form-icon,
.form-switch.is-error input:focus+.form-icon,
.has-error .form-checkbox input:focus+.form-icon,
.has-error .form-radio input:focus+.form-icon,
.has-error .form-switch input:focus+.form-icon {
    box-shadow: 0 0 0 .1rem rgba(232, 86, 0, .2);
    border-color: #e85600
}

.form-checkbox.is-error input:indeterminate+.form-icon,
.has-error .form-checkbox input:indeterminate+.form-icon {
    background: #e85600;
    border-color: #e85600
}

.form-input:not(:placeholder-shown):invalid {
    border-color: #e85600
}

.form-input:not(:placeholder-shown):invalid:focus {
    box-shadow: 0 0 0 .1rem rgba(232, 86, 0, .2);
    background: #fffaf7
}

.form-input:not(:placeholder-shown):invalid+.form-input-hint {
    color: #e85600
}

.form-input.disabled,
.form-input:disabled,
.form-select.disabled,
.form-select:disabled {
    background-color: #eee;
    cursor: not-allowed;
    opacity: .5
}

.form-input[readonly] {
    background-color: #f5f5f5
}

input.disabled+.form-icon,
input:disabled+.form-icon {
    background: #eee;
    cursor: not-allowed;
    opacity: .5
}

.form-switch input.disabled+.form-icon:before,
.form-switch input:disabled+.form-icon:before {
    background: #fff
}

.form-horizontal {
    padding: .4rem 0
}

.form-horizontal .form-group {
    display: flex;
    flex-wrap: wrap
}

.form-inline,
.label {
    display: inline-block
}

.label {
    border-radius: 1.2rem;
    line-height: 1.25;
    padding: .1rem .2rem;
    background: #eee;
    color: #434343
}

.label.label-rounded {
    border-radius: 5rem;
    padding-left: .4rem;
    padding-right: .4rem
}

.label.label-primary {
    background: #792e90;
    color: #fff
}

.label.label-secondary {
    background: #d41a71;
    color: #792e90
}

.label.label-success {
    background: #32b643;
    color: #fff
}

.label.label-warning {
    background: #ffb700;
    color: #fff
}

.label.label-error {
    background: #e85600;
    color: #fff
}

.hero {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 4rem;
    padding-top: 4rem
}

.hero.hero-sm {
    padding-bottom: 2rem;
    padding-top: 2rem
}

.hero.hero-lg {
    padding-bottom: 8rem;
    padding-top: 8rem
}

.navbar {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.navbar .navbar-section {
    align-items: center;
    display: flex;
    flex: 1 0
}

.navbar .navbar-section:not(:first-child):last-child {
    justify-content: flex-end
}

.navbar .navbar-center {
    align-items: center;
    display: flex;
    flex: 0 0 auto
}

.navbar .navbar-brand {
    font-size: .9rem;
    text-decoration: none
}

.accordion[open] .accordion-header .icon,
.accordion input:checked~.accordion-header .icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.accordion[open] .accordion-body,
.accordion input:checked~.accordion-body {
    max-height: 50rem
}

.accordion .accordion-header {
    display: block;
    padding: .2rem .4rem
}

.accordion .accordion-header .icon {
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s
}

.accordion .accordion-body {
    margin-bottom: .4rem;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .25s;
    transition: max-height .25s
}

summary.accordion-header::-webkit-details-marker {
    display: none
}

.badge {
    position: relative;
    white-space: nowrap
}

.badge:not([data-badge]):after,
.badge[data-badge]:after {
    background: #792e90;
    background-clip: padding-box;
    border-radius: .5rem;
    box-shadow: 0 0 0 .1rem #fff;
    color: #fff;
    content: attr(data-badge);
    display: inline-block;
    -webkit-transform: translate(-.05rem, -.5rem);
    transform: translate(-.05rem, -.5rem)
}

.badge[data-badge]:after {
    font-size: .7rem;
    height: .9rem;
    line-height: 1;
    min-width: .9rem;
    padding: .1rem .2rem;
    text-align: center;
    white-space: nowrap
}

.badge:not([data-badge]):after,
.badge[data-badge=""]:after {
    height: 6px;
    min-width: 6px;
    padding: 0;
    width: 6px
}

.badge.btn:after {
    top: 0;
    right: 0
}

.badge.avatar:after,
.badge.btn:after {
    position: absolute;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.badge.avatar:after {
    top: 14.64%;
    right: 14.64%;
    z-index: 100
}

.breadcrumb {
    list-style: none;
    margin: .2rem 0;
    padding: .2rem 0
}

.breadcrumb .breadcrumb-item {
    color: #767676;
    display: inline-block;
    margin: 0;
    padding: .2rem 0
}

.breadcrumb .breadcrumb-item:not(:last-child) {
    margin-right: .2rem
}

.breadcrumb .breadcrumb-item:not(:last-child) a {
    color: #767676
}

.breadcrumb .breadcrumb-item:not(:first-child):before {
    color: #767676;
    content: "/";
    padding-right: .4rem
}

.bar {
    background: #eee;
    border-radius: 1.2rem;
    display: flex;
    flex-wrap: nowrap;
    height: .8rem;
    width: 100%
}

.bar.bar-sm {
    height: .2rem
}

.bar .bar-item {
    background: #792e90;
    color: #fff;
    display: block;
    font-size: .7rem;
    flex-shrink: 0;
    line-height: .8rem;
    height: 100%;
    position: relative;
    text-align: center;
    width: 0
}

.bar .bar-item:first-child {
    border-bottom-left-radius: 1.2rem;
    border-top-left-radius: 1.2rem
}

.bar .bar-item:last-child {
    border-bottom-right-radius: 1.2rem;
    border-top-right-radius: 1.2rem;
    flex-shrink: 1
}

.bar-slider {
    height: .1rem;
    margin: .4rem 0;
    position: relative
}

.bar-slider .bar-item {
    left: 0;
    padding: 0;
    position: absolute
}

.bar-slider .bar-item:not(:last-child):first-child {
    background: #eee;
    z-index: 1
}

.bar-slider .bar-slider-btn {
    background: #792e90;
    border: 0;
    border-radius: 50%;
    height: .6rem;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    width: .6rem
}

.bar-slider .bar-slider-btn:active {
    box-shadow: 0 0 0 .1rem #792e90
}

.card {
    background: #fff;
    border: .05rem solid #dcdcdc;
    border-radius: 1.2rem;
    display: flex;
    flex-direction: column
}

.card .card-body,
.card .card-footer,
.card .card-header {
    padding: .8rem .8rem 0
}

.card .card-body:last-child,
.card .card-footer:last-child,
.card .card-header:last-child {
    padding-bottom: .8rem
}

.card .card-body {
    flex: 1 1 auto
}

.card .card-image {
    padding-top: .8rem
}

.card .card-image:first-child {
    padding-top: 0
}

.card .card-image:first-child img {
    border-top-left-radius: 1.2rem;
    border-top-right-radius: 1.2rem
}

.card .card-image:last-child img {
    border-bottom-left-radius: 1.2rem;
    border-bottom-right-radius: 1.2rem
}

.chip {
    align-items: center;
    background: #eee;
    border-radius: 5rem;
    display: inline-flex;
    font-size: 90%;
    height: 1.2rem;
    line-height: .8rem;
    margin: .1rem;
    max-width: 320px;
    overflow: hidden;
    padding: .2rem .4rem;
    text-decoration: none;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap
}

.chip.active {
    background: #792e90;
    color: #fff
}

.chip .avatar {
    margin-left: -.4rem;
    margin-right: .2rem
}

.chip .btn-clear {
    border-radius: 50%;
    -webkit-transform: scale(.75);
    transform: scale(.75)
}

.dropdown {
    display: inline-block;
    position: relative
}

.dropdown .menu {
    -webkit-animation: slide-down .15s ease 1;
    animation: slide-down .15s ease 1;
    display: none;
    left: 0;
    max-height: 50vh;
    overflow-y: auto;
    position: absolute;
    top: 100%
}

.dropdown.dropdown-right .menu {
    left: auto;
    right: 0
}

.dropdown.active .menu,
.dropdown .dropdown-toggle:focus+.menu,
.dropdown .menu:hover {
    display: block
}

.dropdown .btn-group .dropdown-toggle:nth-last-child(2) {
    border-bottom-right-radius: 1.2rem;
    border-top-right-radius: 1.2rem
}

.empty {
    background: #f5f5f5;
    border-radius: 1.2rem;
    color: #767676;
    text-align: center;
    padding: 3.2rem 1.6rem
}

.empty .empty-icon {
    margin-bottom: .8rem
}

.empty .empty-subtitle,
.empty .empty-title {
    margin: .4rem auto
}

.empty .empty-action {
    margin-top: .8rem
}

.menu {
    box-shadow: 0 .05rem .2rem rgba(54, 54, 54, .3);
    background: #fff;
    border-radius: 1.2rem;
    list-style: none;
    margin: 0;
    min-width: 180px;
    padding: .4rem;
    -webkit-transform: translateY(.1rem);
    transform: translateY(.1rem);
    z-index: 300
}

.menu.menu-nav {
    background: transparent;
    box-shadow: none
}

.menu .menu-item {
    margin-top: 0;
    padding: 0 .4rem;
    position: relative;
    text-decoration: none
}

.menu .menu-item>a {
    border-radius: 1.2rem;
    color: inherit;
    display: block;
    margin: 0 -.4rem;
    padding: .2rem .4rem;
    text-decoration: none
}

.menu .menu-item>a.active,
.menu .menu-item>a:active,
.menu .menu-item>a:focus,
.menu .menu-item>a:hover {
    background: #d41a71;
    color: #792e90
}

.menu .menu-item .form-checkbox,
.menu .menu-item .form-radio,
.menu .menu-item .form-switch {
    margin: .1rem 0
}

.menu .menu-item+.menu-item {
    margin-top: .2rem
}

.menu .menu-badge {
    align-items: center;
    display: flex;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0
}

.menu .menu-badge .label {
    margin-right: .4rem
}

.modal {
    align-items: center;
    bottom: 0;
    display: none;
    justify-content: center;
    left: 0;
    opacity: 0;
    overflow: hidden;
    padding: .4rem;
    position: fixed;
    right: 0;
    top: 0
}

.modal.active,
.modal:target {
    display: flex;
    opacity: 1;
    z-index: 400
}

.modal.active .modal-overlay,
.modal:target .modal-overlay {
    background: hsla(0, 0%, 96.1%, .75);
    bottom: 0;
    cursor: default;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.modal.active .modal-container,
.modal:target .modal-container {
    -webkit-animation: slide-down .2s ease 1;
    animation: slide-down .2s ease 1;
    z-index: 1
}

.modal.modal-sm .modal-container {
    max-width: 320px;
    padding: 0 .4rem
}

.modal.modal-lg .modal-overlay {
    background: #fff
}

.modal.modal-lg .modal-container {
    box-shadow: none;
    max-width: 960px
}

.modal-container {
    box-shadow: 0 .2rem .5rem rgba(54, 54, 54, .3);
    background: #fff;
    border-radius: 1.2rem;
    display: flex;
    flex-direction: column;
    max-height: 75vh;
    max-width: 640px;
    padding: 0 .8rem;
    width: 100%
}

.modal-container.modal-fullheight {
    max-height: 100vh
}

.modal-container .modal-header {
    color: #363636;
    padding: .8rem
}

.modal-container .modal-body {
    overflow-y: auto;
    padding: .8rem;
    position: relative
}

.modal-container .modal-footer {
    padding: .8rem;
    text-align: right
}

.pagination {
    display: flex;
    list-style: none;
    margin: .2rem 0;
    padding: .2rem 0
}

.pagination .page-item {
    margin: .2rem .05rem
}

.pagination .page-item span {
    display: inline-block;
    padding: .2rem
}

.pagination .page-item a {
    border-radius: 1.2rem;
    display: inline-block;
    padding: .2rem .4rem;
    text-decoration: none
}

.pagination .page-item a:focus,
.pagination .page-item a:hover {
    color: #792e90
}

.pagination .page-item.disabled a {
    cursor: default;
    opacity: .5;
    pointer-events: none
}

.pagination .page-item.active a {
    background: #792e90;
    color: #fff
}

.pagination .page-item.page-next,
.pagination .page-item.page-prev {
    flex: 1 0 50%
}

.pagination .page-item.page-next {
    text-align: right
}

.pagination .page-item .page-item-title {
    margin: 0
}

.pagination .page-item .page-item-subtitle {
    margin: 0;
    opacity: .5
}

.panel {
    border: .05rem solid #dcdcdc;
    border-radius: 1.2rem;
    display: flex;
    flex-direction: column
}

.panel .panel-footer,
.panel .panel-header {
    flex: 0 0 auto;
    padding: .8rem
}

.panel .panel-nav {
    flex: 0 0 auto
}

.panel .panel-body {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 0 .8rem
}

.popover {
    display: inline-block;
    position: relative
}

.popover .popover-container {
    left: 50%;
    opacity: 0;
    padding: .4rem;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    width: 320px;
    z-index: 300
}

.popover :focus+.popover-container,
.popover:hover .popover-container {
    display: block;
    opacity: 1;
    -webkit-transform: translate(-50%, -100%) scale(1);
    transform: translate(-50%, -100%) scale(1)
}

.popover.popover-right .popover-container {
    left: 100%;
    top: 50%
}

.popover.popover-right :focus+.popover-container,
.popover.popover-right:hover .popover-container {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1)
}

.popover.popover-bottom .popover-container {
    left: 50%;
    top: 100%
}

.popover.popover-bottom :focus+.popover-container,
.popover.popover-bottom:hover .popover-container {
    -webkit-transform: translate(-50%) scale(1);
    transform: translate(-50%) scale(1)
}

.popover.popover-left .popover-container {
    left: 0;
    top: 50%
}

.popover.popover-left :focus+.popover-container,
.popover.popover-left:hover .popover-container {
    -webkit-transform: translate(-100%, -50%) scale(1);
    transform: translate(-100%, -50%) scale(1)
}

.popover .card {
    box-shadow: 0 .2rem .5rem rgba(54, 54, 54, .3);
    border: 0
}

.step {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    margin: .2rem 0;
    width: 100%
}

.step .step-item {
    flex: 1 1;
    margin-top: 0;
    min-height: 1rem;
    text-align: center;
    position: relative
}

.step .step-item:not(:first-child):before {
    background: #792e90;
    content: "";
    height: 2px;
    left: -50%;
    position: absolute;
    top: 9px;
    width: 100%
}

.step .step-item a {
    color: #792e90;
    display: inline-block;
    padding: 20px 10px 0;
    text-decoration: none
}

.step .step-item a:before {
    background: #792e90;
    border: .1rem solid #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: .6rem;
    left: 50%;
    position: absolute;
    top: .2rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: .6rem;
    z-index: 1
}

.step .step-item.active a:before {
    background: #fff;
    border: .1rem solid #792e90
}

.step .step-item.active~.step-item:before {
    background: #dcdcdc
}

.step .step-item.active~.step-item a {
    color: #c2c2c2
}

.step .step-item.active~.step-item a:before {
    background: #dcdcdc
}

.tab {
    align-items: center;
    border-bottom: .05rem solid #dcdcdc;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: .2rem 0 .15rem
}

.tab .tab-item {
    margin-top: 0
}

.tab .tab-item a {
    border-bottom: .1rem solid transparent;
    color: inherit;
    display: block;
    margin: 0 .4rem 0 0;
    padding: .4rem .2rem .3rem;
    text-decoration: none
}

.tab .tab-item a:focus,
.tab .tab-item a:hover {
    color: #792e90
}

.tab .tab-item.active a,
.tab .tab-item a.active {
    border-bottom-color: #792e90;
    color: #792e90
}

.tab .tab-item.tab-action {
    flex: 1 0 auto;
    text-align: right
}

.tab .tab-item .btn-clear {
    margin-top: -.2rem
}

.tab.tab-block .tab-item {
    flex: 1 0;
    text-align: center
}

.tab.tab-block .tab-item a {
    margin: 0
}

.tab.tab-block .tab-item .badge[data-badge]:after {
    position: absolute;
    right: .1rem;
    top: .1rem;
    -webkit-transform: translate(0);
    transform: translate(0)
}

.tab:not(.tab-block) .badge {
    padding-right: 0
}

.tile {
    align-content: space-between;
    align-items: flex-start;
    display: flex
}

.tile .tile-action,
.tile .tile-icon {
    flex: 0 0 auto
}

.tile .tile-content {
    flex: 1 1 auto
}

.tile .tile-content:not(:first-child) {
    padding-left: .4rem
}

.tile .tile-content:not(:last-child) {
    padding-right: .4rem
}

.tile .tile-subtitle,
.tile .tile-title {
    line-height: 1.2rem
}

.tile.tile-centered {
    align-items: center
}

.tile.tile-centered .tile-content {
    overflow: hidden
}

.tile.tile-centered .tile-subtitle,
.tile.tile-centered .tile-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0
}

.tooltip {
    position: relative
}

.tooltip:after {
    background: rgba(54, 54, 54, .95);
    border-radius: 1.2rem;
    bottom: 100%;
    color: #fff;
    content: attr(data-tooltip);
    display: block;
    font-size: .7rem;
    left: 50%;
    max-width: 320px;
    opacity: 0;
    overflow: hidden;
    padding: .2rem .4rem;
    pointer-events: none;
    position: absolute;
    text-overflow: ellipsis;
    -webkit-transform: translate(-50%, .4rem);
    transform: translate(-50%, .4rem);
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, transform .2s;
    transition: opacity .2s, transform .2s, -webkit-transform .2s;
    white-space: pre;
    z-index: 300
}

.tooltip:focus:after,
.tooltip:hover:after {
    opacity: 1;
    -webkit-transform: translate(-50%, -.2rem);
    transform: translate(-50%, -.2rem)
}

.tooltip.disabled,
.tooltip[disabled] {
    pointer-events: auto
}

.tooltip.tooltip-right:after {
    bottom: 50%;
    left: 100%;
    -webkit-transform: translate(-.2rem, 50%);
    transform: translate(-.2rem, 50%)
}

.tooltip.tooltip-right:focus:after,
.tooltip.tooltip-right:hover:after {
    -webkit-transform: translate(.2rem, 50%);
    transform: translate(.2rem, 50%)
}

.tooltip.tooltip-bottom:after {
    bottom: auto;
    top: 100%;
    -webkit-transform: translate(-50%, -.4rem);
    transform: translate(-50%, -.4rem)
}

.tooltip.tooltip-bottom:focus:after,
.tooltip.tooltip-bottom:hover:after {
    -webkit-transform: translate(-50%, .2rem);
    transform: translate(-50%, .2rem)
}

.tooltip.tooltip-left:after {
    bottom: 50%;
    left: auto;
    right: 100%;
    -webkit-transform: translate(.4rem, 50%);
    transform: translate(.4rem, 50%)
}

.tooltip.tooltip-left:focus:after,
.tooltip.tooltip-left:hover:after {
    -webkit-transform: translate(-.2rem, 50%);
    transform: translate(-.2rem, 50%)
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-1.6rem);
        transform: translateY(-1.6rem)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-1.6rem);
        transform: translateY(-1.6rem)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.text-primary {
    color: #792e90 !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #69287d
}

a.text-primary:visited {
    color: #8934a3
}

.text-secondary {
    color: #c6186a !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #b0165e
}

a.text-secondary:visited {
    color: #dd1b76
}

.text-gray {
    color: #c2c2c2 !important
}

a.text-gray:focus,
a.text-gray:hover {
    color: #b6b6b6
}

a.text-gray:visited {
    color: #cfcfcf
}

.text-light {
    color: #fff !important
}

a.text-light:focus,
a.text-light:hover {
    color: #f2f2f2
}

a.text-light:visited {
    color: #fff
}

.text-dark {
    color: #363636 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #292929
}

a.text-dark:visited {
    color: #434343
}

.text-success {
    color: #32b643 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #2da23c
}

a.text-success:visited {
    color: #39c94b
}

.text-warning {
    color: #ffb700 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #e6a500
}

a.text-warning:visited {
    color: #ffbe1a
}

.text-error {
    color: #e85600 !important
}

a.text-error:focus,
a.text-error:hover {
    color: #cf4d00
}

a.text-error:visited {
    color: #ff6003
}

.bg-primary {
    background-color: #792e90 !important;
    color: #fff
}

.bg-secondary {
    background-color: #d41a71 !important;
    color: #fff
}

.bg-dark {
    background-color: #363636 !important;
    color: #fff
}

.bg-gray {
    background-color: #f5f5f5 !important
}

.bg-success {
    background-color: #32b643 !important;
    color: #fff
}

.bg-warning {
    background-color: #ffb700 !important;
    color: #fff
}

.bg-error {
    background-color: #e85600 !important;
    color: #fff
}

.bg-purple {
    background-color: #792e90 !important;
    color: #fff
}

.bg-pink {
    background-color: #d41a71 !important;
    color: #fff
}

.bg-blue {
    background-color: #1a8dab !important;
    color: #fff
}

.bg-green {
    background-color: #60ad45 !important;
    color: #fff
}

.bg-yellow {
    background-color: #fecb26 !important;
    color: #fff
}

.bg-purple-light {
    background-color: #faf4fc !important
}

.bg-pink-light {
    background-color: #fdf0f6 !important
}

.c-hand {
    cursor: pointer
}

.c-move {
    cursor: move
}

.c-zoom-in {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.c-zoom-out {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.c-not-allowed {
    cursor: not-allowed
}

.c-auto {
    cursor: auto
}

.d-block {
    display: block
}

.d-inline {
    display: inline
}

.d-inline-block {
    display: inline-block
}

.d-flex {
    display: flex
}

.d-inline-flex {
    display: inline-flex
}

.d-hide,
.d-none {
    display: none !important
}

.d-visible {
    visibility: visible
}

.d-invisible {
    visibility: hidden
}

.text-hide {
    background: transparent;
    border: 0;
    color: transparent;
    font-size: 0;
    line-height: 0;
    text-shadow: none
}

.text-assistive {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.divider,
.divider-vert {
    display: block;
    position: relative
}

.divider-vert[data-content]:after,
.divider[data-content]:after {
    background: #fff;
    color: #c2c2c2;
    content: attr(data-content);
    display: inline-block;
    font-size: .7rem;
    padding: 0 .4rem;
    -webkit-transform: translateY(-.65rem);
    transform: translateY(-.65rem)
}

.divider {
    border-top: .05rem solid #f0f0f0;
    height: .05rem;
    margin: .4rem 0
}

.divider[data-content] {
    margin: .8rem 0
}

.divider-vert {
    display: block;
    padding: .8rem
}

.divider-vert:before {
    border-left: .05rem solid #dcdcdc;
    bottom: .4rem;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: .4rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.divider-vert[data-content]:after {
    left: 50%;
    padding: .2rem 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.loading {
    color: transparent !important;
    min-height: .8rem;
    pointer-events: none;
    position: relative
}

.loading:after {
    -webkit-animation: loading .5s linear infinite;
    animation: loading .5s linear infinite;
    border-radius: 50%;
    border-color: transparent transparent #792e90 #792e90;
    border-style: solid;
    border-width: .1rem;
    content: "";
    display: block;
    height: .8rem;
    left: 50%;
    margin-left: -.4rem;
    margin-top: -.4rem;
    position: absolute;
    top: 50%;
    width: .8rem;
    z-index: 1
}

.loading.loading-lg {
    min-height: 2rem
}

.loading.loading-lg:after {
    height: 1.6rem;
    margin-left: -.8rem;
    margin-top: -.8rem;
    width: 1.6rem
}

.clearfix:after {
    clear: both;
    content: "";
    display: table
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.p-relative {
    position: relative !important
}

.p-absolute {
    position: absolute !important
}

.p-fixed {
    position: fixed !important
}

.p-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.p-centered {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto
}

.flex-centered {
    align-items: center;
    display: flex;
    justify-content: center
}

.m-0 {
    margin: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.ml-0 {
    margin-left: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

.m-1 {
    margin: .2rem !important
}

.mb-1 {
    margin-bottom: .2rem !important
}

.ml-1 {
    margin-left: .2rem !important
}

.mr-1 {
    margin-right: .2rem !important
}

.mt-1 {
    margin-top: .2rem !important
}

.mx-1 {
    margin-left: .2rem !important;
    margin-right: .2rem !important
}

.my-1 {
    margin-bottom: .2rem !important;
    margin-top: .2rem !important
}

.m-2 {
    margin: .4rem !important
}

.mb-2 {
    margin-bottom: .4rem !important
}

.ml-2 {
    margin-left: .4rem !important
}

.mr-2 {
    margin-right: .4rem !important
}

.mt-2 {
    margin-top: .4rem !important
}

.mx-2 {
    margin-left: .4rem !important;
    margin-right: .4rem !important
}

.my-2 {
    margin-bottom: .4rem !important;
    margin-top: .4rem !important
}

.p-0 {
    padding: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pl-0 {
    padding-left: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.py-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.p-1 {
    padding: .2rem !important
}

.pb-1 {
    padding-bottom: .2rem !important
}

.pl-1 {
    padding-left: .2rem !important
}

.pr-1 {
    padding-right: .2rem !important
}

.pt-1 {
    padding-top: .2rem !important
}

.px-1 {
    padding-left: .2rem !important;
    padding-right: .2rem !important
}

.py-1 {
    padding-bottom: .2rem !important;
    padding-top: .2rem !important
}

.p-2 {
    padding: .4rem !important
}

.pb-2 {
    padding-bottom: .4rem !important
}

.pl-2 {
    padding-left: .4rem !important
}

.pr-2 {
    padding-right: .4rem !important
}

.pt-2 {
    padding-top: .4rem !important
}

.px-2 {
    padding-left: .4rem !important;
    padding-right: .4rem !important
}

.py-2 {
    padding-bottom: .4rem !important;
    padding-top: .4rem !important
}

.s-rounded {
    border-radius: 1.2rem
}

.s-circle {
    border-radius: 50%
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-normal {
    font-weight: 400
}

.text-bold {
    font-weight: 700
}

.text-italic {
    font-style: italic
}

.text-large {
    font-size: 1.2em
}

.text-ellipsis {
    text-overflow: ellipsis
}

.text-clip,
.text-ellipsis {
    overflow: hidden;
    white-space: nowrap
}

.text-clip {
    text-overflow: clip
}

.text-break {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
    word-wrap: break-word
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure,
main {
    display: block
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

address {
    font-style: normal
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder
}

code,
kbd,
pre,
samp {
    font-family: SF Mono, Segoe UI Mono, Roboto Mono, Menlo, Courier, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

small {
    font-size: 80%;
    font-weight: 400
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item;
    outline: none
}

canvas {
    display: inline-block
}

[hidden],
template {
    display: none
}

*,
:after,
:before {
    box-sizing: inherit
}

html {
    box-sizing: border-box;
    font-size: 20px;
    line-height: 1.6875;
    -webkit-tap-highlight-color: transparent
}

body {
    background: #fff;
    color: #363636;
    font-family: TT Norms, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
    font-size: .8rem;
    overflow-x: hidden;
    text-rendering: optimizeLegibility
}

a {
    color: #792e90;
    outline: none;
    text-decoration: none
}

a:focus {
    box-shadow: 0 0 0 .1rem rgba(121, 46, 144, .2)
}

a.active,
a:active,
a:focus,
a:hover {
    color: #592269;
    text-decoration: underline
}

a:visited {
    color: #993ab7
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: inherit;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5em;
    margin-top: 0
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 500
}

.h1,
h1 {
    font-size: 2rem
}

.h2,
h2 {
    font-size: 1.6rem
}

.h3,
h3 {
    font-size: 1.4rem
}

.h4,
h4 {
    font-size: 1.2rem
}

.h5,
h5 {
    font-size: 1rem
}

.h6,
h6 {
    font-size: .8rem
}

p {
    margin: 0 0 1.2rem
}

a,
ins,
u {
    -webkit-text-decoration-skip: ink edges;
    text-decoration-skip: ink edges
}

abbr[title] {
    border-bottom: .05rem dotted;
    cursor: help;
    text-decoration: none
}

kbd {
    line-height: 1.25;
    padding: .1rem .2rem;
    background: #363636;
    color: #fff;
    font-size: .7rem
}

kbd,
mark {
    border-radius: 1.2rem
}

mark {
    background: #ffe9b3;
    color: #363636;
    border-bottom: .05rem solid #ffd367;
    padding: .05rem .1rem 0
}

blockquote {
    border-left: .1rem solid #dcdcdc;
    margin-left: 0;
    padding: .4rem .8rem
}

blockquote p:last-child {
    margin-bottom: 0
}

ol,
ul {
    padding: 0
}

ol,
ol ol,
ol ul,
ul,
ul ol,
ul ul {
    margin: .8rem 0 .8rem .8rem
}

ol li,
ul li {
    margin-top: .4rem
}

ul {
    list-style: disc inside
}

ul ul {
    list-style-type: circle
}

ol {
    list-style: decimal inside
}

ol ol {
    list-style-type: lower-alpha
}

dl dt {
    font-weight: 700
}

dl dd {
    margin: .4rem 0 .8rem
}

h1,
h2,
h3,
h4 {
    font-weight: 700;
    margin: 3.2rem 0 1em
}

h1 {
    color: #792e90;
    font-family: Avallon, TT Norms, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
    font-size: 3.2rem;
    font-weight: 400;
    margin: .25em 0;
    text-transform: none
}

h2 {
    font-size: 1.2rem
}

.btn,
.wp-block-button__link {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: .05rem solid #fff;
    border-radius: 1.2rem;
    color: #792e90;
    cursor: pointer;
    display: inline-block;
    font-size: .7rem;
    height: 2.4rem;
    line-height: 1.2rem;
    outline: none;
    padding: .55rem 1.6rem;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background .2s, border .2s, box-shadow .2s, color .2s;
    transition: background .2s, border .2s, box-shadow .2s, color .2s;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-transition: -webkit-transform .1s ease-in-out;
    transition: -webkit-transform .1s ease-in-out;
    transition: transform .1s ease-in-out;
    transition: transform .1s ease-in-out, -webkit-transform .1s ease-in-out
}

.btn:focus,
.wp-block-button__link:focus {
    box-shadow: 0 0 0 .1rem rgba(121, 46, 144, .2)
}

.btn:focus,
.btn:hover,
.wp-block-button__link:focus,
.wp-block-button__link:hover {
    background: #fff;
    border-color: #fff;
    text-decoration: none;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.btn.active,
.btn:active,
.wp-block-button__link.active,
.wp-block-button__link:active {
    background: #d41a71;
    border-color: #bd1765;
    color: #fff;
    text-decoration: none
}

.btn.active.loading:after,
.btn:active.loading:after,
.wp-block-button__link.active.loading:after,
.wp-block-button__link:active.loading:after {
    border-bottom-color: #fff;
    border-left-color: #fff
}

.btn.disabled,
.btn:disabled,
.btn[disabled],
.wp-block-button__link.disabled,
.wp-block-button__link:disabled,
.wp-block-button__link[disabled] {
    cursor: default;
    opacity: .5;
    pointer-events: none
}

.btn:visited,
.wp-block-button__link:visited {
    color: #792e90
}

.btn.btn-primary,
.wp-block-button__link.btn-primary {
    background: #d41a71;
    border-color: #c6186a;
    color: #fff
}

.btn.btn-primary:focus,
.btn.btn-primary:hover,
.wp-block-button__link.btn-primary:focus,
.wp-block-button__link.btn-primary:hover {
    background: #bd1765;
    border-color: #b0165e;
    color: #fff
}

.btn.btn-primary.active,
.btn.btn-primary:active,
.wp-block-button__link.btn-primary.active,
.wp-block-button__link.btn-primary:active {
    background: #b41660;
    border-color: #a71459;
    color: #fff
}

.btn.btn-primary.loading:after,
.wp-block-button__link.btn-primary.loading:after {
    border-bottom-color: #fff;
    border-left-color: #fff
}

.btn.btn-success,
.wp-block-button__link.btn-success {
    background: #32b643;
    border-color: #2faa3f;
    color: #fff
}

.btn.btn-success:focus,
.wp-block-button__link.btn-success:focus {
    box-shadow: 0 0 0 .1rem rgba(50, 182, 67, .2)
}

.btn.btn-success:focus,
.btn.btn-success:hover,
.wp-block-button__link.btn-success:focus,
.wp-block-button__link.btn-success:hover {
    background: #30ae40;
    border-color: #2da23c;
    color: #fff
}

.btn.btn-success.active,
.btn.btn-success:active,
.wp-block-button__link.btn-success.active,
.wp-block-button__link.btn-success:active {
    background: #2a9a39;
    border-color: #278e34;
    color: #fff
}

.btn.btn-success.loading:after,
.wp-block-button__link.btn-success.loading:after {
    border-bottom-color: #fff;
    border-left-color: #fff
}

.btn.btn-error,
.wp-block-button__link.btn-error {
    background: #e85600;
    border-color: #d95000;
    color: #fff
}

.btn.btn-error:focus,
.wp-block-button__link.btn-error:focus {
    box-shadow: 0 0 0 .1rem rgba(232, 86, 0, .2)
}

.btn.btn-error:focus,
.btn.btn-error:hover,
.wp-block-button__link.btn-error:focus,
.wp-block-button__link.btn-error:hover {
    background: #de5200;
    border-color: #cf4d00;
    color: #fff
}

.btn.btn-error.active,
.btn.btn-error:active,
.wp-block-button__link.btn-error.active,
.wp-block-button__link.btn-error:active {
    background: #c44900;
    border-color: #b54300;
    color: #fff
}

.btn.btn-error.loading:after,
.wp-block-button__link.btn-error.loading:after {
    border-bottom-color: #fff;
    border-left-color: #fff
}

.btn.btn-link,
.wp-block-button__link.btn-link {
    background: transparent;
    border-color: transparent;
    color: #792e90
}

.btn.btn-link.active,
.btn.btn-link:active,
.btn.btn-link:focus,
.btn.btn-link:hover,
.wp-block-button__link.btn-link.active,
.wp-block-button__link.btn-link:active,
.wp-block-button__link.btn-link:focus,
.wp-block-button__link.btn-link:hover {
    color: #592269
}

.btn.btn-sm,
.wp-block-button__link.btn-sm {
    font-size: .7rem;
    height: 1.8rem;
    padding: .25rem .3rem
}

.btn.btn-lg,
.wp-block-button__link.btn-lg {
    border-radius: 2.4rem;
    font-size: .9rem;
    height: 3.6rem;
    padding: .8rem .6rem
}

.btn.btn-block,
.wp-block-button__link.btn-block {
    display: block;
    width: 100%
}

.btn.btn-action,
.wp-block-button__link.btn-action {
    padding-left: 0;
    padding-right: 0
}

.btn.btn-action:focus:not(.btn-primary),
.btn.btn-action:hover:not(.btn-primary),
.wp-block-button__link.btn-action:focus:not(.btn-primary),
.wp-block-button__link.btn-action:hover:not(.btn-primary) {
    background-color: #fff;
    border-color: #fff
}

.btn.btn-action.btn-sm.s-circle,
.wp-block-button__link.btn-action.btn-sm.s-circle {
    width: 1.8rem
}

.btn.btn-action.s-circle,
.wp-block-button__link.btn-action.s-circle {
    width: 2.4rem
}

.btn.btn-action.btn-lg.s-circle,
.wp-block-button__link.btn-action.btn-lg.s-circle {
    width: 3.6rem
}

.btn.btn-clear,
.wp-block-button__link.btn-clear {
    background: transparent;
    border: 0;
    color: currentColor;
    height: 1rem;
    line-height: .8rem;
    margin-left: .2rem;
    margin-right: -2px;
    opacity: 1;
    padding: .1rem;
    text-decoration: none;
    width: 1rem
}

.btn.btn-clear:focus,
.btn.btn-clear:hover,
.wp-block-button__link.btn-clear:focus,
.wp-block-button__link.btn-clear:hover {
    background: hsla(0, 0%, 96.1%, .5);
    opacity: .95
}

.btn.btn-clear:before,
.wp-block-button__link.btn-clear:before {
    content: "\2715"
}

svg {
    height: 100%;
    width: auto;
    margin-left: auto;
    margin-right: auto
}

.btn-group {
    display: inline-flex;
    flex-wrap: wrap
}

.btn-group .btn {
    flex: 1 0 auto
}

.btn-group .btn:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
    margin-left: -.05rem
}

.btn-group .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -.05rem
}

.btn-group .btn.active,
.btn-group .btn:active,
.btn-group .btn:focus,
.btn-group .btn:hover {
    z-index: 1
}

.btn-group.btn-group-block {
    display: flex
}

.btn-group.btn-group-block .btn {
    flex: 1 0
}

.bg-primary .btn,
.bg-primary .wp-block-button__link {
    background-color: #fff;
    color: #792e90
}

.wp-block-button.btn-primary .wp-block-button__link {
    background: #d41a71;
    border-color: #c6186a;
    color: #fff
}

.wp-block-button.btn-primary .wp-block-button__link:focus,
.wp-block-button.btn-primary .wp-block-button__link:hover {
    background: #bd1765;
    border-color: #b0165e;
    color: #fff
}

.wp-block-button.btn-primary .wp-block-button__link.active,
.wp-block-button.btn-primary .wp-block-button__link:active {
    background: #b41660;
    border-color: #a71459;
    color: #fff
}

.wp-block-button.btn-primary .wp-block-button__link.loading:after {
    border-bottom-color: #fff;
    border-left-color: #fff
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%
}

.img-fit-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.img-fit-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.video-responsive {
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%
}

.video-responsive:before {
    content: "";
    display: block;
    padding-bottom: 56.25%
}

.video-responsive embed,
.video-responsive iframe,
.video-responsive object {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

video.video-responsive {
    height: auto;
    max-width: 100%
}

video.video-responsive:before {
    content: none
}

.video-responsive-4-3:before {
    padding-bottom: 75%
}

.video-responsive-1-1:before {
    padding-bottom: 100%
}

.figure {
    margin: 0 0 .4rem
}

.figure .figure-caption {
    color: #767676;
    margin-top: .4rem
}

figure {
    margin: 3.2rem 0
}

figure img {
    display: block;
    height: auto;
    max-width: 100%
}

:root {
    --text-base-size: 16px;
    --text-scale-ratio: 1.2;
    --text-xxs: 14px;
    --text-xs: calc(1em/var(--text-scale-ratio)*var(--text-scale-ratio));
    --text-sm: calc(1em/var(--text-scale-ratio));
    --text-md: calc(1em*var(--text-scale-ratio));
    --text-lg: calc(1em*var(--text-scale-ratio)*var(--text-scale-ratio));
    --text-xl: calc(1em*var(--text-scale-ratio)*var(--text-scale-ratio)*var(--text-scale-ratio));
    --text-xxl: calc(1em*var(--text-scale-ratio)*var(--text-scale-ratio)*var(--text-scale-ratio)*var(--text-scale-ratio));
    --text-xxxl: calc(1em*var(--text-scale-ratio)*var(--text-scale-ratio)*var(--text-scale-ratio)*var(--text-scale-ratio)*var(--text-scale-ratio))
}

@media (min-width:1280px) {
    :root {
        --text-base-size: .9rem;
        --text-scale-ratio: 1.25
    }
}

body {
    font-size: var(--text-base-size)
}

:root {
    --layout-spacing: .1rem;
    --grid-spacing: 2px
}

@media (min-width:480px) {
    :root {
        --layout-spacing: .4rem;
        --grid-spacing: 8px;
        --layout-spacing: .8rem;
        --grid-spacing: 16px
    }
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: .8rem;
    padding-right: .8rem;
    width: 100%
}

.container.grid-2x {
    max-width: calc(var(--grid-spacing)*2 + 1440px)
}

.container.grid-xl {
    max-width: calc(var(--grid-spacing)*2 + 1280px)
}

.container.grid-lg {
    max-width: calc(var(--grid-spacing)*2 + 960px)
}

.container.grid-md {
    max-width: calc(var(--grid-spacing)*2 + 840px)
}

.container.grid-sm {
    max-width: calc(var(--grid-spacing)*2 + 600px)
}

.container.grid-xs {
    max-width: calc(var(--grid-spacing)*2 + 480px)
}

.show-lg,
.show-md,
.show-sm,
.show-xl,
.show-xs {
    display: none !important
}

.columns {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--layout-spacing)*-1);
    margin-right: calc(var(--layout-spacing)*-1)
}

.columns.col-gapless {
    margin-left: 0;
    margin-right: 0
}

.columns.col-gapless>.column {
    padding-left: 0;
    padding-right: 0
}

.columns.col-oneline {
    flex-wrap: nowrap;
    overflow-x: auto
}

.column {
    flex: 1 1;
    max-width: 100%;
    padding-left: .1rem;
    padding-right: .1rem
}

@media (min-width:960px) {
    .column {
        padding-left: var(--layout-spacing);
        padding-right: var(--layout-spacing)
    }
}

.column.col-1,
.column.col-2,
.column.col-3,
.column.col-4,
.column.col-5,
.column.col-6,
.column.col-7,
.column.col-8,
.column.col-9,
.column.col-10,
.column.col-11,
.column.col-12,
.column.col-auto {
    flex: none
}

.col-12 {
    width: 100%
}

.col-11 {
    width: 91.66666667%
}

.col-10 {
    width: 83.33333333%
}

.col-9 {
    width: 75%
}

.col-8 {
    width: 66.66666667%
}

.col-7 {
    width: 58.33333333%
}

.col-6 {
    width: 50%
}

.col-5 {
    width: 41.66666667%
}

.col-4 {
    width: 33.33333333%
}

.col-3 {
    width: 25%
}

.col-2 {
    width: 16.66666667%
}

.col-1 {
    width: 8.33333333%
}

.col-auto {
    flex: 0 0 auto;
    max-width: none;
    width: auto
}

.col-mx-auto {
    margin-right: auto
}

.col-ml-auto,
.col-mx-auto {
    margin-left: auto
}

.col-mr-auto {
    margin-right: auto
}

@media (max-width:1280px) {

    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-auto {
        flex: none
    }

    .col-xl-12 {
        width: 100%
    }

    .col-xl-11 {
        width: 91.66666667%
    }

    .col-xl-10 {
        width: 83.33333333%
    }

    .col-xl-9 {
        width: 75%
    }

    .col-xl-8 {
        width: 66.66666667%
    }

    .col-xl-7 {
        width: 58.33333333%
    }

    .col-xl-6 {
        width: 50%
    }

    .col-xl-5 {
        width: 41.66666667%
    }

    .col-xl-4 {
        width: 33.33333333%
    }

    .col-xl-3 {
        width: 25%
    }

    .col-xl-2 {
        width: 16.66666667%
    }

    .col-xl-1 {
        width: 8.33333333%
    }

    .col-xl-auto {
        width: auto
    }

    .hide-xl {
        display: none !important
    }

    .show-xl {
        display: block !important
    }
}

@media (max-width:960px) {

    .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-auto {
        flex: none
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-auto {
        width: auto
    }

    .hide-lg {
        display: none !important
    }

    .show-lg {
        display: block !important
    }
}

@media (max-width:840px) {

    .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-auto {
        flex: none
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-auto {
        width: auto
    }

    .hide-md {
        display: none !important
    }

    .show-md {
        display: block !important
    }
}

@media (max-width:600px) {

    .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-auto {
        flex: none
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-auto {
        width: auto
    }

    .hide-sm {
        display: none !important
    }

    .show-sm {
        display: block !important
    }
}

@media (max-width:480px) {

    .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-auto {
        flex: none
    }

    .col-xs-12 {
        width: 100%
    }

    .col-xs-11 {
        width: 91.66666667%
    }

    .col-xs-10 {
        width: 83.33333333%
    }

    .col-xs-9 {
        width: 75%
    }

    .col-xs-8 {
        width: 66.66666667%
    }

    .col-xs-7 {
        width: 58.33333333%
    }

    .col-xs-6 {
        width: 50%
    }

    .col-xs-5 {
        width: 41.66666667%
    }

    .col-xs-4 {
        width: 33.33333333%
    }

    .col-xs-3 {
        width: 25%
    }

    .col-xs-2 {
        width: 16.66666667%
    }

    .col-xs-1 {
        width: 8.33333333%
    }

    .col-xs-auto {
        width: auto
    }

    .hide-xs {
        display: none !important
    }

    .show-xs {
        display: block !important
    }
}

.show-off-canvas-breakpoint,
.show-responsive-breakpoint {
    display: none !important
}

@media (max-width:960px) {
    .hide-off-canvas-breakpoint {
        display: none !important
    }

    .show-off-canvas-breakpoint {
        display: block !important
    }
}

@media (max-width:480px) {
    .hide-responsive-breakpoint {
        display: none !important
    }

    .show-responsive-breakpoint {
        display: block !important
    }
}

.off-canvas {
    display: flex;
    flex-flow: nowrap;
    height: 100%;
    position: relative;
    width: 100%
}

.off-canvas .off-canvas-toggle {
    display: block;
    position: absolute;
    top: .4rem;
    -webkit-transition: none;
    transition: none;
    z-index: 1;
    right: .4rem
}

.off-canvas .off-canvas-sidebar {
    background: #f5f5f5;
    bottom: 0;
    min-width: 10rem;
    overflow-y: auto;
    position: fixed;
    top: 0;
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    z-index: 200;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.off-canvas .off-canvas-content {
    flex: 1 1 auto;
    height: 100%;
    padding: .4rem .4rem .4rem 4rem
}

.off-canvas .off-canvas-overlay {
    background: rgba(54, 54, 54, .1);
    border-color: transparent;
    border-radius: 0;
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%
}

.off-canvas .off-canvas-sidebar.active,
.off-canvas .off-canvas-sidebar:target {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.off-canvas .off-canvas-sidebar.active~.off-canvas-overlay,
.off-canvas .off-canvas-sidebar:target~.off-canvas-overlay {
    display: block;
    z-index: 100
}

@media (min-width:960px) {
    .off-canvas.off-canvas-sidebar-show .off-canvas-toggle {
        display: none
    }

    .off-canvas.off-canvas-sidebar-show .off-canvas-sidebar {
        flex: 0 0 auto;
        position: relative;
        -webkit-transform: none;
        transform: none
    }

    .off-canvas.off-canvas-sidebar-show .off-canvas-overlay {
        display: none !important
    }
}

.icon {
    box-sizing: border-box;
    display: inline-block;
    font-size: inherit;
    font-style: normal;
    height: 1em;
    position: relative;
    text-indent: -9999px;
    vertical-align: middle;
    width: 1em
}

.icon:after,
.icon:before {
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.icon.icon-2x {
    font-size: 1.6rem
}

.icon.icon-3x {
    font-size: 2.4rem
}

.icon.icon-4x {
    font-size: 3.2rem
}

.accordion .icon,
.btn .icon,
.menu .icon,
.toast .icon {
    vertical-align: -10%
}

.btn-lg .icon {
    vertical-align: -15%
}

.icon-arrow-down:before,
.icon-arrow-left:before,
.icon-arrow-right:before,
.icon-arrow-up:before,
.icon-back:before,
.icon-downward:before,
.icon-forward:before,
.icon-upward:before {
    border: .1rem solid;
    border-bottom: 0;
    border-right: 0;
    height: .65em;
    width: .65em
}

.icon-arrow-down:before {
    -webkit-transform: translate(-50%, -75%) rotate(225deg);
    transform: translate(-50%, -75%) rotate(225deg)
}

.icon-arrow-left:before {
    -webkit-transform: translate(-25%, -50%) rotate(-45deg);
    transform: translate(-25%, -50%) rotate(-45deg)
}

.icon-arrow-right:before {
    -webkit-transform: translate(-75%, -50%) rotate(135deg);
    transform: translate(-75%, -50%) rotate(135deg)
}

.icon-arrow-up:before {
    -webkit-transform: translate(-50%, -25%) rotate(45deg);
    transform: translate(-50%, -25%) rotate(45deg)
}

.icon-back:after,
.icon-forward:after {
    background: currentColor;
    height: .1rem;
    width: .8em
}

.icon-downward:after,
.icon-upward:after {
    background: currentColor;
    height: .8em;
    width: .1rem
}

.icon-back:after {
    left: 55%
}

.icon-back:before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.icon-downward:after {
    top: 45%
}

.icon-downward:before {
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    transform: translate(-50%, -50%) rotate(-135deg)
}

.icon-forward:after {
    left: 45%
}

.icon-forward:before {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg)
}

.icon-upward:after {
    top: 55%
}

.icon-upward:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.icon-caret:before {
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
    height: 0;
    -webkit-transform: translate(-50%, -25%);
    transform: translate(-50%, -25%);
    width: 0
}

.icon-menu:before {
    background: currentColor;
    box-shadow: 0 -.35em, 0 .35em;
    height: .1rem;
    width: 100%
}

.icon-apps:before {
    background: currentColor;
    box-shadow: -.35em -.35em, -.35em 0, -.35em .35em, 0 -.35em, 0 .35em, .35em -.35em, .35em 0, .35em .35em;
    height: 3px;
    width: 3px
}


.aligncenter {
    text-align: center
}

.off-canvas .off-canvas-content {
    padding: unset;
    position: relative
}

.off-canvas .off-canvas-content header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 400
}

.off-canvas .off-canvas-sidebar {
    z-index: 600
}

.off-canvas .off-canvas-sidebar.active~.off-canvas-overlay,
.off-canvas .off-canvas-sidebar:target~.off-canvas-overlay,
.off-canvas .off-canvas-toggle {
    z-index: 500
}

.navbar {
    padding-bottom: .4rem;
    padding-top: .4rem;
    z-index: 400
}

@media (min-width:960px) {
    .navbar.container {
        padding-bottom: 3.2rem;
        padding-top: 3.2rem
    }
}

.navbar-brand {
    background: url(/brand/logo-on-light.svg) no-repeat 50% 50%;
    background-size: contain;
    height: 3.2rem;
    width: 3.2rem
}

.navbar-float .navbar-brand {
    background-image: url(/brand/logo-on-dark.svg)
}

.navbar .navbar-section {
    flex-grow: 0
}

.navbar .navbar-section-primary {
    flex-grow: 1
}

.section-story blockquote {
    border: 1px solid #c2c2c2;
    border-radius: 2.4rem;
    clear: both;
    float: left;
    font-size: .9rem;
    font-weight: 700;
    margin: 2rem 0;
    padding: 1.2rem 1.8rem
}

@media (min-width:960px) {
    .section-story blockquote {
        max-width: 60%
    }
}

.section-story blockquote.has-text-align-right,
.section-story blockquote[style*="text-align:right"] {
    background-color: #f5f5f5;
    float: right;
    font-size: .8rem;
    font-weight: 400;
    margin-left: auto;
    margin-right: 0
}

.section-story blockquote.has-text-align-right p,
.section-story blockquote[style*="text-align:right"] p {
    text-align: left
}

.section-story .container.grid-md {
    max-width: 100%
}

.section-story figure {
    margin-top: 0;
    margin-bottom: 0
}

.section-story .hero {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw
}

@media (min-width:960px) {
    .section-story .wp-block-image figure {
        max-width: 60%
    }
}

.section-story .wp-block-image figure.alignright {
    clear: both;
    margin-left: auto;
    margin-right: 0
}

.section-story .wp-block-image figure img {
    border-radius: 2.4rem
}

.hero.bg-dark h1 {
    color: #fff
}

.hero.bg-img {
    background-position: 50%;
    background-size: cover
}

.hero-lg {
    height: 65vh
}

.hero .hero-body {
    padding: .4rem;
    text-align: center
}

@media (min-width:960px) {
    .hero .hero-body {
        padding: .4rem 4rem
    }
}

.hero h1 {
    font-size: 4rem;
    margin: 0;
    text-transform: uppercase
}

.hero h2.subtitle {
    font-family: Avallon, TT Norms, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 0
}

.spinner {
    display: block;
    position: relative
}

.spinner,
.spinner img {
    height: 89px;
    width: 89px
}

.spinner img {
    position: absolute;
    left: 50%;
    margin-left: -50%;
    -webkit-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.text {
    color: #fff;
    font-family: Avallon, TT Norms, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif
}

.section-loader .text {
    color: #792e90;
    margin-bottom: 1rem
}

.section-loader .text>div {
    line-height: 1
}

.section-loader .spinner {
    margin: 0 auto 1rem
}

.canvas-wrapper {
    flex: 1 1;
    position: relative;
    width: 100vw;
    display: flex
}

.visualizer {
    width: 100% !important;
    height: auto !important;
    flex: 1 1;
    min-width: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.visualizer.paused {
    background: linear-gradient(180deg, transparent calc(50% - 1px), #000 50%, transparent calc(50% + 1px))
}

.icon-right-speaker {
    background-image: url(/assets/icons/speaker.svg);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: .8rem .8rem;
    padding-right: 1.2rem
}

.carousel {
    position: relative
}

.carousel .content {
    color: #fff;
    margin-bottom: 2.4rem;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 300;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .8)), to(transparent));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .8), transparent)
}

@media (min-width:960px) {
    .carousel .content {
        font-size: 1.2rem
    }
}

@media (max-width:960px) {
    .carousel .content h3 {
        font-size: 1.2rem;
        margin-top: 6.4rem
    }
}

.carousel .content .btn {
    margin: .25rem
}

.carousel .slides {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 200
}

.carousel .slides canvas {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: auto;
    height: 50% !important
}

.carousel .slides .slide {
    width: 100vw;
    height: 100vh
}

@media (min-width:960px) {
    .carousel .slides .slide {
        width: 100vw;
        height: 56.25vw;
        max-height: 100vh
    }
}

.carousel .slides .slide .background,
.carousel .slides .slide .foreground {
    background-size: cover;
    background-position: 50%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0
}

.carousel .slides .slide .background:first-child,
.carousel .slides .slide .foreground:first-child {
    opacity: 1
}

.carousel .slides .titles {
    height: 100%
}

.carousel .slides .title {
    opacity: 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.carousel .slides .title:first-child {
    opacity: 1
}

.carousel .slides .text {
    color: #fff;
    font-family: Avallon, TT Norms, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

@media (min-width:960px) {
    .carousel .slides .text {
        width: 80%
    }
}

.carousel .slides .mask {
    height: 100%;
    width: 100%
}

.carousel .slides .preload {
    opacity: 0
}

.carousel .slides:first-child {
    display: block;
    width: 100%;
    height: calc(66.66667vw + 1px)
}

.section-home .carousel .content {
    margin-bottom: 0;
    padding-bottom: 0
}

@media screen and (min-width:480px) {
    .section-home .carousel .content {
        padding-bottom: 2.4rem
    }
}

.section-home .content {
    margin-bottom: 7rem
}

.section-home h2 {
    font-family: Avallon, TT Norms, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
    font-size: 3.2rem;
    font-weight: 400;
    margin: 0 0 .25rem
}

.section-home h3 {
    margin-bottom: 0
}

.section-home .wp-block-cover,
.section-home .wp-block-group {
    color: #fff;
    line-height: 1.25
}

@media screen and (min-width:480px) {

    .section-home .wp-block-cover,
    .section-home .wp-block-group {
        font-size: 1.2rem
    }
}

.section-home .wp-block-cover {
    padding: 3rem 0
}

@media screen and (min-width:480px) {
    .section-home .wp-block-cover {
        padding: 13.6rem 0
    }
}

.section-home .wp-block-group .wp-block-group__inner-container :first-child {
    margin-top: 0
}

@media screen and (max-width:599px) {

    .section-home .wp-block-group.bg-primary.alignwide .wp-block-button.alignleft,
    .section-home .wp-block-group.bg-primary.alignwide .wp-block-button.alignright {
        margin: .25rem;
        text-align: center
    }
}

.section-page:not(.section-home) {
    margin-top: 12.8rem
}

.section-page blockquote {
    border-left: unset;
    color: #d41a71;
    font-size: 2.5rem;
    font-family: Avallon, TT Norms, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
    line-height: 1.1;
    margin: 3.2rem 0;
    padding: unset
}

.section-page .content {
    margin-bottom: 6.4rem
}

header {
    color: red !important
}

.page-listen {
    text-align: center
}

.page-listen .counter {
    font-size: .8rem;
    font-weight: 500;
    margin: 1em auto
}

.page-listen .controls {
    position: relative;
    z-index: 100
}

.page-listen .controls .btn {
    display: inline-block;
    margin: 0 .225rem;
    vertical-align: middle
}

.page-listen .controls .btn:hover {
    cursor: pointer
}

.page-listen .text {
    fill: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    padding: 2rem;
    flex: 1 1
}

.btn-record-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: auto;
    z-index: 400
}

.btn-record-wrapper * {
    vertical-align: middle
}

.btn-record-wrapper .btn {
    flex: 1 1
}

.btn-record-wrapper .label {
    background-color: #fff;
    color: #792e90;
    font-size: var(--text-xs);
    margin-right: -.3rem;
    padding: .4rem .6rem .3rem;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    line-height: 1;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.btn-record-wrapper:hover .label {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.btn-record-wrapper.active,
.btn-record-wrapper:active,
.btn-record-wrapper:focus,
.btn-record-wrapper:hover {
    text-decoration: none
}

.btn-record-wrapper svg path {
    fill: #792e90
}

.page-listen {
    display: flex;
    flex-direction: column
}

.page-listen .btn.btn-recorder {
    position: absolute;
    bottom: .4rem;
    right: .4rem
}

.page-listen .btn-record {
    margin-right: 1em
}

.page-listen .canvas-wrapper {
    margin-bottom: 1rem
}

.page-listen .navbar-brand {
    background-image: url(/brand/logo-on-dark.svg)
}

.page-listen .record-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.page-listen .section {
    flex: 1 1;
    flex-direction: column;
    display: flex;
    justify-content: center
}

.btn.btn-mic,
.btn.btn-mic:focus,
.btn.btn-mic:hover {
    background-color: #792e90;
    border-color: #6f2a84
}

.btn.btn-mic.active,
.btn.btn-mic:active {
    background-color: #d41a71;
    border-color: #c6186a
}

.btn.btn-mic svg path {
    fill: #fff
}

.timer h1 {
    font-family: TT Norms, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
    font-weight: 600;
    margin-bottom: 2rem
}

.timer h2 {
    color: transparent;
    margin-top: 0
}

.timer.active h1,
.timer.active h2 {
    color: #d41a71
}

.section-recorder .canvas-wrapper .btn-action,
.section-recorder .canvas-wrapper .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: auto
}

.section-welcome .form-checkbox {
    color: #767676;
    display: inline;
    font-size: var(--text-xs);
    padding-left: 1.75em
}

.section-welcome .form-checkbox .form-icon {
    border-radius: .1rem
}

.section-welcome label a {
    color: #767676;
    border-bottom: 1px solid #767676
}

@font-face {
    font-family:"TT Norms";
    src: url("/assets/fonts/TTNormsProBold.otf");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family:"TT Norms";
    src: url("/assets/fonts/TTNormsProMedium.otf");
    font-weight: medium;
    font-style: normal
}

@font-face {
    font-family:"TT Norms";
    src: url("/assets/fonts/TTNormsProRegular.otf");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family:"Avallon";
    src: url(/assets/fonts/AvallonAlt.ttf);
    font-weight: 400;
    font-style: normal
}

.page-speak {
    color: #792e90;
    display: flex;
    flex-direction: column;
    text-align: center
}

.page-speak .btn {
    display: block;
    margin: 1rem auto
}

.page-speak .btn.btn-action {
    border-radius: 1.8rem;
    height: 3.6rem;
    width: 3.6rem;
    padding: .9rem 0
}

.page-speak .section {
    flex: 1 1;
    flex-direction: column;
    display: flex;
    justify-content: center;
    margin-bottom: 4rem
}

