:root {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-20: #005a87;
}
#start-resizable-editor-section {
    display: none;
}
.wp-block-audio figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em;
}
.wp-block-audio audio {
    width: 100%;
    min-width: 300px;
}
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border: none;
    border-radius: 28px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    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: #fff;
}
.wp-block-button__link.aligncenter {
    text-align: center;
}
.wp-block-button__link.alignright {
    text-align: right;
}
.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
    border-radius: 0;
}
.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
    border-radius: 0 !important;
}
.is-style-outline .wp-block-button__link,
.wp-block-button__link.is-style-outline {
    color: #32373c;
    background-color: transparent;
    border: 2px solid;
}
.wp-block-buttons .wp-block-button {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
}
.wp-block-buttons .wp-block-button:last-child {
    margin-right: 0;
}
.wp-block-buttons.alignright .wp-block-button {
    margin-right: 0;
    margin-left: 8px;
}
.wp-block-buttons.alignright .wp-block-button:first-child {
    margin-left: 0;
}
.wp-block-buttons.alignleft .wp-block-button {
    margin-left: 0;
    margin-right: 8px;
}
.wp-block-buttons.alignleft .wp-block-button:last-child {
    margin-right: 0;
}
.wp-block-button.aligncenter,
.wp-block-buttons.aligncenter,
.wp-block-calendar {
    text-align: center;
}
.wp-block-calendar tbody td,
.wp-block-calendar th {
    padding: 4px;
    border: 1px solid #ddd;
}
.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: #ddd;
}
.wp-block-calendar a {
    text-decoration: underline;
}
.wp-block-calendar tfoot a {
    color: #007cba;
    color: var(--wp-admin-theme-color);
}
.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-columns.has-background {
    padding: 20px 38px;
}
.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) and (max-width: 781px) {
    .wp-block-column {
        flex-basis: calc(50% - 16px) !important;
        flex-grow: 0;
    }
    .wp-block-column:nth-child(2n) {
        margin-left: 32px;
    }
}
@media (min-width: 782px) {
    .wp-block-column {
        flex-basis: 0;
        flex-grow: 1;
    }
    .wp-block-column[style*="flex-basis"] {
        flex-grow: 0;
    }
    .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-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
    width: 100%;
}
.wp-block-cover,
.wp-block-cover-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
}
.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,
.wp-block-cover.has-background-dim {
    background-color: #000;
}
.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;
}
.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 {
    opacity: 0.5;
}
.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:not(.has-background-gradient):before {
    opacity: 0.1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background {
    opacity: 0.1;
}
.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:not(.has-background-gradient):before {
    opacity: 0.2;
}
.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background {
    opacity: 0.2;
}
.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:not(.has-background-gradient):before {
    opacity: 0.3;
}
.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background {
    opacity: 0.3;
}
.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:not(.has-background-gradient):before {
    opacity: 0.4;
}
.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background {
    opacity: 0.4;
}
.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:not(.has-background-gradient):before {
    opacity: 0.5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background {
    opacity: 0.5;
}
.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:not(.has-background-gradient):before {
    opacity: 0.6;
}
.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background {
    opacity: 0.6;
}
.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:not(.has-background-gradient):before {
    opacity: 0.7;
}
.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background {
    opacity: 0.7;
}
.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:not(.has-background-gradient):before {
    opacity: 0.8;
}
.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background {
    opacity: 0.8;
}
.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:not(.has-background-gradient):before {
    opacity: 0.9;
}
.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background {
    opacity: 0.9;
}
.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:not(.has-background-gradient):before {
    opacity: 1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background {
    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: #fff;
}
.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-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
    align-items: flex-start;
    justify-content: flex-start;
}
.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
    align-items: flex-start;
    justify-content: center;
}
.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
    align-items: flex-start;
    justify-content: flex-end;
}
.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
    align-items: center;
    justify-content: flex-start;
}
.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
    align-items: center;
    justify-content: center;
}
.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
    align-items: center;
    justify-content: flex-end;
}
.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
    align-items: flex-end;
    justify-content: flex-start;
}
.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
    align-items: flex-end;
    justify-content: center;
}
.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
    align-items: flex-end;
    justify-content: flex-end;
}
.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
    margin: 0;
    width: auto;
}
.wp-block-cover__video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
}
.wp-block-cover-image-text,
.wp-block-cover-text,
section.wp-block-cover-image h2 {
    color: #fff;
}
.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 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 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;
}
.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align="left"] > [data-type^="core-embed"],
.wp-block[data-align="right"] > [data-type^="core-embed"] {
    max-width: 360px;
    width: 100%;
}
.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align="left"] > [data-type^="core-embed"] .wp-block-embed__wrapper,
.wp-block[data-align="right"] > [data-type^="core-embed"] .wp-block-embed__wrapper {
    min-width: 280px;
}
.wp-block-embed {
    margin-bottom: 1em;
}
.wp-block-embed figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em;
}
.wp-block-embed iframe {
    max-width: 100%;
}
.wp-block-embed__wrapper {
    position: relative;
}
.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%;
}
.wp-embed-responsive .wp-has-aspect-ratio iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%;
}
.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%;
}
.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%;
}
.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%;
}
.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%;
}
.wp-embed-responsive .wp-embed-aspect-9-6 .wp-block-embed__wrapper:before {
    padding-top: 66.66%;
}
.wp-embed-responsive .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: 0.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: 0.85;
    text-decoration: none;
}
.wp-block-file * + .wp-block-file__button {
    margin-left: 0.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: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 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;
        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(50% - 16px);
}
.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(33.33333% - 10.66667px);
        margin-right: 16px;
    }
    .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(25% - 12px);
        margin-right: 16px;
    }
    .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(20% - 12.8px);
        margin-right: 16px;
    }
    .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(16.66667% - 13.33333px);
        margin-right: 16px;
    }
    .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(14.28571% - 13.71429px);
        margin-right: 16px;
    }
    .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(12.5% - 14px);
        margin-right: 16px;
    }
    .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
        margin-right: 0;
    }
    .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
        margin-right: 0;
    }
    .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
        margin-right: 0;
    }
    .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
        margin-right: 0;
    }
    .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
        margin-right: 0;
    }
    .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
        margin-right: 0;
    }
    .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
        margin-right: 0;
    }
    .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-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;
}
h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
    padding: 20px 38px;
}
.wp-block-image {
    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;
}
.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: 0.5em 1em 0.5em 0;
}
.wp-block-image .alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}
.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto;
}
.wp-block-image figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em;
}
.is-style-circle-mask img,
.is-style-rounded 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: 0;
    }
}
.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.wp-block-latest-posts__list li {
    clear: both;
}
.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.wp-block-latest-posts.is-grid li {
    margin: 0 20px 20px 0;
    width: 100%;
}
@media (min-width: 600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - 20px);
    }
    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - 20px);
    }
    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - 20px);
    }
    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 20px);
    }
    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 20px);
    }
}
.wp-block-latest-posts__post-author,
.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-latest-posts__featured-image img {
    height: auto;
    width: auto;
}
.wp-block-latest-posts__featured-image.alignleft {
    margin-right: 1em;
}
.wp-block-latest-posts__featured-image.alignright {
    margin-left: 1em;
}
.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center;
}
.edit-post-visual-editor .wp-block-latest-posts.is-grid li {
    margin-bottom: 20px;
}
.wp-block-media-text {
    /*!rtl:begin:ignore*/
    direction: ltr;
    /*!rtl:end:ignore*/
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 1fr;
    grid-template-columns: 50% 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
.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 {
    /*!rtl:begin:ignore*/
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
    margin: 0;
}
.wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    /*!rtl:begin:ignore*/
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
    padding: 0 8%;
    word-break: break-word;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    /*!rtl:begin:ignore*/
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
}
.wp-block-media-text__media img,
.wp-block-media-text__media video {
    max-width: unset;
    width: 100%;
    vertical-align: middle;
}
.wp-block-media-text.is-image-fill figure.wp-block-media-text__media {
    height: 100%;
    min-height: 250px;
    background-size: cover;
}
.wp-block-media-text.is-image-fill figure.wp-block-media-text__media > 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.is-style-light .wp-block-navigation-link:not(.has-text-color),
.wp-block-navigation .wp-block-navigation-link:not(.has-text-color) {
    color: #1e1e1e;
}
.wp-block-navigation.is-style-light:not(.has-background) .wp-block-navigation__container,
.wp-block-navigation:not(.has-background) .wp-block-navigation__container {
    background-color: #fff;
}
.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color) {
    color: #fff;
}
.wp-block-navigation.is-style-dark:not(.has-background) .wp-block-navigation__container {
    background-color: #1e1e1e;
}
.items-justified-left > ul {
    justify-content: flex-start;
}
.items-justified-center > ul {
    justify-content: center;
}
.items-justified-right > ul {
    justify-content: flex-end;
}
.wp-block-navigation-link {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0;
}
.wp-block-navigation-link .wp-block-navigation__container:empty {
    display: none;
}
.wp-block-navigation__container {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}
.is-vertical .wp-block-navigation__container {
    display: block;
}
.has-child .wp-block-navigation__container {
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: inherit;
    color: inherit;
    position: absolute;
    left: 0;
    top: 100%;
    width: fit-content;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.1s linear;
    visibility: hidden;
}
.has-child .wp-block-navigation__container > .wp-block-navigation-link > .wp-block-navigation-link__content {
    flex-grow: 1;
}
.has-child .wp-block-navigation__container > .wp-block-navigation-link > .wp-block-navigation-link__submenu-icon {
    padding-right: 8px;
}
@media (min-width: 782px) {
    .has-child .wp-block-navigation__container {
        left: 24px;
    }
    .has-child .wp-block-navigation__container .wp-block-navigation__container {
        left: 100%;
        top: -1px;
    }
    .has-child .wp-block-navigation__container .wp-block-navigation__container:before {
        content: "";
        position: absolute;
        right: 100%;
        height: 100%;
        display: block;
        width: 8px;
        background: transparent;
    }
    .has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg {
        transform: rotate(0);
    }
}
.has-child:hover {
    cursor: pointer;
}
.has-child:hover > .wp-block-navigation__container {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column;
}
.has-child:focus-within {
    cursor: pointer;
}
.has-child:focus-within > .wp-block-navigation__container {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column;
}
.wp-block-navigation-link__content {
    text-decoration: none;
    padding: 8px 16px;
}
.wp-block-navigation-link__content + .wp-block-navigation-link__content {
    padding-top: 0;
}
.has-text-color .wp-block-navigation-link__content {
    color: inherit;
}
.wp-block-navigation-link__label {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    word-break: normal;
    overflow-wrap: break-word;
}
.wp-block-navigation-link__submenu-icon {
    height: inherit;
    padding: 6px 16px;
}
.wp-block-navigation-link__submenu-icon svg {
    fill: currentColor;
}
@media (min-width: 782px) {
    .wp-block-navigation-link__submenu-icon svg {
        transform: rotate(90deg);
    }
}
.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: 0.68;
    font-weight: 100;
    margin: 0.05em 0.1em 0 0;
    text-transform: uppercase;
    font-style: normal;
}
p.has-background {
    padding: 20px 38px;
}
p.has-text-color a {
    color: inherit;
}
.wp-block-post-author {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.5;
}
.wp-block-post-author__byline {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0.5em;
}
.wp-block-post-author__avatar {
    margin-right: 16px;
}
.wp-block-post-author__bio {
    margin-bottom: 8px;
    font-size: 0.7em;
}
.wp-block-post-author__content {
    flex-grow: 1;
    flex-basis: 0;
}
.wp-block-post-author__name {
    font-weight: 700;
    margin: 0;
}
.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: "\00b7 \00b7 \00b7";
    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-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
    text-decoration: none;
    border-bottom: 0;
    box-shadow: none;
}
.wp-social-link {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    margin-right: 8px;
    transition: transform 0.1s ease;
}
@media (prefers-reduced-motion: reduce) {
    .wp-social-link {
        transition-duration: 0s;
    }
}
.wp-social-link a {
    padding: 6px;
    display: block;
    line-height: 0;
    transition: transform 0.1s ease;
}
.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 {
    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: #1778f2;
    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: #0d66c2;
    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: #1da1f2;
    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: red;
    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: #1778f2;
}
.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: #0d66c2;
}
.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: #1da1f2;
}
.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: red;
}
.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: 0.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 #f0f0f0;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f0f0f0;
}
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color 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%;
}
.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] {
        object-fit: cover;
    }
}
.wp-block-video.aligncenter {
    text-align: center;
}
.wp-block-video figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em;
}
:root .editor-styles-wrapper .has-pale-pink-background-color,
:root .has-pale-pink-background-color {
    background-color: #f78da7;
}
:root .editor-styles-wrapper .has-vivid-red-background-color,
:root .has-vivid-red-background-color {
    background-color: #cf2e2e;
}
:root .editor-styles-wrapper .has-luminous-vivid-orange-background-color,
:root .has-luminous-vivid-orange-background-color {
    background-color: #ff6900;
}
:root .editor-styles-wrapper .has-luminous-vivid-amber-background-color,
:root .has-luminous-vivid-amber-background-color {
    background-color: #fcb900;
}
:root .editor-styles-wrapper .has-light-green-cyan-background-color,
:root .has-light-green-cyan-background-color {
    background-color: #7bdcb5;
}
:root .editor-styles-wrapper .has-vivid-green-cyan-background-color,
:root .has-vivid-green-cyan-background-color {
    background-color: #00d084;
}
:root .editor-styles-wrapper .has-pale-cyan-blue-background-color,
:root .has-pale-cyan-blue-background-color {
    background-color: #8ed1fc;
}
:root .editor-styles-wrapper .has-vivid-cyan-blue-background-color,
:root .has-vivid-cyan-blue-background-color {
    background-color: #0693e3;
}
:root .editor-styles-wrapper .has-vivid-purple-background-color,
:root .has-vivid-purple-background-color {
    background-color: #9b51e0;
}
:root .editor-styles-wrapper .has-white-background-color,
:root .has-white-background-color {
    background-color: #fff;
}
:root .editor-styles-wrapper .has-very-light-gray-background-color,
:root .has-very-light-gray-background-color {
    background-color: #eee;
}
:root .editor-styles-wrapper .has-cyan-bluish-gray-background-color,
:root .has-cyan-bluish-gray-background-color {
    background-color: #abb8c3;
}
:root .editor-styles-wrapper .has-very-dark-gray-background-color,
:root .has-very-dark-gray-background-color {
    background-color: #313131;
}
:root .editor-styles-wrapper .has-black-background-color,
:root .has-black-background-color {
    background-color: #000;
}
:root .editor-styles-wrapper .has-pale-pink-color,
:root .has-pale-pink-color {
    color: #f78da7;
}
:root .editor-styles-wrapper .has-vivid-red-color,
:root .has-vivid-red-color {
    color: #cf2e2e;
}
:root .editor-styles-wrapper .has-luminous-vivid-orange-color,
:root .has-luminous-vivid-orange-color {
    color: #ff6900;
}
:root .editor-styles-wrapper .has-luminous-vivid-amber-color,
:root .has-luminous-vivid-amber-color {
    color: #fcb900;
}
:root .editor-styles-wrapper .has-light-green-cyan-color,
:root .has-light-green-cyan-color {
    color: #7bdcb5;
}
:root .editor-styles-wrapper .has-vivid-green-cyan-color,
:root .has-vivid-green-cyan-color {
    color: #00d084;
}
:root .editor-styles-wrapper .has-pale-cyan-blue-color,
:root .has-pale-cyan-blue-color {
    color: #8ed1fc;
}
:root .editor-styles-wrapper .has-vivid-cyan-blue-color,
:root .has-vivid-cyan-blue-color {
    color: #0693e3;
}
:root .editor-styles-wrapper .has-vivid-purple-color,
:root .has-vivid-purple-color {
    color: #9b51e0;
}
:root .editor-styles-wrapper .has-white-color,
:root .has-white-color {
    color: #fff;
}
:root .editor-styles-wrapper .has-very-light-gray-color,
:root .has-very-light-gray-color {
    color: #eee;
}
:root .editor-styles-wrapper .has-cyan-bluish-gray-color,
:root .has-cyan-bluish-gray-color {
    color: #abb8c3;
}
:root .editor-styles-wrapper .has-very-dark-gray-color,
:root .has-very-dark-gray-color {
    color: #313131;
}
:root .editor-styles-wrapper .has-black-color,
:root .has-black-color {
    color: #000;
}
:root .editor-styles-wrapper .has-vivid-cyan-blue-to-vivid-purple-gradient-background,
:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: linear-gradient(135deg, #0693e3, #9b51e0);
}
:root .editor-styles-wrapper .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background,
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg, #00d084, #0693e3);
}
:root .editor-styles-wrapper .has-light-green-cyan-to-vivid-green-cyan-gradient-background,
:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: linear-gradient(135deg, #7adcb4, #00d082);
}
:root .editor-styles-wrapper .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background,
:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: linear-gradient(135deg, #fcb900, #ff6900);
}
:root .editor-styles-wrapper .has-luminous-vivid-orange-to-vivid-red-gradient-background,
:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: linear-gradient(135deg, #ff6900, #cf2e2e);
}
:root .editor-styles-wrapper .has-very-light-gray-to-cyan-bluish-gray-gradient-background,
:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: linear-gradient(135deg, #eee, #a9b8c3);
}
:root .editor-styles-wrapper .has-cool-to-warm-spectrum-gradient-background,
:root .has-cool-to-warm-spectrum-gradient-background {
    background: linear-gradient(135deg, #4aeadc, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c);
}
:root .editor-styles-wrapper .has-blush-light-purple-gradient-background,
:root .has-blush-light-purple-gradient-background {
    background: linear-gradient(135deg, #ffceec, #9896f0);
}
:root .editor-styles-wrapper .has-blush-bordeaux-gradient-background,
:root .has-blush-bordeaux-gradient-background {
    background: linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e);
}
:root .editor-styles-wrapper .has-purple-crush-gradient-background,
:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe);
}
:root .editor-styles-wrapper .has-luminous-dusk-gradient-background,
:root .has-luminous-dusk-gradient-background {
    background: linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0);
}
:root .editor-styles-wrapper .has-hazy-dawn-gradient-background,
:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg, #faaca8, #dad0ec);
}
:root .editor-styles-wrapper .has-pale-ocean-gradient-background,
:root .has-pale-ocean-gradient-background {
    background: linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5);
}
:root .editor-styles-wrapper .has-electric-grass-gradient-background,
:root .has-electric-grass-gradient-background {
    background: linear-gradient(135deg, #caf880, #71ce7e);
}
:root .editor-styles-wrapper .has-subdued-olive-gradient-background,
:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg, #fafae1, #67a671);
}
:root .editor-styles-wrapper .has-atomic-cream-gradient-background,
:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg, #fdd79a, #004a59);
}
:root .editor-styles-wrapper .has-nightshade-gradient-background,
:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg, #330968, #31cdcf);
}
:root .editor-styles-wrapper .has-midnight-gradient-background,
:root .has-midnight-gradient-background {
    background: linear-gradient(135deg, #020381, #2874fc);
}
:root .editor-styles-wrapper .has-link-color a,
:root .has-link-color a {
    color: #00e;
    color: var(--wp--style--color--link, #00e);
}
.editor-styles-wrapper .has-small-font-size,
.has-small-font-size {
    font-size: 13px;
}
.editor-styles-wrapper .has-normal-font-size,
.editor-styles-wrapper .has-regular-font-size,
.has-normal-font-size,
.has-regular-font-size {
    font-size: 16px;
}
.editor-styles-wrapper .has-medium-font-size,
.has-medium-font-size {
    font-size: 20px;
}
.editor-styles-wrapper .has-large-font-size,
.has-large-font-size {
    font-size: 36px;
}
.editor-styles-wrapper .has-huge-font-size,
.editor-styles-wrapper .has-larger-font-size,
.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;
}
#end-resizable-editor-section {
    display: none;
}
.aligncenter {
    clear: both;
}
div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}
div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid red;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
    border: 2px solid red;
}
div.wpcf7-spam-blocked {
    border: 2px solid orange;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
}
.wpcf7-form-control-wrap {
    position: relative;
}
span.wpcf7-not-valid-tip {
    color: red;
    font-size: 1em;
    font-weight: 400;
    display: block;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid red;
    background: #fff;
    padding: 0.2em 0.8em;
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}
span.wpcf7-list-item-label:before,
span.wpcf7-list-item-label:after {
    content: " ";
}
.wpcf7-display-none {
    display: none;
}
div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url(../../../../plugins/contact-form-7/images/ajax-loader.html);
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
}
div.wpcf7 .ajax-loader.is-active {
    visibility: visible;
}
div.wpcf7 div.ajax-error {
    display: none;
}
div.wpcf7 .placeheld {
    color: #888;
}
div.wpcf7 input[type="file"] {
    cursor: pointer;
}
div.wpcf7 input[type="file"]:disabled {
    cursor: default;
}
div.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
    float: left;
}
.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 0.2s top, 0.2s -webkit-transform;
    transition: 0.2s top, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s top;
    transition: 0.2s transform, 0.2s top;
    transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s left, 0.2s -webkit-transform;
    transition: 0.2s left, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s left;
    transition: 0.2s transform, 0.2s left;
    transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s right, 0.2s -webkit-transform;
    transition: 0.2s right, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s right;
    transition: 0.2s transform, 0.2s right;
    transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
    background: rgba(77, 50, 41, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(77, 50, 41, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000;
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube {
    overflow: visible;
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}
@font-face {
    font-family: simple-line-icons;
    src: url(//syra.pikarthouse.com/wp-content/themes/syra/assets/css/fonts/Simple-Line-Iconsb26c.eot?v=2.4.0);
    src: url(//syra.pikarthouse.com/wp-content/themes/syra/assets/css/vendor/../fonts/Simple-Line-Icons.eot?v=2.4.0#iefix) format("embedded-opentype"),
        url(//syra.pikarthouse.com/wp-content/themes/syra/assets/css/vendor/../fonts/Simple-Line-Icons.woff2?v=2.4.0) format("woff2"),
        url(//syra.pikarthouse.com/wp-content/themes/syra/assets/css/vendor/../fonts/Simple-Line-Icons.ttf?v=2.4.0) format("truetype"),
        url(//syra.pikarthouse.com/wp-content/themes/syra/assets/css/vendor/../fonts/Simple-Line-Icons.woff?v=2.4.0) format("woff"),
        url(//syra.pikarthouse.com/wp-content/themes/syra/assets/css/vendor/../fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons) format("svg");
    font-weight: 400;
    font-style: normal;
}
.icon-action-redo,
.icon-action-undo,
.icon-anchor,
.icon-arrow-down,
.icon-arrow-down-circle,
.icon-arrow-left,
.icon-arrow-left-circle,
.icon-arrow-right,
.icon-arrow-right-circle,
.icon-arrow-up,
.icon-arrow-up-circle,
.icon-badge,
.icon-bag,
.icon-ban,
.icon-basket,
.icon-basket-loaded,
.icon-bell,
.icon-book-open,
.icon-briefcase,
.icon-bubble,
.icon-bubbles,
.icon-bulb,
.icon-calculator,
.icon-calendar,
.icon-call-end,
.icon-call-in,
.icon-call-out,
.icon-camera,
.icon-camrecorder,
.icon-chart,
.icon-check,
.icon-chemistry,
.icon-clock,
.icon-close,
.icon-cloud-download,
.icon-cloud-upload,
.icon-compass,
.icon-control-end,
.icon-control-forward,
.icon-control-pause,
.icon-control-play,
.icon-control-rewind,
.icon-control-start,
.icon-credit-card,
.icon-crop,
.icon-cup,
.icon-cursor,
.icon-cursor-move,
.icon-diamond,
.icon-direction,
.icon-directions,
.icon-disc,
.icon-dislike,
.icon-doc,
.icon-docs,
.icon-drawer,
.icon-drop,
.icon-earphones,
.icon-earphones-alt,
.icon-emotsmile,
.icon-energy,
.icon-envelope,
.icon-envelope-letter,
.icon-envelope-open,
.icon-equalizer,
.icon-event,
.icon-exclamation,
.icon-eye,
.icon-eyeglass,
.icon-feed,
.icon-film,
.icon-fire,
.icon-flag,
.icon-folder,
.icon-folder-alt,
.icon-frame,
.icon-game-controller,
.icon-ghost,
.icon-globe,
.icon-globe-alt,
.icon-graduation,
.icon-graph,
.icon-grid,
.icon-handbag,
.icon-heart,
.icon-home,
.icon-hourglass,
.icon-info,
.icon-key,
.icon-layers,
.icon-like,
.icon-link,
.icon-list,
.icon-location-pin,
.icon-lock,
.icon-lock-open,
.icon-login,
.icon-logout,
.icon-loop,
.icon-magic-wand,
.icon-magnet,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-map,
.icon-menu,
.icon-microphone,
.icon-minus,
.icon-mouse,
.icon-music-tone,
.icon-music-tone-alt,
.icon-mustache,
.icon-note,
.icon-notebook,
.icon-options,
.icon-options-vertical,
.icon-organization,
.icon-paper-clip,
.icon-paper-plane,
.icon-paypal,
.icon-pencil,
.icon-people,
.icon-phone,
.icon-picture,
.icon-pie-chart,
.icon-pin,
.icon-plane,
.icon-playlist,
.icon-plus,
.icon-power,
.icon-present,
.icon-printer,
.icon-puzzle,
.icon-question,
.icon-refresh,
.icon-reload,
.icon-rocket,
.icon-screen-desktop,
.icon-screen-smartphone,
.icon-screen-tablet,
.icon-settings,
.icon-share,
.icon-share-alt,
.icon-shield,
.icon-shuffle,
.icon-size-actual,
.icon-size-fullscreen,
.icon-social-behance,
.icon-social-dribbble,
.icon-social-dropbox,
.icon-social-facebook,
.icon-social-foursqare,
.icon-social-github,
.icon-social-google,
.icon-social-instagram,
.icon-social-linkedin,
.icon-social-pinterest,
.icon-social-reddit,
.icon-social-skype,
.icon-social-soundcloud,
.icon-social-spotify,
.icon-social-steam,
.icon-social-stumbleupon,
.icon-social-tumblr,
.icon-social-twitter,
.icon-social-vkontakte,
.icon-social-youtube,
.icon-speech,
.icon-speedometer,
.icon-star,
.icon-support,
.icon-symbol-female,
.icon-symbol-male,
.icon-tag,
.icon-target,
.icon-trash,
.icon-trophy,
.icon-umbrella,
.icon-user,
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-vector,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-wallet,
.icon-wrench {
    font-family: simple-line-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-user:before {
    content: "\e005";
}
.icon-people:before {
    content: "\e001";
}
.icon-user-female:before {
    content: "\e000";
}
.icon-user-follow:before {
    content: "\e002";
}
.icon-user-following:before {
    content: "\e003";
}
.icon-user-unfollow:before {
    content: "\e004";
}
.icon-login:before {
    content: "\e066";
}
.icon-logout:before {
    content: "\e065";
}
.icon-emotsmile:before {
    content: "\e021";
}
.icon-phone:before {
    content: "\e600";
}
.icon-call-end:before {
    content: "\e048";
}
.icon-call-in:before {
    content: "\e047";
}
.icon-call-out:before {
    content: "\e046";
}
.icon-map:before {
    content: "\e033";
}
.icon-location-pin:before {
    content: "\e096";
}
.icon-direction:before {
    content: "\e042";
}
.icon-directions:before {
    content: "\e041";
}
.icon-compass:before {
    content: "\e045";
}
.icon-layers:before {
    content: "\e034";
}
.icon-menu:before {
    content: "\e601";
}
.icon-list:before {
    content: "\e067";
}
.icon-options-vertical:before {
    content: "\e602";
}
.icon-options:before {
    content: "\e603";
}
.icon-arrow-down:before {
    content: "\e604";
}
.icon-arrow-left:before {
    content: "\e605";
}
.icon-arrow-right:before {
    content: "\e606";
}
.icon-arrow-up:before {
    content: "\e607";
}
.icon-arrow-up-circle:before {
    content: "\e078";
}
.icon-arrow-left-circle:before {
    content: "\e07a";
}
.icon-arrow-right-circle:before {
    content: "\e079";
}
.icon-arrow-down-circle:before {
    content: "\e07b";
}
.icon-check:before {
    content: "\e080";
}
.icon-clock:before {
    content: "\e081";
}
.icon-plus:before {
    content: "\e095";
}
.icon-minus:before {
    content: "\e615";
}
.icon-close:before {
    content: "\e082";
}
.icon-event:before {
    content: "\e619";
}
.icon-exclamation:before {
    content: "\e617";
}
.icon-organization:before {
    content: "\e616";
}
.icon-trophy:before {
    content: "\e006";
}
.icon-screen-smartphone:before {
    content: "\e010";
}
.icon-screen-desktop:before {
    content: "\e011";
}
.icon-plane:before {
    content: "\e012";
}
.icon-notebook:before {
    content: "\e013";
}
.icon-mustache:before {
    content: "\e014";
}
.icon-mouse:before {
    content: "\e015";
}
.icon-magnet:before {
    content: "\e016";
}
.icon-energy:before {
    content: "\e020";
}
.icon-disc:before {
    content: "\e022";
}
.icon-cursor:before {
    content: "\e06e";
}
.icon-cursor-move:before {
    content: "\e023";
}
.icon-crop:before {
    content: "\e024";
}
.icon-chemistry:before {
    content: "\e026";
}
.icon-speedometer:before {
    content: "\e007";
}
.icon-shield:before {
    content: "\e00e";
}
.icon-screen-tablet:before {
    content: "\e00f";
}
.icon-magic-wand:before {
    content: "\e017";
}
.icon-hourglass:before {
    content: "\e018";
}
.icon-graduation:before {
    content: "\e019";
}
.icon-ghost:before {
    content: "\e01a";
}
.icon-game-controller:before {
    content: "\e01b";
}
.icon-fire:before {
    content: "\e01c";
}
.icon-eyeglass:before {
    content: "\e01d";
}
.icon-envelope-open:before {
    content: "\e01e";
}
.icon-envelope-letter:before {
    content: "\e01f";
}
.icon-bell:before {
    content: "\e027";
}
.icon-badge:before {
    content: "\e028";
}
.icon-anchor:before {
    content: "\e029";
}
.icon-wallet:before {
    content: "\e02a";
}
.icon-vector:before {
    content: "\e02b";
}
.icon-speech:before {
    content: "\e02c";
}
.icon-puzzle:before {
    content: "\e02d";
}
.icon-printer:before {
    content: "\e02e";
}
.icon-present:before {
    content: "\e02f";
}
.icon-playlist:before {
    content: "\e030";
}
.icon-pin:before {
    content: "\e031";
}
.icon-picture:before {
    content: "\e032";
}
.icon-handbag:before {
    content: "\e035";
}
.icon-globe-alt:before {
    content: "\e036";
}
.icon-globe:before {
    content: "\e037";
}
.icon-folder-alt:before {
    content: "\e039";
}
.icon-folder:before {
    content: "\e089";
}
.icon-film:before {
    content: "\e03a";
}
.icon-feed:before {
    content: "\e03b";
}
.icon-drop:before {
    content: "\e03e";
}
.icon-drawer:before {
    content: "\e03f";
}
.icon-docs:before {
    content: "\e040";
}
.icon-doc:before {
    content: "\e085";
}
.icon-diamond:before {
    content: "\e043";
}
.icon-cup:before {
    content: "\e044";
}
.icon-calculator:before {
    content: "\e049";
}
.icon-bubbles:before {
    content: "\e04a";
}
.icon-briefcase:before {
    content: "\e04b";
}
.icon-book-open:before {
    content: "\e04c";
}
.icon-basket-loaded:before {
    content: "\e04d";
}
.icon-basket:before {
    content: "\e04e";
}
.icon-bag:before {
    content: "\e04f";
}
.icon-action-undo:before {
    content: "\e050";
}
.icon-action-redo:before {
    content: "\e051";
}
.icon-wrench:before {
    content: "\e052";
}
.icon-umbrella:before {
    content: "\e053";
}
.icon-trash:before {
    content: "\e054";
}
.icon-tag:before {
    content: "\e055";
}
.icon-support:before {
    content: "\e056";
}
.icon-frame:before {
    content: "\e038";
}
.icon-size-fullscreen:before {
    content: "\e057";
}
.icon-size-actual:before {
    content: "\e058";
}
.icon-shuffle:before {
    content: "\e059";
}
.icon-share-alt:before {
    content: "\e05a";
}
.icon-share:before {
    content: "\e05b";
}
.icon-rocket:before {
    content: "\e05c";
}
.icon-question:before {
    content: "\e05d";
}
.icon-pie-chart:before {
    content: "\e05e";
}
.icon-pencil:before {
    content: "\e05f";
}
.icon-note:before {
    content: "\e060";
}
.icon-loop:before {
    content: "\e064";
}
.icon-home:before {
    content: "\e069";
}
.icon-grid:before {
    content: "\e06a";
}
.icon-graph:before {
    content: "\e06b";
}
.icon-microphone:before {
    content: "\e063";
}
.icon-music-tone-alt:before {
    content: "\e061";
}
.icon-music-tone:before {
    content: "\e062";
}
.icon-earphones-alt:before {
    content: "\e03c";
}
.icon-earphones:before {
    content: "\e03d";
}
.icon-equalizer:before {
    content: "\e06c";
}
.icon-like:before {
    content: "\e068";
}
.icon-dislike:before {
    content: "\e06d";
}
.icon-control-start:before {
    content: "\e06f";
}
.icon-control-rewind:before {
    content: "\e070";
}
.icon-control-play:before {
    content: "\e071";
}
.icon-control-pause:before {
    content: "\e072";
}
.icon-control-forward:before {
    content: "\e073";
}
.icon-control-end:before {
    content: "\e074";
}
.icon-volume-1:before {
    content: "\e09f";
}
.icon-volume-2:before {
    content: "\e0a0";
}
.icon-volume-off:before {
    content: "\e0a1";
}
.icon-calendar:before {
    content: "\e075";
}
.icon-bulb:before {
    content: "\e076";
}
.icon-chart:before {
    content: "\e077";
}
.icon-ban:before {
    content: "\e07c";
}
.icon-bubble:before {
    content: "\e07d";
}
.icon-camrecorder:before {
    content: "\e07e";
}
.icon-camera:before {
    content: "\e07f";
}
.icon-cloud-download:before {
    content: "\e083";
}
.icon-cloud-upload:before {
    content: "\e084";
}
.icon-envelope:before {
    content: "\e086";
}
.icon-eye:before {
    content: "\e087";
}
.icon-flag:before {
    content: "\e088";
}
.icon-heart:before {
    content: "\e08a";
}
.icon-info:before {
    content: "\e08b";
}
.icon-key:before {
    content: "\e08c";
}
.icon-link:before {
    content: "\e08d";
}
.icon-lock:before {
    content: "\e08e";
}
.icon-lock-open:before {
    content: "\e08f";
}
.icon-magnifier:before {
    content: "\e090";
}
.icon-magnifier-add:before {
    content: "\e091";
}
.icon-magnifier-remove:before {
    content: "\e092";
}
.icon-paper-clip:before {
    content: "\e093";
}
.icon-paper-plane:before {
    content: "\e094";
}
.icon-power:before {
    content: "\e097";
}
.icon-refresh:before {
    content: "\e098";
}
.icon-reload:before {
    content: "\e099";
}
.icon-settings:before {
    content: "\e09a";
}
.icon-star:before {
    content: "\e09b";
}
.icon-symbol-female:before {
    content: "\e09c";
}
.icon-symbol-male:before {
    content: "\e09d";
}
.icon-target:before {
    content: "\e09e";
}
.icon-credit-card:before {
    content: "\e025";
}
.icon-paypal:before {
    content: "\e608";
}
.icon-social-tumblr:before {
    content: "\e00a";
}
.icon-social-twitter:before {
    content: "\e009";
}
.icon-social-facebook:before {
    content: "\e00b";
}
.icon-social-instagram:before {
    content: "\e609";
}
.icon-social-linkedin:before {
    content: "\e60a";
}
.icon-social-pinterest:before {
    content: "\e60b";
}
.icon-social-github:before {
    content: "\e60c";
}
.icon-social-google:before {
    content: "\e60d";
}
.icon-social-reddit:before {
    content: "\e60e";
}
.icon-social-skype:before {
    content: "\e60f";
}
.icon-social-dribbble:before {
    content: "\e00d";
}
.icon-social-behance:before {
    content: "\e610";
}
.icon-social-foursqare:before {
    content: "\e611";
}
.icon-social-soundcloud:before {
    content: "\e612";
}
.icon-social-spotify:before {
    content: "\e613";
}
.icon-social-stumbleupon:before {
    content: "\e614";
}
.icon-social-youtube:before {
    content: "\e008";
}
.icon-social-dropbox:before {
    content: "\e00c";
}
.icon-social-vkontakte:before {
    content: "\e618";
}
.icon-social-steam:before {
    content: "\e620";
}
@charset "UTF-8";
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translateZ(0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
@keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translateZ(0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
.bounce {
    -webkit-animation-name: bounce;
    -webkit-transform-origin: center bottom;
    animation-name: bounce;
    transform-origin: center bottom;
}
@-webkit-keyframes flash {
    0%,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@keyframes flash {
    0%,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}
@-webkit-keyframes shake {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
@keyframes shake {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}
@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.headShake {
    -webkit-animation-name: headShake;
    -webkit-animation-timing-function: ease-in-out;
    animation-name: headShake;
    animation-timing-function: ease-in-out;
}
@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
.swing {
    -webkit-animation-name: swing;
    -webkit-transform-origin: top center;
    animation-name: swing;
    transform-origin: top center;
}
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}
@-webkit-keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}
@keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}
.jello {
    -webkit-animation-name: jello;
    -webkit-transform-origin: center;
    animation-name: jello;
    transform-origin: center;
}
@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.heartBeat {
    -webkit-animation-duration: 1.3s;
    -webkit-animation-name: heartBeat;
    -webkit-animation-timing-function: ease-in-out;
    animation-duration: 1.3s;
    animation-name: heartBeat;
    animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        -webkit-transform: scaleX(1);
        opacity: 1;
        transform: scaleX(1);
    }
}
@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        -webkit-transform: scaleX(1);
        opacity: 1;
        transform: scaleX(1);
    }
}
.bounceIn {
    -webkit-animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-duration: 0.75s;
    animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        -webkit-transform: translate3d(0, -3000px, 0);
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        -webkit-transform: translate3d(0, 25px, 0);
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        -webkit-transform: translate3d(0, -3000px, 0);
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        -webkit-transform: translate3d(0, 25px, 0);
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        -webkit-transform: translate3d(-3000px, 0, 0);
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        -webkit-transform: translate3d(25px, 0, 0);
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        -webkit-transform: translate3d(-3000px, 0, 0);
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        -webkit-transform: translate3d(25px, 0, 0);
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        -webkit-transform: translate3d(3000px, 0, 0);
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        -webkit-transform: translate3d(-25px, 0, 0);
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        -webkit-transform: translate3d(3000px, 0, 0);
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        -webkit-transform: translate3d(-25px, 0, 0);
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        -webkit-transform: translate3d(0, 3000px, 0);
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        -webkit-transform: translate3d(0, -20px, 0);
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        -webkit-transform: translate3d(0, 3000px, 0);
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        -webkit-transform: translate3d(0, -20px, 0);
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
.bounceOut {
    -webkit-animation-duration: 0.75s;
    -webkit-animation-name: bounceOut;
    animation-duration: 0.75s;
    animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        -webkit-transform: translate3d(0, -20px, 0);
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 2000px, 0);
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        -webkit-transform: translate3d(0, -20px, 0);
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 2000px, 0);
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}
.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
    20% {
        -webkit-transform: translate3d(20px, 0, 0);
        opacity: 1;
        transform: translate3d(20px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(-2000px, 0, 0);
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes bounceOutLeft {
    20% {
        -webkit-transform: translate3d(20px, 0, 0);
        opacity: 1;
        transform: translate3d(20px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(-2000px, 0, 0);
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}
.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
    20% {
        -webkit-transform: translate3d(-20px, 0, 0);
        opacity: 1;
        transform: translate3d(-20px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(2000px, 0, 0);
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes bounceOutRight {
    20% {
        -webkit-transform: translate3d(-20px, 0, 0);
        opacity: 1;
        transform: translate3d(-20px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(2000px, 0, 0);
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}
.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        -webkit-transform: translate3d(0, 20px, 0);
        opacity: 1;
        transform: translate3d(0, 20px, 0);
    }
    to {
        -webkit-transform: translate3d(0, -2000px, 0);
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        -webkit-transform: translate3d(0, 20px, 0);
        opacity: 1;
        transform: translate3d(0, 20px, 0);
    }
    to {
        -webkit-transform: translate3d(0, -2000px, 0);
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}
.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0);
    }
}
@keyframes fadeInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0);
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
    0% {
        -webkit-transform: translate3d(0, -2000px, 0);
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0);
    }
}
@keyframes fadeInDownBig {
    0% {
        -webkit-transform: translate3d(0, -2000px, 0);
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0);
    }
}
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0);
    }
}
@keyframes fadeInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0);
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
    0% {
        -webkit-transform: translate3d(-2000px, 0, 0);
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0);
    }
}
@keyframes fadeInLeftBig {
    0% {
        -webkit-transform: translate3d(-2000px, 0, 0);
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0);
    }
}
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0);
    }
}
@keyframes fadeInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0);
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
    0% {
        -webkit-transform: translate3d(2000px, 0, 0);
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0);
    }
}
@keyframes fadeInRightBig {
    0% {
        -webkit-transform: translate3d(2000px, 0, 0);
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0);
    }
}
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0);
    }
}
@keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0);
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
    0% {
        -webkit-transform: translate3d(0, 2000px, 0);
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0);
    }
}
@keyframes fadeInUpBig {
    0% {
        -webkit-transform: translate3d(0, 2000px, 0);
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0);
    }
}
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 100%, 0);
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 100%, 0);
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 2000px, 0);
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 2000px, 0);
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}
.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(-2000px, 0, 0);
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(-2000px, 0, 0);
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}
.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0);
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0);
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(2000px, 0, 0);
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(2000px, 0, 0);
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}
.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, -2000px, 0);
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, -2000px, 0);
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}
.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
    0% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        animation-timing-function: ease-out;
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    }
    40% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        animation-timing-function: ease-out;
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    }
    50% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    }
    80% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    }
    to {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    }
}
@keyframes flip {
    0% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        animation-timing-function: ease-out;
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    }
    40% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        animation-timing-function: ease-out;
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    }
    50% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    }
    80% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    }
    to {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    }
}
.animated.flip {
    -webkit-animation-name: flip;
    -webkit-backface-visibility: visible;
    animation-name: flip;
    backface-visibility: visible;
}
@-webkit-keyframes flipInX {
    0% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateX(90deg);
    }
    40% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateX(-20deg);
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        opacity: 1;
        transform: perspective(400px) rotateX(10deg);
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInX {
    0% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateX(90deg);
    }
    40% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateX(-20deg);
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        opacity: 1;
        transform: perspective(400px) rotateX(10deg);
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.flipInX {
    -webkit-animation-name: flipInX;
    -webkit-backface-visibility: visible !important;
    animation-name: flipInX;
    backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
    0% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateY(90deg);
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateY(90deg);
    }
    40% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateY(-20deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateY(-20deg);
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        opacity: 1;
        transform: perspective(400px) rotateY(10deg);
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInY {
    0% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateY(90deg);
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateY(90deg);
    }
    40% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateY(-20deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateY(-20deg);
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        opacity: 1;
        transform: perspective(400px) rotateY(10deg);
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.flipInY {
    -webkit-animation-name: flipInY;
    -webkit-backface-visibility: visible !important;
    animation-name: flipInY;
    backface-visibility: visible !important;
}
@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        opacity: 1;
        transform: perspective(400px) rotateX(-20deg);
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
        transform: perspective(400px) rotateX(90deg);
    }
}
@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        opacity: 1;
        transform: perspective(400px) rotateX(-20deg);
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
        transform: perspective(400px) rotateX(90deg);
    }
}
.flipOutX {
    -webkit-animation-duration: 0.75s;
    -webkit-animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    animation-duration: 0.75s;
    animation-name: flipOutX;
    backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        opacity: 1;
        transform: perspective(400px) rotateY(-15deg);
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
        transform: perspective(400px) rotateY(90deg);
    }
}
@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        opacity: 1;
        transform: perspective(400px) rotateY(-15deg);
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
        transform: perspective(400px) rotateY(90deg);
    }
}
.flipOutY {
    -webkit-animation-duration: 0.75s;
    -webkit-animation-name: flipOutY;
    -webkit-backface-visibility: visible !important;
    animation-duration: 0.75s;
    animation-name: flipOutY;
    backface-visibility: visible !important;
}
@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
        transform: translate3d(100%, 0, 0) skewX(-30deg);
    }
    60% {
        -webkit-transform: skewX(20deg);
        opacity: 1;
        transform: skewX(20deg);
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
        transform: translate3d(100%, 0, 0) skewX(-30deg);
    }
    60% {
        -webkit-transform: skewX(20deg);
        opacity: 1;
        transform: skewX(20deg);
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
        transform: translate3d(100%, 0, 0) skewX(30deg);
    }
}
@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
        transform: translate3d(100%, 0, 0) skewX(30deg);
    }
}
.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform: rotate(-200deg);
        -webkit-transform-origin: center;
        opacity: 0;
        transform: rotate(-200deg);
        transform-origin: center;
    }
    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: center;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: center;
    }
}
@keyframes rotateIn {
    0% {
        -webkit-transform: rotate(-200deg);
        -webkit-transform-origin: center;
        opacity: 0;
        transform: rotate(-200deg);
        transform-origin: center;
    }
    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: center;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: center;
    }
}
.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(-45deg);
        transform-origin: left bottom;
    }
    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: left bottom;
    }
}
@keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(-45deg);
        transform-origin: left bottom;
    }
    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: left bottom;
    }
}
.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: right bottom;
    }
    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: right bottom;
    }
}
@keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: right bottom;
    }
    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: right bottom;
    }
}
.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: left bottom;
    }
    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: left bottom;
    }
}
@keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: left bottom;
    }
    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: left bottom;
    }
}
.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate(-90deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(-90deg);
        transform-origin: right bottom;
    }
    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: right bottom;
    }
}
@keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate(-90deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(-90deg);
        transform-origin: right bottom;
    }
    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: right bottom;
    }
}
.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        opacity: 1;
        transform-origin: center;
    }
    to {
        -webkit-transform: rotate(200deg);
        -webkit-transform-origin: center;
        opacity: 0;
        transform: rotate(200deg);
        transform-origin: center;
    }
}
@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        opacity: 1;
        transform-origin: center;
    }
    to {
        -webkit-transform: rotate(200deg);
        -webkit-transform-origin: center;
        opacity: 0;
        transform: rotate(200deg);
        transform-origin: center;
    }
}
.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform-origin: left bottom;
    }
    to {
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: left bottom;
    }
}
@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform-origin: left bottom;
    }
    to {
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: left bottom;
    }
}
.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform-origin: right bottom;
    }
    to {
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(-45deg);
        transform-origin: right bottom;
    }
}
@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform-origin: right bottom;
    }
    to {
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(-45deg);
        transform-origin: right bottom;
    }
}
.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform-origin: left bottom;
    }
    to {
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(-45deg);
        transform-origin: left bottom;
    }
}
@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform-origin: left bottom;
    }
    to {
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(-45deg);
        transform-origin: left bottom;
    }
}
.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform-origin: right bottom;
    }
    to {
        -webkit-transform: rotate(90deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(90deg);
        transform-origin: right bottom;
    }
}
@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform-origin: right bottom;
    }
    to {
        -webkit-transform: rotate(90deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(90deg);
        transform-origin: right bottom;
    }
}
.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform-origin: top left;
        animation-timing-function: ease-in-out;
        transform-origin: top left;
    }
    20%,
    60% {
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform: rotate(80deg);
        -webkit-transform-origin: top left;
        animation-timing-function: ease-in-out;
        transform: rotate(80deg);
        transform-origin: top left;
    }
    40%,
    80% {
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform: rotate(60deg);
        -webkit-transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
        transform: rotate(60deg);
        transform-origin: top left;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        opacity: 0;
        transform: translate3d(0, 700px, 0);
    }
}
@keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform-origin: top left;
        animation-timing-function: ease-in-out;
        transform-origin: top left;
    }
    20%,
    60% {
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform: rotate(80deg);
        -webkit-transform-origin: top left;
        animation-timing-function: ease-in-out;
        transform: rotate(80deg);
        transform-origin: top left;
    }
    40%,
    80% {
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform: rotate(60deg);
        -webkit-transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
        transform: rotate(60deg);
        transform-origin: top left;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        opacity: 0;
        transform: translate3d(0, 700px, 0);
    }
}
.hinge {
    -webkit-animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-duration: 2s;
    animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
    0% {
        -webkit-transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        opacity: 0;
        transform: scale(0.1) rotate(30deg);
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        -webkit-transform: scale(1);
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes jackInTheBox {
    0% {
        -webkit-transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        opacity: 0;
        transform: scale(0.1) rotate(30deg);
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        -webkit-transform: scale(1);
        opacity: 1;
        transform: scale(1);
    }
}
.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate(-120deg);
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0);
    }
}
@keyframes rollIn {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate(-120deg);
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0);
    }
}
.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}
@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate(120deg);
    }
}
@keyframes rollOut {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate(120deg);
    }
}
.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
    0% {
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    0% {
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
    0% {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    }
}
@keyframes zoomInDown {
    0% {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    }
}
.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
    0% {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    }
}
@keyframes zoomInLeft {
    0% {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    }
}
.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
    0% {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    }
}
@keyframes zoomInRight {
    0% {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    }
}
.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
    0% {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    }
}
@keyframes zoomInUp {
    0% {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    }
}
.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
@keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
    40% {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    }
    to {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
    }
}
@keyframes zoomOutDown {
    40% {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    }
    to {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
    }
}
.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
    40% {
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        opacity: 0;
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform-origin: left center;
    }
}
@keyframes zoomOutLeft {
    40% {
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        opacity: 0;
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform-origin: left center;
    }
}
.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
    40% {
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        opacity: 0;
        transform: scale(0.1) translate3d(2000px, 0, 0);
        transform-origin: right center;
    }
}
@keyframes zoomOutRight {
    40% {
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        opacity: 0;
        transform: scale(0.1) translate3d(2000px, 0, 0);
        transform-origin: right center;
    }
}
.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
    40% {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    }
    to {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
    }
}
@keyframes zoomOutUp {
    40% {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    }
    to {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
    }
}
.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: hidden;
    }
}
@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: hidden;
    }
}
.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: hidden;
    }
}
@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: hidden;
    }
}
.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: hidden;
    }
}
@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: hidden;
    }
}
.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: hidden;
    }
}
@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: hidden;
    }
}
.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}
.animated {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}
.animated.fast {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
}
.animated.faster {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}
.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}
@media (prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset !important;
        -webkit-transition: none !important;
        animation: unset !important;
        transition: none !important;
    }
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}
.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #ccc;
}
.mfp-preloader a:hover {
    color: #fff;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
@charset "UTF-8";
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
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;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    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-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
.foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}
html {
    box-sizing: border-box;
    font-size: 1rem;
}
*,
::after,
::before {
    box-sizing: inherit;
}
body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: Lato, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.7;
    color: #BA141A;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}
textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0;
}
select {
    box-sizing: border-box;
    width: 100%;
    border-radius: 0;
}
.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object {
    max-width: none !important;
}
button {
    padding: 0;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: 0 0;
    line-height: 1;
    cursor: auto;
}
[data-whatinput="mouse"] button {
    outline: 0;
}
pre {
    overflow: auto;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
}
.is-visible {
    display: block !important;
}
.is-hidden {
    display: none !important;
}
[type="color"],
[type="date"],
[type="datetime-local"],
[type="datetime"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.6375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    border: 0.0625rem solid #BA141A33;
    border-radius: 0;
    background-color: #fff;
    box-shadow: none;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
    color: #BA141A;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    appearance: none;
}
[type="color"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="datetime"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="week"]:focus,
textarea:focus {
    outline: 0;
    border: 0.0625rem solid rgba(77, 50, 41, 0.25);
    background-color: #fff;
    box-shadow: none;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
textarea {
    max-width: 100%;
}
textarea[rows] {
    height: auto;
}
input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #BA141A33;
    cursor: not-allowed;
}
[type="button"],
[type="submit"] {
    appearance: none;
    border-radius: 0;
}
input[type="search"] {
    box-sizing: border-box;
}
::placeholder {
    color: rgba(77, 50, 41, 0.25);
}
[type="checkbox"],
[type="file"],
[type="radio"] {
    margin: 0 0 1rem;
}
[type="checkbox"] + label,
[type="radio"] + label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0;
}
[type="checkbox"] + label[for],
[type="radio"] + label[for] {
    cursor: pointer;
}
label > [type="checkbox"],
label > [type="radio"] {
    margin-right: 0.5rem;
}
[type="file"] {
    width: 100%;
}
label {
    display: block;
    margin: 0;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.8;
    color: #BA141A;
}
label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0;
}
.help-text {
    margin-top: -0.5rem;
    font-size: 0.8125rem;
    font-style: italic;
    color: #BA141A;
}
.input-group {
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    align-items: stretch;
}
.input-group > :first-child,
.input-group > :first-child.input-group-button > * {
    border-radius: 0;
}
.input-group > :last-child,
.input-group > :last-child.input-group-button > * {
    border-radius: 0;
}
.input-group-button,
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label,
.input-group-field,
.input-group-label {
    margin: 0;
    white-space: nowrap;
}
.input-group-label {
    padding: 0 1rem;
    border: 1px solid rgba(77, 50, 41, 0.25);
    background: #BA141A33;
    color: #BA141A;
    text-align: center;
    white-space: nowrap;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
}
.input-group-label:first-child {
    border-right: 0;
}
.input-group-label:last-child {
    border-left: 0;
}
.input-group-field {
    border-radius: 0;
    flex: 1 1 0px;
    min-width: 0;
}
.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    display: flex;
    flex: 0 0 auto;
}
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label {
    align-self: stretch;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem;
}
fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}
legend {
    max-width: 100%;
    margin-bottom: 0.5rem;
}
.fieldset {
    margin: 1.125rem 0;
    padding: 1.25rem;
    border: 1px solid rgba(77, 50, 41, 0.25);
}
.fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
}
select {
    height: 2.6375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    appearance: none;
    border: 0.0625rem solid #BA141A33;
    border-radius: 0;
    background-color: #fff;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
    color: #BA141A;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2877, 77, 77%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0) {
    select {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==);
    }
}
select:focus {
    outline: 0;
    border: 0.0625rem solid rgba(77, 50, 41, 0.25);
    background-color: #fff;
    box-shadow: none;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
    background-color: #BA141A33;
    cursor: not-allowed;
}
select::-ms-expand {
    display: none;
}
select[multiple] {
    height: auto;
    background-image: none;
}
.is-invalid-input:not(:focus) {
    border-color: #cc4b37;
    background-color: #faedeb;
}
.is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37;
}
.is-invalid-label {
    color: #cc4b37;
}
.form-error {
    display: none;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: #cc4b37;
}
.form-error.is-visible {
    display: block;
}
blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
    margin: 0;
    padding: 0;
}
p {
    margin-bottom: 1.875rem;
    font-size: inherit;
    line-height: 1.7;
    text-rendering: optimizeLegibility;
}
em,
i {
    font-style: italic;
    line-height: inherit;
}
b,
strong {
    font-weight: 700;
    line-height: inherit;
}
small {
    font-size: 0.875rem;
    line-height: inherit;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins, Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: inherit;
    text-rendering: optimizeLegibility;
}
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    line-height: 0;
    color: rgba(77, 50, 41, 0.25);
}
.h1,
h1 {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-top: 2.8125rem;
    margin-bottom: 1.875rem;
}
.h2,
h2 {
    font-size: 1.25rem;
    line-height: 1.2;
    margin-top: 2.8125rem;
    margin-bottom: 1.875rem;
}
.h3,
h3 {
    font-size: 1.1875rem;
    line-height: 1.2;
    margin-top: 2.8125rem;
    margin-bottom: 1.875rem;
}
.h4,
h4 {
    font-size: 1.125rem;
    line-height: 1.2;
    margin-top: 2.8125rem;
    margin-bottom: 1.875rem;
}
.h5,
h5 {
    font-size: 1rem;
    line-height: 1.2;
    margin-top: 2.8125rem;
    margin-bottom: 1.875rem;
}
.h6,
h6 {
    font-size: 0.875rem;
    line-height: 1.2;
    margin-top: 2.8125rem;
    margin-bottom: 1.875rem;
}
@media print, screen and (min-width: 40em) {
    .h1,
    h1 {
        font-size: 3rem;
        margin-top: 2.8125rem;
    }
    .h2,
    h2 {
        font-size: 2.3125rem;
        margin-top: 2.8125rem;
    }
    .h3,
    h3 {
        font-size: 1.875rem;
        margin-top: 2.8125rem;
    }
    .h4,
    h4 {
        font-size: 1.5rem;
        margin-top: 2.8125rem;
    }
    .h5,
    h5 {
        font-size: 1.125rem;
        margin-top: 2.8125rem;
    }
    .h6,
    h6 {
        font-size: 0.875rem;
        margin-top: 2.8125rem;
    }
}
a {
    line-height: inherit;
    color: #fc5253;
    text-decoration: none;
    cursor: pointer;
}
a:focus,
a:hover {
    color: #fb2425;
}
a img {
    border: 0;
}
hr {
    clear: both;
    max-width: 75rem;
    height: 0;
    margin: 1.875rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.15);
    border-left: 0;
}
dl,
ol,
ul {
    margin-bottom: 1.875rem;
    list-style-position: outside;
    line-height: 1.7;
}
li {
    font-size: inherit;
}
ul {
    margin-left: 1.25rem;
    list-style-type: disc;
}
ol {
    margin-left: 1.25rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-left: 1.25rem;
    margin-bottom: 0;
}
dl {
    margin-bottom: 1rem;
}
dl dt {
    margin-bottom: 0.3rem;
    font-weight: 700;
}
blockquote {
    margin: 0 0 1.875rem;
    padding: 0.9375rem 1.25rem 0.0625rem 2.625rem;
    border-left: none;
}
blockquote,
blockquote p {
    line-height: 1.7;
    color: inherit;
}
cite {
    display: block;
    font-size: 0.8125rem;
    color: #4d4d4d;
}
cite:before {
    content: "— ";
}
abbr,
abbr[title] {
    border-bottom: 1px dotted #BA141A;
    cursor: help;
    text-decoration: none;
}
figure {
    margin: 0;
}
code {
    padding: 0.125rem 0.3125rem 0.0625rem;
    border: none;
    background-color: #f1f1f1;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: 400;
    color: #BA141A;
}
kbd {
    margin: 0;
    padding: 0.125rem 0.25rem 0;
    background-color: #BA141A33;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    color: #BA141A;
}
.subheader {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.4;
    color: #4d4d4d;
}
.lead {
    font-size: 1.25rem;
    line-height: 1.6;
}
.stat {
    font-size: 2.5rem;
    line-height: 1;
}
p + .stat {
    margin-top: -1rem;
}
ol.no-bullet,
ul.no-bullet {
    margin-left: 0;
    list-style: none;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
@media print, screen and (min-width: 40em) {
    .medium-text-left {
        text-align: left;
    }
    .medium-text-right {
        text-align: right;
    }
    .medium-text-center {
        text-align: center;
    }
    .medium-text-justify {
        text-align: justify;
    }
}
@media print, screen and (min-width: 64em) {
    .large-text-left {
        text-align: left;
    }
    .large-text-right {
        text-align: right;
    }
    .large-text-center {
        text-align: center;
    }
    .large-text-justify {
        text-align: justify;
    }
}
.show-for-print {
    display: none !important;
}
@media print {
    * {
        background: 0 0 !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important;
    }
    .show-for-print {
        display: block !important;
    }
    .hide-for-print {
        display: none !important;
    }
    table.show-for-print {
        display: table !important;
    }
    thead.show-for-print {
        display: table-header-group !important;
    }
    tbody.show-for-print {
        display: table-row-group !important;
    }
    tr.show-for-print {
        display: table-row !important;
    }
    td.show-for-print {
        display: table-cell !important;
    }
    th.show-for-print {
        display: table-cell !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    .ir a:after,
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    blockquote,
    pre {
        border: 1px solid #4d4d4d;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .print-break-inside {
        page-break-inside: auto;
    }
}
.row {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
}
.row::after,
.row::before {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
}
.row::after {
    clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
    padding-right: 0;
    padding-left: 0;
}
.row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
    .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}
@media print, screen and (min-width: 64em) {
    .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}
.row .row.collapse {
    margin-right: 0;
    margin-left: 0;
}
.row.expanded {
    max-width: none;
}
.row.expanded .row {
    margin-right: auto;
    margin-left: auto;
}
.row:not(.expanded) .row {
    max-width: none;
}
.row.gutter-small > .column,
.row.gutter-small > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}
.row.gutter-medium > .column,
.row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}
.column,
.columns {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
    .column,
    .columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}
.column,
.column:last-child:not(:first-child),
.columns,
.columns:last-child:not(:first-child) {
    float: left;
    clear: none;
}
.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
    float: right;
}
.column.end:last-child:last-child,
.end.columns:last-child:last-child {
    float: left;
}
.column.row.row,
.row.row.columns {
    float: none;
}
.row .column.row.row,
.row .row.row.columns {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}
.small-1 {
    width: 8.33333%;
}
.small-push-1 {
    position: relative;
    left: 8.33333%;
}
.small-pull-1 {
    position: relative;
    left: -8.33333%;
}
.small-offset-0 {
    margin-left: 0;
}
.small-2 {
    width: 16.66667%;
}
.small-push-2 {
    position: relative;
    left: 16.66667%;
}
.small-pull-2 {
    position: relative;
    left: -16.66667%;
}
.small-offset-1 {
    margin-left: 8.33333%;
}
.small-3 {
    width: 25%;
}
.small-push-3 {
    position: relative;
    left: 25%;
}
.small-pull-3 {
    position: relative;
    left: -25%;
}
.small-offset-2 {
    margin-left: 16.66667%;
}
.small-4 {
    width: 33.33333%;
}
.small-push-4 {
    position: relative;
    left: 33.33333%;
}
.small-pull-4 {
    position: relative;
    left: -33.33333%;
}
.small-offset-3 {
    margin-left: 25%;
}
.small-5 {
    width: 41.66667%;
}
.small-push-5 {
    position: relative;
    left: 41.66667%;
}
.small-pull-5 {
    position: relative;
    left: -41.66667%;
}
.small-offset-4 {
    margin-left: 33.33333%;
}
.small-6 {
    width: 50%;
}
.small-push-6 {
    position: relative;
    left: 50%;
}
.small-pull-6 {
    position: relative;
    left: -50%;
}
.small-offset-5 {
    margin-left: 41.66667%;
}
.small-7 {
    width: 58.33333%;
}
.small-push-7 {
    position: relative;
    left: 58.33333%;
}
.small-pull-7 {
    position: relative;
    left: -58.33333%;
}
.small-offset-6 {
    margin-left: 50%;
}
.small-8 {
    width: 66.66667%;
}
.small-push-8 {
    position: relative;
    left: 66.66667%;
}
.small-pull-8 {
    position: relative;
    left: -66.66667%;
}
.small-offset-7 {
    margin-left: 58.33333%;
}
.small-9 {
    width: 75%;
}
.small-push-9 {
    position: relative;
    left: 75%;
}
.small-pull-9 {
    position: relative;
    left: -75%;
}
.small-offset-8 {
    margin-left: 66.66667%;
}
.small-10 {
    width: 83.33333%;
}
.small-push-10 {
    position: relative;
    left: 83.33333%;
}
.small-pull-10 {
    position: relative;
    left: -83.33333%;
}
.small-offset-9 {
    margin-left: 75%;
}
.small-11 {
    width: 91.66667%;
}
.small-push-11 {
    position: relative;
    left: 91.66667%;
}
.small-pull-11 {
    position: relative;
    left: -91.66667%;
}
.small-offset-10 {
    margin-left: 83.33333%;
}
.small-12 {
    width: 100%;
}
.small-offset-11 {
    margin-left: 91.66667%;
}
.small-up-1 > .column,
.small-up-1 > .columns {
    float: left;
    width: 100%;
}
.small-up-1 > .column:nth-of-type(1n),
.small-up-1 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-1 > .column:nth-of-type(1n + 1),
.small-up-1 > .columns:nth-of-type(1n + 1) {
    clear: both;
}
.small-up-1 > .column:last-child,
.small-up-1 > .columns:last-child {
    float: left;
}
.small-up-2 > .column,
.small-up-2 > .columns {
    float: left;
    width: 50%;
}
.small-up-2 > .column:nth-of-type(1n),
.small-up-2 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-2 > .column:nth-of-type(2n + 1),
.small-up-2 > .columns:nth-of-type(2n + 1) {
    clear: both;
}
.small-up-2 > .column:last-child,
.small-up-2 > .columns:last-child {
    float: left;
}
.small-up-3 > .column,
.small-up-3 > .columns {
    float: left;
    width: 33.33333%;
}
.small-up-3 > .column:nth-of-type(1n),
.small-up-3 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-3 > .column:nth-of-type(3n + 1),
.small-up-3 > .columns:nth-of-type(3n + 1) {
    clear: both;
}
.small-up-3 > .column:last-child,
.small-up-3 > .columns:last-child {
    float: left;
}
.small-up-4 > .column,
.small-up-4 > .columns {
    float: left;
    width: 25%;
}
.small-up-4 > .column:nth-of-type(1n),
.small-up-4 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-4 > .column:nth-of-type(4n + 1),
.small-up-4 > .columns:nth-of-type(4n + 1) {
    clear: both;
}
.small-up-4 > .column:last-child,
.small-up-4 > .columns:last-child {
    float: left;
}
.small-up-5 > .column,
.small-up-5 > .columns {
    float: left;
    width: 20%;
}
.small-up-5 > .column:nth-of-type(1n),
.small-up-5 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-5 > .column:nth-of-type(5n + 1),
.small-up-5 > .columns:nth-of-type(5n + 1) {
    clear: both;
}
.small-up-5 > .column:last-child,
.small-up-5 > .columns:last-child {
    float: left;
}
.small-up-6 > .column,
.small-up-6 > .columns {
    float: left;
    width: 16.66667%;
}
.small-up-6 > .column:nth-of-type(1n),
.small-up-6 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-6 > .column:nth-of-type(6n + 1),
.small-up-6 > .columns:nth-of-type(6n + 1) {
    clear: both;
}
.small-up-6 > .column:last-child,
.small-up-6 > .columns:last-child {
    float: left;
}
.small-up-7 > .column,
.small-up-7 > .columns {
    float: left;
    width: 14.28571%;
}
.small-up-7 > .column:nth-of-type(1n),
.small-up-7 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-7 > .column:nth-of-type(7n + 1),
.small-up-7 > .columns:nth-of-type(7n + 1) {
    clear: both;
}
.small-up-7 > .column:last-child,
.small-up-7 > .columns:last-child {
    float: left;
}
.small-up-8 > .column,
.small-up-8 > .columns {
    float: left;
    width: 12.5%;
}
.small-up-8 > .column:nth-of-type(1n),
.small-up-8 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-8 > .column:nth-of-type(8n + 1),
.small-up-8 > .columns:nth-of-type(8n + 1) {
    clear: both;
}
.small-up-8 > .column:last-child,
.small-up-8 > .columns:last-child {
    float: left;
}
.small-collapse > .column,
.small-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
}
.small-collapse .row {
    margin-right: 0;
    margin-left: 0;
}
.expanded.row .small-collapse.row {
    margin-right: 0;
    margin-left: 0;
}
.small-uncollapse > .column,
.small-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}
.small-centered {
    margin-right: auto;
    margin-left: auto;
}
.small-centered,
.small-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
}
.small-pull-0,
.small-push-0,
.small-uncentered {
    position: static;
    margin-right: 0;
    margin-left: 0;
}
.small-pull-0,
.small-pull-0:last-child:not(:first-child),
.small-push-0,
.small-push-0:last-child:not(:first-child),
.small-uncentered,
.small-uncentered:last-child:not(:first-child) {
    float: left;
    clear: none;
}
.small-pull-0:last-child:not(:first-child),
.small-push-0:last-child:not(:first-child),
.small-uncentered:last-child:not(:first-child) {
    float: right;
}
@media print, screen and (min-width: 40em) {
    .medium-1 {
        width: 8.33333%;
    }
    .medium-push-1 {
        position: relative;
        left: 8.33333%;
    }
    .medium-pull-1 {
        position: relative;
        left: -8.33333%;
    }
    .medium-offset-0 {
        margin-left: 0;
    }
    .medium-2 {
        width: 16.66667%;
    }
    .medium-push-2 {
        position: relative;
        left: 16.66667%;
    }
    .medium-pull-2 {
        position: relative;
        left: -16.66667%;
    }
    .medium-offset-1 {
        margin-left: 8.33333%;
    }
    .medium-3 {
        width: 25%;
    }
    .medium-push-3 {
        position: relative;
        left: 25%;
    }
    .medium-pull-3 {
        position: relative;
        left: -25%;
    }
    .medium-offset-2 {
        margin-left: 16.66667%;
    }
    .medium-4 {
        width: 33.33333%;
    }
    .medium-push-4 {
        position: relative;
        left: 33.33333%;
    }
    .medium-pull-4 {
        position: relative;
        left: -33.33333%;
    }
    .medium-offset-3 {
        margin-left: 25%;
    }
    .medium-5 {
        width: 41.66667%;
    }
    .medium-push-5 {
        position: relative;
        left: 41.66667%;
    }
    .medium-pull-5 {
        position: relative;
        left: -41.66667%;
    }
    .medium-offset-4 {
        margin-left: 33.33333%;
    }
    .medium-6 {
        width: 50%;
    }
    .medium-push-6 {
        position: relative;
        left: 50%;
    }
    .medium-pull-6 {
        position: relative;
        left: -50%;
    }
    .medium-offset-5 {
        margin-left: 41.66667%;
    }
    .medium-7 {
        width: 58.33333%;
    }
    .medium-push-7 {
        position: relative;
        left: 58.33333%;
    }
    .medium-pull-7 {
        position: relative;
        left: -58.33333%;
    }
    .medium-offset-6 {
        margin-left: 50%;
    }
    .medium-8 {
        width: 66.66667%;
    }
    .medium-push-8 {
        position: relative;
        left: 66.66667%;
    }
    .medium-pull-8 {
        position: relative;
        left: -66.66667%;
    }
    .medium-offset-7 {
        margin-left: 58.33333%;
    }
    .medium-9 {
        width: 75%;
    }
    .medium-push-9 {
        position: relative;
        left: 75%;
    }
    .medium-pull-9 {
        position: relative;
        left: -75%;
    }
    .medium-offset-8 {
        margin-left: 66.66667%;
    }
    .medium-10 {
        width: 83.33333%;
    }
    .medium-push-10 {
        position: relative;
        left: 83.33333%;
    }
    .medium-pull-10 {
        position: relative;
        left: -83.33333%;
    }
    .medium-offset-9 {
        margin-left: 75%;
    }
    .medium-11 {
        width: 91.66667%;
    }
    .medium-push-11 {
        position: relative;
        left: 91.66667%;
    }
    .medium-pull-11 {
        position: relative;
        left: -91.66667%;
    }
    .medium-offset-10 {
        margin-left: 83.33333%;
    }
    .medium-12 {
        width: 100%;
    }
    .medium-offset-11 {
        margin-left: 91.66667%;
    }
    .medium-up-1 > .column,
    .medium-up-1 > .columns {
        float: left;
        width: 100%;
    }
    .medium-up-1 > .column:nth-of-type(1n),
    .medium-up-1 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-1 > .column:nth-of-type(1n + 1),
    .medium-up-1 > .columns:nth-of-type(1n + 1) {
        clear: both;
    }
    .medium-up-1 > .column:last-child,
    .medium-up-1 > .columns:last-child {
        float: left;
    }
    .medium-up-2 > .column,
    .medium-up-2 > .columns {
        float: left;
        width: 50%;
    }
    .medium-up-2 > .column:nth-of-type(1n),
    .medium-up-2 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-2 > .column:nth-of-type(2n + 1),
    .medium-up-2 > .columns:nth-of-type(2n + 1) {
        clear: both;
    }
    .medium-up-2 > .column:last-child,
    .medium-up-2 > .columns:last-child {
        float: left;
    }
    .medium-up-3 > .column,
    .medium-up-3 > .columns {
        float: left;
        width: 33.33333%;
    }
    .medium-up-3 > .column:nth-of-type(1n),
    .medium-up-3 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-3 > .column:nth-of-type(3n + 1),
    .medium-up-3 > .columns:nth-of-type(3n + 1) {
        clear: both;
    }
    .medium-up-3 > .column:last-child,
    .medium-up-3 > .columns:last-child {
        float: left;
    }
    .medium-up-4 > .column,
    .medium-up-4 > .columns {
        float: left;
        width: 25%;
    }
    .medium-up-4 > .column:nth-of-type(1n),
    .medium-up-4 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-4 > .column:nth-of-type(4n + 1),
    .medium-up-4 > .columns:nth-of-type(4n + 1) {
        clear: both;
    }
    .medium-up-4 > .column:last-child,
    .medium-up-4 > .columns:last-child {
        float: left;
    }
    .medium-up-5 > .column,
    .medium-up-5 > .columns {
        float: left;
        width: 20%;
    }
    .medium-up-5 > .column:nth-of-type(1n),
    .medium-up-5 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-5 > .column:nth-of-type(5n + 1),
    .medium-up-5 > .columns:nth-of-type(5n + 1) {
        clear: both;
    }
    .medium-up-5 > .column:last-child,
    .medium-up-5 > .columns:last-child {
        float: left;
    }
    .medium-up-6 > .column,
    .medium-up-6 > .columns {
        float: left;
        width: 16.66667%;
    }
    .medium-up-6 > .column:nth-of-type(1n),
    .medium-up-6 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-6 > .column:nth-of-type(6n + 1),
    .medium-up-6 > .columns:nth-of-type(6n + 1) {
        clear: both;
    }
    .medium-up-6 > .column:last-child,
    .medium-up-6 > .columns:last-child {
        float: left;
    }
    .medium-up-7 > .column,
    .medium-up-7 > .columns {
        float: left;
        width: 14.28571%;
    }
    .medium-up-7 > .column:nth-of-type(1n),
    .medium-up-7 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-7 > .column:nth-of-type(7n + 1),
    .medium-up-7 > .columns:nth-of-type(7n + 1) {
        clear: both;
    }
    .medium-up-7 > .column:last-child,
    .medium-up-7 > .columns:last-child {
        float: left;
    }
    .medium-up-8 > .column,
    .medium-up-8 > .columns {
        float: left;
        width: 12.5%;
    }
    .medium-up-8 > .column:nth-of-type(1n),
    .medium-up-8 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-8 > .column:nth-of-type(8n + 1),
    .medium-up-8 > .columns:nth-of-type(8n + 1) {
        clear: both;
    }
    .medium-up-8 > .column:last-child,
    .medium-up-8 > .columns:last-child {
        float: left;
    }
    .medium-collapse > .column,
    .medium-collapse > .columns {
        padding-right: 0;
        padding-left: 0;
    }
    .medium-collapse .row {
        margin-right: 0;
        margin-left: 0;
    }
    .expanded.row .medium-collapse.row {
        margin-right: 0;
        margin-left: 0;
    }
    .medium-uncollapse > .column,
    .medium-uncollapse > .columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
    .medium-centered {
        margin-right: auto;
        margin-left: auto;
    }
    .medium-centered,
    .medium-centered:last-child:not(:first-child) {
        float: none;
        clear: both;
    }
    .medium-pull-0,
    .medium-push-0,
    .medium-uncentered {
        position: static;
        margin-right: 0;
        margin-left: 0;
    }
    .medium-pull-0,
    .medium-pull-0:last-child:not(:first-child),
    .medium-push-0,
    .medium-push-0:last-child:not(:first-child),
    .medium-uncentered,
    .medium-uncentered:last-child:not(:first-child) {
        float: left;
        clear: none;
    }
    .medium-pull-0:last-child:not(:first-child),
    .medium-push-0:last-child:not(:first-child),
    .medium-uncentered:last-child:not(:first-child) {
        float: right;
    }
}
@media print, screen and (min-width: 64em) {
    .large-1 {
        width: 8.33333%;
    }
    .large-push-1 {
        position: relative;
        left: 8.33333%;
    }
    .large-pull-1 {
        position: relative;
        left: -8.33333%;
    }
    .large-offset-0 {
        margin-left: 0;
    }
    .large-2 {
        width: 16.66667%;
    }
    .large-push-2 {
        position: relative;
        left: 16.66667%;
    }
    .large-pull-2 {
        position: relative;
        left: -16.66667%;
    }
    .large-offset-1 {
        margin-left: 8.33333%;
    }
    .large-3 {
        width: 25%;
    }
    .large-push-3 {
        position: relative;
        left: 25%;
    }
    .large-pull-3 {
        position: relative;
        left: -25%;
    }
    .large-offset-2 {
        margin-left: 16.66667%;
    }
    .large-4 {
        width: 33.33333%;
    }
    .large-push-4 {
        position: relative;
        left: 33.33333%;
    }
    .large-pull-4 {
        position: relative;
        left: -33.33333%;
    }
    .large-offset-3 {
        margin-left: 25%;
    }
    .large-5 {
        width: 41.66667%;
    }
    .large-push-5 {
        position: relative;
        left: 41.66667%;
    }
    .large-pull-5 {
        position: relative;
        left: -41.66667%;
    }
    .large-offset-4 {
        margin-left: 33.33333%;
    }
    .large-6 {
        width: 50%;
    }
    .large-push-6 {
        position: relative;
        left: 50%;
    }
    .large-pull-6 {
        position: relative;
        left: -50%;
    }
    .large-offset-5 {
        margin-left: 41.66667%;
    }
    .large-7 {
        width: 58.33333%;
    }
    .large-push-7 {
        position: relative;
        left: 58.33333%;
    }
    .large-pull-7 {
        position: relative;
        left: -58.33333%;
    }
    .large-offset-6 {
        margin-left: 50%;
    }
    .large-8 {
        width: 66.66667%;
    }
    .large-push-8 {
        position: relative;
        left: 66.66667%;
    }
    .large-pull-8 {
        position: relative;
        left: -66.66667%;
    }
    .large-offset-7 {
        margin-left: 58.33333%;
    }
    .large-9 {
        width: 75%;
    }
    .large-push-9 {
        position: relative;
        left: 75%;
    }
    .large-pull-9 {
        position: relative;
        left: -75%;
    }
    .large-offset-8 {
        margin-left: 66.66667%;
    }
    .large-10 {
        width: 83.33333%;
    }
    .large-push-10 {
        position: relative;
        left: 83.33333%;
    }
    .large-pull-10 {
        position: relative;
        left: -83.33333%;
    }
    .large-offset-9 {
        margin-left: 75%;
    }
    .large-11 {
        width: 91.66667%;
    }
    .large-push-11 {
        position: relative;
        left: 91.66667%;
    }
    .large-pull-11 {
        position: relative;
        left: -91.66667%;
    }
    .large-offset-10 {
        margin-left: 83.33333%;
    }
    .large-12 {
        width: 100%;
    }
    .large-offset-11 {
        margin-left: 91.66667%;
    }
    .large-up-1 > .column,
    .large-up-1 > .columns {
        float: left;
        width: 100%;
    }
    .large-up-1 > .column:nth-of-type(1n),
    .large-up-1 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-1 > .column:nth-of-type(1n + 1),
    .large-up-1 > .columns:nth-of-type(1n + 1) {
        clear: both;
    }
    .large-up-1 > .column:last-child,
    .large-up-1 > .columns:last-child {
        float: left;
    }
    .large-up-2 > .column,
    .large-up-2 > .columns {
        float: left;
        width: 50%;
    }
    .large-up-2 > .column:nth-of-type(1n),
    .large-up-2 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-2 > .column:nth-of-type(2n + 1),
    .large-up-2 > .columns:nth-of-type(2n + 1) {
        clear: both;
    }
    .large-up-2 > .column:last-child,
    .large-up-2 > .columns:last-child {
        float: left;
    }
    .large-up-3 > .column,
    .large-up-3 > .columns {
        float: left;
        width: 33.33333%;
    }
    .large-up-3 > .column:nth-of-type(1n),
    .large-up-3 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-3 > .column:nth-of-type(3n + 1),
    .large-up-3 > .columns:nth-of-type(3n + 1) {
        clear: both;
    }
    .large-up-3 > .column:last-child,
    .large-up-3 > .columns:last-child {
        float: left;
    }
    .large-up-4 > .column,
    .large-up-4 > .columns {
        float: left;
        width: 25%;
    }
    .large-up-4 > .column:nth-of-type(1n),
    .large-up-4 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-4 > .column:nth-of-type(4n + 1),
    .large-up-4 > .columns:nth-of-type(4n + 1) {
        clear: both;
    }
    .large-up-4 > .column:last-child,
    .large-up-4 > .columns:last-child {
        float: left;
    }
    .large-up-5 > .column,
    .large-up-5 > .columns {
        float: left;
        width: 20%;
    }
    .large-up-5 > .column:nth-of-type(1n),
    .large-up-5 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-5 > .column:nth-of-type(5n + 1),
    .large-up-5 > .columns:nth-of-type(5n + 1) {
        clear: both;
    }
    .large-up-5 > .column:last-child,
    .large-up-5 > .columns:last-child {
        float: left;
    }
    .large-up-6 > .column,
    .large-up-6 > .columns {
        float: left;
        width: 16.66667%;
    }
    .large-up-6 > .column:nth-of-type(1n),
    .large-up-6 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-6 > .column:nth-of-type(6n + 1),
    .large-up-6 > .columns:nth-of-type(6n + 1) {
        clear: both;
    }
    .large-up-6 > .column:last-child,
    .large-up-6 > .columns:last-child {
        float: left;
    }
    .large-up-7 > .column,
    .large-up-7 > .columns {
        float: left;
        width: 14.28571%;
    }
    .large-up-7 > .column:nth-of-type(1n),
    .large-up-7 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-7 > .column:nth-of-type(7n + 1),
    .large-up-7 > .columns:nth-of-type(7n + 1) {
        clear: both;
    }
    .large-up-7 > .column:last-child,
    .large-up-7 > .columns:last-child {
        float: left;
    }
    .large-up-8 > .column,
    .large-up-8 > .columns {
        float: left;
        width: 12.5%;
    }
    .large-up-8 > .column:nth-of-type(1n),
    .large-up-8 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-8 > .column:nth-of-type(8n + 1),
    .large-up-8 > .columns:nth-of-type(8n + 1) {
        clear: both;
    }
    .large-up-8 > .column:last-child,
    .large-up-8 > .columns:last-child {
        float: left;
    }
    .large-collapse > .column,
    .large-collapse > .columns {
        padding-right: 0;
        padding-left: 0;
    }
    .large-collapse .row {
        margin-right: 0;
        margin-left: 0;
    }
    .expanded.row .large-collapse.row {
        margin-right: 0;
        margin-left: 0;
    }
    .large-uncollapse > .column,
    .large-uncollapse > .columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
    .large-centered {
        margin-right: auto;
        margin-left: auto;
    }
    .large-centered,
    .large-centered:last-child:not(:first-child) {
        float: none;
        clear: both;
    }
    .large-pull-0,
    .large-push-0,
    .large-uncentered {
        position: static;
        margin-right: 0;
        margin-left: 0;
    }
    .large-pull-0,
    .large-pull-0:last-child:not(:first-child),
    .large-push-0,
    .large-push-0:last-child:not(:first-child),
    .large-uncentered,
    .large-uncentered:last-child:not(:first-child) {
        float: left;
        clear: none;
    }
    .large-pull-0:last-child:not(:first-child),
    .large-push-0:last-child:not(:first-child),
    .large-uncentered:last-child:not(:first-child) {
        float: right;
    }
}
.column-block {
    margin-bottom: 1.25rem;
}
.column-block > :last-child {
    margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
    .column-block {
        margin-bottom: 1.875rem;
    }
    .column-block > :last-child {
        margin-bottom: 0;
    }
}
table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0;
}
tbody,
tfoot,
thead {
    border: 0.0625rem solid rgba(77, 50, 41, 0.25);
    background-color: transparent;
}
caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: 700;
}
thead {
    background: 0 0;
    color: #BA141A;
}
tfoot {
    background: 0 0;
    color: #BA141A;
}
tfoot tr,
thead tr {
    background: 0 0;
}
tfoot td,
tfoot th,
thead td,
thead th {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: 700;
    text-align: left;
}
tbody td,
tbody th {
    padding: 0.5rem 0.625rem 0.625rem;
}
tbody tr {
    border-bottom: 0;
    border-bottom: 0.0625rem solid rgba(77, 50, 41, 0.25);
    background-color: transparent;
}
table.striped tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: rgba(13, 13, 13, 0);
}
@media screen and (max-width: 63.99875em) {
    table.stack thead {
        display: none;
    }
    table.stack tfoot {
        display: none;
    }
    table.stack td,
    table.stack th,
    table.stack tr {
        display: block;
    }
    table.stack td {
        border-top: 0;
    }
}
table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto;
}
table.hover thead tr:hover {
    background-color: transparent;
}
table.hover tfoot tr:hover {
    background-color: transparent;
}
table.hover tbody tr:hover {
    background-color: transparent;
}
table.hover.striped tr:nth-of-type(even):hover {
    background-color: transparent;
}
.table-scroll {
    overflow-x: auto;
}
.accordion {
    margin-left: 0;
    background: #fff;
    list-style-type: none;
}
.accordion[disabled] .accordion-title {
    cursor: not-allowed;
}
.accordion-item:first-child > :first-child {
    border-radius: 0;
}
.accordion-item:last-child > :last-child {
    border-radius: 0;
}
.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid #BA141A33;
    border-bottom: 0;
    font-size: 0.75rem;
    line-height: 1;
    color: #fc5253;
}
:last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #BA141A33;
    border-radius: 0;
}
.accordion-title:focus,
.accordion-title:hover {
    background-color: #BA141A33;
}
.accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: "+";
}
.is-active > .accordion-title::before {
    content: "\2013";
}
.accordion-content {
    display: none;
    padding: 1rem;
    border: 1px solid #BA141A33;
    border-bottom: 0;
    background-color: #fff;
    color: #BA141A;
}
:last-child > .accordion-content:last-child {
    border-bottom: 1px solid #BA141A33;
}
.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
[data-whatinput="mouse"] .menu li {
    outline: 0;
}
.menu .button,
.menu a {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.9375rem 1.5rem;
}
.menu a,
.menu button,
.menu input,
.menu select {
    margin-bottom: 0;
}
.menu input {
    display: inline-block;
}
.menu,
.menu.horizontal {
    flex-wrap: wrap;
    flex-direction: row;
}
.menu.vertical {
    flex-wrap: nowrap;
    flex-direction: column;
}
.menu.expanded li {
    flex: 1 1 0px;
}
.menu.simple {
    align-items: center;
}
.menu.simple li + li {
    margin-left: 1rem;
}
.menu.simple a {
    padding: 0;
}
@media print, screen and (min-width: 40em) {
    .menu.medium-horizontal {
        flex-wrap: wrap;
        flex-direction: row;
    }
    .menu.medium-vertical {
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .menu.medium-expanded li {
        flex: 1 1 0px;
    }
    .menu.medium-simple li {
        flex: 1 1 0px;
    }
}
@media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
        flex-wrap: wrap;
        flex-direction: row;
    }
    .menu.large-vertical {
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .menu.large-expanded li {
        flex: 1 1 0px;
    }
    .menu.large-simple li {
        flex: 1 1 0px;
    }
}
.menu.nested {
    margin-right: 0;
    margin-left: 1rem;
}
.menu.icons a {
    display: flex;
}
.menu.icon-bottom a,
.menu.icon-left a,
.menu.icon-right a,
.menu.icon-top a {
    display: flex;
}
.menu.icon-left li a {
    flex-flow: row nowrap;
}
.menu.icon-left li a i,
.menu.icon-left li a img,
.menu.icon-left li a svg {
    margin-right: 0.25rem;
}
.menu.icon-right li a {
    flex-flow: row nowrap;
}
.menu.icon-right li a i,
.menu.icon-right li a img,
.menu.icon-right li a svg {
    margin-left: 0.25rem;
}
.menu.icon-top li a {
    flex-flow: column nowrap;
}
.menu.icon-top li a i,
.menu.icon-top li a img,
.menu.icon-top li a svg {
    align-self: stretch;
    margin-bottom: 0.25rem;
    text-align: center;
}
.menu.icon-bottom li a {
    flex-flow: column nowrap;
}
.menu.icon-bottom li a i,
.menu.icon-bottom li a img,
.menu.icon-bottom li a svg {
    align-self: stretch;
    margin-bottom: 0.25rem;
    text-align: center;
}
.menu .is-active > a {
    background: inherit;
    color: inherit;
}
.menu .active > a {
    background: inherit;
    color: inherit;
}
.menu.align-left {
    justify-content: flex-start;
}
.menu.align-right li {
    display: flex;
    justify-content: flex-end;
}
.menu.align-right li .submenu li {
    justify-content: flex-start;
}
.menu.align-right.vertical li {
    display: block;
    text-align: right;
}
.menu.align-right.vertical li .submenu li {
    text-align: right;
}
.menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0;
}
.menu.align-center li {
    display: flex;
    justify-content: center;
}
.menu.align-center li .submenu li {
    justify-content: flex-start;
}
.menu .menu-text {
    padding: 0.9375rem 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: inherit;
}
.menu-centered > .menu {
    justify-content: center;
}
.menu-centered > .menu li {
    display: flex;
    justify-content: center;
}
.menu-centered > .menu li .submenu li {
    justify-content: flex-start;
}
.no-js [data-responsive-menu] ul {
    display: none;
}
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
}
[data-whatinput="mouse"] .dropdown.menu a {
    outline: 0;
}
.dropdown.menu > li > a {
    padding: 0.9375rem 1.5rem;
}
.dropdown.menu > li.is-active > a {
    background: 0 0;
    color: #fc5253;
}
.no-js .dropdown.menu ul {
    display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
    margin-right: 0;
    margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
    top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
}
@media print, screen and (min-width: 40em) {
    .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto;
    }
    .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0;
    }
    .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
        top: 0;
    }
    .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto;
    }
    .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%;
    }
}
@media print, screen and (min-width: 64em) {
    .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto;
    }
    .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0;
    }
    .dropdown.menu.large-vertical > li .is-dropdown-submenu {
        top: 0;
    }
    .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto;
    }
    .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%;
    }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    right: 0;
    left: auto;
}
.is-dropdown-menu.vertical {
    width: 100px;
}
.is-dropdown-menu.vertical.align-right {
    float: right;
}
.is-dropdown-submenu-parent {
    position: relative;
}
.is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
}
.is-dropdown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    min-width: 200px;
    border: none;
    background: #fff;
}
.dropdown .is-dropdown-submenu a {
    padding: 0.9375rem 1.5rem;
}
.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px;
}
.is-dropdown-submenu > li {
    width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
    display: block;
}
.align-left {
    justify-content: flex-start;
}
.align-right {
    justify-content: flex-end;
}
.align-center {
    justify-content: center;
}
.align-justify {
    justify-content: space-between;
}
.align-spaced {
    justify-content: space-around;
}
.align-left.vertical.menu > li > a {
    justify-content: flex-start;
}
.align-right.vertical.menu > li > a {
    justify-content: flex-end;
}
.align-center.vertical.menu > li > a {
    justify-content: center;
}
.align-top {
    align-items: flex-start;
}
.align-self-top {
    align-self: flex-start;
}
.align-bottom {
    align-items: flex-end;
}
.align-self-bottom {
    align-self: flex-end;
}
.align-middle {
    align-items: center;
}
.align-self-middle {
    align-self: center;
}
.align-stretch {
    align-items: stretch;
}
.align-self-stretch {
    align-self: stretch;
}
.align-center-middle {
    justify-content: center;
    align-items: center;
    align-content: center;
}
.small-order-1 {
    order: 1;
}
.small-order-2 {
    order: 2;
}
.small-order-3 {
    order: 3;
}
.small-order-4 {
    order: 4;
}
.small-order-5 {
    order: 5;
}
.small-order-6 {
    order: 6;
}
@media print, screen and (min-width: 40em) {
    .medium-order-1 {
        order: 1;
    }
    .medium-order-2 {
        order: 2;
    }
    .medium-order-3 {
        order: 3;
    }
    .medium-order-4 {
        order: 4;
    }
    .medium-order-5 {
        order: 5;
    }
    .medium-order-6 {
        order: 6;
    }
}
@media print, screen and (min-width: 64em) {
    .large-order-1 {
        order: 1;
    }
    .large-order-2 {
        order: 2;
    }
    .large-order-3 {
        order: 3;
    }
    .large-order-4 {
        order: 4;
    }
    .large-order-5 {
        order: 5;
    }
    .large-order-6 {
        order: 6;
    }
}
.flex-container {
    display: flex;
}
.flex-child-auto {
    flex: 1 1 auto;
}
.flex-child-grow {
    flex: 1 0 auto;
}
.flex-child-shrink {
    flex: 0 1 auto;
}
.flex-dir-row {
    flex-direction: row;
}
.flex-dir-row-reverse {
    flex-direction: row-reverse;
}
.flex-dir-column {
    flex-direction: column;
}
.flex-dir-column-reverse {
    flex-direction: column-reverse;
}
@media print, screen and (min-width: 40em) {
    .medium-flex-container {
        display: flex;
    }
    .medium-flex-child-auto {
        flex: 1 1 auto;
    }
    .medium-flex-child-grow {
        flex: 1 0 auto;
    }
    .medium-flex-child-shrink {
        flex: 0 1 auto;
    }
    .medium-flex-dir-row {
        flex-direction: row;
    }
    .medium-flex-dir-row-reverse {
        flex-direction: row-reverse;
    }
    .medium-flex-dir-column {
        flex-direction: column;
    }
    .medium-flex-dir-column-reverse {
        flex-direction: column-reverse;
    }
}
@media print, screen and (min-width: 64em) {
    .large-flex-container {
        display: flex;
    }
    .large-flex-child-auto {
        flex: 1 1 auto;
    }
    .large-flex-child-grow {
        flex: 1 0 auto;
    }
    .large-flex-child-shrink {
        flex: 0 1 auto;
    }
    .large-flex-dir-row {
        flex-direction: row;
    }
    .large-flex-dir-row-reverse {
        flex-direction: row-reverse;
    }
    .large-flex-dir-column {
        flex-direction: column;
    }
    .large-flex-dir-column-reverse {
        flex-direction: column-reverse;
    }
}
html {
    overflow-y: scroll;
}
body {
    overflow-x: hidden;
    word-wrap: break-word;
    -webkit-tap-highlight-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    word-wrap: break-word;
}
a {
    text-decoration: underline;
}
p:empty {
    margin-bottom: 0;
}
.entry-content > p {
    margin-top: 1.875rem;
}
.entry-content > p:first-child {
    margin-top: 0;
}
table {
    margin-bottom: 1.875rem;
    font-size: 0.875rem;
    font-weight: 400;
}
tbody th {
    text-align: left;
}
td,
th {
    border: 0.0625rem solid rgba(77, 50, 41, 0.25);
    border-width: 0 0.0625rem 0.0625rem 0;
}
pre {
    position: relative;
    margin-bottom: 1.875rem;
    border: 0.0625rem solid #BA141A33;
    padding: 1.3125rem 3rem 1.3125rem 3.75rem;
    background: #fff;
    color: #BA141A;
    font-size: 0.875rem;
    font-style: italic;
}
strong {
    font-weight: 600;
}
dt {
    color: #BA141A;
}
dd {
    margin-bottom: 0.9375rem;
}
kbd {
    background-color: #f1f1f1;
}
::selection {
    color: #fff;
}
::-moz-selection {
    color: #fff;
}
@media screen and (min-width: 64em) {
    .row > .wp-block-column {
        flex-basis: auto;
    }
}
@media screen and (max-width: 39.99875em) {
    .wp-block-columns {
        display: block;
    }
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .wp-block-columns {
        flex-wrap: nowrap;
    }
}
@media screen and (min-width: 40em) {
    .wp-block-columns.alignfull {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}
@media screen and (max-width: 63.99875em) {
    .wp-block-column {
        margin-bottom: 0;
    }
}
@media (min-width: 782px) {
    .wp-block-column:not(:first-child) {
        margin-left: 48px;
    }
}
.wp-block-column > :last-child {
    margin-bottom: 0;
}
.wp-block-table {
    border-collapse: collapse !important;
}
.wp-block-table td,
.wp-block-table th {
    border: 0.0625rem solid rgba(77, 50, 41, 0.25) !important;
}
p.has-drop-cap:not(:focus)::first-letter {
    margin-right: 0.9375rem;
    margin-bottom: 0.375rem;
    border: 0.0625rem solid #BA141A;
    padding: 0.75rem;
    background-color: #fff;
    color: #BA141A;
    font-size: 1.5rem;
    font-weight: 500;
    -moz-box-shadow: -0.125rem -0.125rem 0 0.0625rem #4d4d4d;
    -webkit-box-shadow: -0.125rem -0.125rem 0 0.0625rem #4d4d4d;
    box-shadow: -0.125rem -0.125rem 0 0.0625rem #4d4d4d;
}
p.has-drop-cap:not(:focus):after {
    padding-top: 0;
}
p.has-drop-cap.has-small-font-size:not(:focus)::first-letter {
    padding: 0.5625rem;
}
p.has-drop-cap.has-medium-font-size:not(:focus)::first-letter {
    padding: 1.125rem;
}
p.has-drop-cap.has-large-font-size:not(:focus)::first-letter {
    margin-bottom: 0;
    padding: 1.125rem;
    font-size: 1.875rem;
}
p.has-drop-cap.has-huge-font-size:not(:focus)::first-letter {
    margin-bottom: 0;
    padding: 1.3125rem;
    font-size: 1.875rem;
}
.wp-block-separator {
    width: 7.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.15);
    border-bottom-width: 0.0625rem;
}
.wp-block-separator.is-style-dots,
.wp-block-separator.is-style-wide {
    width: 100%;
}
@media screen and (max-width: 63.99875em) {
    .wp-block-spacer {
        height: 0 !important;
    }
}
.wp-block-embed-facebook,
.wp-block-embed-instagram,
.wp-block-embed-twitter {
    align-items: center;
    flex-direction: column;
}
@media screen and (min-width: 40em) {
    .wp-block-embed-facebook,
    .wp-block-embed-instagram,
    .wp-block-embed-twitter {
        display: flex;
    }
}
.wp-block-cover,
.wp-block-cover-image {
    width: auto;
    max-width: 100vw;
}
@media screen and (min-width: 64em) {
    .wp-block-cover {
        padding: 1rem 10%;
    }
}
.wp-block-cover p.wp-block-cover-text {
    padding: 0;
    color: #fff;
    font-size: 3em;
    font-weight: 600;
}
.wp-block-file .wp-block-file__button {
    display: table;
    margin-top: 0.9375rem;
    margin-left: 0 !important;
}
.wp-block-quote.is-style-large {
    margin-bottom: 1.875rem;
    padding: 0.9375rem 1.25rem 0.0625rem 2.625rem;
}
.wp-block-quote.is-style-large:before {
    top: 1.625rem;
}
.wp-block-quote.is-style-large p {
    font-size: 1.875rem;
}
.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 {
    text-align: inherit;
}
.wp-block-pullquote {
    text-align: left;
}
.wp-block-pullquote.alignfull {
    margin-right: calc(100% / 2 - 100vw / 2 + 24px);
    margin-left: calc(100% / 2 - 100vw / 2 + 24px);
}
.wp-block-button {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
}
.wp-block-button .wp-block-button__link {
    font-size: inherit;
    font-weight: 300;
    -moz-box-shadow: 0 0 0 0.0625rem rgba(255, 255, 255, 0.15);
    -webkit-box-shadow: 0 0 0 0.0625rem rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 0 0.0625rem rgba(255, 255, 255, 0.15);
}
.wp-block-image {
    margin-bottom: 1.875rem;
}
.wp-block-image figcaption {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
    color: inherit;
    font-size: 0.75rem;
    text-align: left;
}
.wp-block-gallery {
    margin-bottom: 1.875rem;
    margin-left: 0;
    padding-left: 0 !important;
}
.wp-block-gallery .blocks-gallery-item {
    margin: 0 !important;
}
@media (min-width: 600px) {
    .columns-1.wp-block-gallery .blocks-gallery-item {
        width: calc(100% / 1);
    }
    .columns-2.wp-block-gallery .blocks-gallery-item {
        width: calc(100% / 2);
    }
    .columns-3.wp-block-gallery .blocks-gallery-item {
        width: calc(100% / 3);
    }
    .columns-4.wp-block-gallery .blocks-gallery-item {
        width: calc(100% / 4);
    }
    .columns-5.wp-block-gallery .blocks-gallery-item {
        width: calc(100% / 5);
    }
    .columns-6.wp-block-gallery .blocks-gallery-item {
        width: calc(100% / 6);
    }
    .columns-7.wp-block-gallery .blocks-gallery-item {
        width: calc(100% / 7);
    }
    .columns-8.wp-block-gallery .blocks-gallery-item {
        width: calc(100% / 8);
    }
}
.wp-block-gallery .blocks-gallery-item figure {
    display: block;
    padding-right: 0.1875rem;
    padding-bottom: 0.1875rem;
}
.wp-block-gallery .blocks-gallery-item figcaption {
    float: left;
    position: static;
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.wp-block-media-text {
    margin-bottom: 1.875rem;
}
.editor-block-list__layout .wp-block-archives-list:empty,
.editor-block-list__layout .wp-block-categories:empty,
.editor-block-list__layout .wp-block-latest-comments:empty,
.editor-block-list__layout .wp-block-latest-posts:empty,
.entry-content .wp-block-archives-list:empty,
.entry-content .wp-block-categories:empty,
.entry-content .wp-block-latest-comments:empty,
.entry-content .wp-block-latest-posts:empty {
    margin-bottom: 0;
}
.editor-block-list__layout .wp-block-archives-list:not(:empty),
.editor-block-list__layout .wp-block-categories:not(:empty),
.editor-block-list__layout .wp-block-latest-comments:not(:empty),
.editor-block-list__layout .wp-block-latest-posts:not(:empty),
.entry-content .wp-block-archives-list:not(:empty),
.entry-content .wp-block-categories:not(:empty),
.entry-content .wp-block-latest-comments:not(:empty),
.entry-content .wp-block-latest-posts:not(:empty) {
    position: relative;
    z-index: 0;
    padding: 1.3125rem 1.875rem !important;
}
.editor-block-list__layout .wp-block-archives-list:not(:empty):before,
.editor-block-list__layout .wp-block-categories:not(:empty):before,
.editor-block-list__layout .wp-block-latest-comments:not(:empty):before,
.editor-block-list__layout .wp-block-latest-posts:not(:empty):before,
.entry-content .wp-block-archives-list:not(:empty):before,
.entry-content .wp-block-categories:not(:empty):before,
.entry-content .wp-block-latest-comments:not(:empty):before,
.entry-content .wp-block-latest-posts:not(:empty):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border: 0.0625rem solid rgba(77, 50, 41, 0.25);
    background: #fff;
}
.editor-block-list__layout .wp-block-archives-list:not(:empty):after,
.editor-block-list__layout .wp-block-categories:not(:empty):after,
.editor-block-list__layout .wp-block-latest-comments:not(:empty):after,
.editor-block-list__layout .wp-block-latest-posts:not(:empty):after,
.entry-content .wp-block-archives-list:not(:empty):after,
.entry-content .wp-block-categories:not(:empty):after,
.entry-content .wp-block-latest-comments:not(:empty):after,
.entry-content .wp-block-latest-posts:not(:empty):after {
    content: "";
    position: absolute;
    top: 0.375rem;
    left: 0.375rem;
    z-index: -2;
    width: 100%;
    height: 100%;
    background: #BA141A33;
}
.entry-content .wp-block-latest-comments > li:last-child {
    margin-bottom: 0;
}
.entry-content .wp-block-latest-comments > li:last-child article {
    margin-bottom: inherit;
    border-bottom: 0;
}
.entry-content .wp-block-latest-comments > li:last-child article p {
    margin-bottom: 0.375rem;
}
.wp-block-archives,
.wp-block-categories,
.wp-block-categories__list {
    padding-left: 0 !important;
}
.wp-block-archives select,
.wp-block-categories select,
.wp-block-categories__list select {
    padding-right: 1.875rem;
    padding-left: 0.9375rem;
    font-size: 0.875rem;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.wp-block-archives .children,
.wp-block-categories .children,
.wp-block-categories__list .children {
    margin-top: 0.625rem;
    list-style-type: none;
}
.wp-block-latest-posts {
    padding-left: 0 !important;
}
.wp-block-latest-posts time {
    display: inline-block;
}
.wp-block-latest-comments {
    padding-left: 0 !important;
}
.wp-block-latest-comments li {
    display: flex;
}
.wp-block-latest-comments li .avatar {
    height: 3rem;
    width: 3rem;
    margin-right: 1.25rem;
}
.wp-block-latest-comments li footer {
    display: flex;
    margin-bottom: 0.625rem;
    margin-left: 0 !important;
    align-items: center;
    flex-wrap: wrap;
}
.wp-block-latest-comments li footer:only-child {
    margin-bottom: 1.5rem;
}
.wp-block-latest-comments li footer span {
    margin-right: 0.3125rem;
}
.wp-block-latest-comments li a:first-child {
    margin-right: 0.375rem;
    font-weight: 600;
}
.wp-block-latest-comments li a:not(:first-child) {
    margin-left: 0.375rem;
    text-decoration: underline;
}
.wp-block-latest-comments li article {
    margin-bottom: 0.625rem;
    border-bottom: 0.0625rem solid #BA141A33;
    flex-grow: 1;
}
.wp-block-latest-comments li article > div {
    margin-left: 0 !important;
    font-style: italic;
}
.fullwidth {
    max-width: 100% !important;
}
.top {
    margin-top: -3.75rem !important;
}
@media screen and (max-width: 63.99875em) {
    .top {
        margin-top: 0 !important;
    }
}
.right {
    margin-right: -3.75rem !important;
}
@media screen and (max-width: 63.99875em) {
    .right {
        margin-right: 0 !important;
    }
}
.bottom {
    margin-bottom: -3.75rem !important;
}
@media screen and (max-width: 63.99875em) {
    .bottom {
        margin-bottom: 0 !important;
    }
}
.left {
    margin-left: -3.75rem !important;
}
@media screen and (max-width: 63.99875em) {
    .left {
        margin-left: 0 !important;
    }
}
.extra-huge-font {
    font-size: 4.5rem;
}
@media screen and (max-width: 63.99875em) {
    .extra-huge-font {
        font-size: 3rem;
    }
}
.hugest-font {
    font-size: 6.25rem;
    font-weight: 700;
}
@media screen and (max-width: 63.99875em) {
    .hugest-font {
        font-size: 3.375rem;
    }
}
.color-skin--light {
    color: #fff;
}
.color-skin--light a,
.color-skin--light h1,
.color-skin--light h2,
.color-skin--light h3,
.color-skin--light h4,
.color-skin--light h5,
.color-skin--light h6 {
    color: #fff;
}
.color-skin--light #logoararasvg{
    fill:#fff;
}
.color-skin--light input[type="search"] {
    color: #fff;
}
.color-skin--light input[type="search"]:-moz-placeholder {
    color: #fff;
}
.color-skin--light input[type="search"]::-moz-placeholder {
    color: #fff;
}
.color-skin--light input[type="search"]:-ms-input-placeholder {
    color: #fff;
}
.color-skin--light input[type="search"]::-webkit-input-placeholder {
    color: #fff;
}
.color-skin--dark {
    color: #BA141A;
}
.color-skin--dark a,
.color-skin--dark h1,
.color-skin--dark h2,
.color-skin--dark h3,
.color-skin--dark h4,
.color-skin--dark h5,
.color-skin--dark h6 {
    color: #BA141A;
}
.color-skin--dark #logoararasvg {
    fill: #BA141A;
}
.color-skin--dark input[type="search"] {
    color: #BA141A;
}
.color-skin--dark input[type="search"]:-moz-placeholder {
    color: #BA141A;
}
.color-skin--dark input[type="search"]::-moz-placeholder {
    color: #BA141A;
}
.color-skin--dark input[type="search"]:-ms-input-placeholder {
    color: #BA141A;
}
.color-skin--dark input[type="search"]::-webkit-input-placeholder {
    color: #BA141A;
}
.site-header {
    position: relative;
    z-index: 100;
}
@media screen and (min-width: 64em) {
    .site-header {
        background-color: transparent !important;
        box-shadow: none !important;
    }
}
.site-header.overlap-content {
    height: 0;
}
@media screen and (max-width: 782px) {
    .admin-bar .site-header.fixed-mode-on {
        top: 46px !important;
    }
}
@media screen and (min-width: 783px) {
    .admin-bar .site-header.fixed-mode-on {
        top: 32px;
    }
}
.site-header.sticky-mode-on {
    -moz-animation: fadeInDownBig 0.3s ease;
    -webkit-animation: fadeInDownBig 0.3s ease;
    animation: fadeInDownBig 0.3s ease;
}
@media screen and (max-width: 782px) {
    .admin-bar .site-header.sticky-mode-on {
        top: 46px !important;
    }
}
@media screen and (min-width: 783px) {
    .admin-bar .site-header.sticky-mode-on {
        top: 32px;
    }
}
.site-header.shadow .site-header-outer {
    -moz-box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.15);
}
.mobile.mobile-nav-opened .site-header {
    z-index: 2000;
}
.error404 .site-header {
    display: none;
}
.site-header-outer {
    border-bottom-style: solid;
}
.overlap-content.regular .site-header-outer,
.overlapping-header .site-header-outer {
    border-bottom-style: none;
    background-color: transparent !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.mobile.mobile-nav-opened .site-header-outer {
    border-bottom-width: 0 !important;
    background-color: transparent !important;
}
.site-header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
@media screen and (max-width: 63.99875em) {
    .site-header-container {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .mobile.mobile-nav-opened .site-header-container {
        background-color: transparent;
    }
}
.fullwidth .site-header-container {
    max-width: 100%;
}
.overlap-content.regular .site-header-container,
.overlap-content.scroll-off .site-header-container {
    background-color: transparent !important;
}
@media screen and (max-width: 63.99875em) {
    .site-branding {
        display: flex;
        height: 4.6875rem;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        text-align: center;
    }
}
@media screen and (min-width: 64em) {
    .site-branding {
        flex-shrink: 0;
    }
}
.site-logo {
    text-decoration: none;
}
.site-branding-text {
    display: flex;
    align-items: center;
}
.site-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -0.0625rem;
    line-height: 1;
    text-decoration: underline;
}
.mobile.mobile-nav-opened #mobile-navigation.color-skin--light ~ #page .site-title {
    color: #fff;
}
.mobile.mobile-nav-opened #mobile-navigation.color-skin--dark ~ #page .site-title {
    color: #BA141A;
}
.site-description {
    display: inline-flex;
    color: rgba(77, 50, 41, 0.25);
    font-size: 0.875rem;
    font-weight: 300;
    align-items: center;
    line-height: 1;
}
@media screen and (max-width: 63.99875em) {
    .site-description {
        display: none;
    }
}
.site-description:before {
    content: "";
    height: 0.125rem;
    width: 0.125rem;
    margin-right: 0.625rem;
    margin-left: 0.625rem;
    background-color: rgba(77, 50, 41, 0.25);
}
.site-logo__img {
    height: auto;
    width: auto;
    max-width: 9.375rem;
}
@media screen and (max-width: 63.99875em) {
    .site-logo__img {
        max-height: 3.75rem;
    }
}
@media screen and (min-width: 64em) {
    .site-logo__img {
        max-height: 7.5rem;
    }
}
.color-skin--dark .site-logo__img--light {
    display: none;
}
.color-skin--light .site-logo__img--dark {
    display: none;
}
@media screen and (max-width: 63.99875em) {
    .burger-menu {
        position: relative;
        z-index: 2000;
        width: 1.25rem;
    }
    .burger-menu b {
        display: block;
        height: 0.1875rem;
        width: 1.25rem;
        -moz-transition: opacity 0.3s ease, -moz-transform 0.45s ease;
        -o-transition: opacity 0.3s ease, -o-transform 0.45s ease;
        -webkit-transition: opacity 0.3s ease, -webkit-transform 0.45s ease;
        transition: opacity 0.3s ease, transform 0.45s ease;
    }
    .color-skin--light .burger-menu b {
        background-color: #fff;
    }
    .color-skin--dark .burger-menu b {
        background-color: #BA141A;
    }
    .mobile.mobile-nav-opened #mobile-navigation.color-skin--light ~ #page .burger-menu b,
    .search-popup.opened.color-skin--light ~ #page .burger-menu b {
        background-color: #fff;
    }
    .mobile.mobile-nav-opened #mobile-navigation.color-skin--dark ~ #page .burger-menu b,
    .search-popup.opened.color-skin--dark ~ #page .burger-menu b {
        background-color: #BA141A;
    }
    .burger-menu b:first-child,
    .burger-menu b:last-child {
        position: absolute;
        top: 0;
        left: 0;
    }
    .burger-menu b:first-child {
        -moz-transform: translateY(-0.375rem);
        -ms-transform: translateY(-0.375rem);
        -webkit-transform: translateY(-0.375rem);
        transform: translateY(-0.375rem);
    }
    .active.burger-menu b:first-child {
        transform: rotate(45deg);
    }
    .active.burger-menu b:nth-child(2) {
        opacity: 0;
    }
    .burger-menu b:last-child {
        -moz-transform: translateY(0.375rem);
        -ms-transform: translateY(0.375rem);
        -webkit-transform: translateY(0.375rem);
        transform: translateY(0.375rem);
    }
    .active.burger-menu b:last-child {
        transform: rotate(-45deg);
    }
}
@media screen and (min-width: 64em) {
    .burger-menu {
        display: none;
    }
}
@media screen and (max-width: 63.99875em) {
    .mobile-search .search-icon a {
        font-size: 1.125rem;
    }
    .mobile.mobile-nav-opened #mobile-navigation.color-skin--light ~ #page .mobile-search .search-icon a {
        color: #fff;
    }
    .mobile.mobile-nav-opened #mobile-navigation.color-skin--dark ~ #page .mobile-search .search-icon a {
        color: #BA141A;
    }
}
@media screen and (min-width: 64em) {
    .mobile-search {
        display: none;
    }
}
.dropdown-menu a {
    line-height: 1.5;
}
[class*="current_page"] > a span:before {
    -moz-transform: scaleX(1) !important;
    -ms-transform: scaleX(1) !important;
    -webkit-transform: scaleX(1) !important;
    transform: scaleX(1) !important;
}
.top-menu--left {
    justify-content: flex-start;
}
.top-menu--center {
    justify-content: center;
}
.top-menu--right {
    justify-content: flex-end;
}
#site-navigation {
    font-size: 0.75rem;
    flex-grow: 1;
}
@media screen and (max-width: 63.99875em) {
    #site-navigation {
        display: none;
    }
}
#site-navigation:last-child #primary-menu > li:last-child > a {
    padding-right: 0;
}
#primary-menu .menu-item-has-children {
    position: relative;
}
#primary-menu .menu-item-has-children > a:after {
    right: 0.5625rem;
    margin-top: -0.5625rem;
    font-weight: 400;
}
#primary-menu .menu-item-has-children .menu-item-has-children > a:after {
    right: 1.3125rem;
}
.color-skin--light #primary-menu > li > a span:before {
    background-color: #fff;
}
.color-skin--dark #primary-menu > li > a span:before {
    background-color: #BA141A;
}
.sub-menu {
    margin-left: 0;
    list-style-type: none;
}
@media screen and (min-width: 64em) {
    #primary-menu .sub-menu {
        opacity: 0;
        display: none;
        position: absolute;
        z-index: 9999;
        min-width: 13.125rem;
        border-radius: 0.1875rem;
        padding: 1.3125rem 0;
        visibility: hidden;
        -moz-transition: opacity 0.35s ease, margin-top 0.35s ease, margin-left 0.35s ease;
        -o-transition: opacity 0.35s ease, margin-top 0.35s ease, margin-left 0.35s ease;
        -webkit-transition: opacity 0.35s ease, margin-top 0.35s ease, margin-left 0.35s ease;
        transition: opacity 0.35s ease, margin-top 0.35s ease, margin-left 0.35s ease;
    }
    #primary-menu .sub-menu:after {
        content: "";
        position: absolute;
        border: 0.375rem solid transparent;
    }
    #primary-menu .sub-menu li {
        font-size: 0.75rem;
    }
    #primary-menu .sub-menu a {
        padding-top: 0.5625rem;
        padding-bottom: 0.5625rem;
        -moz-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }
    #primary-menu .sub-menu .sub-menu {
        top: 0;
        left: 100%;
        margin-left: 1.5rem;
    }
    #primary-menu .sub-menu .sub-menu:after {
        top: 1.5rem;
        right: 100%;
        border-left: 0;
    }
    #primary-menu > li > .sub-menu {
        margin-top: 0.9375rem;
    }
    #primary-menu > li > .sub-menu:after {
        left: 1.5rem;
        bottom: 100%;
        border-top: 0;
        border-bottom-color: #BA141A;
    }
}
.sub-menu-show {
    opacity: 1 !important;
    display: block !important;
    margin-top: 0 !important;
    visibility: visible !important;
}
.sub-menu-show .sub-menu-show {
    margin-left: 0.375rem !important;
}
.sub-menu-color-skin--light a {
    color: #f4f3f2;
}
.sub-menu-color-skin--light a:hover {
    color: rgba(77, 50, 41, 0.25);
}
.sub-menu-color-skin--light [class*="current_page"] > a {
    color: #fff;
}
.sub-menu-color-skin--dark a {
    color: #BA141A;
}
.sub-menu-color-skin--dark a:hover {
    color: rgba(77, 50, 41, 0.25);
}
.sub-menu-color-skin--dark [class*="current_page"] > a {
    color: rgba(77, 50, 41, 0.25);
}
#social-navigation {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 63.99875em) {
    #social-navigation {
        display: none;
    }
}
#social-navigation a {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
    line-height: 1;
}
#social-menu:last-child li:last-child a {
    padding-right: 0;
}
.search-icon a {
    display: inline-block;
    padding-top: 0.9375rem;
    padding-right: 0 !important;
    padding-bottom: 0.9375rem;
    font-size: 1.125rem;
    font-weight: 700;
    text-decoration: none;
}
#mobile-navigation {
    opacity: 0;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    height: 100vh;
    width: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    overflow-y: hidden;
    pointer-events: none;
    text-align: center;
    visibility: hidden;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media screen and (max-width: 782px) {
    .admin-bar #mobile-navigation {
        top: 46px !important;
    }
}
@media screen and (min-width: 783px) {
    .admin-bar #mobile-navigation {
        top: 32px;
    }
}
@media screen and (min-width: 64em) {
    #mobile-navigation {
        display: none;
    }
}
.mobile.mobile-nav-opened #mobile-navigation {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}
.mobile-navigation-wrapper {
    display: flex;
    width: 100%;
    padding: 7.5rem 0;
    align-items: center;
    flex-direction: column;
    overflow-y: auto;
}
#mobile-primary > li > a {
    font-size: 1.5rem;
    font-weight: 600;
}
#mobile-primary li a {
    display: inline-block;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
}
#mobile-primary .menu-item-has-children > a:after {
    opacity: 0.5;
    right: 0.1875rem;
    margin-top: -0.375rem;
    font-size: 0.875rem;
    font-weight: 300;
}
#mobile-primary .sub-menu {
    display: none;
}
#mobile-primary .sub-menu a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.875rem;
    font-weight: 300;
}
#mobile-social a {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}
.archive-title {
    margin-bottom: 3.75rem;
    padding-top: 3.75rem;
    text-align: center;
}
.archive-title h1 {
    margin-top: 0;
    margin-bottom: 0.9375rem;
    font-weight: 900;
    letter-spacing: -0.125rem;
}
@media screen and (max-width: 63.99875em) {
    .archive-title h1 {
        font-size: 3rem;
    }
}
@media screen and (min-width: 64em) {
    .archive-title h1 {
        font-size: 4.5rem;
    }
}
#categories-navigation {
    display: flex;
    justify-content: center;
}
#categories-navigation.left {
    justify-content: flex-start;
}
#categories-navigation.right {
    justify-content: flex-end;
}
.categories-list {
    display: flex;
    margin-left: 0;
    flex-wrap: wrap;
    list-style-type: none;
    justify-content: center;
}
.categories-item {
    display: flex;
    margin-bottom: 0.375rem;
    font-weight: 400;
    align-items: center;
}
.categories-item.active a:before {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.categories-item a {
    position: relative;
    color: rgba(77, 50, 41, 0.25);
    font-size: 0.75rem;
    text-decoration: none;
}
.categories-item a:hover:before {
    transform-origin: left;
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.categories-item a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0.125rem;
    width: 100%;
    background-color: rgba(77, 50, 41, 0.25);
    transform-origin: right;
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transition: -moz-transform 0.2s ease;
    -o-transition: -o-transform 0.2s ease;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
}
.categories-item:not(:last-child) {
    margin-right: 0.1875rem;
}
.categories-item:not(:last-child):after {
    content: "/";
    display: inline-flex;
    opacity: 0.6;
    margin-right: 0.625rem;
    margin-left: 0.625rem;
    font-size: 0.75rem;
}
.filter-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2.625rem;
    -moz-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.spacing--small .filter-loading {
    top: calc(50% - 30px / 4);
}
@media screen and (max-width: 63.99875em) {
    .spacing--medium .filter-loading {
        top: calc(50% - 30px / 2);
    }
}
@media screen and (min-width: 64em) {
    .spacing--medium .filter-loading {
        top: calc(50% - 30px * 1.5 / 2);
    }
}
@media screen and (max-width: 39.99875em) {
    .spacing--large .filter-loading {
        top: calc(50% - 30px / 2);
    }
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .spacing--large .filter-loading {
        top: calc(50% - 30px * 1.5 / 2);
    }
}
@media screen and (min-width: 64em) {
    .spacing--large .filter-loading {
        top: calc(50% - 30px);
    }
}
@media screen and (max-width: 39.99875em) {
    .spacing--extra_large .filter-loading {
        top: calc(50% - 30px / 2);
    }
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .spacing--extra_large .filter-loading {
        top: calc(50% - 30px * 1.5 / 2);
    }
}
@media screen and (min-width: 64em) {
    .spacing--extra_large .filter-loading {
        top: calc(50% - 30px * 2.5 / 2);
    }
}
.filter-loading > div {
    display: inline-block;
    float: left;
    width: 0.75rem;
    height: 0.75rem;
    margin: 0.0625rem;
    border-color: inherit;
    border-style: solid;
    border-width: 0.0625rem;
    -moz-animation-name: loadSpin;
    -webkit-animation-name: loadSpin;
    animation-name: loadSpin;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -moz-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.filter-loading > div:nth-child(1) {
    -moz-animation-delay: 0.22s;
    -webkit-animation-delay: 0.22s;
    animation-delay: 0.22s;
    -moz-animation-duration: 0.9s;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
}
.filter-loading > div:nth-child(2) {
    -moz-animation-delay: 0.64s;
    -webkit-animation-delay: 0.64s;
    animation-delay: 0.64s;
    -moz-animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.filter-loading > div:nth-child(3) {
    -moz-animation-delay: -0.15s;
    -webkit-animation-delay: -0.15s;
    animation-delay: -0.15s;
    -moz-animation-duration: 0.63s;
    -webkit-animation-duration: 0.63s;
    animation-duration: 0.63s;
}
.filter-loading > div:nth-child(4) {
    -moz-animation-delay: -30ms;
    -webkit-animation-delay: -30ms;
    animation-delay: -30ms;
    -moz-animation-duration: 1.24s;
    -webkit-animation-duration: 1.24s;
    animation-duration: 1.24s;
}
.filter-loading > div:nth-child(5) {
    -moz-animation-delay: 80ms;
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms;
    -moz-animation-duration: 1.37s;
    -webkit-animation-duration: 1.37s;
    animation-duration: 1.37s;
}
.filter-loading > div:nth-child(6) {
    -moz-animation-delay: 0.43s;
    -webkit-animation-delay: 0.43s;
    animation-delay: 0.43s;
    -moz-animation-duration: 1.55s;
    -webkit-animation-duration: 1.55s;
    animation-duration: 1.55s;
}
.filter-loading > div:nth-child(7) {
    -moz-animation-delay: 50ms;
    -webkit-animation-delay: 50ms;
    animation-delay: 50ms;
    -moz-animation-duration: 0.7s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
}
.filter-loading > div:nth-child(8) {
    -moz-animation-delay: 50ms;
    -webkit-animation-delay: 50ms;
    animation-delay: 50ms;
    -moz-animation-duration: 0.97s;
    -webkit-animation-duration: 0.97s;
    animation-duration: 0.97s;
}
.filter-loading > div:nth-child(9) {
    -moz-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -moz-animation-duration: 0.63s;
    -webkit-animation-duration: 0.63s;
    animation-duration: 0.63s;
}
@-moz-keyframes loadSpin {
    0% {
        -moz-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50% {
        -moz-transform: scale(0.5, 0.5);
        transform: scale(0.5, 0.5);
        opacity: 0.7;
    }
    100% {
        -moz-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
}
@-webkit-keyframes loadSpin {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(0.5, 0.5);
        transform: scale(0.5, 0.5);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
}
@keyframes loadSpin {
    0% {
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50% {
        -moz-transform: scale(0.5, 0.5);
        -ms-transform: scale(0.5, 0.5);
        -webkit-transform: scale(0.5, 0.5);
        transform: scale(0.5, 0.5);
        opacity: 0.7;
    }
    100% {
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
}
.error-404 {
    display: flex;
    height: 100vh;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.error-404 h1 {
    margin-top: 0;
}
.error-404 .page-content {
    max-width: 60%;
}
.error-description {
    opacity: 0.7;
    font-size: 0.875rem;
}
.error-button {
    display: inline-flex;
    position: relative;
    z-index: 1;
    font-size: 0.75rem;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}
.error-button:after,
.error-button:before {
    border-color: inherit;
}
.error-button:before {
    border-style: solid;
    border-width: 0.0625rem;
}
.error-404.not-found .error-button:before {
    top: 0.1875rem;
    left: 0.1875rem;
}
.page-title.left {
    text-align: left;
}
.page-title.left .categories-list {
    justify-content: flex-start;
}
.page-title.center {
    text-align: center;
}
.page-title.center .categories-list {
    justify-content: center;
}
.page-title.right {
    text-align: right;
}
.page-title.right .categories-list {
    justify-content: flex-end;
}
.page-title .entry-title {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    color: inherit;
    font-size: 4.5rem;
    font-weight: 700;
}
.page-title .entry-title:not(:only-child) {
    margin-bottom: 0.625rem;
}
.page-title .entry-title.small {
    font-size: 3rem;
}
.page-title .entry-title.medium {
    font-size: 4.5rem;
}
.page-title .entry-title.large {
    font-size: 6rem;
}
.page-title .entry-title.extra_large {
    font-size: 7.5rem;
}
@media screen and (max-width: 63.99875em) {
    .page-title .entry-title.extra_large,
    .page-title .entry-title.large,
    .page-title .entry-title.medium {
        font-size: 3rem;
    }
}
.page-title #categories-navigation a {
    opacity: 0.6;
    color: inherit;
}
.hero-header {
    display: flex;
    position: relative;
    width: 100vw;
    margin-right: calc(100% / 2 - 100vw / 2);
    margin-left: calc(100% / 2 - 100vw / 2);
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.hero-header.color-skin--light {
    color: #fff;
}
.hero-header.color-skin--light a,
.hero-header.color-skin--light h1 {
    color: #fff;
}

.hero-header.color-skin--dark {
    color: #BA141A;
}
.hero-header.color-skin--dark a,
.hero-header.color-skin--dark h1 {
    color: #BA141A;
}
.hero-header.small {
    height: 25vh;
}
.hero-header.medium {
    height: 50vh;
}
.hero-header.large {
    height: 75vh;
}
.hero-header.extra_large {
    height: 100vh;
}
.hero-header.left .entry-title {
    align-self: flex-start;
}
.hero-header.center .entry-title {
    align-self: center;
}
.hero-header.right .entry-title {
    align-self: flex-end;
}
.hero-header.parallax {
    overflow: hidden;
}
@media screen and (min-width: 40em) {
    .hero-header.entry-header {
        margin-bottom: 5.625rem;
    }
}
.hero-header .entry-title {
    font-weight: 600;
}
@media screen and (max-width: 39.99875em) {
    .hero-header .entry-title {
        font-size: 3rem;
    }
}
@media screen and (min-width: 40em) {
    .hero-header .entry-title {
        font-size: 4.5rem;
    }
}
.hero-header #categories-navigation,
.hero-header .entry-title {
    position: relative;
    z-index: 99;
}
@media screen and (max-width: 63.99875em) {
    .hero-header #categories-navigation,
    .hero-header .entry-title {
        padding: 0 1.125rem;
    }
}
@media screen and (min-width: 64em) {
    .hero-header #categories-navigation,
    .hero-header .entry-title {
        padding: 0 5.625rem;
    }
}
.hero-header .entry-thumbnail,
.hero-header .featured-image {
    height: 100%;
}
.hero-header .entry-thumbnail {
    position: absolute;
    height: 100%;
    width: 100%;
}
.hero-header .featured-image {
    background-position: center center;
    background-size: cover;
}
.parallax.hero-header .featured-image {
    position: absolute;
    width: 100%;
}
.hero-header .featured-background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.entry-header {
    text-align: center;
}
@media screen and (max-width: 39.99875em) {
    .entry-header {
        margin-bottom: 1.875rem;
    }
}
@media screen and (min-width: 40em) {
    .entry-header {
        margin-bottom: 3.75rem;
    }
}
.entry-branding {
    position: relative;
    z-index: 10;
    border: 0.0625rem solid #BA141A;
    background-color: #fff;
    line-height: 1;
}
@media screen and (max-width: 39.99875em) {
    .entry-branding {
        margin: -3.75rem auto 0;
        padding: 1.875rem;
    }
}
@media screen and (min-width: 40em) {
    .entry-branding {
        margin: -5.625rem auto 0;
        padding: 2.8125rem;
    }
}
.entry-branding:only-child {
    margin-top: 3.75rem;
}
.entry-branding:not(:only-child) {
    max-width: 80%;
}
.side-spacing .entry-branding {
    max-width: 100%;
}
.entry-branding:after {
    content: "";
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    height: 100%;
    width: 100%;
    border: 0.0625rem solid #BA141A;
}
.entry-title {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 300;
}
@media screen and (max-width: 39.99875em) {
    .entry-title {
        font-size: 1.5rem;
    }
}
@media screen and (min-width: 40em) {
    .entry-title {
        font-size: 2.3125rem;
    }
}
.entry-meta {
    margin-top: 0.625rem;
    color: rgba(77, 50, 41, 0.25);
    font-size: 0.75rem;
    line-height: 1.2;
    text-transform: uppercase;
}
.entry-meta > :first-child {
    margin-right: 0.1875rem;
}
.entry-date:not(:only-child):before {
    display: inline-block;
    position: relative;
    top: -0.1875rem;
}
.entry-description {
    position: relative;
    z-index: 100;
}
@media screen and (max-width: 63.99875em) {
    .entry-description {
        padding: 0 1.125rem;
    }
}
.entry-description > :first-child {
    margin-top: 1.875rem;
}
.entry-terms {
    margin-bottom: 1.875rem;
    justify-content: center;
}
.entry-terms:after,
.entry-terms:before {
    content: "";
    opacity: 0.2;
    height: 0.0625rem;
    width: 6.25rem;
    background-color: #fff;
}
.entry-terms:before {
    margin-right: 0.9375rem;
}
.entry-terms:after {
    margin-left: 0.9375rem;
}
.entry-caption {
    display: inline-block;
    padding: 0 1.875rem 1.875rem;
}
.entry-caption:first-child:before {
    content: "";
    opacity: 0.2;
    display: block;
    height: 0.0625rem;
    width: 6.25rem;
    margin: 0 auto 2.8125rem;
    background-color: #fff;
}
.entry-thumbnail {
    position: relative;
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .single-post .side-spacing .entry-thumbnail {
        margin-right: -4.6875rem;
        margin-left: -4.6875rem;
    }
}
@media screen and (min-width: 64em) {
    .single-post .side-spacing .entry-thumbnail {
        margin-right: -9.375rem;
        margin-left: -9.375rem;
    }
}
.featured-image {
    background-color: #f1f1f1;
    overflow: hidden;
}
.single-post .featured-image {
    max-height: calc(100vh - 100px);
}
.featured-image video {
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    width: auto;
    min-height: 100%;
    min-width: 100%;
    -moz-transform: translate3d(-50%, -50%, 0) scaleY(1);
    -ms-transform: translate3d(-50%, -50%, 0) scaleY(1);
    -webkit-transform: translate3d(-50%, -50%, 0) scaleY(1);
    transform: translate3d(-50%, -50%, 0) scaleY(1);
}
.entry-content::after,
.entry-content::before {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
}
.entry-content::after {
    clear: both;
}
@media screen and (max-width: 63.99875em) {
    .entry-content {
        margin-bottom: 1.875rem;
    }
}
@media screen and (min-width: 64em) {
    .entry-content {
        margin-bottom: 3.75rem;
    }
}
.entry-content > p:last-of-type::after,
.entry-content > p:last-of-type::before {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
}
.entry-content > p:last-of-type::after {
    clear: both;
}
.entry-content .navigation.pagination {
    padding-bottom: 0;
}
.page-links {
    color: #BA141A;
    clear: both;
}
.page-links a,
.page-links > span {
    padding: 0.625rem 0.9375rem;
    line-height: 1;
}
.page-links > span {
    background-color: #BA141A;
    color: #fff !important;
}
.page-links > :first-child {
    margin-left: 0.9375rem;
}
.entry-footer::after,
.entry-footer::before {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
}
.entry-footer::after {
    clear: both;
}
@media screen and (max-width: 63.99875em) {
    .entry-footer > :last-child {
        margin-bottom: 3.75rem;
    }
}
@media screen and (min-width: 64em) {
    .entry-footer > :last-child {
        margin-bottom: 5.625rem;
    }
}
.entry-taxonomies {
    border-bottom: 0.125rem solid #4d4d4d;
    padding-bottom: 3.75rem;
}
.entry-categories {
    font-size: 0;
}
.entry-categories a {
    display: inline-block;
    margin-right: 0.375rem;
    margin-bottom: 0.375rem;
    background-color: #BA141A;
    color: #fff;
    font-size: 0.75rem;
    text-decoration: none;
    text-transform: uppercase;
    -moz-box-shadow: 0 0 0 0.0625rem rgba(255, 255, 255, 0.15);
    -webkit-box-shadow: 0 0 0 0.0625rem rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 0 0.0625rem rgba(255, 255, 255, 0.15);
}
.entry-tags {
    display: flex;
    margin-top: 1.25rem;
    align-items: center;
    flex-wrap: wrap;
}
.entry-tags:first-child {
    margin-top: 0;
}
.entry-tags span {
    margin-right: 0.9375rem;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
}
.entry-tags a {
    display: inline-flex;
    color: rgba(77, 50, 41, 0.25);
    font-style: italic;
    align-items: center;
    text-decoration: underline;
}
.entry-tags a:hover {
    color: #fc5253;
}
.entry-tags a:not(:last-child):after {
    content: "";
    height: 0.125rem;
    width: 0.125rem;
    margin-right: 0.46875rem;
    margin-left: 0.46875rem;
    background-color: rgba(77, 50, 41, 0.25);
}
.entry-social {
    margin-top: 1.875rem;
}
.entry-social:first-child {
    margin-top: 0;
}
.entry-author {
    display: flex;
    border-bottom: 0.125rem solid #4d4d4d;
}
.entry-author:first-child {
    border-top: 0.125rem solid #4d4d4d;
}
@media screen and (max-width: 39.99875em) {
    .entry-author {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
        flex-direction: column;
        text-align: center;
    }
}
@media screen and (min-width: 40em) {
    .entry-author {
        padding-top: 2.8125rem;
        padding-bottom: 2.8125rem;
    }
}
.entry-author h4 {
    margin-top: 0;
}
@media screen and (max-width: 63.99875em) {
    .entry-author h4 {
        margin-top: 1.25rem;
        margin-bottom: 0.625rem;
    }
}
@media screen and (min-width: 64em) {
    .entry-author h4 {
        margin-bottom: 1.25rem;
    }
}
.author__avatar {
    flex-shrink: 0;
}
@media screen and (max-width: 39.99875em) {
    .author__avatar img {
        max-width: 4.6875rem;
    }
}
@media screen and (min-width: 40em) {
    .author__avatar {
        padding-right: 2.8125rem;
    }
}
.author__description {
    margin-bottom: 1.25rem;
    font-weight: 300;
}
.author__links {
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
}
.author__links a {
    text-decoration: none;
}
.author__links a:first-child {
    position: relative;
    margin-right: 0.5625rem;
    padding-right: 0.5625rem;
}
.author__links a:first-child:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    height: 0.125rem;
    width: 0.125rem;
    background-color: #4d4d4d;
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .side-spacing.site-main {
        max-width: calc(100% - 150px);
    }
}
@media screen and (min-width: 64em) {
    .side-spacing.site-main {
        max-width: calc(100% - 300px);
    }
}
@media screen and (min-width: 40em) {
    .side-spacing.site-main {
        margin-right: auto;
        margin-left: auto;
    }
}
#showcase-slider {
    position: relative;
    height: 100vh;
    width: 100vw;
    margin-bottom: 3.75rem;
    background-color: #BA141A;
}
@media screen and (max-width: 63.99875em) {
    #showcase-slider {
        margin-left: -1.125rem;
    }
}
@media screen and (min-width: 64em) {
    #showcase-slider {
        margin-right: calc(100% / 2 - 100vw / 2);
        margin-left: calc(100% / 2 - 100vw / 2);
    }
}
#showcase-slider:only-child {
    margin-bottom: 0;
}
#showcase-slider ~ .hero-header {
    margin-top: -3.75rem;
}
@keyframes upAndDown {
    0% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    45% {
        -moz-transform: translateY(0.5rem);
        -ms-transform: translateY(0.5rem);
        -webkit-transform: translateY(0.5rem);
        transform: translateY(0.5rem);
    }
    100%,
    65% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes upAndDown {
    0% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    45% {
        -moz-transform: translateY(0.5rem);
        -ms-transform: translateY(0.5rem);
        -webkit-transform: translateY(0.5rem);
        transform: translateY(0.5rem);
    }
    100%,
    65% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes slideCursor {
    0% {
        opacity: 1;
        -moz-transform: scaleY(1) translateY(-0.625rem);
        -ms-transform: scaleY(1) translateY(-0.625rem);
        -webkit-transform: scaleY(1) translateY(-0.625rem);
        transform: scaleY(1) translateY(-0.625rem);
    }
    45% {
        opacity: 0;
        -moz-transform: scaleY(0.5) translateY(0.8125rem);
        -ms-transform: scaleY(0.5) translateY(0.8125rem);
        -webkit-transform: scaleY(0.5) translateY(0.8125rem);
        transform: scaleY(0.5) translateY(0.8125rem);
    }
    46% {
        opacity: 0;
        -moz-transform: scaleY(1) translateY(-0.625rem);
        -ms-transform: scaleY(1) translateY(-0.625rem);
        -webkit-transform: scaleY(1) translateY(-0.625rem);
        transform: scaleY(1) translateY(-0.625rem);
    }
    100%,
    65% {
        opacity: 1;
        -moz-transform: scaleY(1) translateY(-0.625rem);
        -ms-transform: scaleY(1) translateY(-0.625rem);
        -webkit-transform: scaleY(1) translateY(-0.625rem);
        transform: scaleY(1) translateY(-0.625rem);
    }
}
@keyframes slideCursor {
    0% {
        opacity: 1;
        -moz-transform: scaleY(1) translateY(-0.625rem);
        -ms-transform: scaleY(1) translateY(-0.625rem);
        -webkit-transform: scaleY(1) translateY(-0.625rem);
        transform: scaleY(1) translateY(-0.625rem);
    }
    45% {
        opacity: 0;
        -moz-transform: scaleY(0.5) translateY(0.8125rem);
        -ms-transform: scaleY(0.5) translateY(0.8125rem);
        -webkit-transform: scaleY(0.5) translateY(0.8125rem);
        transform: scaleY(0.5) translateY(0.8125rem);
    }
    46% {
        opacity: 0;
        -moz-transform: scaleY(1) translateY(-0.625rem);
        -ms-transform: scaleY(1) translateY(-0.625rem);
        -webkit-transform: scaleY(1) translateY(-0.625rem);
        transform: scaleY(1) translateY(-0.625rem);
    }
    100%,
    65% {
        opacity: 1;
        -moz-transform: scaleY(1) translateY(-0.625rem);
        -ms-transform: scaleY(1) translateY(-0.625rem);
        -webkit-transform: scaleY(1) translateY(-0.625rem);
        transform: scaleY(1) translateY(-0.625rem);
    }
}
@-webkit-keyframes scrollCursorOff {
    0% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: -120;
    }
}
@keyframes scrollCursorOff {
    0% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: -120;
    }
}
@-webkit-keyframes scrollCursorOn {
    0% {
        stroke-dashoffset: 120;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes scrollCursorOn {
    0% {
        stroke-dashoffset: 120;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
#showcase-content {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
#showcase-content .swiper-wrapper {
    align-items: center;
}
#showcase-content .swiper-slide {
    opacity: 1;
    display: flex;
    color: #fff;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
@media screen and (min-width: 64em) {
    #showcase-content .swiper-slide {
        left: 2.8125rem;
        width: auto !important;
        padding: 0 2.8125rem;
    }
}
.active#showcase-content .swiper-slide {
    color: #BA141A;
}
#showcase-content .swiper-slide.swiper-slide-active {
    opacity: 1;
}
#showcase-content .swiper-slide.reset {
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.slide-title {
    margin: 0;
}
@media screen and (max-width: 39.99875em) {
    .slide-title {
        font-size: 3rem;
    }
}
@media screen and (max-width: 63.99875em) {
    .slide-title {
        width: 100%;
    }
}
@media screen and (min-width: 40em) {
    .slide-title {
        font-size: 4.5rem;
    }
}
.swiper-slide.active .slide-title a {
    color: #fff;
    -webkit-text-stroke: unset;
}
.slide-title a {
    display: block;
    color: transparent;
    text-decoration: none;
    -webkit-text-stroke: 0.0625rem #fff;
}
@media screen and (max-width: 39.99875em) {
    .slide-title a {
        padding-right: 1.875rem;
        padding-left: 1.875rem;
    }
}
@media screen and (max-width: 63.99875em) {
    .slide-title a {
        text-align: left;
    }
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .slide-title a {
        padding-right: 5.625rem;
        padding-left: 5.625rem;
    }
}
#showcase-images {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #BA141A;
    overflow: hidden;
}
@media screen and (min-width: 40em) {
    .split-slider #showcase-images {
        right: -33%;
    }
}
.image-slider-container {
    position: absolute;
    height: 100%;
    width: 100%;
}
@media screen and (min-width: 40em) {
    .split-slider .image-slider-container {
        left: -16.5%;
    }
}
.image-slider-container .featured-image {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #BA141A;
    background-size: cover;
    background-position: center center;
    visibility: hidden;
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -moz-transition: opacity 0.3s ease, -moz-transform 0.3s ease;
    -o-transition: opacity 0.3s ease, -o-transform 0.3s ease;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.image-slider-container .featured-image.active {
    opacity: 1;
    visibility: visible;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.showcase-text {
    position: absolute;
    top: 67vh;
}
@media screen and (max-width: 39.99875em) {
    .showcase-text {
        left: 0;
    }
}
@media screen and (min-width: 40em) {
    .showcase-text {
        left: 5.625rem;
    }
}
.slide-meta {
    margin-bottom: 1.25rem;
    white-space: nowrap;
}
.slide-meta:before {
    content: "";
    opacity: 0.2;
    height: 0.0625rem;
    width: 6.25rem;
    margin-right: 0.9375rem;
    background-color: #fff;
}
.slide-description {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width: 39.99875em) {
    .slide-description {
        padding: 1.875rem;
    }
}
.slide-description.active {
    opacity: 1;
}
.showcase-footer {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 39.99875em) {
    .showcase-footer {
        padding: 1.875rem;
    }
}
@media screen and (min-width: 40em) {
    .showcase-footer {
        padding: 5.625rem;
    }
}
.showcase-footer .swiper-pagination-bullets {
    display: inline-flex;
    position: relative;
    flex-grow: 1;
    justify-content: flex-end;
    text-align: right;
}
.showcase-footer .swiper-pagination-bullet {
    opacity: 1;
    height: 0.625rem;
    width: 0.625rem;
    margin: 0 0.1875rem;
    border: 0.125rem solid rgba(255, 255, 255, 0.7);
    background-color: rgba(0, 0, 0, 0.05);
}
.showcase-footer .swiper-pagination-bullet-active {
    background-color: #fff;
}
.slider-counter {
    display: flex;
    position: relative;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    align-items: center;
}
.slider-counter:before {
    content: "";
    height: 0.0625rem;
    background-color: rgba(255, 255, 255, 0.15);
}
@media screen and (max-width: 39.99875em) {
    .slider-counter:before {
        width: 1.875rem;
        margin-left: 1.6875rem;
        margin-right: 0.625rem;
    }
}
@media screen and (min-width: 40em) {
    .slider-counter:before {
        width: 2.8125rem;
        margin-left: 2.25rem;
        margin-right: 1.125rem;
    }
}
.slider-counter:after {
    content: attr(data-total);
    width: 1.25rem;
}
.slider-counter span {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.slider-counter span:first-child {
    opacity: 1;
}
.scroll-down {
    position: absolute;
    left: 50%;
    z-index: 100;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media screen and (max-width: 39.99875em) {
    .scroll-down {
        bottom: 1.25rem;
    }
}
@media screen and (min-width: 40em) {
    .scroll-down {
        bottom: 4.6875rem;
    }
}
.scroll-down:hover .scroll-down-container:before {
    background-color: #fff;
}
.scroll-down:hover path {
    stroke-dashoffset: 0;
    -moz-animation: scrollCursorOn 0.55s cubic-bezier(0.5, 0.1, 0.07, 1);
    -webkit-animation: scrollCursorOn 0.55s cubic-bezier(0.5, 0.1, 0.07, 1);
    animation: scrollCursorOn 0.55s cubic-bezier(0.5, 0.1, 0.07, 1);
}
.scroll-down-container {
    opacity: 0.6;
    display: inline-block;
    position: relative;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    -moz-animation: upAndDown 2.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
    -webkit-animation: upAndDown 2.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
    animation: upAndDown 2.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}
.scroll-down-container:before {
    content: "";
    display: block;
    position: absolute;
    top: 1.125rem;
    left: 50%;
    height: 0.375rem;
    width: 0.125rem;
    margin-left: -0.0625rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    -moz-transition: background-color 0.55s cubic-bezier(0.5, 0.1, 0.07, 1);
    -o-transition: background-color 0.55s cubic-bezier(0.5, 0.1, 0.07, 1);
    -webkit-transition: background-color 0.55s cubic-bezier(0.5, 0.1, 0.07, 1);
    transition: background-color 0.55s cubic-bezier(0.5, 0.1, 0.07, 1);
    -moz-animation: slideCursor 2.4s cubic-bezier(0, 0, 0.725, 1) infinite;
    -webkit-animation: slideCursor 2.4s cubic-bezier(0, 0, 0.725, 1) infinite;
    animation: slideCursor 2.4s cubic-bezier(0, 0, 0.725, 1) infinite;
}
.scroll-down-container:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 2.25rem;
    width: 1.5rem;
    border: 0.125rem solid rgba(255, 255, 255, 0.5);
    border-radius: 1.875rem;
}
.scroll-down-container svg {
    height: 2.25rem;
    width: 1.5rem;
    cursor: pointer;
    text-align: center;
}
.scroll-down-container path {
    fill: transparent;
    stroke: #fff;
    stroke-width: 0.125rem;
    stroke-dashoffset: 120;
    stroke-dasharray: 120;
    -moz-animation: scrollCursorOff 0.55s cubic-bezier(0.5, 0.1, 0.07, 1);
    -webkit-animation: scrollCursorOff 0.55s cubic-bezier(0.5, 0.1, 0.07, 1);
    animation: scrollCursorOff 0.55s cubic-bezier(0.5, 0.1, 0.07, 1);
}
.error404 .site-footer {
    display: none;
}
.fullwidth .site-info-container,
.fullwidth .widget-area-container {
    max-width: 100%;
}
.widget-area-container {
    margin-right: auto;
    margin-left: auto;
}
.widget-area-container::after,
.widget-area-container::before {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
}
.widget-area-container::after {
    clear: both;
}
.site-info {
    text-align: center;
}
@media screen and (max-width: 63.99875em) {
    .site-info {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
    }
}
@media screen and (min-width: 64em) {
    .site-info {
        padding-top: 0.9375rem;
        padding-bottom: 0.9375rem;
    }
}
.site-info-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 63.99875em) {
    .site-info-container {
        flex-direction: column;
    }
}
.copyright {
    font-size: 0.875rem;
}
.copyright:not(:only-child) {
    margin-right: 1.875rem;
}
@media screen and (max-width: 63.99875em) {
    .copyright {
        padding-bottom: 0.5625rem;
    }
}
@media screen and (min-width: 64em) {
    .copyright {
        padding-bottom: 0.1875rem;
    }
}
.color-skin--dark .copyright {
    font-weight: 400;
}
.copyright a {
    border-bottom: 0.0625rem dotted;
    text-decoration: none;
}
#footer-menu {
    font-size: 0.75rem;
}
#footer-menu li:last-child a {
    padding-right: 0;
}
#footer-menu li:not(:last-child) a {
    display: flex;
    align-items: center;
}
#footer-menu li:not(:last-child) a:after {
    content: "";
    display: inline-flex;
    height: 0.125rem;
    width: 0.125rem;
    margin-left: 0.625rem;
    border-radius: 50%;
}
#footer-menu a {
    padding: 0 0.625rem 0 0;
}
.color-skin--light #footer-menu li:not(:last-child) a:after {
    background-color: #fff;
}
.color-skin--light #footer-menu a span:before {
    background-color: #fff;
}
.color-skin--dark #footer-menu li:not(:last-child) a:after {
    background-color: #BA141A;
}
.color-skin--dark #footer-menu a span:before {
    background-color: #BA141A;
}
.cards-container {
    position: relative;
}
.cards-container::after,
.cards-container::before {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
}
.cards-container::after {
    clear: both;
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .cards-container {
        margin-right: -1.875rem;
    }
}
@media screen and (min-width: 64em) {
    .cards-container {
        margin-right: -2.8125rem;
    }
}
.cards-container:last-child {
    margin-bottom: 1.875rem;
}
.cards-container.spacing--none {
    margin-right: 0;
    margin-bottom: 2.8125rem;
}
.cards-container.spacing--none .card {
    padding-right: 0;
    padding-bottom: 0;
}
.cards-container.spacing--small {
    margin-right: -0.9375rem;
    margin-bottom: 1.875rem;
}
.cards-container.spacing--small .card {
    padding-right: 0.9375rem;
    padding-bottom: 0.9375rem;
}
@media screen and (max-width: 39.99875em) {
    .cards-container.spacing--medium {
        margin-bottom: 0.9375rem;
    }
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .cards-container.spacing--medium {
        margin-right: -1.875rem;
        margin-bottom: 0.9375rem;
    }
}
@media screen and (min-width: 64em) {
    .cards-container.spacing--medium {
        margin-right: -2.8125rem;
    }
}
@media screen and (max-width: 39.99875em) {
    .cards-container.spacing--medium .card {
        padding-bottom: 1.875rem;
    }
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .cards-container.spacing--medium .card {
        padding-right: 1.875rem;
        padding-bottom: 1.875rem;
    }
}
@media screen and (min-width: 64em) {
    .cards-container.spacing--medium .card {
        padding-right: 2.8125rem;
        padding-bottom: 2.8125rem;
    }
}
@media screen and (max-width: 39.99875em) {
    .cards-container.spacing--large {
        margin-bottom: 0.9375rem;
    }
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .cards-container.spacing--large {
        margin-right: -2.8125rem;
    }
}
@media screen and (min-width: 64em) {
    .cards-container.spacing--large {
        margin-right: -3.75rem;
        margin-bottom: -0.9375rem;
    }
}
@media screen and (max-width: 39.99875em) {
    .cards-container.spacing--large .card {
        padding-bottom: 1.875rem;
    }
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .cards-container.spacing--large .card {
        padding-right: 2.8125rem;
        padding-bottom: 2.8125rem;
    }
}
@media screen and (min-width: 64em) {
    .cards-container.spacing--large .card {
        padding-right: 3.75rem;
        padding-bottom: 3.75rem;
    }
}
@media screen and (max-width: 39.99875em) {
    .cards-container.spacing--extra_large {
        margin-bottom: 0.9375rem;
    }
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .cards-container.spacing--extra_large {
        margin-right: -2.8125rem;
    }
}
@media screen and (min-width: 64em) {
    .cards-container.spacing--extra_large {
        margin-right: -4.6875rem;
        margin-bottom: -1.875rem;
    }
}
@media screen and (max-width: 39.99875em) {
    .cards-container.spacing--extra_large .card {
        padding-bottom: 1.875rem;
    }
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .cards-container.spacing--extra_large .card {
        padding-right: 2.8125rem;
        padding-bottom: 2.8125rem;
    }
}
@media screen and (min-width: 64em) {
    .cards-container.spacing--extra_large .card {
        padding-right: 4.6875rem;
        padding-bottom: 4.6875rem;
    }
}
.card {
    padding-left: 0;
}
@media screen and (max-width: 39.99875em) {
    .card {
        padding-right: 0;
        padding-bottom: 1.875rem;
    }
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .card {
        padding-right: 1.875rem;
        padding-bottom: 1.875rem;
    }
}
@media screen and (min-width: 64em) {
    .card {
        padding-right: 2.8125rem;
        padding-bottom: 2.8125rem;
    }
}
.card .card-title {
    margin-top: 0;
}
.card .card-title a {
    text-decoration: none;
}
.card video {
    display: block;
    max-height: 100%;
    max-width: 100%;
    border-bottom: 0.0625rem solid transparent;
}
.cards--blog .cards-container {
    overflow-y: hidden;
}
.cards--blog .card.sticky .card-body-inner {
    background-color: #BA141A;
}
.cards--blog .card.sticky .card-meta,
.cards--blog .card.sticky .card-read-more,
.cards--blog .card.sticky .card-title a {
    color: #fff;
}
.cards--blog .card.sticky .card-excerpt {
    color: rgba(255, 255, 255, 0.7);
}
.cards--blog .card.sticky .card-read-more:before {
    background-color: rgba(255, 255, 255, 0.15);
}
.cards--blog .card-body {
    margin-top: 0.5625rem;
    margin-left: 0.5625rem;
    background-color: #BA141A33;
    text-align: center;
}
.cards--blog .card-body-inner {
    position: relative;
    top: -0.25rem;
    left: -0.25rem;
    background-color: #fff;
    -moz-transition: top 0.3s ease, left 0.3s ease;
    -o-transition: top 0.3s ease, left 0.3s ease;
    -webkit-transition: top 0.3s ease, left 0.3s ease;
    transition: top 0.3s ease, left 0.3s ease;
}
.cards--blog .card-body-inner:hover {
    top: -0.5625rem;
    left: -0.5625rem;
}
.cards--blog .card-header {
    position: relative;
}
.cards--blog .post-thumbnail {
    margin-bottom: 0;
    background-color: #f1f1f1;
}
.cards--blog .card-meta {
    display: flex;
    margin-bottom: 0.9375rem;
    color: rgba(77, 50, 41, 0.25);
    font-size: 0.75rem;
    font-weight: 400;
    justify-content: center;
}
.cards--blog .card-date {
    display: inline-flex;
    align-items: center;
}
.cards--blog .card-taxonomies {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.cards--blog .card-taxonomies span {
    display: inline-flex;
    align-items: center;
}
.cards--blog .card-content {
    border: 0.0625rem solid rgba(77, 50, 41, 0.25);
    border-width: 0 0.0625rem 0.0625rem;
    padding: 2.4375rem 1.875rem;
}
.cards--blog .card-content:only-child {
    border-width: 0.0625rem;
}
.cards--blog .card-title {
    margin-bottom: 0.375rem;
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: uppercase;
}
.cards--blog .card-title a {
    color: #BA141A;
}
.cards--blog .card-title a:focus,
.cards--blog .card-title a:hover {
    color: #BA141A;
}
.cards--blog .card-excerpt {
    font-size: 0.875rem;
    font-weight: 300;
}
.cards--blog .card-excerpt p {
    margin-bottom: 1.3125rem;
}
.cards--blog .card-read-more {
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: 0.75rem;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transition: color 0.15s ease;
    -o-transition: color 0.15s ease;
    -webkit-transition: color 0.15s ease;
    transition: color 0.15s ease;
}
.cards--blog .card-read-more:before {
    z-index: -1;
    background-color: rgba(77, 50, 41, 0.06);
}
.cards--blog .card-read-more:after {
    border-color: rgba(77, 50, 41, 0.25);
}
.cards--portfolio .card.minimize .card-body {
    padding: 1.875rem;
}
.cards--portfolio .card-body-inner {
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}
.cards--portfolio .card-body-inner:hover:before {
    opacity: 1;
}
.cards--portfolio .card-body-inner:hover:after {
    border-width: 0.5625rem;
}
.cards--portfolio .card-body-inner:hover .card-content {
    opacity: 1;
}
.cards--portfolio .card-body-inner:before {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -moz-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}
@media screen and (min-width: 64em) {
    .cards--portfolio .card-body-inner:before {
        content: "";
    }
}
.cards--portfolio .card-body-inner:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    -moz-transition: border-width 0.25s ease;
    -o-transition: border-width 0.25s ease;
    -webkit-transition: border-width 0.25s ease;
    transition: border-width 0.25s ease;
}
@media screen and (min-width: 64em) {
    .cards--portfolio .card-body-inner:after {
        content: "";
    }
}
.cards--portfolio .post-thumbnail {
    margin-bottom: 0;
}
.cards--portfolio .card-content {
    display: flex;
    text-align: center;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
@media screen and (max-width: 63.99875em) {
    .cards--portfolio .card-content {
        padding: 0.9375rem 0.9375rem 0;
        flex-direction: column-reverse;
    }
}
@media screen and (min-width: 64em) {
    .cards--portfolio .card-content {
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 1.5625rem;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
    }
    .cards--portfolio .card-content:only-child {
        opacity: 1;
        position: relative;
        min-height: 15rem;
        background-color: #BA141A;
    }
}
@media screen and (max-width: 63.99875em) {
    .cards--portfolio .card-meta {
        margin-top: 0.1875rem;
        color: rgba(77, 50, 41, 0.25);
        font-size: 0.6875rem;
        font-weight: 400;
    }
}
@media screen and (min-width: 64em) {
    .cards--portfolio .card-meta {
        opacity: 0.7;
        color: #fff;
        font-size: 0.875rem;
        font-weight: 400;
        text-transform: uppercase;
    }
}
.cards--portfolio .card-meta span {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
@media screen and (max-width: 63.99875em) {
    .cards--portfolio .card-meta span:not(:first-child):not(:only-child):before {
        background-color: rgba(0, 0, 0, 0.5);
    }
}
@media screen and (min-width: 64em) {
    .cards--portfolio .card-meta span:not(:first-child):not(:only-child):before {
        background-color: rgba(255, 255, 255, 0.5);
    }
}
.cards--portfolio .card-title {
    margin-bottom: 0;
}
@media screen and (max-width: 63.99875em) {
    .cards--portfolio .card-title {
        font-size: 1.125rem;
        font-weight: 900;
    }
}
@media screen and (min-width: 64em) {
    .cards--portfolio .card-title {
        color: #fff;
        font-size: 1.5rem;
        font-weight: 600;
        text-transform: uppercase;
    }
}
.cards--portfolio .card-read-more {
    opacity: 0.7;
    font-size: 0.875rem;
    font-weight: 400;
    text-transform: uppercase;
}
@media screen and (max-width: 63.99875em) {
    .cards--portfolio .card-read-more {
        display: none;
    }
}
@media screen and (min-width: 64em) {
    .cards--portfolio .card-read-more {
        color: #fff;
    }
}
#comments {
    padding-top: 3.75rem;
}
#comments:first-child {
    padding-top: 0;
}
.comments-toggle {
    display: flex;
    position: relative;
    font-weight: 600;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.comments-toggle:before {
    z-index: 0;
    border: 0.0625rem solid #BA141A;
}
#comments .comments-toggle:before {
    top: 0.3125rem;
    left: 0.3125rem;
}
.comments-toggle:after {
    background-color: #fff;
}
.comments-toggle i {
    font-size: 1.5rem;
}
.comments-toggle span {
    margin-left: 0.75rem;
}
.comments-toggle span:after {
    content: "";
    display: inline-flex;
    margin-left: 0.75rem;
    border: 0.3125rem solid transparent;
    border-top-color: #BA141A;
    -moz-transform: translateY(-0.125rem);
    -ms-transform: translateY(-0.125rem);
    -webkit-transform: translateY(-0.125rem);
    transform: translateY(-0.125rem);
}
.comments-toggle.closed span:after {
    border-top-color: transparent;
    border-bottom-color: #BA141A;
    -moz-transform: translateY(-0.375rem);
    -ms-transform: translateY(-0.375rem);
    -webkit-transform: translateY(-0.375rem);
    transform: translateY(-0.375rem);
}
.comments-toggle.closed ~ .comment-list,
.comments-toggle.closed ~ .comment-respond,
.comments-toggle.closed ~ .navigation-comments {
    display: none;
}
.comment-list {
    margin-top: 2.8125rem;
    margin-bottom: 0;
    margin-left: 0;
    list-style-type: none;
}
.comment-list .children {
    list-style-type: none;
}
@media screen and (max-width: 63.99875em) {
    .comment-list .children {
        margin-left: 0.9375rem;
    }
}
@media screen and (min-width: 64em) {
    .comment-list .children {
        margin-left: 2.8125rem;
    }
}
.bypostauthor {
    text-decoration: inherit;
}
.comment-body {
    display: flex;
    margin-bottom: 1.875rem;
    align-items: flex-start;
}
.comment-meta {
    border-radius: 50%;
    flex: 0 0 auto;
    overflow: hidden;
}
@media screen and (max-width: 63.99875em) {
    .comment-meta {
        margin-right: 0.9375rem;
    }
}
@media screen and (min-width: 64em) {
    .comment-meta {
        margin-right: 1.875rem;
    }
}
@media screen and (max-width: 63.99875em) {
    .comment-author img {
        max-width: 2.8125rem;
    }
}
.comment-content {
    width: 100%;
    flex-grow: 1;
}
@media screen and (max-width: 39.99875em) {
    .comment-content {
        max-width: 80%;
    }
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .comment-content {
        max-width: 90%;
    }
}
.trackback .comment-content {
    max-width: 100%;
}
.comment-metadata {
    display: flex;
    margin-bottom: 0.9375rem;
    align-items: center;
    flex-wrap: wrap;
}
.comment-author-name {
    margin-right: 0.9375rem;
    font-weight: 600;
}
@media screen and (max-width: 63.99875em) {
    .comment-author-name {
        font-size: 0.875rem;
    }
}
.comment-author-name a {
    color: inherit;
    text-decoration: none;
}
.comment-date,
.edit-link {
    color: rgba(77, 50, 41, 0.25) !important;
    text-decoration: none;
    text-transform: uppercase;
}
@media screen and (max-width: 63.99875em) {
    .comment-date,
    .edit-link {
        font-size: 0.75rem;
    }
}
@media screen and (min-width: 64em) {
    .comment-date,
    .edit-link {
        font-size: 0.875rem;
    }
}
.edit-link {
    position: relative;
    margin-left: 0.625rem;
    padding-left: 0.625rem;
}
.edit-link a {
    color: rgba(77, 50, 41, 0.25);
    text-decoration: none;
}
.edit-link:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 0.125rem;
    width: 0.125rem;
    background-color: rgba(77, 50, 41, 0.25);
}
.comment-text {
    font-size: 0.875rem;
    font-style: italic;
}
@media screen and (max-width: 63.99875em) {
    .comment-text {
        font-size: 0.875rem;
    }
    .comment-text p {
        margin-bottom: 0.9375rem;
    }
}
@media screen and (min-width: 64em) {
    .comment-text p {
        margin-bottom: 1.25rem;
    }
}
.reply {
    display: flex;
    position: relative;
    font-weight: 300;
    align-items: center;
    text-transform: uppercase;
}
@media screen and (max-width: 63.99875em) {
    .reply {
        font-size: 0.75rem;
    }
}
@media screen and (min-width: 64em) {
    .reply {
        font-size: 0.875rem;
    }
}
.reply:after {
    content: "";
    height: 0.0625rem;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0.0625rem 0 0 rgba(255, 255, 255, 0.06);
    -webkit-box-shadow: 0 0.0625rem 0 0 rgba(255, 255, 255, 0.06);
    box-shadow: 0 0.0625rem 0 0 rgba(255, 255, 255, 0.06);
}
.reply a {
    margin-right: 0.9375rem;
    color: rgba(77, 50, 41, 0.25);
    text-decoration: none;
}
.no-comments {
    margin-top: 1.875rem;
    margin-bottom: 0;
    font-size: 1.125rem;
    font-weight: 600;
    text-decoration: underline;
}
#comments .navigation-comments {
    padding-bottom: 0;
}
.navigation-comments .next,
.navigation-comments .prev {
    text-decoration: underline;
}
.comment-respond [type="email"],
.comment-respond [type="text"],
.comment-respond [type="url"],
.comment-respond textarea {
    padding: 0.9375rem;
}
.comment-respond [type="email"]:-moz-placeholder,
.comment-respond [type="text"]:-moz-placeholder,
.comment-respond [type="url"]:-moz-placeholder,
.comment-respond textarea:-moz-placeholder {
    font-weight: 300;
}
.comment-respond [type="email"]::-moz-placeholder,
.comment-respond [type="text"]::-moz-placeholder,
.comment-respond [type="url"]::-moz-placeholder,
.comment-respond textarea::-moz-placeholder {
    font-weight: 300;
}
.comment-respond [type="email"]:-ms-input-placeholder,
.comment-respond [type="text"]:-ms-input-placeholder,
.comment-respond [type="url"]:-ms-input-placeholder,
.comment-respond textarea:-ms-input-placeholder {
    font-weight: 300;
}
.comment-respond [type="email"]::-webkit-input-placeholder,
.comment-respond [type="text"]::-webkit-input-placeholder,
.comment-respond [type="url"]::-webkit-input-placeholder,
.comment-respond textarea::-webkit-input-placeholder {
    font-weight: 300;
}
.comment-respond [type="email"],
.comment-respond [type="text"],
.comment-respond [type="url"] {
    height: 2.8125rem;
    margin-bottom: 0;
}
.comment-respond [type="submit"] {
    float: right;
    width: 100%;
    border: none;
    background-color: #BA141A;
    color: #fff;
    font-weight: 300;
    -moz-box-shadow: 0 0 0 0.0625rem rgba(255, 255, 255, 0.15);
    -webkit-box-shadow: 0 0 0 0.0625rem rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 0 0.0625rem rgba(255, 255, 255, 0.15);
}
.comment-reply-title {
    margin-top: 3.75rem;
    margin-bottom: 0.625rem;
    font-size: 1.5rem;
}
.comment-form label {
    margin-bottom: 0.1875rem;
    color: inherit;
    font-size: inherit;
    font-weight: 600;
}
.comment-notes,
.logged-in-as a {
    font-weight: 300;
    text-decoration: none;
}
.comment-form-author,
.comment-form-comment,
.comment-form-email {
    margin-bottom: 0.9375rem;
}
.comment-form-author,
.comment-form-email {
    float: left;
    width: 49%;
}
.comment-form-author {
    margin-right: 2%;
}
.comment-form-url {
    clear: both;
}
.form-submit {
    margin-top: 1.875rem;
}
.form-submit::after,
.form-submit::before {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
}
.form-submit::after {
    clear: both;
}
#enhanced-cursor {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10000;
}
@media screen and (max-width: 63.99875em) {
    #enhanced-cursor {
        display: none;
    }
}
#circle {
    position: fixed;
    height: 1.875rem;
    width: 1.875rem;
    border: 0.125rem solid #BA141A;
    border-radius: 50%;
    pointer-events: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
#circle:after,
#circle:before {
    opacity: 0;
    position: absolute;
    top: 0.625rem;
    color: #fff;
    font-family: FontAwesome;
    font-size: 0.375rem;
    text-align: center;
    -moz-transition: opacity 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: opacity 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-transition: opacity 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-delay: 0s;
    transition: opacity 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#circle::before {
    content: "\f053";
    left: -0.625rem;
}
#circle:after {
    content: "\f054";
    right: -0.625rem;
}
.drag-cursor #circle:after,
.drag-cursor #circle:before {
    opacity: 1;
}
.post-password-form label {
    margin-bottom: 2.8125rem;
    color: #4d4d4d;
    font-size: inherit;
    font-weight: 600;
}
.post-password-form input[type="submit"] {
    width: 100%;
    border: none;
    padding: 0.9375rem 5.625rem;
    background-color: #BA141A;
    color: #fff;
}
.gallery::after,
.gallery::before {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
}
.gallery::after {
    clear: both;
}
@media screen and (max-width: 39.99875em) {
    .gallery .gallery-item {
        width: 100%;
    }
}
@media screen and (min-width: 40em) {
    .gallery.gallery-columns-1 .gallery-item {
        width: 100%;
    }
    .gallery.gallery-columns-2 .gallery-item {
        width: 50%;
    }
    .gallery.gallery-columns-3 .gallery-item {
        width: 33.3333%;
    }
    .gallery.gallery-columns-4 .gallery-item {
        width: 25%;
    }
    .gallery.gallery-columns-5 .gallery-item {
        width: 20%;
    }
    .gallery.gallery-columns-6 .gallery-item {
        width: 16.6666%;
    }
    .gallery.gallery-columns-7 .gallery-item {
        width: 14.2857%;
    }
    .gallery.gallery-columns-8 .gallery-item {
        width: 12.5%;
    }
    .gallery.gallery-columns-9 .gallery-item {
        width: 11.1111%;
    }
}
.gallery-item {
    float: left;
    padding-right: 0.9375rem;
    padding-bottom: 0.9375rem;
}
.alignfull[class*="wp-block"],
.alignleft[class*="wp-block"],
.alignright[class*="wp-block"],
.alignwide[class*="wp-block"] {
    width: auto;
}
.aligncenter {
    display: block;
    clear: both;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
@media screen and (min-width: 40em) {
    .alignright {
        float: right;
        margin-left: 2.8125rem !important;
        text-align: right;
    }
}
@media screen and (min-width: 40em) {
    .alignright.wp-block-cover,
    .alignright.wp-block-gallery,
    .alignright.wp-caption,
    .alignright[class*="wp-image"],
    .wp-block-image .alignright {
        margin-top: 0.9375rem;
        margin-bottom: 1.25rem;
    }
}
@media screen and (min-width: 40em) and (min-width: 40em) and (max-width: 63.99875em) {
    .alignright.wp-block-cover,
    .alignright.wp-block-gallery,
    .alignright.wp-caption,
    .alignright[class*="wp-image"],
    .wp-block-image .alignright {
        max-width: calc(50% + 75px) !important;
    }
}
@media screen and (min-width: 40em) and (min-width: 64em) {
    .alignright.wp-block-cover,
    .alignright.wp-block-gallery,
    .alignright.wp-caption,
    .alignright[class*="wp-image"],
    .wp-block-image .alignright {
        max-width: calc(50% + 150px) !important;
    }
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .side-spacing .alignright.wp-block-cover,
    .side-spacing .alignright.wp-block-gallery,
    .side-spacing .alignright.wp-caption,
    .side-spacing .alignright[class*="wp-image"],
    .side-spacing .wp-block-image .alignright {
        margin-right: -4.6875rem !important;
    }
}
@media screen and (min-width: 64em) {
    .alignright.wp-block-cover,
    .alignright.wp-block-gallery,
    .alignright.wp-caption,
    .alignright[class*="wp-image"],
    .wp-block-image .alignright {
        margin-right: -9.375rem !important;
    }
}
@media screen and (min-width: 40em) {
    .alignleft {
        float: left;
        margin-right: 2.8125rem !important;
        text-align: left;
    }
}
@media screen and (min-width: 40em) {
    .alignleft.wp-block-cover,
    .alignleft.wp-block-gallery,
    .alignleft.wp-caption,
    .alignleft[class*="wp-image"],
    .wp-block-image .alignleft {
        margin-top: 0.9375rem;
        margin-bottom: 1.25rem;
    }
}
@media screen and (min-width: 40em) and (min-width: 40em) and (max-width: 63.99875em) {
    .alignleft.wp-block-cover,
    .alignleft.wp-block-gallery,
    .alignleft.wp-caption,
    .alignleft[class*="wp-image"],
    .wp-block-image .alignleft {
        max-width: calc(50% + 75px) !important;
    }
}
@media screen and (min-width: 40em) and (min-width: 64em) {
    .alignleft.wp-block-cover,
    .alignleft.wp-block-gallery,
    .alignleft.wp-caption,
    .alignleft[class*="wp-image"],
    .wp-block-image .alignleft {
        max-width: calc(50% + 150px) !important;
    }
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .side-spacing .alignleft.wp-block-cover,
    .side-spacing .alignleft.wp-block-gallery,
    .side-spacing .alignleft.wp-caption,
    .side-spacing .alignleft[class*="wp-image"],
    .side-spacing .wp-block-image .alignleft {
        margin-left: -4.6875rem !important;
    }
}
@media screen and (min-width: 64em) {
    .alignleft.wp-block-cover,
    .alignleft.wp-block-gallery,
    .alignleft.wp-caption,
    .alignleft[class*="wp-image"],
    .wp-block-image .alignleft {
        margin-left: -9.375rem !important;
    }
}
.alignfull,
.alignwide {
    max-width: 100vw;
}
@media screen and (min-width: 40em) {
    .alignfull,
    .alignwide {
        margin-top: 2.8125rem;
        margin-bottom: 2.8125rem;
    }
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .side-spacing .alignwide {
        margin-right: -4.6875rem !important;
        margin-left: -4.6875rem !important;
    }
}
@media screen and (min-width: 64em) {
    .alignwide {
        margin-right: -9.375rem !important;
        margin-left: -9.375rem !important;
    }
}
@media screen and (max-width: 63.99875em) {
    .alignfull {
        width: 100vw;
        margin-right: calc(100% / 2 - 100vw / 2);
        margin-left: calc(100% / 2 - 100vw / 2);
    }
}
@media screen and (min-width: 64em) {
    .alignfull {
        width: calc(100vw - 16px);
        margin-right: calc(100% / 2 - 100vw / 2);
        margin-left: calc(100% / 2 - 100vw / 2);
    }
}
#loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    border: 0 solid #fff;
    pointer-events: none;
}
#loader .logo {
    opacity: 0;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    white-space: nowrap;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
#loader .site-description {
    display: none;
}
.loader-scale-down {
    position: absolute;
    top: 50%;
    left: 50%;
}
.loader-scale-up {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.9375rem 2.8125rem;
    background: rgba(0, 0, 0, 0.15);
    overflow: hidden;
    -moz-transform: translate3d(-50%, -50%, 0) scaleY(0);
    -ms-transform: translate3d(-50%, -50%, 0) scaleY(0);
    -webkit-transform: translate3d(-50%, -50%, 0) scaleY(0);
    transform: translate3d(-50%, -50%, 0) scaleY(0);
    -moz-animation: scaleUp 0.4s 0.4s cubic-bezier(0.77, 0, 0.175, 1) forwards;
    -webkit-animation: scaleUp 0.4s 0.4s cubic-bezier(0.77, 0, 0.175, 1) forwards;
    animation: scaleUp 0.4s 0.4s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.loader-fill {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
    background: #fff;
    -moz-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -moz-animation: loadIn 10s 0.8s ease-out forwards;
    -webkit-animation: loadIn 10s 0.8s ease-out forwards;
    animation: loadIn 10s 0.8s ease-out forwards;
}
.loader-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #BA141A;
    -moz-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.loader-logo .logo {
    -moz-animation: fadeIn 0.3s 0.5s ease-in-out forwards;
    -webkit-animation: fadeIn 0.3s 0.5s ease-in-out forwards;
    animation: fadeIn 0.3s 0.5s ease-in-out forwards;
}
@-webkit-keyframes scaleUp {
    0% {
        -moz-transform: translate3d(-50%, -50%, 0) scaleY(0);
        -ms-transform: translate3d(-50%, -50%, 0) scaleY(0);
        -webkit-transform: translate3d(-50%, -50%, 0) scaleY(0);
        transform: translate3d(-50%, -50%, 0) scaleY(0);
    }
    100% {
        -moz-transform: translate3d(-50%, -50%, 0) scaleY(1);
        -ms-transform: translate3d(-50%, -50%, 0) scaleY(1);
        -webkit-transform: translate3d(-50%, -50%, 0) scaleY(1);
        transform: translate3d(-50%, -50%, 0) scaleY(1);
    }
}
@keyframes scaleUp {
    0% {
        -moz-transform: translate3d(-50%, -50%, 0) scaleY(0);
        -ms-transform: translate3d(-50%, -50%, 0) scaleY(0);
        -webkit-transform: translate3d(-50%, -50%, 0) scaleY(0);
        transform: translate3d(-50%, -50%, 0) scaleY(0);
    }
    100% {
        -moz-transform: translate3d(-50%, -50%, 0) scaleY(1);
        -ms-transform: translate3d(-50%, -50%, 0) scaleY(1);
        -webkit-transform: translate3d(-50%, -50%, 0) scaleY(1);
        transform: translate3d(-50%, -50%, 0) scaleY(1);
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes loadIn {
    0% {
        -moz-transform: translate3d(-100%, 0, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        -moz-transform: translate3d(-10%, 0, 0);
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0);
    }
}
@keyframes loadIn {
    0% {
        -moz-transform: translate3d(-100%, 0, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        -moz-transform: translate3d(-10%, 0, 0);
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0);
    }
}
.nav-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    word-break: break-word;
}
@media screen and (max-width: 39.99875em) {
    .nav-links {
        flex-direction: column;
        text-align: center;
    }
}
.nav-links a {
    text-decoration: none;
}
.nav-links__pages a:focus,
.nav-links__pages a:hover,
.nav-links__side a:focus,
.nav-links__side a:hover {
    color: #BA141A;
}
.nav-links__side {
    text-decoration: underline;
}
.nav-links__pages {
    display: flex;
    flex: 1 1 0;
    justify-content: center;
}
.page-numbers {
    display: flex;
    margin: 0;
    align-items: center;
    list-style-type: none;
}
.page-numbers a,
.page-numbers span {
    padding: 0.625rem 0.9375rem;
    line-height: 1;
}
.page-numbers a.current,
.page-numbers span.current {
    background-color: #BA141A;
    color: #fff !important;
}
.page-numbers a:focus,
.page-numbers a:hover,
.page-numbers span:focus,
.page-numbers span:hover {
    color: #BA141A;
}
.nav-links__side {
    display: flex;
    flex: 1 0 0;
}
.nav-links__prev {
    justify-content: flex-start;
}
@media screen and (max-width: 39.99875em) {
    .nav-links__prev a {
        margin-bottom: 0.9375rem;
    }
}
.nav-links__next {
    justify-content: flex-end;
}
@media screen and (max-width: 39.99875em) {
    .nav-links__next a {
        margin-top: 0.9375rem;
    }
}
.post-navigation {
    padding-top: 1.875rem;
}
.post-navigation:first-child {
    border-top: 0.125rem solid #4d4d4d;
}
.post-navigation:last-child {
    margin-bottom: 3.75rem;
}
.nav-next,
.nav-previous {
    flex-grow: 1;
}
@media screen and (min-width: 40em) {
    .nav-next,
    .nav-previous {
        max-width: 50%;
    }
}
.nav-next:only-child,
.nav-previous:only-child {
    max-width: 100%;
}
.nav-next a,
.nav-previous a {
    display: inline-flex;
    color: inherit !important;
    flex-direction: column;
}
@media screen and (max-width: 39.99875em) {
    .nav-next:not(:only-child) {
        margin-top: 0.9375rem;
    }
}
@media screen and (min-width: 40em) {
    .nav-next {
        text-align: right;
    }
}
.meta-nav {
    opacity: 0.5;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
}
.post-title {
    padding-top: 0.375rem;
    font-size: 1.125rem;
    line-height: 1.2;
}
@media screen and (min-width: 64em) {
    .post-title {
        font-weight: 600;
    }
}
.screen-reader-text {
    position: absolute !important;
    left: -999em;
    height: 1px;
    width: 1px;
    overflow: hidden;
    white-space: nowrap;
}
#scroll-top {
    display: none;
    position: fixed;
    z-index: 1000;
}
@media screen and (max-width: 63.99875em) {
    #scroll-top {
        right: 1.125rem;
        bottom: 1.125rem;
    }
}
@media screen and (min-width: 64em) {
    #scroll-top {
        right: 1.875rem;
        bottom: 1.875rem;
    }
}
#scroll-top:after {
    content: "";
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    height: 100%;
    width: 100%;
    border: 0.0625rem solid rgba(0, 0, 0, 0.7);
}
#scroll-top i {
    display: block;
    border: 0.0625rem solid rgba(0, 0, 0, 0.7);
    padding: 0.75rem;
    background-color: #fff;
}
#scroll-top i:before {
    content: "";
    display: block;
    position: relative;
    top: 0.25rem;
    left: 0.125rem;
    height: 0.75rem;
    width: 0.75rem;
    border: 0.125rem solid #BA141A;
    border-width: 0.125rem 0 0 0.125rem;
    transform: rotate(45deg);
}
.search-popup {
    opacity: 0;
    display: flex;
    z-index: 3000;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    -moz-transition: opacity 0.45s ease;
    -o-transition: opacity 0.45s ease;
    -webkit-transition: opacity 0.45s ease;
    transition: opacity 0.45s ease;
}
@media screen and (max-width: 782px) {
    .admin-bar .search-popup {
        top: 46px !important;
    }
}
@media screen and (min-width: 783px) {
    .admin-bar .search-popup {
        top: 32px;
    }
}
.search-popup.opened {
    opacity: 1;
    pointer-events: all;
}
.search-popup.opened .search-form__field:after {
    width: 13.125rem;
}
.popup-close {
    position: absolute;
    cursor: pointer;
    outline: 0;
}
@media screen and (max-width: 63.99875em) {
    .popup-close {
        top: 1.25rem;
        right: 0.9375rem;
        height: 2.8125rem;
        width: 2.8125rem;
    }
}
@media screen and (min-width: 64em) {
    .popup-close {
        top: 5.625rem;
        right: 5.625rem;
        height: 3.75rem;
        width: 3.75rem;
    }
}
.popup-close:after,
.popup-close:before {
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
    transform: rotate(45deg);
}
.popup-close:before {
    top: 50%;
    left: 0;
    height: 0.125rem;
    width: 100%;
    margin-top: -0.08em;
}
.popup-close:after {
    top: 0;
    left: 50%;
    height: 100%;
    width: 0.125rem;
    margin-left: -0.08em;
}
.search-popup .search-form {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
}
.search-form__field {
    display: flex;
    position: relative;
    margin-bottom: 1.875rem;
}
.search-form__field:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 0.125rem;
    width: 0;
    background-color: #BA141A33;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transition: width 0.9s ease 0.15s;
    -o-transition: width 0.9s ease 0.15s;
    -webkit-transition: width 0.9s ease;
    -webkit-transition-delay: 0.15s;
    transition: width 0.9s ease 0.15s;
}
@media screen and (max-width: 39.99875em) {
    .search-form__input {
        font-size: 3rem;
    }
}
@media screen and (min-width: 40em) {
    .search-form__input {
        font-size: 4.5rem;
    }
}
.search-form__input[type="search"] {
    height: auto;
    border: none;
    background: 0 0;
    color: #4d4d4d;
    font-style: italic;
    font-weight: 500;
    box-shadow: none;
    line-height: 1;
    text-align: center;
}
.search-form__input[type="search"]:-moz-placeholder {
    color: #4d4d4d;
}
.search-form__input[type="search"]::-moz-placeholder {
    color: #4d4d4d;
}
.search-form__input[type="search"]:-ms-input-placeholder {
    color: #4d4d4d;
}
.search-form__input[type="search"]::-webkit-input-placeholder {
    color: #4d4d4d;
}
.search-form__input::-webkit-search-cancel-button {
    display: none;
}
.search-form__text {
    font-weight: 300;
    text-align: center;
}
.color-skin--light .popup-close:after,
.color-skin--light .popup-close:before {
    background-color: #fff;
}
.color-skin--light .search-form__text {
    color: #BA141A33;
}
.color-skin--dark .popup-close:after,
.color-skin--dark .popup-close:before {
    background-color: #BA141A;
}
.color-skin--dark .search-form__text {
    color: rgba(77, 50, 41, 0.25);
}
.social-icon {
    display: inline-flex;
    position: relative;
    margin-right: 0.625rem;
    margin-bottom: 0.625rem;
    align-items: center;
    text-decoration: none;
}
.social-icon:before {
    z-index: -1;
    background-color: rgba(77, 50, 41, 0.06);
}
.social-icon:after {
    border-color: rgba(77, 50, 41, 0.25);
}
.social-icon span {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 0.375rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}
.social-facebook i {
    color: #365493;
}
.social-twitter i {
    color: #3cf;
}
.social-pinterest i {
    color: #cb2027;
}
.social-mail i {
    color: #f89a1e;
}
.social-whatsapp i {
    color: #1ebea5;
}
.social-odnoklassniki i {
    color: #ee8208;
}
.social-vk i {
    color: #4c75a3;
}
.social-telegram i {
    color: #37aee2;
}
@media screen and (max-width: 39.99875em) {
    .widget-area {
        padding-top: 3.75rem;
    }
    .widget-area:only-child {
        padding-bottom: 1.875rem;
    }
}
@media screen and (min-width: 40em) {
    .widget-area {
        padding-top: 5.625rem;
        padding-bottom: 1.875rem;
    }
}
[class^="widget-area-column-"] {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}
.widget__item__title {
    margin-top: 0;
    border-bottom-style: solid;
    border-bottom-width: 0.0625rem;
    padding-bottom: 0.625rem;
    font-weight: 400;
    letter-spacing: 0.0625rem;
    text-transform: uppercase;
}
@media screen and (max-width: 39.99875em) {
    .widget__item {
        margin-bottom: 1.875rem;
    }
}
@media screen and (min-width: 40em) {
    .widget__item {
        margin-bottom: 3.75rem;
    }
}
.widget_archive select,
[class*="widget-archives"] select {
    border-right: 0.625rem solid transparent !important;
    -moz-appearance: menulist !important;
    -webkit-appearance: menulist !important;
}
.widget_calendar a,
[class*="widget-calendar"] a {
    text-decoration: none;
}
.widget_calendar table,
[class*="widget-calendar"] table {
    table-layout: fixed;
    border-collapse: separate;
}
.widget_calendar caption,
[class*="widget-calendar"] caption {
    font-size: 0.75rem;
    letter-spacing: 0.0625rem;
    text-transform: uppercase;
}
.widget_calendar td,
.widget_calendar th,
[class*="widget-calendar"] td,
[class*="widget-calendar"] th {
    border: none;
    padding: 0.375rem;
    font-size: 0.75rem;
    text-align: center;
}
.widget_calendar .pad,
[class*="widget-calendar"] .pad {
    background-color: transparent !important;
}
.widget_categories ul,
.widget_pages ul,
[class*="widget-categories"] .elementor-widget-container ul,
[class*="widget-pages"] ul {
    list-style-type: none;
}
.widget_categories .children,
.widget_pages .children,
[class*="widget-categories"] .elementor-widget-container .children,
[class*="widget-pages"] .children {
    margin-top: 0.625rem;
}
.widget_categories > ul,
.widget_pages > ul,
[class*="widget-categories"] .elementor-widget-container > ul,
[class*="widget-pages"] > ul {
    margin-left: 0;
}
.widget_meta ul a,
[class*="widget-meta"] ul a {
    text-decoration: none !important;
}
.widget_recent_comments ul a,
[class*="widget-recent-comments"] ul a {
    color: #f4f3f2 !important;
}
.widget_pikart_recent_projects ul a,
.widget_recent_entries ul a,
[class*="widget-pikart-recent-projects"] ul a,
[class*="widget-recent-posts"] ul a {
    color: #f4f3f2 !important;
}
.widget_rss ul li,
[class*="widget-rss"] ul li {
    margin-bottom: 1.875rem !important;
}
.widget_rss ul a,
[class*="widget-rss"] ul a {
    color: #f4f3f2 !important;
}
.widget_rss .rss-date,
[class*="widget-rss"] .rss-date {
    display: flex;
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
    font-size: 0.6875rem;
    align-items: center;
}
.widget_rss .rss-date:before,
[class*="widget-rss"] .rss-date:before {
    content: "";
    display: inline-flex;
    height: 0.0625rem;
    width: 0.9375rem;
    margin-right: 0.625rem;
}
.widget_rss .rssSummary,
[class*="widget-rss"] .rssSummary {
    font-size: 0.75rem;
    font-weight: 400;
}
.widget_search .search-form,
[class*="widget-search"] .search-form {
    position: relative;
}
.widget_search .search-field,
[class*="widget-search"] .search-field {
    margin-bottom: 0;
    border: none;
    padding-left: 0.9375rem;
    font-size: 0.875rem;
}
.widget_search .search-submit,
[class*="widget-search"] .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 0.9375rem;
    cursor: pointer;
}
.widget_search .search-submit:before,
[class*="widget-search"] .search-submit:before {
    content: "\e090";
    font-weight: 700 !important;
}
.widget_tag_cloud .tagcloud,
[class*="widget-tag_cloud"] .tagcloud {
    margin-bottom: 1.875rem;
}
.widget_tag_cloud a,
[class*="widget-tag_cloud"] a {
    display: inline-block;
    margin-right: 0.375rem;
    margin-bottom: 0.375rem;
    border-style: solid;
    border-width: 0.0625rem;
    padding: 0.375rem 0.75rem;
    font-size: 0.75rem !important;
    line-height: 1;
    text-decoration: none;
}
.widget_nav_menu ul,
[class*="widget-nav_menu"] ul {
    list-style-type: none;
}
.widget_nav_menu ul li,
[class*="widget-nav_menu"] ul li {
    width: 100%;
}
.widget_nav_menu ul a,
[class*="widget-nav_menu"] ul a {
    display: inline-block;
    padding: 0;
    line-height: inherit;
}
.widget_nav_menu .sub-menu,
[class*="widget-nav_menu"] .sub-menu {
    margin-top: 0.625rem;
    margin-left: 0.625rem;
}
.widget_nav_menu > ul,
[class*="widget-nav_menu"] > ul {
    margin-left: 0;
}
.widget_pikart_social_links .widget_social_links__list a,
[class*="widget-pikart-social-links"] .widget_social_links__list a {
    margin: 0 0.25rem 0.25rem 0;
    padding: 0.5625rem;
}
.widget_pikart_flickr ul,
.widget_pikart_instagram ul,
[class*="widget-pikart-flickr"] ul,
[class*="widget-pikart-instagram"] ul {
    margin-bottom: 0;
    margin-left: 0;
    list-style-type: none;
}
.widget_pikart_flickr ul::after,
.widget_pikart_flickr ul::before,
.widget_pikart_instagram ul::after,
.widget_pikart_instagram ul::before,
[class*="widget-pikart-flickr"] ul::after,
[class*="widget-pikart-flickr"] ul::before,
[class*="widget-pikart-instagram"] ul::after,
[class*="widget-pikart-instagram"] ul::before {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
}
.widget_pikart_flickr ul::after,
.widget_pikart_instagram ul::after,
[class*="widget-pikart-flickr"] ul::after,
[class*="widget-pikart-instagram"] ul::after {
    clear: both;
}
.widget_pikart_flickr ul.photos-spacing-small,
.widget_pikart_instagram ul.photos-spacing-small,
[class*="widget-pikart-flickr"] ul.photos-spacing-small,
[class*="widget-pikart-instagram"] ul.photos-spacing-small {
    margin-right: -0.1875rem;
}
.widget_pikart_flickr ul.photos-spacing-medium,
.widget_pikart_instagram ul.photos-spacing-medium,
[class*="widget-pikart-flickr"] ul.photos-spacing-medium,
[class*="widget-pikart-instagram"] ul.photos-spacing-medium {
    margin-right: -0.75rem;
}
.widget_pikart_flickr ul.photos-spacing-large,
.widget_pikart_instagram ul.photos-spacing-large,
[class*="widget-pikart-flickr"] ul.photos-spacing-large,
[class*="widget-pikart-instagram"] ul.photos-spacing-large {
    margin-right: -1.125rem;
}
.widget_pikart_flickr li,
.widget_pikart_instagram li,
[class*="widget-pikart-flickr"] li,
[class*="widget-pikart-instagram"] li {
    float: left;
    margin-bottom: 0;
}
.photos-columns-1 li {
    width: 100%;
}
.photos-columns-2 li {
    width: 50%;
}
.photos-columns-3 li {
    width: 33.3333%;
}
.photos-columns-4 li {
    width: 25%;
}
.photos-columns-5 li {
    width: 20%;
}
.photos-columns-6 li {
    width: 16.6666%;
}
.photos-spacing-small li {
    padding-right: 0.1875rem;
    padding-bottom: 0.1875rem;
}
.photos-spacing-medium li {
    padding-right: 0.75rem;
    padding-bottom: 0.75rem;
}
.photos-spacing-large li {
    padding-right: 1.125rem;
    padding-bottom: 1.125rem;
}
.color-skin--light .widget__item__title {
    border-bottom-color: rgba(255, 255, 255, 0.15);
}
.color-skin--light .widget__item form:after {
    background: rgba(77, 50, 41, 0.25);
    color: #BA141A;
}
.color-skin--light .widget__item select {
    background-color: rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.5);
}
.color-skin--light .widget_archive ul li,
.color-skin--light .widget_categories ul li,
.color-skin--light .widget_meta ul li,
.color-skin--light .widget_nav_menu ul li,
.color-skin--light .widget_pages ul li,
.color-skin--light .widget_pikart_recent_projects ul li,
.color-skin--light .widget_recent_comments ul li,
.color-skin--light .widget_recent_entries ul li,
.color-skin--light .widget_rss ul li {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
}
.color-skin--light .widget_archive ul a,
.color-skin--light .widget_categories ul a,
.color-skin--light .widget_meta ul a,
.color-skin--light .widget_nav_menu ul a,
.color-skin--light .widget_pages ul a,
.color-skin--light .widget_pikart_recent_projects ul a,
.color-skin--light .widget_recent_comments ul a,
.color-skin--light .widget_recent_entries ul a,
.color-skin--light .widget_rss ul a {
    color: rgba(255, 255, 255, 0.7);
}
.color-skin--light .widget_pikart_recent_projects ul a,
.color-skin--light .widget_recent_comments ul a,
.color-skin--light .widget_recent_entries ul a,
.color-skin--light .widget_rss ul a {
    color: #f4f3f2 !important;
}
.color-skin--light .widget_rss .rss-date:before {
    background-color: rgba(255, 255, 255, 0.5);
}
.color-skin--light .widget_rss cite {
    color: rgba(255, 255, 255, 0.5);
}
.color-skin--light .widget_calendar caption {
    background-color: rgba(255, 255, 255, 0.15);
}
.color-skin--light .widget_calendar thead td,
.color-skin--light .widget_calendar thead th {
    color: #BA141A33;
}
.color-skin--light .widget_calendar tbody td,
.color-skin--light .widget_calendar tbody th {
    background-color: rgba(255, 255, 255, 0.15);
    color: #f4f3f2;
}
.color-skin--light .widget_search .search-field {
    background-color: rgba(255, 255, 255, 0.15);
}
.color-skin--light .widget_search .search-submit {
    background-color: rgba(77, 50, 41, 0.25);
}
.color-skin--light .widget_text * {
    color: rgba(255, 255, 255, 0.7);
}
.color-skin--light .widget_tag_cloud a {
    border-color: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.7);
}
.color-skin--light .widget_pikart_social_links .widget_social_links__list a {
    background-color: rgba(255, 255, 255, 0.15);
}
.color-skin--dark .widget__item__title {
    border-bottom-color: rgba(0, 0, 0, 0.15);
    font-weight: 500;
}
.color-skin--dark .widget__item form:after {
    background: rgba(0, 0, 0, 0.15);
    color: #BA141A;
}
.color-skin--dark .widget__item select {
    background-color: #BA141A33;
    color: rgba(0, 0, 0, 0.5);
}
.color-skin--dark .widget_archive ul li,
.color-skin--dark .widget_categories ul li,
.color-skin--dark .widget_meta ul li,
.color-skin--dark .widget_nav_menu ul li,
.color-skin--dark .widget_pages ul li,
.color-skin--dark .widget_pikart_recent_projects ul li,
.color-skin--dark .widget_recent_comments ul li,
.color-skin--dark .widget_recent_entries ul li,
.color-skin--dark .widget_rss ul li {
    color: rgba(0, 0, 0, 0.7);
}
.color-skin--dark .widget_archive ul a,
.color-skin--dark .widget_categories ul a,
.color-skin--dark .widget_meta ul a,
.color-skin--dark .widget_nav_menu ul a,
.color-skin--dark .widget_pages ul a,
.color-skin--dark .widget_pikart_recent_projects ul a,
.color-skin--dark .widget_recent_comments ul a,
.color-skin--dark .widget_recent_entries ul a,
.color-skin--dark .widget_rss ul a {
    color: rgba(0, 0, 0, 0.7);
}
.color-skin--dark .widget_pikart_recent_projects ul a,
.color-skin--dark .widget_recent_comments ul a,
.color-skin--dark .widget_recent_entries ul a,
.color-skin--dark .widget_rss ul a {
    color: #4d4d4d !important;
}
.color-skin--dark .widget_rss .rss-date:before {
    background-color: rgba(0, 0, 0, 0.5);
}
.color-skin--dark .widget_rss cite {
    color: rgba(0, 0, 0, 0.5);
}
.color-skin--dark .widget_calendar caption {
    background-color: #fff;
}
.color-skin--dark .widget_calendar thead td,
.color-skin--dark .widget_calendar thead th {
    color: #4d4d4d;
}
.color-skin--dark .widget_calendar tbody td,
.color-skin--dark .widget_calendar tbody th {
    background-color: #fff;
    color: #4d4d4d;
}
.color-skin--dark .widget_search .search-field {
    background-color: #BA141A33;
}
.color-skin--dark .widget_search .search-submit {
    background-color: rgba(0, 0, 0, 0.15);
}
.color-skin--dark .widget_text * {
    color: rgba(0, 0, 0, 0.7);
}
.color-skin--dark .widget_tag_cloud a {
    border-color: rgba(77, 50, 41, 0.25);
    color: rgba(0, 0, 0, 0.7);
}
.color-skin--dark .widget_pikart_social_links .widget_social_links__list a {
    background-color: rgba(0, 0, 0, 0.15);
}
.elementor-widget-wrap {
    font-weight: 400;
}
.elementor-widget-wrap .h5 {
    border-bottom-color: rgba(0, 0, 0, 0.15);
    font-weight: 500;
}
.elementor-widget-wrap .elementor-widget form:after {
    background: rgba(0, 0, 0, 0.15);
    color: #BA141A;
}
.elementor-widget-wrap .elementor-widget select {
    background-color: #BA141A33;
    color: rgba(0, 0, 0, 0.5);
}
[class*="widget-archives"] ul li,
[class*="widget-categories"] ul li,
[class*="widget-meta"] ul li,
[class*="widget-nav_menu"] ul li,
[class*="widget-pages"] ul li,
[class*="widget-pikart-recent-projects"] ul li,
[class*="widget-recent-comments"] ul li,
[class*="widget-recent-posts"] ul li,
[class*="widget-rss"] ul li {
    color: rgba(0, 0, 0, 0.7);
}
[class*="widget-archives"] ul a,
[class*="widget-categories"] ul a,
[class*="widget-meta"] ul a,
[class*="widget-nav_menu"] ul a,
[class*="widget-pages"] ul a,
[class*="widget-pikart-recent-projects"] ul a,
[class*="widget-recent-comments"] ul a,
[class*="widget-recent-posts"] ul a,
[class*="widget-rss"] ul a {
    color: rgba(0, 0, 0, 0.7);
}
[class*="widget-pikart-recent-projects"] ul a,
[class*="widget-recent-comments"] ul a,
[class*="widget-recent-posts"] ul a,
[class*="widget-rss"] ul a {
    color: rgba(77, 50, 41, 0.25) !important;
}
[class*="widget-rss"] .rss-date:before {
    background-color: rgba(0, 0, 0, 0.5);
}
[class*="widget-rss"] cite {
    color: rgba(0, 0, 0, 0.5);
}
[class*="widget-calendar"] caption {
    background-color: rgba(77, 50, 41, 0.06);
}
[class*="widget-calendar"] thead td,
[class*="widget-calendar"] thead th {
    color: #4d4d4d;
}
[class*="widget-calendar"] tbody td,
[class*="widget-calendar"] tbody th {
    background-color: rgba(77, 50, 41, 0.06);
    color: #4d4d4d;
}
[class*="widget-search"] .search-field {
    background-color: #BA141A33;
}
[class*="widget-search"] .search-submit {
    background-color: rgba(0, 0, 0, 0.15);
}
[class*="widget-text"] * {
    color: rgba(0, 0, 0, 0.5);
}
[class*="widget-tag_cloud"] a {
    border-color: rgba(0, 0, 0, 0.15);
    color: rgba(0, 0, 0, 0.5);
}
[class*="widget-pikart-social-links"] .widget_social_links__list a {
    background-color: rgba(0, 0, 0, 0.15);
}
.site-content-container,
.site-header-container,
.site-info-container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.125rem;
    padding-left: 1.125rem;
}
.search-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
pre:before {
    content: "\f121";
    position: absolute;
    top: 0;
    left: 0;
    height: 2.625rem;
    width: 1.6875rem;
    border: 0.0625rem solid #BA141A33;
    border-width: 0 0.0625rem 0.0625rem 0;
    background-color: #fff;
    color: #4d4d4d;
    font-family: FontAwesome;
    font-size: 0.875rem;
    font-style: normal;
    line-height: 2.625rem;
    text-align: center;
}
.wp-caption,
figure {
    max-width: 100%;
    margin-bottom: 1.875rem;
}
.gallery-caption,
.wp-caption-text,
figcaption {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
    border-left: 0.0625rem solid rgba(77, 50, 41, 0.25);
    padding-left: 1.25rem;
    color: inherit;
    font-size: 0.75rem;
    line-height: 1.5;
    text-align: left;
}
.mfp-title figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    width: auto;
    max-height: 5.625rem;
    max-width: 100%;
    margin: 0;
    border: none;
    padding: 0.9375rem;
    background: #BA141A;
    color: #BA141A33;
    font-size: 0.75rem;
    font-weight: 300;
}
.widget_search .search-submit:before,
[class*="widget-search"] .search-submit:before {
    font-family: simple-line-icons;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}
.site-header.fixed-mode-on,
.site-header.sticky-mode-on {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
.navigation-comments,
.navigation.pagination,
.page-links {
    border-top: 0.125rem solid #BA141A;
    padding-top: 1.875rem;
    padding-bottom: 3.75rem;
}
.cards--blog .card-date:not(:only-child):before,
.cards--blog .card-taxonomies span:not(:only-child):not(:first-child):before,
.cards--portfolio .card-meta span:not(:only-child):not(:first-child):before,
.entry-date:not(:only-child):before {
    content: "";
    height: 0.125rem;
    width: 0.125rem;
    margin-right: 0.375rem;
    margin-left: 0.375rem;
    background-color: rgba(77, 50, 41, 0.25);
}
.widget_archive ul,
.widget_meta ul,
.widget_pikart_recent_projects ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul,
.wp-block-archives,
.wp-block-categories,
.wp-block-categories__list,
.wp-block-latest-comments,
.wp-block-latest-posts,
[class*="widget-archives"] ul,
[class*="widget-meta"] ul,
[class*="widget-pikart-recent-projects"] ul,
[class*="widget-recent-comments"] ul,
[class*="widget-recent-posts"] ul,
[class*="widget-rss"] ul {
    margin-left: 0;
    list-style-type: none;
}
.wp-block-quote,
blockquote {
    position: relative;
    margin-top: 0.9375rem;
    font-size: 1.5rem;
    font-style: italic;
}
.wp-block-quote:before,
blockquote:before {
    content: "\201C";
    display: block;
    position: absolute;
    top: 1.0625rem;
    left: -0.5625rem;
    z-index: 0;
    font-family: "Playfair Display";
    font-size: 12.5rem;
    font-style: normal;
    color: #f1f1f1;
    line-height: 0.4;
}
.wp-block-quote p,
blockquote p {
    position: relative;
    z-index: 1;
    margin-bottom: 0.9375rem;
}
.wp-block-quote cite,
blockquote cite {
    margin-top: 0.625rem;
    color: rgba(77, 50, 41, 0.25);
    font-style: italic !important;
}
.wp-block-quote cite a,
blockquote cite a {
    color: rgba(77, 50, 41, 0.25);
}
.cards--blog .card-read-more,
.entry-categories a,
.error-button,
.social-icon,
.wp-block-button .wp-block-button__link {
    padding: 0.75rem 1.125rem;
    line-height: 1;
}
.comment-respond [type="submit"],
.comments-toggle {
    padding: 1.125rem 1.5rem;
    line-height: 1;
}
.cards--blog .card-read-more:hover,
.comments-toggle:hover,
.error-button:hover,
.social-icon:hover {
    color: inherit;
}
.cards--blog .card-read-more:hover:before,
.comments-toggle:hover:before,
.error-button:hover:before,
.social-icon:hover:before {
    top: -0.3125rem;
    left: -0.3125rem;
}
.cards--blog .card-read-more:before,
.comments-toggle:before,
.error-button:before,
.social-icon:before {
    content: "";
    position: absolute;
    top: 0.3125rem;
    left: 0.3125rem;
    height: 100%;
    width: 100%;
    -moz-box-shadow: 0 0 0 0.0625rem rgba(255, 255, 255, 0.15);
    -webkit-box-shadow: 0 0 0 0.0625rem rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 0 0.0625rem rgba(255, 255, 255, 0.15);
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.cards--blog .card-read-more:after,
.comments-toggle:after,
.error-button:after,
.social-icon:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-style: solid;
    border-width: 0.0625rem;
}
#footer-menu a,
#primary-menu > li > a {
    color: inherit;
    font-weight: 600;
}
#footer-menu a:hover span:before,
#primary-menu > li > a:hover span:before {
    transform-origin: left;
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
#footer-menu a span,
#primary-menu > li > a span {
    position: relative;
    padding-bottom: 0.125rem;
}
#footer-menu a span:before,
#primary-menu > li > a span:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0.125rem;
    width: 100%;
    transform-origin: right;
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transition: -moz-transform 0.2s ease;
    -o-transition: -o-transform 0.2s ease;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
}
#mobile-primary .menu-item-has-children > a,
#primary-menu .menu-item-has-children > a {
    position: relative;
}
#mobile-primary .menu-item-has-children > a:after,
#primary-menu .menu-item-has-children > a:after {
    content: "+";
    position: absolute;
    top: 50%;
}
.entry-description,
.showcase-text {
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
}
@media screen and (max-width: 39.99875em) {
    .entry-description,
    .showcase-text {
        width: 100%;
    }
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .entry-description,
    .showcase-text {
        width: calc(66% - 60px);
    }
}
@media screen and (min-width: 64em) {
    .entry-description,
    .showcase-text {
        width: calc(33% - 60px);
    }
}
.entry-terms,
.slide-meta {
    display: flex;
    width: 100%;
    font-size: 0.6875rem;
    font-weight: 300;
    align-items: center;
}
.entry-terms a,
.slide-meta a {
    display: flex;
    color: inherit;
    align-items: center;
    text-decoration: none;
}
.entry-terms a:not(:last-child):after,
.slide-meta a:not(:last-child):after {
    content: "";
    opacity: 0.3;
    height: 0.125rem;
    width: 0.125rem;
    margin-right: 0.625rem;
    margin-left: 0.625rem;
    border-radius: 50%;
    background-color: #fff;
}
.widget_archive ul li,
.widget_categories ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_pikart_recent_projects ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li,
.wp-block-archives li,
.wp-block-categories li,
.wp-block-categories__list li,
.wp-block-latest-posts li,
[class*="widget-archives"] ul li,
[class*="widget-categories"] .elementor-widget-container ul li,
[class*="widget-meta"] ul li,
[class*="widget-nav_menu"] ul li,
[class*="widget-pages"] ul li,
[class*="widget-pikart-recent-projects"] ul li,
[class*="widget-recent-comments"] ul li,
[class*="widget-recent-posts"] ul li,
[class*="widget-rss"] ul li {
    margin-bottom: 0.625rem;
}
.widget_archive ul a,
.widget_categories ul a,
.widget_meta ul a,
.widget_nav_menu ul a,
.widget_pages ul a,
.widget_pikart_recent_projects ul a,
.widget_recent_comments ul a,
.widget_recent_entries ul a,
.widget_rss ul a,
.wp-block-archives a,
.wp-block-categories a,
.wp-block-categories__list a,
.wp-block-latest-posts a,
[class*="widget-archives"] ul a,
[class*="widget-categories"] .elementor-widget-container ul a,
[class*="widget-meta"] ul a,
[class*="widget-nav_menu"] ul a,
[class*="widget-pages"] ul a,
[class*="widget-pikart-recent-projects"] ul a,
[class*="widget-recent-comments"] ul a,
[class*="widget-recent-posts"] ul a,
[class*="widget-rss"] ul a {
    text-decoration: underline;
}
.widget__item:last-child {
    margin-bottom: 0;
}
.widget__item form:not(.search-form) {
    position: relative;
}
.widget__item form:not(.search-form):after {
    content: "\25bc";
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    padding: 0 0.625rem;
    font-size: 0.75rem;
    align-items: center;
    pointer-events: none;
}
.widget__item select {
    margin-bottom: 0;
    border: none;
    padding-left: 0.9375rem;
    background-image: none;
    font-size: 0.875rem;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.widget__item option {
    color: #BA141A;
}
.widget_pikart_recent_projects ul li span,
.widget_recent_entries ul li span,
.wp-block-latest-comments li time,
.wp-block-latest-posts time,
[class*="widget-pikart-recent-projects"] ul li span,
[class*="widget-recent-posts"] ul li span {
    margin-left: 0.625rem;
    font-size: 0.75rem;
}
.widget_pikart_recent_projects ul li span:before,
.widget_recent_entries ul li span:before,
.wp-block-latest-comments li time:before,
.wp-block-latest-posts time:before,
[class*="widget-pikart-recent-projects"] ul li span:before,
[class*="widget-recent-posts"] ul li span:before {
    content: ".";
    display: inline-block;
    position: relative;
    top: -0.25rem;
    margin-right: 0.625rem;
}
.wpcf7-form label {
    font-size: inherit;
    font-weight: 300;
}
.wpcf7-form label span {
    display: block;
    margin-top: 0.625rem;
}
.wpcf7-form input {
    height: 3rem;
    padding: 0.9375rem;
}
.wpcf7-form input:focus {
    border-color: rgba(77, 50, 41, 0.25);
}
.wpcf7-form-control[type="submit"] {
    border: none;
    padding: 0.9375rem 5.625rem;
    background-color: #BA141A;
    color: #fff;
    font-weight: 300;
}
.wpcf7-form-control[type="file"] {
    padding: 0;
    color: rgba(77, 50, 41, 0.25);
}
.mfp-bg.mfp-ready {
    opacity: 0.9;
}
.mfp-bg,
.mfp-container {
    opacity: 0;
    -moz-transition: opacity 0.45s ease;
    -o-transition: opacity 0.45s ease;
    -webkit-transition: opacity 0.45s ease;
    transition: opacity 0.45s ease;
}
.mfp-wrap {
    overflow: hidden !important;
}
.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-image-popup {
    opacity: 0;
    position: relative;
    margin: auto;
    -moz-transition: opacity 0.45s ease;
    -o-transition: opacity 0.45s ease;
    -webkit-transition: opacity 0.45s ease;
    transition: opacity 0.45s ease;
}
.mfp-image-popup.mfp-figure {
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.mfp-image-popup.mfp-figure:after {
    background: rgba(0, 0, 0, 0.15);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.mfp-image-popup.animated {
    opacity: 1;
}
.mfp-removing .mfp-image-popup.animated {
    opacity: 0;
}
.mfp-image-popup:after {
    top: 3.75rem;
    bottom: 3.75rem;
}
@media screen and (min-width: 40em) {
    .mfp-title {
        position: absolute;
        bottom: 3.75rem;
        left: 0;
        width: 100%;
    }
}
.mfp-title figcaption {
    position: absolute;
    bottom: 0;
}
.mfp-title figcaption:empty {
    display: none;
}
.mfp-image-popup .mfp-img {
    padding: 3.75rem 0;
}
.mfp-counter {
    opacity: 0.7;
    display: flex;
    top: 100%;
    width: 100%;
    margin-top: -3.75rem;
    padding: 0.9375rem 1.875rem;
    font-size: 0.875rem;
    font-weight: 300;
    color: #fff;
    justify-content: center;
}
.mfp-counter .separator {
    margin: 0 0.125rem;
}
.mfp-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    -moz-transform: translateY(-rem-calc(20));
    -ms-transform: translateY(-rem-calc(20));
    -webkit-transform: translateY(-rem-calc(20));
    transform: translateY(-rem-calc(20));
}
.mp-arrow {
    position: absolute;
}
.mp-arrow i {
    position: relative;
    display: block;
    border: 0.0625rem solid rgba(255, 255, 255, 0.5);
    padding: 0.9375rem;
}
.mp-arrow i:before {
    content: "";
    display: block;
    position: relative;
    height: 0.75rem;
    width: 0.75rem;
    border: 0.125rem solid #fff;
    transform: rotate(45deg);
}
.mp-arrow i:after {
    content: "";
    position: absolute;
    top: 0.125rem;
    left: 0.125rem;
    height: 100%;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.mp-arrow-prev {
    left: -4.6875rem;
}
.mp-arrow-prev i:before {
    left: 0.3125rem;
    border-width: 0 0 0.125rem 0.125rem;
}
.mp-arrow-next {
    right: -4.6875rem;
}
.mp-arrow-next i:before {
    border-width: 0.125rem 0.125rem 0 0;
}
#loader {
    border-color: #BA141A;
}
#loader {
    background-color: #BA141A;
}
a {
    color: #BA141A;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #BA141A;
}
body,
a {
    color: #4d4d4d;
}
::selection {
    background: #fe6c61;
}
::-moz-selection {
    background-color: #fe6c61;
}
h1,
h2,
h3,
h4,
h5,
h6,
.hero-header,
#showcase-slider {
    font-family: "Poppins", PT Sans, sans-serif;
}
h1 {
    font-size: 48px;
}
h1 {
    font-weight: 600;
}
h2 {
    font-size: 37px;
}
h2 {
    font-weight: 500;
}
h3 {
    font-size: 30px;
}
h3 {
    font-weight: 400;
}
h4 {
    font-size: 24px;
}
h4 {
    font-weight: 300;
}
h5 {
    font-size: 18px;
}
h5 {
    font-weight: 400;
}
h6 {
    font-size: 14px;
}
h6 {
    font-weight: 500;
}
body {
    font-family: "Lato", PT Sans, sans-serif;
}
body {
    font-size: 16px;
}
body {
    font-weight: 300;
}
body {
    line-height: 1.8;
}
.site-header,
#mobile-navigation {
    font-family: "Poppins", PT Sans, sans-serif;
}
#site-navigation {
    font-size: 12px;
}
.site-header-container,
.site-content-container,
.widget-area-container,
.site-info-container,
.search-popup-container {
    max-width: 1050px;
    width: 100%;
}
.error404 #content {
    background-color: #BA141A;
}
.site-header-outer {
    background-color: rgba(255, 255, 255, 1);
}
.site-header-container {
    padding-top: 18px;
    padding-bottom: 18px;
}
.site-header-outer {
    border-bottom-color: #BA141A33;
}
.site-header-outer {
    border-bottom-width: 0;
}
#mobile-navigation {
    background-color: rgba(42, 42, 42, 1);
}
.mobile.mobile-nav-opened .site-header-outer {
    background-color: #BA141A !important;
    box-shadow: 0px 15px 30px 20px #BA141A;
}
#primary-menu .sub-menu {
    background-color: rgba(42, 42, 42, 1);
}
#primary-menu > li > .sub-menu:after {
    border-bottom-color: rgba(42, 42, 42, 1);
}
#primary-menu .sub-menu .sub-menu:after {
    border-right-color: rgba(42, 42, 42, 1);
}
.search-popup {
    background-color: rgba(255, 255, 255, 1);
}
.search-icon a {
    font-size: 18px;
}
.widget-area {
    background-color: #BA141A;
}
.site-info {
    background-color: #BA141A;
}
body.page .featured-background {
    background-color: rgba(255, 255, 255, 0.8);
}
.page-title.entry-header {
    color: #fff;
}
body.single-pikart-project .featured-background {
    background-color: rgba(42, 42, 42, 0.8);
}
body {
    color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #BA141A;
}
body,
a {
    color: #4d4d4d;
}

/**/
.label-cart {
    color: #fff;
    position: relative;
    top: -45px;
    right: -35px;
}
.content-cart {
    font-size: 10px;
    padding: 1px 5px;
    background: #BA141A;
    border-radius: 50%;
    border:2px solid #fff;
}