#nprogress {
    pointer-events: none
}

#nprogress .bar {
    background: #29d;
    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px
}

#nprogress .peg {
    display: block;
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #29d, 0 0 5px #29d;
    opacity: 1;
    transform: rotate(3deg)translateY(-4px)
}

#nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 1031;
    top: 15px;
    right: 15px
}

#nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border-color: #29d transparent transparent #29d;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
    -webkit-animation: nprogress-spinner .4s linear infinite;
    animation: nprogress-spinner .4s linear infinite
}

.nprogress-custom-parent {
    overflow: hidden;
    position: relative
}

.nprogress-custom-parent #nprogress .bar,
.nprogress-custom-parent #nprogress .spinner {
    position: absolute
}

@-webkit-keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes nprogress-spinner {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

@charset "UTF-8";

@font-face {
    font-family: System;
    font-display: swap;
    font-style: normal;
    font-weight: 300;
    src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"), local(".LucidaGrandeUI"), local("Ubuntu Light"), local("Segoe UI Light"), local("Roboto-Light"), local("DroidSans"), local("Tahoma")
}

.container,
.wp-block-group__inner-container {
    width: 100%;
    margin: 0 auto;
    min-width: 18.75rem;
    max-width: 98.75rem;
    padding-left: 1.125rem;
    padding-right: 1.125rem
}

@media(min-width:48.875rem) {

    .container,
    .wp-block-group__inner-container {
        padding-left: 1.125rem;
        padding-right: 1.125rem
    }
}

.row,
.wp-block-columns {
    margin-left: -.3125rem;
    margin-right: -.3125rem
}

@media(min-width:48.875rem) {

    .row,
    .wp-block-columns {
        margin-left: -1.125rem;
        margin-right: -1.125rem
    }
}

.col,
.wp-block-column {
    padding-left: .3125rem;
    padding-right: .3125rem
}

@media(min-width:48.875rem) {

    .col,
    .wp-block-column {
        padding-left: 1.125rem;
        padding-right: 1.125rem
    }
}

@media(max-width:48.875rem) {
    .container--fit-mdDown {
        padding-left: 0;
        padding-right: 0
    }
}

* {
    border: 0;
    background-repeat: no-repeat
}

*,
html {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
    background-color: #fff;
    color: #292929;
    font-family: Lato, System, sans-serif;
    line-height: 1.45;
    font-weight: 400;
    width: 100%;
    overflow-x: hidden
}

button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: visible;
    border: 0;
    outline: 0;
    font: inherit;
    -webkit-font-smoothing: inherit;
    letter-spacing: inherit;
    background: 0 0;
    vertical-align: top
}

option {
    background-color: inherit
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
    -webkit-transition-delay: 9999s
}

textarea {
    resize: none
}

button,
input[type=button] {
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

ol[class],
ul[class] {
    list-style: none
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    border-style: none
}

img:not([src]),
img[src=""] {
    opacity: 0
}

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse
}

table thead th {
    font-size: 1.125rem;
    line-height: 1;
    font-weight: 400;
    text-align: left;
    padding: .625rem .625rem .625rem 0;
    vertical-align: bottom
}

table tbody td,
table td {
    vertical-align: top
}

table tbody td {
    padding: 1.5625rem .625rem 1.5625rem 0;
    font-size: 1rem
}

table tbody td,
table tbody td .e-a-link,
table tbody td a,
table tbody td button {
    font-weight: 700
}

table tfoot td {
    font-size: 1rem;
    vertical-align: top
}

table tfoot td .e-a-link,
table tfoot td a,
table tfoot td button {
    font-weight: 700
}

table tfoot tr:first-child td {
    border-top: 1px solid #ccc
}

table.table--sm tbody td,
table.table--sm thead th {
    font-size: .9375rem;
    padding: .375rem .375rem .375rem 0
}

table.table--sm tbody td {
    border-bottom: 0
}

table.table--sm tfoot td {
    padding: .375rem .375rem .375rem 0;
    font-size: .9375rem;
    vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.45
}

a {
    text-decoration: none;
    color: inherit;
    outline: none;
    display: inline-block;
    background-color: transparent;
    font-family: Lato, System, sans-serif
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: none
}

figure {
    margin-top: 0;
    margin-bottom: 0
}

hr {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    height: 1px;
    background-color: #f9f9f9
}

address,
cite {
    font-style: normal
}

strong {
    font-weight: 800
}

.t-h1,
h1 {
    font-family: Lato, System, sans-serif;
    font-weight: 700;
    font-size: 1.5625rem;
    line-height: 1.3333333333
}

@media(min-width:48.875rem) {

    .t-h1,
    h1 {
        font-size: 28.4444444444px;
        line-height: 1.2
    }
}

@media(min-width:48.875rem) and (min-width:18.75rem) {

    .t-h1,
    h1 {
        font-size: calc(1.72569rem + .27778vw)
    }
}

@media(min-width:48.875rem) and (min-width:98.75rem) {

    .t-h1,
    h1 {
        font-size: 32px
    }
}

.t-h2,
h2 {
    font-family: Lato, System, sans-serif;
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 1.3333333333
}

@media(min-width:48.875rem) {

    .t-h2,
    h2 {
        font-size: 2rem;
        line-height: 1.2631578947
    }
}

.t-h3,
h3 {
    font-family: Lato, System, sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.4444444444
}

@media(min-width:48.875rem) {

    .t-h3,
    h3 {
        font-size: 1.5rem;
        line-height: 1.5
    }
}

.t-h4,
h4 {
    font-family: Lato, System, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5
}

@media(min-width:48.875rem) {

    .t-h4,
    h4 {
        font-size: 1.125rem;
        line-height: 1.5
    }
}

.t-h5,
h5 {
    font-family: Lato, System, sans-serif;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.5714285714
}

@media(min-width:48.875rem) {

    .t-h5,
    h5 {
        font-size: 1.125rem;
        line-height: 1.5625
    }
}

.t-h6,
h6 {
    font-size: .75rem;
    line-height: 1.1111111111
}

.t-base,
.t-h6,
h6,
p {
    font-family: Lato, System, sans-serif;
    font-weight: 500
}

.t-base,
p {
    font-size: .875rem;
    line-height: 1.5714285714
}

@media(min-width:48.875rem) {

    .t-base,
    p {
        font-size: 1.125rem;
        line-height: 1.625
    }
}

.t-small,
small {
    display: inline-block;
    font-size: .875rem
}

.t-xsmall {
    font-size: .75rem
}

.t-uppecase {
    text-transform: uppercase
}

.fw-xbold {
    font-weight: 800
}

.fw-bold {
    font-weight: 700
}

.fw-medium {
    font-weight: 500
}

.fw-regular {
    font-weight: 400
}

.fw-light {
    font-weight: 300
}

.ff-primary {
    font-family: Lato, System, sans-serif
}

.ff-secondary {
    font-family: Bebas Neue, System, sans-serif
}

.t-lh-tight {
    line-height: 1.3
}

.t-lh-wide {
    line-height: 1.5
}

.fs-normal {
    font-style: normal
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #a254ff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height: 100%;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    width: 100%;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: normal;
    line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.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 {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px)0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s, top .2s
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s linear infinite;
    animation: swiper-preloader-spin 1s linear infinite;
    box-sizing: border-box;
    border-radius: 50%;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-top: 4px solid transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-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, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-container {
    padding-bottom: 3.125rem
}

.swiper-container .swiper-pagination {
    bottom: 10px
}

.swiper-pagination .swiper-pagination-bullet {
    transform: none !important;
    width: 22px;
    height: 3px;
    border-radius: 0;
    cursor: pointer
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scaleX(1.2) !important
}

.swiper-pagination.swiper-pagination-progressbar {
    background: #490d90;
    bottom: 0;
    top: auto;
    height: .125rem;
    margin-top: 2.5rem;
    width: 100%;
    max-width: 20rem;
    left: 50%;
    transform: translateX(-50%)
}

.swiper-pagination.swiper-pagination-progressbar:before {
    content: "< Swipe >";
    display: block;
    position: absolute;
    top: -1.25rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: .5625rem;
    font-weight: 700;
    color: #490d90
}

.swiper-button-next,
.swiper-button-prev {
    width: 45px
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: inline-block;
    font: 45px rofont;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.swiper-button-next {
    right: -10px
}

.swiper-button-prev {
    left: -10px
}

.swiper-button-next:after {
    content: "\EA10"
}

.swiper-button-prev:after {
    content: "\EA11"
}

.swiper-container-fade .swiper-slide[style] {
    opacity: 0 !important
}

.swiper-container-fade .swiper-slide-active[style] {
    opacity: 1 !important
}

#nprogress .bar {
    background: #a254ff;
    height: .3125rem;
    z-index: 999
}

#nprogress .peg {
    box-shadow: none
}

#nprogress .spinner {
    top: auto;
    bottom: 20px
}

#nprogress .spinner-icon {
    border-top-color: #a254ff;
    border-left-color: #a254ff
}

html.nprogress-busy body {
    pointer-events: none
}

button {
    border: none;
    font-weight: regular
}

.e-btn,
button {
    background-color: transparent;
    cursor: pointer;
    font-family: Bebas Neue, System, sans-serif
}

.e-btn {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    font-weight: 400;
    border: 1px solid transparent;
    border-radius: .3125rem;
    line-height: 1.5714285714;
    padding: .75rem 2.25rem .5rem;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    overflow: hidden
}

.e-btn[disabled] {
    pointer-events: none;
    opacity: .5
}

.e-btn--block {
    width: 100%
}

.e-btn--minW {
    min-width: 270px
}

.e-btn__text {
    position: relative;
    top: 0;
    z-index: 2;
    display: inline-block;
    font-style: normal;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    text-transform: uppercase;
    pointer-events: none;
    text-align: center;
    font-size: 1.25rem
}

@media(min-width:48.875rem) {
    .e-btn__text {
        font-size: 1.25rem
    }
}

.e-btn__icon {
    pointer-events: none;
    position: relative;
    z-index: 1;
    font-size: inherit;
    display: inline-block;
    line-height: 1
}

.e-btn__icon .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: .0625rem;
    font-size: .625rem
}

.e-btn__icon svg {
    fill: #490d90;
    width: 1.25rem;
    height: auto
}

.e-btn__icon+.e-btn__text {
    margin-left: .625rem
}

.e-btn__text+.e-btn__icon {
    margin-left: 1.25rem
}

.e-btn--primary {
    background-color: transparent;
    border-color: #490d90;
    color: #490d90
}

.e-btn--primary .e-btn__text {
    color: #490d90
}

.e-btn--primary:hover {
    background-color: #490d90
}

.e-btn--primary:hover .e-btn__text {
    color: #fff
}

.e-btn--white {
    background-color: #fff;
    border-color: #fff
}

.e-btn--white .e-btn__text {
    color: #490d90
}

.e-btn--white:hover {
    background-color: #490d90
}

.e-btn--white:hover .e-btn__text {
    color: #fff
}

.e-btn--whiteOutline {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.e-btn--whiteOutline .e-btn__text {
    color: #fff
}

.e-btn--whiteOutline:after {
    display: none
}

.e-btn--whiteOutline:hover {
    background-color: #fff
}

.e-btn--whiteOutline:hover .e-btn__text {
    color: #490d90
}

.e-btn--sm {
    padding: .6875rem 1.625rem .375rem
}

.e-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 1.125rem;
    font-weight: 500;
    font-family: Lato, System, sans-serif;
    overflow: hidden;
    transition-property: all;
    transition-duration: .15s;
    transition-timing-function: ease-in-out
}

.e-link:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: .0625rem;
    width: 100%;
    transform: scaleX(1);
    transform-origin: left;
    transition: transform .15s ease-in
}

.e-link:hover:after {
    transform-origin: right;
    transform: scaleX(0)
}

.e-link--primary {
    color: #490d90
}

.e-link--primary:after {
    background-color: #490d90
}

.e-link--white {
    color: #fff
}

.e-link--white:after {
    background-color: #fff
}

.e-link--dark {
    color: #292929
}

.e-link--dark:after {
    background-color: #292929
}

input,
select,
textarea {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    color: #292929;
    transition: all .3s ease
}

input.placeholder,
select.placeholder,
textarea.placeholder {
    color: #292929;
    font-style: normal
}

input:-moz-placeholder,
input::-moz-placeholder,
select:-moz-placeholder,
select::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
    color: #292929;
    font-style: normal
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #292929;
    font-style: normal
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #292929;
    font-style: normal
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    border-color: #69069a
}

input:-internal-autofill-selected,
select:-internal-autofill-selected,
textarea:-internal-autofill-selected {
    border-color: transparent !important
}

.e-formField {
    display: flex;
    flex-direction: column;
    position: relative
}

.e-formField__label {
    width: 100%;
    display: block;
    font-size: .875rem;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: 1px;
    color: #490d90;
    text-align: left
}

.e-formField__datepicker,
.e-formField__input,
.e-formField__upload {
    display: block;
    height: 3.125rem;
    font-size: .875rem;
    font-family: Lato, System, sans-serif;
    font-weight: 400;
    padding: 0 .9375rem;
    line-height: 3.125rem;
    width: 100%;
    border-radius: 0;
    color: #292929;
    border-bottom: 1px solid #490d90
}

.e-formField__input[disabled],
[disabled].e-formField__datepicker,
[disabled].e-formField__upload {
    color: #69069a
}

.e-formField__input[type=number]::-webkit-inner-spin-button,
.e-formField__input[type=number]::-webkit-outer-spin-button,
[type=number].e-formField__datepicker::-webkit-inner-spin-button,
[type=number].e-formField__datepicker::-webkit-outer-spin-button,
[type=number].e-formField__upload::-webkit-inner-spin-button,
[type=number].e-formField__upload::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

.e-formField__textarea {
    padding: .625rem .9375rem;
    line-height: 1.3;
    border-radius: 0;
    color: #292929;
    min-height: 11.25rem;
    resize: none
}

.e-formField__select,
.e-formField__textarea {
    font-family: Lato, System, sans-serif;
    font-weight: 400;
    display: block;
    font-size: .875rem;
    width: 100%;
    border-bottom: 1px solid #490d90
}

.e-formField__select {
    height: 3.125rem;
    padding: 0 1.5625rem 0 0;
    line-height: 3.125rem;
    color: #490d90;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(data:image/svg+xml,%3Csvg%20width=%2286%22%20height=%2246%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d=%22M5.907%201.004a3.485%203.485.0%2000-4.894.0%203.401%203.401.0%20000%204.844l39.54%2039.15a3.485%203.485.0%20004.894.0l39.54-39.15a3.4%203.4.0%20000-4.844%203.487%203.487.0%2000-4.894-.002L43%2036.707%205.907%201.004z%22%20fill=%22%23000%22%20fill-rule=%22nonzero%22/%3E%3C/svg%3E);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 54%, 0 0;
    background-size: 1em, 100%
}

.e-formField__select::-ms-expand {
    display: none
}

.e-formField__select::-ms-expand:focus {
    border-color: #490d90;
    box-shadow: 0 0 1px 1px #490d90;
    color: #490d90;
    outline: none
}

.e-formField__select::-ms-expand option {
    padding: .3125rem 1.25rem;
    background-color: transparent;
    font-weight: 400
}

.e-formField__datepicker {
    background-image: url(data:image/svg+xml,%3Csvg%20width=%2224%22%20height=%2224%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d=%22M0%203v18.857h24V3H0zm1.582%2017.368V4.488h20.836v15.88H1.582z%22%20fill=%22%23141414%22/%3E%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M0%204h23v2H0V4zm6%208h2v2H6v-2zm2%204H6v2h2v-2zm2-8h2v2h-2V8zm2%204h-2v2h2v-2zm-2%204h2v2h-2v-2zm6-8h-2v2h2V8zm-2%204h2v2h-2v-2zm2%204h-2v2h2v-2zm2-8h2v2h-2V8zm2%204h-2v2h2v-2z%22%20fill=%22%23141414%22/%3E%3C/svg%3E);
    background-position: right .9em top 54%, 0 0
}

.e-formField__datepicker,
.e-formField__upload {
    padding-right: 3.125rem;
    background-repeat: no-repeat, repeat;
    background-size: 1.5em, 100%
}

.e-formField__upload {
    position: relative;
    background-image: url(data:image/svg+xml,%3Csvg%20width=%2224%22%20height=%2224%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d=%22M1.25%2011.35h1.9v7.2h17.4v-7.1h1.9v9H1.25v-9.1zm6.1-4.1%204.5-4.5%204.5%204.5-1.4%201.4-2.2-2.2v7.2h-1.9v-7.3l-2.2%202.2-1.3-1.3z%22%20fill=%22%23141414%22/%3E%3C/svg%3E);
    background-position: right .7em top 54%, 0 0
}

.e-formField__upload .e-formField__datepicker,
.e-formField__upload .e-formField__input,
.e-formField__upload .e-formField__upload {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0
}

.e-formField__upload:after {
    content: attr(data-placeholder);
    line-height: 1;
    pointer-events: none
}

.u-bg-primaryBase .e-formField__label {
    color: #fff
}

.u-bg-primaryBase .e-formField__datepicker,
.u-bg-primaryBase .e-formField__input,
.u-bg-primaryBase .e-formField__select,
.u-bg-primaryBase .e-formField__textarea,
.u-bg-primaryBase .e-formField__upload {
    color: #fff;
    border-color: #fff
}
option{
    color: #000 !important;
}

.u-bg-primaryBase .e-formField__select {
    background-image: url(data:image/svg+xml,%3Csvg%20width=%2286%22%20height=%2246%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d=%22M5.907%201.004a3.485%203.485.0%2000-4.894.0%203.401%203.401.0%20000%204.844l39.54%2039.15a3.485%203.485.0%20004.894.0l39.54-39.15a3.4%203.4.0%20000-4.844%203.487%203.487.0%2000-4.894-.002L43%2036.707%205.907%201.004z%22%20fill=%22%23fff%22%20fill-rule=%22nonzero%22/%3E%3C/svg%3E)
}

.e-formField input:-webkit-autofill {
    -webkit-transition: none;
    transition: none
}

.e-formField input:-internal-autofill-selected,
.e-formField textarea:-internal-autofill-selected {
    border-color: #f9f9f9
}

.e-formField__messsage {
    display: none;
    position: absolute;
    margin-top: .3125rem;
    font-size: .6875rem;
    text-align: left;
    font-style: italic;
    font-weight: 400;
    right: 0;
    top: 95%
}

.e-formField--error .e-formField__messsage {
    color: #f3b2ae
}

.e-formField--error .e-checkbox__icon,
.e-formField--error .e-formField__datepicker,
.e-formField--error .e-formField__input,
.e-formField--error .e-formField__select,
.e-formField--error .e-formField__textarea,
.e-formField--error .e-formField__upload {
    border-color: #f3b2ae
}

.js-form-status {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding-top: 1.25rem
}

.e-alert {
    border: 1px solid #f3b2ae;
    border-radius: 20px
}

.e-alert__content {
    display: block;
    padding: .625rem 1.875rem;
    line-height: 1.3;
    font-size: .75rem;
    color: #f3b2ae;
    font-weight: 700
}

.e-phoneGroup {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start
}

.e-phoneGroup__code {
    width: 8.75rem
}

@media(min-width:48.875rem) {
    .e-phoneGroup__code {
        width: 15rem
    }
}

.e-phoneGroup__input {
    width: 100%;
    padding-left: 1.25rem
}

.js-visible {
    opacity: 0;
    visibility: hidden;
    transition: .6s ease-in-out
}

.js-visible .c-contentBlock__image {
    transform: translateY(50%);
    transform-origin: bottom;
    transition: .9s ease-in-out
}

.js-visible.is--visible {
    opacity: 1;
    visibility: visible
}

.js-visible.is--visible .c-contentBlock__image {
    transform: translateY(0)
}

.c-siteLoader {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: #292929;
    opacity: 1;
    transition: all .3s ease 1s;
    display: flex;
    align-items: center;
    justify-content: center
}

.c-siteLoader__symbol {
    width: 100%;
    max-width: 11.25rem
}

@media(min-width:48.875rem) {
    .c-siteLoader__symbol {
        max-width: 25rem
    }
}

.c-siteLoader__symbol svg {
    width: 100%;
    height: auto
}

.app--is-loaded .c-siteLoader {
    opacity: 0
}

.c-navToggle {
    z-index: 102;
    height: 100%;
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    margin-top: 0
}

.c-navToggle__icon {
    width: 2.25rem;
    height: .9375rem;
    display: inline-block;
    vertical-align: middle
}

.c-navToggle__icon:after,
.c-navToggle__icon:before,
.c-navToggle__icon span {
    content: "";
    display: block;
    height: .1875rem;
    border-radius: .125rem;
    background-color: #fff;
    transform-origin: left;
    transition-property: transform, background-color, width;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    transform: none
}

.c-navToggle__icon:after,
.c-navToggle__icon span {
    margin-top: .375rem
}

.c-navToggle__icon span {
    width: 75%
}

.c-navToggle.is-animating-to-closed .c-navToggle__icon:before,
.c-navToggle.is-animating-to-open .c-navToggle__icon:before {
    -webkit-animation: u-navToggleA .5s cubic-bezier(.645, .045, .355, 1)forwards;
    animation: u-navToggleA .5s cubic-bezier(.645, .045, .355, 1)forwards
}

.c-navToggle.is-animating-to-closed .c-navToggle__icon:after,
.c-navToggle.is-animating-to-open .c-navToggle__icon:after {
    width: 100%;
    -webkit-animation: u-navToggleB .5s cubic-bezier(.645, .045, .355, 1)forwards;
    animation: u-navToggleB .5s cubic-bezier(.645, .045, .355, 1)forwards
}

.c-navToggle.is-animating-to-closed .c-navToggle__icon span,
.c-navToggle.is-animating-to-open .c-navToggle__icon span {
    -webkit-animation: u-navToggleC .5s cubic-bezier(.645, .045, .355, 1)forwards;
    animation: u-navToggleC .5s cubic-bezier(.645, .045, .355, 1)forwards
}

.c-navToggle.is-animating-to-open .c-navToggle__icon:after,
.c-navToggle.is-animating-to-open .c-navToggle__icon:before,
.c-navToggle.is-animating-to-open .c-navToggle__icon span {
    width: 100%;
    animation-direction: reverse
}

.c-navToggle.is-animating-to-open .c-navToggle__icon span {
    width: 75%
}

.c-navToggle:hover .c-navToggle__icon span {
    width: 100%
}

.c-navToggle__label {
    display: block;
    width: 2.1875rem;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-top: .28125rem;
    line-height: 1;
    margin-left: .9375rem;
    text-align: left;
    text-transform: uppercase;
    font-size: .6875rem;
    color: #fff
}

.c-navToggle__label>span {
    display: block;
    transition: all .8s cubic-bezier(.86, 0, .07, 1).1s
}

.c-navToggle__label>span:first-child {
    position: absolute
}

.c-navToggle__label>span:first-child[aria-hidden=true] {
    transform: translateY(-100%)
}

.c-navToggle__label>span:last-child[aria-hidden=true] {
    transform: translateY(100%)
}

@-webkit-keyframes u-navToggleA {
    0% {
        transform: none;
        transform-origin: center
    }

    50% {
        transform: translateY(9px);
        transform-origin: center
    }

    to {
        transform: translateY(9px)rotate(45deg);
        transform-origin: center
    }
}

@keyframes u-navToggleA {
    0% {
        transform: none;
        transform-origin: center
    }

    50% {
        transform: translateY(9px);
        transform-origin: center
    }

    to {
        transform: translateY(9px)rotate(45deg);
        transform-origin: center
    }
}

@-webkit-keyframes u-navToggleB {
    0% {
        transform: none;
        transform-origin: center
    }

    50% {
        transform: translateY(-9px);
        transform-origin: center
    }

    to {
        transform: translateY(-9px)rotate(-45deg);
        transform-origin: center
    }
}

@keyframes u-navToggleB {
    0% {
        transform: none;
        transform-origin: center
    }

    50% {
        transform: translateY(-9px);
        transform-origin: center
    }

    to {
        transform: translateY(-9px)rotate(-45deg);
        transform-origin: center
    }
}

@-webkit-keyframes u-navToggleC {

    0%,
    50% {
        opacity: 1;
        transform: none
    }

    51%,
    to {
        opacity: 0;
        transform: none
    }
}

@keyframes u-navToggleC {

    0%,
    50% {
        opacity: 1;
        transform: none
    }

    51%,
    to {
        opacity: 0;
        transform: none
    }
}

.c-siteHeader {
    position: fixed;
    z-index: 91;
    left: 0;
    right: 0;
    transition-property: background-color;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.405, .005, 0, 1);
    height: 4.375rem
}

@media(min-width:48.875rem) {
    .c-siteHeader {
        height: 7.5rem
    }
}

.c-siteHeader__container {
    z-index: 91;
    margin: 0 auto;
    width: 100%;
    height: 100%
}

.c-siteHeader__layout {
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center
}

.c-siteHeader__top {
    background-color: rgba(0, 0, 0, .3)
}

.c-siteHeader__top,
.c-siteHeader__top_layout {
    display: flex;
    align-content: center
}

.c-siteHeader__logo {
    margin-right: auto;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .125rem;
    line-height: 1;
    padding-left: 1.25rem;
    color: #490d90
}

.c-siteHeader__logoLink {
    display: block;
    width: 9.375rem;
    height: auto
}

.c-siteHeader__logoLink svg {
    width: 100%;
    height: auto
}

.c-siteHeader__info {
    display: flex;
    align-items: center;
    justify-content: center
}

.c-siteHeader__info_link {
    display: block;
    height: 100%
}

.c-siteHeader__info_link a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: .625rem .9375rem
}

.c-siteHeader__info_link a svg path {
    transition: fill .15s ease
}

.c-siteHeader__info_link a:hover svg path {
    fill: #fff
}

.c-siteHeader__menuToggle {
    display: block;
    height: 3.125rem;
    position: relative;
    z-index: 101;
    margin-left: auto;
    margin-right: .625rem;
    margin-top: -.5rem
}

@media(min-width:48.875rem) {
    .c-siteHeader__menuToggle {
        display: none
    }
}

.c-siteHeader__menuToggle button {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0
}

.c-siteHeader__menuToggle button:focus {
    box-shadow: none
}

.c-siteHeader__menuToggle .c-navToggle {
    margin-right: auto
}

.c-siteHeader+.main-container {
    padding-top: 70px
}

.c-siteHeader__cta {
    margin-top: 1.25rem;
    margin-left: 1.25rem
}

.headroom {
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.405, .005, 0, 1)
}

.headroom--not-top,
.headroom--pinned {
    height: 4.375rem;
    background-color: #292929
}

.headroom--not-top,
.headroom--pinned {
    transform: translateY(0)
}

.headroom--top {
    background-color: transparent
}

@media(min-width:48.875rem) {
    .headroom--top {
        height: 7.5rem
    }
}

.c-siteNav {
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    left: auto;
    bottom: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(100%)translateZ(0);
    transition: transform .5s cubic-bezier(.405, .005, 0, 1).5s;
    overflow: hidden;
    background-color: #292929;
    max-width: 100%
}

@media(min-width:36rem) {
    .c-siteNav {
        max-width: 18.75rem
    }
}

@media(min-width:48.875rem) {
    .c-siteNav {
        position: relative;
        background-color: transparent;
        transform: none;
        max-width: 100%;
        height: auto
    }
}

.c-siteNav__overlay {
    position: fixed;
    z-index: 90;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .7;
    transform: translateX(100%);
    transition: background-color .25s .3s, transform 0s 3s;
    transition-timing-function: cubic-bezier(.405, .005, 0, 1);
    background-color: transparent
}

.c-siteNav__layout {
    height: 100%
}

.c-siteNav__menu {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: .75rem;
    padding-right: .75rem
}

@media(min-width:48.875rem) {
    .c-siteNav__menu {
        padding-top: 0;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start
    }
}

.c-siteNav__menu>div {
    height: 100%;
    margin: 0 auto
}

.c-siteNav__menu ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 7.5rem;
    text-align: center;
    width: 100%
}

@media(min-width:48.875rem) {
    .c-siteNav__menu ul {
        width: auto;
        margin-left: auto;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        padding-top: 0
    }
}

.c-siteNav__menu li {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: auto;
    white-space: nowrap;
    overflow: visible;
    padding: .5rem 0;
    height: auto;
    transform: translateZ(0);
    position: relative
}

@media(min-width:48.875rem) {
    .c-siteNav__menu li {
        padding: 0 .9375rem
    }
}

.c-siteNav__menu li.current-menu-item a,
.c-siteNav__menu li.current-service-ancestor a {
    color: #490d90
}

.c-siteNav__menu a:not(.e-btn) {
    transition-duration: .25s;
    transition-timing-function: cubic-bezier(.405, .005, 0, 1);
    display: block;
    font-size: 1.375rem;
    font-weight: 400;
    font-family: Bebas Neue, System, sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    line-height: 1.5;
    position: relative;
    color: #292929
}

.c-siteNav__menu a:not(.e-btn):after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: .125rem;
    width: 100%;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .15s ease-in
}

.c-siteNav__menu a:not(.e-btn).active:after {
    transform-origin: left;
    transform: scaleX(1)
}

@media(min-width:48.875rem) {
    .c-siteNav__menu a:not(.e-btn) {
        font-size: 1.25rem;
        color: #fff
    }

    .c-siteNav__menu a:not(.e-btn):hover:after {
        transform-origin: left;
        transform: scaleX(1)
    }
}

.c-siteNav__menu a:not(.e-btn):active,
.c-siteNav__menu a:not(.e-btn):focus {
    outline: none;
    box-shadow: none
}

body.state--navActive .c-siteNav__menu a:not(.e-btn) {
    color: #fff
}

body.state--navActive .c-siteNav {
    transform: translateX(0)translateZ(0);
    transition: transform .5s cubic-bezier(.405, .005, 0, 1).5s
}

body.state--navActive .c-siteNav__overlay {
    pointer-events: auto;
    transform: none;
    background-color: rgba(0, 0, 0, .1);
    transition-property: background-color;
    transition-duration: .5s;
    transition-delay: .3s;
    transition-timing-function: cubic-bezier(.405, .005, 0, 1)
}

.c-pageError__header {
    position: relative;
    width: 100%;
    min-height: 250px
}

@media(min-width:48.875rem) {
    .c-pageError__header {
        min-height: 250px
    }
}

.c-pageError__header_content {
    position: relative;
    z-index: 1;
    max-width: 21.25rem
}

.c-pageError__header_image {
    position: absolute;
    right: 0;
    z-index: 0;
    bottom: 0;
    width: 100%;
    max-width: 19.375rem
}

@media(min-width:36rem) {
    .c-pageError__header_image {
        max-width: 19.375rem
    }
}

@media(min-width:48.875rem) {
    .c-pageError__header_image {
        max-width: 36.25rem;
        top: 1.25rem;
        right: 0;
        bottom: auto
    }
}

.c-pageError__header_image svg {
    width: 100%;
    height: auto
}

.c-pageError__header_image img {
    position: absolute;
    width: 100%;
    right: 7%;
    z-index: 0;
    bottom: 1.25rem;
    max-width: 11.25rem
}

@media(min-width:48.875rem) {
    .c-pageError__header_image img {
        max-width: 14.375rem;
        right: 27%;
        bottom: 2.125rem
    }
}

.c-richText {
    width: 100%
}

.c-richText li a,
.c-richText p a {
    border-bottom: 2px solid #490d90;
    display: inline;
    font-weight: 500
}

.c-richText li a:hover,
.c-richText p a:hover {
    color: #490d90
}

.c-richText h1,
.c-richText h2,
.c-richText h3,
.c-richText h4,
.c-richText h5,
.c-richText h6 {
    margin-top: 1.125rem
}

@media(min-width:48.875rem) {

    .c-richText h1,
    .c-richText h2,
    .c-richText h3,
    .c-richText h4,
    .c-richText h5,
    .c-richText h6 {
        margin-top: 1.25rem
    }
}

@media(min-width:62rem) {

    .c-richText h1,
    .c-richText h2,
    .c-richText h3,
    .c-richText h4,
    .c-richText h5,
    .c-richText h6 {
        margin-top: 1.25rem
    }
}

.c-richText h1+blockquote,
.c-richText h1+ol,
.c-richText h1+p,
.c-richText h1+ul,
.c-richText h2+blockquote,
.c-richText h2+ol,
.c-richText h2+p,
.c-richText h2+ul,
.c-richText h3+blockquote,
.c-richText h3+ol,
.c-richText h3+p,
.c-richText h3+ul,
.c-richText h4+blockquote,
.c-richText h4+ol,
.c-richText h4+p,
.c-richText h4+ul,
.c-richText h5+blockquote,
.c-richText h5+ol,
.c-richText h5+p,
.c-richText h5+ul,
.c-richText h6+blockquote,
.c-richText h6+ol,
.c-richText h6+p,
.c-richText h6+ul {
    margin-top: 1.125rem
}

@media(min-width:48.875rem) {

    .c-richText h1+blockquote,
    .c-richText h1+ol,
    .c-richText h1+p,
    .c-richText h1+ul,
    .c-richText h2+blockquote,
    .c-richText h2+ol,
    .c-richText h2+p,
    .c-richText h2+ul,
    .c-richText h3+blockquote,
    .c-richText h3+ol,
    .c-richText h3+p,
    .c-richText h3+ul,
    .c-richText h4+blockquote,
    .c-richText h4+ol,
    .c-richText h4+p,
    .c-richText h4+ul,
    .c-richText h5+blockquote,
    .c-richText h5+ol,
    .c-richText h5+p,
    .c-richText h5+ul,
    .c-richText h6+blockquote,
    .c-richText h6+ol,
    .c-richText h6+p,
    .c-richText h6+ul {
        margin-top: 1.25rem
    }
}

@media(min-width:62rem) {

    .c-richText h1+blockquote,
    .c-richText h1+ol,
    .c-richText h1+p,
    .c-richText h1+ul,
    .c-richText h2+blockquote,
    .c-richText h2+ol,
    .c-richText h2+p,
    .c-richText h2+ul,
    .c-richText h3+blockquote,
    .c-richText h3+ol,
    .c-richText h3+p,
    .c-richText h3+ul,
    .c-richText h4+blockquote,
    .c-richText h4+ol,
    .c-richText h4+p,
    .c-richText h4+ul,
    .c-richText h5+blockquote,
    .c-richText h5+ol,
    .c-richText h5+p,
    .c-richText h5+ul,
    .c-richText h6+blockquote,
    .c-richText h6+ol,
    .c-richText h6+p,
    .c-richText h6+ul {
        margin-top: 1.25rem
    }
}

.c-richText h1:first-child,
.c-richText h2:first-child,
.c-richText h3:first-child,
.c-richText h4:first-child,
.c-richText h5:first-child,
.c-richText h6:first-child {
    margin-top: 0
}

.c-richText p+.c-tabs,
.c-richText p+p {
    margin-top: 1.125rem
}

@media(min-width:48.875rem) {

    .c-richText p+.c-tabs,
    .c-richText p+p {
        margin-top: 1.25rem
    }
}

@media(min-width:62rem) {

    .c-richText p+.c-tabs,
    .c-richText p+p {
        margin-top: 1.25rem
    }
}

.c-richText>ol {
    margin-top: 1.125rem;
    margin-left: 1.25rem
}

@media(min-width:48.875rem) {
    .c-richText>ol {
        margin-top: 1.25rem
    }
}

@media(min-width:62rem) {
    .c-richText>ol {
        margin-top: 1.25rem
    }
}

.c-richText>ol li {
    margin-top: .625rem
}

.c-richText>ol ol,
.c-richText>ol ul {
    margin-top: 1.125rem;
    margin-left: .9375rem;
    margin-bottom: .9375rem
}

@media(min-width:48.875rem) {

    .c-richText>ol ol,
    .c-richText>ol ul {
        margin-top: 1.25rem
    }
}

@media(min-width:62rem) {

    .c-richText>ol ol,
    .c-richText>ol ul {
        margin-top: 1.25rem
    }
}

.c-richText>ul {
    list-style-type: none;
    margin-left: 0;
    margin-top: 1.125rem
}

@media(min-width:48.875rem) {
    .c-richText>ul {
        margin-top: 1.25rem
    }
}

@media(min-width:62rem) {
    .c-richText>ul {
        margin-top: 1.25rem
    }
}

.c-richText>ul li {
    position: relative;
    margin-top: .625rem;
    padding-left: 1.5625rem
}

.c-richText>ul li:before {
    content: "\2014";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    height: 1px
}

.c-richText img {
    margin-top: 1.125rem
}

@media(min-width:48.875rem) {
    .c-richText img {
        margin-top: 1.25rem
    }
}

@media(min-width:62rem) {
    .c-richText img {
        margin-top: 1.25rem
    }
}

.c-siteFooter {
    background-color: #292929;
    padding: 5rem 0
}

.c-siteFooter__menu_ul {
    list-style-type: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

@media(min-width:48.875rem) {
    .c-siteFooter__menu_ul {
        flex-direction: row
    }
}

.c-siteFooter__menu li {
    text-align: center;
    display: block;
    padding: .25rem 1.5625rem
}

.c-siteFooter__menu a {
    font-weight: 500;
    font-size: .875rem;
    color: #fff
}

.c-hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10rem;
    padding-bottom: 10rem
}

@media(min-width:18.75rem) {
    .c-hero {
        padding-top: calc(7.65625rem + 12.5vw)
    }
}

@media(min-width:98.75rem) {
    .c-hero {
        padding-top: 20rem
    }
}

@media(min-width:18.75rem) {
    .c-hero {
        padding-bottom: calc(7.65625rem + 12.5vw)
    }
}

@media(min-width:98.75rem) {
    .c-hero {
        padding-bottom: 20rem
    }
}

@media(min-width:90rem) {
    .c-hero {
        min-height: 43.75rem
    }
}

.c-hero .container {
    height: 100%
}

.c-hero__media {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0
}

.c-hero__media,
.c-hero__media:after {
    position: absolute;
    width: 100%;
    height: 100%
}

.c-hero__media:after {
    display: block;
    content: "";
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .4);
    z-index: 1
}

.c-hero__media img,
.c-hero__media video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    font-family: "object-fit: cover; object-position: top"
}

.c-hero__mediaVideo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    z-index: 0
}

.c-hero__mediaVideo img,
.c-hero__mediaVideo video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: cover; object-position: center"
}

.c-hero__mediaOverlay {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, .3)
}

.c-hero__content {
    z-index: 3;
    text-align: center;
    max-width: 45.9375rem;
    margin: 0 auto;
    position: relative
}

.c-hero__text {
    opacity: 0
}

.app--is-loaded .c-hero__text {
    transition: opacity .3s ease-in-out 3.5s;
    opacity: 1
}

.c-hero__logo {
    opacity: 1;
    position: absolute;
    width: 100%;
    max-width: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center;
    transition-property: opacity;
    transition-duration: .6s;
    transition-delay: 2s
}

.c-hero__logo svg {
    width: 100%;
    height: auto
}

.app--is-loaded .c-hero__logo {
    transform: translate(-50%, -50%);
    opacity: 0
}

@media(min-width:62rem) {
    .c-hero--full {
        height: 50rem
    }
}

@media(min-width:90rem) {
    .c-hero--full {
        height: auto
    }
}

.c-footer {
    background-color: #292929;
    color: #fff
}

.c-footer ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center
}

.c-footer ul a {
    margin: 1.25rem
}

.c-testimonialsSlider {
    position: relative;
    overflow: hidden;
    padding-bottom: 8.75rem
}

.c-testimonialsSlider .swiper-container {
    padding-bottom: 0;
    overflow: hidden
}

@media(max-width:48.875rem) {
    .c-testimonialsSlider .swiper-pagination {
        position: relative
    }
}

.c-testimonialsSlider__slider {
    padding-left: 1.875rem;
    padding-right: 1.875rem
}

@media(min-width:62rem) {
    .c-testimonialsSlider__slider {
        padding-left: 3.75rem;
        padding-right: 3.75rem
    }
}

.c-testimonialsSlider .quote-bottom,
.c-testimonialsSlider .quote-top {
    position: absolute;
    z-index: 3;
    width: 1.875rem
}

@media(min-width:62rem) {

    .c-testimonialsSlider .quote-bottom,
    .c-testimonialsSlider .quote-top {
        width: 2.5rem
    }
}

.c-testimonialsSlider .quote-bottom svg,
.c-testimonialsSlider .quote-top svg {
    width: 100%;
    height: auto
}

.c-testimonialsSlider .quote-top {
    top: -.9375rem;
    left: -1.25rem
}

@media(min-width:62rem) {
    .c-testimonialsSlider .quote-top {
        left: -2.5rem
    }
}

.c-testimonialsSlider .quote-bottom {
    right: 0;
    bottom: 2.5rem
}

@media(min-width:62rem) {
    .c-testimonialsSlider .quote-bottom {
        right: -2.5rem
    }
}

.c-testimonialsSlider__progress {
    position: relative;
    width: 100%
}

@media(min-width:65rem) {
    .c-testimonialsSlider__progress {
        display: none
    }
}

.c-testimonialsSlider__arrows {
    display: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media(min-width:65rem) {
    .c-testimonialsSlider__arrows {
        height: 6.25rem;
        position: absolute;
        z-index: 0;
        display: block;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        width: 100%;
        max-width: 36.25rem;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between
    }
}

.c-testimonialsSlider__arrows .swiper-button-next,
.c-testimonialsSlider__arrows .swiper-button-prev {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 1.5625rem;
    height: 1.5625rem
}

.c-testimonialsSlider__arrows .swiper-button-next:after,
.c-testimonialsSlider__arrows .swiper-button-prev:after {
    display: none
}

.c-testimonialsSlider__arrows .swiper-button-next svg,
.c-testimonialsSlider__arrows .swiper-button-prev svg {
    width: 100%;
    height: auto
}

.c-testimonialsSlider__arrows .swiper-button-next svg path,
.c-testimonialsSlider__arrows .swiper-button-prev svg path {
    fill: #490d90
}

.c-testimonialsSlider__bullets {
    position: relative;
    width: 100%;
    display: block;
    bottom: -8.75rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.c-testimonialsSlider__bullets .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    min-height: 6rem;
    min-width: 6rem;
    max-height: 6rem;
    max-width: 6rem;
    background-color: transparent;
    font-weight: 500;
    text-align: left;
    border-radius: 100%;
    overflow: hidden;
    opacity: 1;
    border: 5px solid transparent;
    transition: .5s cubic-bezier(.405, .005, 0, 1)
}

.c-testimonialsSlider__bullets .swiper-pagination .swiper-pagination-bullet img {
    border-radius: 100%;
    padding: 4px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    font-family: "object-fit: cover; object-position: top"
}

.c-testimonialsSlider__bullets .swiper-pagination .swiper-pagination-bullet:after {
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 120%;
    height: 120%;
    background-color: #fff;
    transform: scaleX(1)
}

.c-testimonialsSlider__bullets .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #490d90;
    transform: none !important;
    border: 3px solid #490d90
}

.c-testimonialsSlider__slide {
    position: relative;
    background-color: #fff;
    width: 100%;
    height: auto;
    overflow: hidden
}

.c-testimonialsSlider__content {
    text-align: center
}

.c-avatar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.c-avatar__image {
    border: .125rem solid #490d90;
    overflow: hidden;
    position: relative;
    border-radius: 100%;
    min-width: 4.75rem;
    min-height: 4.75rem;
    max-width: 4.75rem;
    max-height: 4.75rem
}

.c-avatar__image img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: cover; object-position: center"
}

.c-avatar__image+.c-avatar__details {
    margin-left: 1.25rem
}

.c-avatar__name {
    font-weight: 700
}

.c-avatar__position {
    font-size: .875rem
}

.c-contentBlock {
    position: relative;
    overflow: hidden
}

.c-contentBlock__media img {
    width: 100%
}

.c-contentBlock__content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: 600px;
    margin: 0 auto
}

.c-contentBlock__bg {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #490d90
}

.c-contentBlock__bg svg {
    position: relative;
    width: auto;
    height: 100%;
    margin-right: auto
}

.c-contentBlock__image {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2.5rem auto;
    width: 100%;
    max-width: 37.5rem
}

.c-contentBlock__image_info {
    position: absolute;
    top: .3125rem;
    left: .625rem;
    font-size: .8125rem;
    font-weight: 900;
    color: #fff
}

.c-contentBlock__exploreImage {
    position: relative;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0
}

@media(min-width:62rem) {
    .c-contentBlock__exploreImage {
        padding: 2.5rem;
        top: 52%;
        left: 31%
    }
}

.c-contentBlock__exploreImage img {
    max-width: 37.5rem;
    margin: 0 auto
}

.c-pageHeader {
    padding-top: 7.7255871446rem;
    padding-bottom: 7.7255871446rem;
    background-color: #292929;
    color: #fff
}

@media(min-width:18.75rem) {
    .c-pageHeader {
        padding-top: calc(6.60658rem + 5.96802vw)
    }
}

@media(min-width:98.75rem) {
    .c-pageHeader {
        padding-top: 12.5rem
    }
}

@media(min-width:18.75rem) {
    .c-pageHeader {
        padding-bottom: calc(6.60658rem + 5.96802vw)
    }
}

@media(min-width:98.75rem) {
    .c-pageHeader {
        padding-bottom: 12.5rem
    }
}

.c-teamCard {
    overflow: hidden;
    cursor: pointer
}

.c-teamCard,
.c-teamCard>a {
    position: relative;
    width: 100%
}

.c-teamCard>a {
    height: 100%;
    display: block
}

.c-teamCard__image {
    height: 350px;
    width: 100%;
    background-color: #f9f9f9
}

.c-teamCard__image a {
    display: block;
    width: 100%;
    height: 100%
}

@media(min-width:48.875rem) {
    .c-teamCard__image {
        height: 330px
    }
}

.c-teamCard__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    font-family: "object-fit: cover; object-position: top";
    transition: filter .5s ease-in-out
}

.c-teamCard__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 1.25rem;
    color: #fff;
    background: #000;
    background: linear-gradient(180deg, transparent, #000);
    transform: translateY(100%);
    transition: all .15s ease;
    opacity: 0
}

.c-teamCard__content .arrow {
    position: absolute;
    font-size: 1.5625rem;
    color: #fff;
    right: 1.25rem;
    top: 1.5625rem;
    line-height: 1
}

.c-teamCard .arrow,
.c-teamCard__text {
    opacity: 0;
    transform: translateY(10px);
    transition: all .3s ease .1s
}

.c-teamCard:hover img {
    filter: grayscale(100%)
}

.c-teamCard:hover .c-teamCard__content {
    transform: translateY(0);
    transition: all .15s ease;
    opacity: 1
}

.c-teamCard:hover .arrow,
.c-teamCard:hover .c-teamCard__text {
    transform: translateY(0);
    opacity: 1
}

.c-video {
    position: relative;
    height: 25rem;
    width: 100%;
    overflow: hidden
}

.c-video--small {
    margin: 0 auto;
    width: 100%;
    max-width: 33.75rem;
    height: 20.625rem
}

.c-video__placeholder {
    width: 100%;
    height: 100%;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.405, .005, 0, 1);
    transition-duration: .6s
}

.c-video__placeholder img,
.c-video__placeholder video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: cover; object-position: center";
    width: 120%;
    height: 120%
}

.c-video__playBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.875rem;
    color: #fff
}

.c-video__info {
    position: absolute;
    bottom: .1875rem;
    right: .3125rem;
    font-size: .875rem;
    color: #fff;
    font-weight: 700
}

.c-video__fullVideo {
    position: absolute;
    z-index: 6;
    opacity: 0;
    top: 0;
    left: 0;
    pointer-events: none;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.405, .005, 0, 1);
    transition-duration: .6s
}

.c-video__fullVideo,
.c-video__fullVideo iframe {
    width: 100%;
    height: 100%
}

.c-video.is--playingVideo .c-video__placeholder {
    opacity: 0;
    pointer-events: none
}

.c-video.is--playingVideo .c-video__fullVideo {
    pointer-events: auto;
    opacity: 1
}

@-webkit-keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

.stroke-dotted {
    opacity: 0;
    stroke-dasharray: 4, 5;
    stroke-width: 1px;
    transform-origin: 50% 50%;
    -webkit-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
    transition: opacity 1s ease, stroke-width 1s ease
}

.stroke-solid {
    stroke-dashoffset: 0;
    stroke-dasharray: 300;
    stroke-width: 2px;
    transition: stroke-dashoffset 1s ease, opacity 1s ease
}

.icon {
    transform-origin: 50% 50%;
    transition: transform .2s ease-out
}

.c-playBtn {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%)translateX(-50%)
}

.c-playBtn:hover .stroke-dotted {
    stroke-width: 4px;
    opacity: 1
}

.c-playBtn:hover .stroke-solid {
    opacity: 0;
    stroke-dashoffset: 300
}

.c-playBtn:hover .icon {
    transform: scale(1.05)
}

.c-carousel {
    width: 100%;
    overflow: hidden;
    position: relative
}

.c-carousel__slide {
    width: 100%;
    word-break: normal
}

.c-carousel .swiper-pagination {
    text-align: left
}

.s-section {
    position: relative;
    overflow: hidden;
    padding-top: 3.0902348578rem;
    padding-bottom: 3.0902348578rem
}

@media(min-width:18.75rem) {
    .s-section {
        padding-top: calc(2.64263rem + 2.38721vw)
    }
}

@media(min-width:98.75rem) {
    .s-section {
        padding-top: 5rem
    }
}

@media(min-width:18.75rem) {
    .s-section {
        padding-bottom: calc(2.64263rem + 2.38721vw)
    }
}

@media(min-width:98.75rem) {
    .s-section {
        padding-bottom: 5rem
    }
}

.s-section--fixed {
    padding: 0
}

.s-section--fixed .col {
    height: 18.75rem
}

.s-section--wide {
    padding-top: 6.9530284302rem;
    padding-bottom: 6.9530284302rem
}

@media(min-width:18.75rem) {
    .s-section--wide {
        padding-top: calc(5.94593rem + 5.37121vw)
    }
}

@media(min-width:98.75rem) {
    .s-section--wide {
        padding-top: 11.25rem
    }
}

@media(min-width:18.75rem) {
    .s-section--wide {
        padding-bottom: calc(5.94593rem + 5.37121vw)
    }
}

@media(min-width:98.75rem) {
    .s-section--wide {
        padding-bottom: 11.25rem
    }
}

@media(min-width:65rem) {
    .s-section--tight {
        padding: 0
    }
}

.s-section--hasBg {
    padding-top: 0
}

@media(min-width:62rem) {
    .s-section--hasBg {
        padding: 0
    }
}

.s-section__bg {
    background-color: #490d90;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 6.25rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center
}

@media(min-width:62rem) {
    .s-section__bg {
        height: 100%;
        top: 48%;
        left: 0;
        transform: translateY(-50%);
        flex-direction: row;
        align-items: center;
        justify-content: flex-end
    }
}

@media(min-width:75rem) {
    .s-section__bg {
        height: 72%
    }
}

.s-section__bg svg {
    display: block;
    width: 100%;
    height: auto
}

@media(min-width:62rem) {
    .s-section__bg svg {
        margin-left: auto;
        width: auto;
        height: 100%
    }
}

.s-section--explore {
    overflow: hidden;
    position: relative
}

.s-section--explore .container {
    padding-left: 0;
    padding-right: 0
}

.s-section--explore__bg {
    background-color: #490d90;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.s-section--explore__bg .img {
    width: 100%;
    height: 100%;
    margin-top: auto;
    padding-top: 110%;
    display: none
}

@media(min-width:48.875rem) {
    .s-section--explore__bg .img {
        display: block;
        padding-top: 75%
    }
}

@media(min-width:62rem) {
    .s-section--explore__bg .img {
        margin-left: auto;
        height: 100%;
        width: 50%;
        padding-top: 0
    }
}

.s-section--explore__bg .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: cover; object-position: center"
}

.s-section--explore .c-contentBlock__content {
    padding: 20px 1.125rem
}

@media(min-width:62rem) {
    .s-section--explore .c-contentBlock__content {
        padding: 40px;
        margin-top: 2.5rem
    }
}

.t-styleguide__typo .col {
    margin-bottom: 2.5rem
}

.t-styleguide__colors .color {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.125rem
}

.t-styleguide__colors .color span {
    font-size: .75rem;
    font-weight: 700
}

.t-styleguide__colors .color.u-bg-primaryBase span {
    color: #fff
}

.t-styleguide__colors .color.u-bg--secondaryBase {
    border: 1px solid #490d90
}

.t-styleguide__colors .color.u-bg--secondaryBase span {
    color: #490d90
}

.t-styleguide__grid .row {
    padding-top: 1.125rem
}

.t-styleguide__grid .colMark {
    margin-top: .625rem;
    display: block;
    width: 100%;
    height: 100px;
    background-color: rgba(255, 0, 0, .5)
}

.flex-row {
    flex-direction: row
}

.flex-row-reverse {
    flex-direction: row-reverse
}

.flex-col {
    flex-direction: column
}

.flex-col-reverse {
    flex-direction: column-reverse
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-no-wrap {
    flex-wrap: nowrap
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse
}

.items-stretch {
    align-items: stretch
}

.items-start {
    align-items: flex-start
}

.items-center {
    align-items: center
}

.items-end {
    align-items: flex-end
}

.items-baseline {
    align-items: baseline
}

.content-start {
    align-content: flex-start
}

.content-center {
    align-content: center
}

.content-end {
    align-content: flex-end
}

.content-between {
    align-content: space-between
}

.content-around {
    align-content: space-around
}

.self-auto {
    align-self: auto
}

.self-start {
    align-self: flex-start
}

.self-center {
    align-self: center
}

.self-end {
    align-self: flex-end
}

.self-stretch {
    align-self: stretch
}

.justify-start {
    justify-content: flex-start
}

.justify-center {
    justify-content: center
}

.justify-end {
    justify-content: flex-end
}

.justify-between {
    justify-content: space-between
}

.justify-around {
    justify-content: space-around
}

.justify-evenly {
    justify-content: space-evenly
}

.flex-initial {
    flex: initial
}

.flex-1 {
    flex: 1
}

.flex-auto {
    flex: auto
}

.flex-none {
    flex: none
}

.flex-grow {
    flex-grow: 1
}

.flex-grow-0 {
    flex-grow: 0
}

.flex-shrink {
    flex-shrink: 1
}

.flex-shrink-0 {
    flex-shrink: 0
}

.order-auto {
    order: auto
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-first {
    order: -9999
}

.order-last {
    order: 9999
}

.none {
    display: none
}

.cell {
    display: cell
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.hidden {
    display: hidden
}

.mt-auto {
    margin-top: auto
}

.mb-auto {
    margin-bottom: auto
}

.ml-auto {
    margin-left: auto
}

.ml-0 {
    margin-left: 0
}

.mr-auto {
    margin-right: auto
}

.mr-0 {
    margin-right: 0
}

.t-center {
    text-align: center
}

.t-right {
    text-align: right
}

.t-left {
    text-align: left
}

.static {
    position: static
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.rel,
.relative {
    position: relative
}

.sticky {
    position: -webkit-sticky;
    position: sticky
}

.visible {
    visibility: visible
}

.invisible {
    visibility: hidden
}

.overflow-hidden {
    overflow: hidden
}

.overflow-visible {
    overflow: visible
}

.z-0 {
    z-index: 0
}

.z-1 {
    z-index: 1
}

.z-2 {
    z-index: 2
}

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.z-30 {
    z-index: 30
}

.z-40 {
    z-index: 40
}

.z-50 {
    z-index: 50
}

.z-90 {
    z-index: 90
}

.z-91 {
    z-index: 91
}

.z-auto {
    z-index: auto
}

.w-auto {
    width: auto
}

.w-1\/2 {
    width: 50%
}

.w-1\/3 {
    width: 33.3333333333%
}

.w-2\/3 {
    width: 66.6666666667%
}

.w-1\/4 {
    width: 25%
}

.w-2\/4 {
    width: 50%
}

.w-3\/4 {
    width: 75%
}

.w-1\/5 {
    width: 20%
}

.w-2\/5 {
    width: 40%
}

.w-3\/5 {
    width: 60%
}

.w-4\/5 {
    width: 80%
}

.w-1\/6 {
    width: 16.6666666667%
}

.w-2\/6 {
    width: 33.3333333333%
}

.w-3\/6 {
    width: 50%
}

.w-4\/6 {
    width: 66.6666666667%
}

.w-5\/6 {
    width: 83.3333333333%
}

.w-1\/12 {
    width: 8.3333333333%
}

.w-2\/12 {
    width: 16.6666666667%
}

.w-3\/12 {
    width: 25%
}

.w-4\/12 {
    width: 33.3333333333%
}

.w-5\/12 {
    width: 41.6666666667%
}

.w-6\/12 {
    width: 50%
}

.w-7\/12 {
    width: 58.3333333333%
}

.w-8\/12 {
    width: 66.6666666667%
}

.w-9\/12 {
    width: 75%
}

.w-10\/12 {
    width: 83.3333333333%
}

.w-11\/12 {
    width: 91.6666666667%
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

.w-full {
    width: 100%
}

.w-screen {
    width: 100vw
}

.min-w-0 {
    min-width: 0
}

.min-w-full {
    min-width: 100%
}

.h-auto {
    height: auto
}

.h-px {
    height: 1px
}

.h-full {
    height: 100%
}

.h-screen {
    height: 100vh
}

.min-h-0 {
    min-height: 0
}

.min-h-full {
    min-height: 100%
}

.min-h-screen {
    min-height: 100vh
}

.max-h-full {
    max-height: 100%
}

.max-h-screen {
    max-height: 100vh
}

.p-0 {
    padding: 0
}

.pt-0 {
    padding-top: 0
}

.pb-0 {
    padding-bottom: 0
}

.pt-xs {
    padding-top: .9375rem
}

.pb-xs {
    padding-bottom: .9375rem
}

.pl-xs {
    padding-left: .9375rem
}

.pr-xs,
.px-xs {
    padding-right: .9375rem
}

.px-xs {
    padding-left: .9375rem
}

.py-xs {
    padding-top: .9375rem;
    padding-bottom: .9375rem
}

.pt-s {
    padding-top: 2.1875rem
}

.pb-s {
    padding-bottom: 2.1875rem
}

.px-s {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem
}

.py-s {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem
}

.pt-m {
    padding-top: 3.75rem
}

.pb-m {
    padding-bottom: 3.75rem
}

.px-m {
    padding-left: 3.75rem;
    padding-right: 3.75rem
}

.py-m {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem
}

.pt-l {
    padding-top: 7.5rem
}

.pb-l {
    padding-bottom: 7.5rem
}

.px-l {
    padding-left: 7.5rem;
    padding-right: 7.5rem
}

.py-l {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem
}

.m-0 {
    margin: 0
}

.mt-0 {
    margin-top: 0
}

.mb-0 {
    margin-bottom: 0
}

.mt-xs {
    margin-top: .9375rem
}

.mb-xs {
    margin-bottom: .9375rem
}

.mr-xs {
    margin-right: .9375rem
}

.ml-xs,
.mx-xs {
    margin-left: .9375rem
}

.mx-xs {
    margin-right: .9375rem
}

.my-xs {
    margin-top: .9375rem;
    margin-bottom: .9375rem
}

.mt-s {
    margin-top: 2.1875rem
}

.mb-s {
    margin-bottom: 2.1875rem
}

.mx-s {
    margin-left: 2.1875rem;
    margin-right: 2.1875rem
}

.my-s {
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem
}

.mt-m {
    margin-top: 3.75rem
}

.mb-m {
    margin-bottom: 3.75rem
}

.mx-m {
    margin-left: 3.75rem;
    margin-right: 3.75rem
}

.my-m {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem
}

.mt-l {
    margin-top: 7.5rem
}

.mb-l {
    margin-bottom: 7.5rem
}

.mx-l {
    margin-left: 7.5rem;
    margin-right: 7.5rem
}

.my-l {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem
}

@media(min-width:21.875rem) {
    .xs\:flex-row {
        flex-direction: row
    }

    .xs\:flex-row-reverse {
        flex-direction: row-reverse
    }

    .xs\:flex-col {
        flex-direction: column
    }

    .xs\:flex-col-reverse {
        flex-direction: column-reverse
    }

    .xs\:flex-wrap {
        flex-wrap: wrap
    }

    .xs\:flex-no-wrap {
        flex-wrap: nowrap
    }

    .xs\:flex-wrap-reverse {
        flex-wrap: wrap-reverse
    }

    .xs\:items-stretch {
        align-items: stretch
    }

    .xs\:items-start {
        align-items: flex-start
    }

    .xs\:items-center {
        align-items: center
    }

    .xs\:items-end {
        align-items: flex-end
    }

    .xs\:items-baseline {
        align-items: baseline
    }

    .xs\:content-start {
        align-content: flex-start
    }

    .xs\:content-center {
        align-content: center
    }

    .xs\:content-end {
        align-content: flex-end
    }

    .xs\:content-between {
        align-content: space-between
    }

    .xs\:content-around {
        align-content: space-around
    }

    .xs\:self-auto {
        align-self: auto
    }

    .xs\:self-start {
        align-self: flex-start
    }

    .xs\:self-center {
        align-self: center
    }

    .xs\:self-end {
        align-self: flex-end
    }

    .xs\:self-stretch {
        align-self: stretch
    }

    .xs\:justify-start {
        justify-content: flex-start
    }

    .xs\:justify-center {
        justify-content: center
    }

    .xs\:justify-end {
        justify-content: flex-end
    }

    .xs\:justify-between {
        justify-content: space-between
    }

    .xs\:justify-around {
        justify-content: space-around
    }

    .xs\:justify-evenly {
        justify-content: space-evenly
    }

    .xs\:flex-initial {
        flex: initial
    }

    .xs\:flex-1 {
        flex: 1
    }

    .xs\:flex-auto {
        flex: auto
    }

    .xs\:flex-none {
        flex: none
    }

    .xs\:flex-grow {
        flex-grow: 1
    }

    .xs\:flex-grow-0 {
        flex-grow: 0
    }

    .xs\:flex-shrink {
        flex-shrink: 1
    }

    .xs\:flex-shrink-0 {
        flex-shrink: 0
    }

    .xs\:order-auto {
        order: auto
    }

    .xs\:order-1 {
        order: 1
    }

    .xs\:order-2 {
        order: 2
    }

    .xs\:order-3 {
        order: 3
    }

    .xs\:order-first {
        order: -9999
    }

    .xs\:order-last {
        order: 9999
    }

    .xs\:none {
        display: none
    }

    .xs\:cell {
        display: cell
    }

    .xs\:block {
        display: block
    }

    .xs\:inline-block {
        display: inline-block
    }

    .xs\:inline {
        display: inline
    }

    .xs\:flex {
        display: flex
    }

    .xs\:inline-flex {
        display: inline-flex
    }

    .xs\:hidden {
        display: hidden
    }

    .xs\:mt-auto {
        margin-top: auto
    }

    .xs\:mb-auto {
        margin-bottom: auto
    }

    .xs\:ml-auto {
        margin-left: auto
    }

    .xs\:ml-0 {
        margin-left: 0
    }

    .xs\:mr-auto {
        margin-right: auto
    }

    .xs\:mr-0 {
        margin-right: 0
    }

    .xs\:t-center {
        text-align: center
    }

    .xs\:t-right {
        text-align: right
    }

    .xs\:t-left {
        text-align: left
    }

    .xs\:static {
        position: static
    }

    .xs\:fixed {
        position: fixed
    }

    .xs\:absolute {
        position: absolute
    }

    .xs\:rel,
    .xs\:relative {
        position: relative
    }

    .xs\:sticky {
        position: -webkit-sticky;
        position: sticky
    }

    .xs\:visible {
        visibility: visible
    }

    .xs\:invisible {
        visibility: hidden
    }

    .xs\:overflow-hidden {
        overflow: hidden
    }

    .xs\:overflow-visible {
        overflow: visible
    }

    .xs\:z-0 {
        z-index: 0
    }

    .xs\:z-1 {
        z-index: 1
    }

    .xs\:z-2 {
        z-index: 2
    }

    .xs\:z-10 {
        z-index: 10
    }

    .xs\:z-20 {
        z-index: 20
    }

    .xs\:z-30 {
        z-index: 30
    }

    .xs\:z-40 {
        z-index: 40
    }

    .xs\:z-50 {
        z-index: 50
    }

    .xs\:z-90 {
        z-index: 90
    }

    .xs\:z-91 {
        z-index: 91
    }

    .xs\:z-auto {
        z-index: auto
    }

    .xs\:w-auto {
        width: auto
    }

    .xs\:w-1\/2 {
        width: 50%
    }

    .xs\:w-1\/3 {
        width: 33.3333333333%
    }

    .xs\:w-2\/3 {
        width: 66.6666666667%
    }

    .xs\:w-1\/4 {
        width: 25%
    }

    .xs\:w-2\/4 {
        width: 50%
    }

    .xs\:w-3\/4 {
        width: 75%
    }

    .xs\:w-1\/5 {
        width: 20%
    }

    .xs\:w-2\/5 {
        width: 40%
    }

    .xs\:w-3\/5 {
        width: 60%
    }

    .xs\:w-4\/5 {
        width: 80%
    }

    .xs\:w-1\/6 {
        width: 16.6666666667%
    }

    .xs\:w-2\/6 {
        width: 33.3333333333%
    }

    .xs\:w-3\/6 {
        width: 50%
    }

    .xs\:w-4\/6 {
        width: 66.6666666667%
    }

    .xs\:w-5\/6 {
        width: 83.3333333333%
    }

    .xs\:w-1\/12 {
        width: 8.3333333333%
    }

    .xs\:w-2\/12 {
        width: 16.6666666667%
    }

    .xs\:w-3\/12 {
        width: 25%
    }

    .xs\:w-4\/12 {
        width: 33.3333333333%
    }

    .xs\:w-5\/12 {
        width: 41.6666666667%
    }

    .xs\:w-6\/12 {
        width: 50%
    }

    .xs\:w-7\/12 {
        width: 58.3333333333%
    }

    .xs\:w-8\/12 {
        width: 66.6666666667%
    }

    .xs\:w-9\/12 {
        width: 75%
    }

    .xs\:w-10\/12 {
        width: 83.3333333333%
    }

    .xs\:w-11\/12 {
        width: 91.6666666667%
    }

    .xs\:offset-1 {
        margin-left: 8.3333333333%
    }

    .xs\:offset-2 {
        margin-left: 16.6666666667%
    }

    .xs\:offset-3 {
        margin-left: 25%
    }

    .xs\:offset-4 {
        margin-left: 33.3333333333%
    }

    .xs\:offset-5 {
        margin-left: 41.6666666667%
    }

    .xs\:offset-6 {
        margin-left: 50%
    }

    .xs\:offset-7 {
        margin-left: 58.3333333333%
    }

    .xs\:offset-8 {
        margin-left: 66.6666666667%
    }

    .xs\:offset-9 {
        margin-left: 75%
    }

    .xs\:offset-10 {
        margin-left: 83.3333333333%
    }

    .xs\:offset-11 {
        margin-left: 91.6666666667%
    }

    .xs\:w-full {
        width: 100%
    }

    .xs\:w-screen {
        width: 100vw
    }

    .xs\:min-w-0 {
        min-width: 0
    }

    .xs\:min-w-full {
        min-width: 100%
    }

    .xs\:h-auto {
        height: auto
    }

    .xs\:h-px {
        height: 1px
    }

    .xs\:h-full {
        height: 100%
    }

    .xs\:h-screen {
        height: 100vh
    }

    .xs\:min-h-0 {
        min-height: 0
    }

    .xs\:min-h-full {
        min-height: 100%
    }

    .xs\:min-h-screen {
        min-height: 100vh
    }

    .xs\:max-h-full {
        max-height: 100%
    }

    .xs\:max-h-screen {
        max-height: 100vh
    }

    .xs\:p-0 {
        padding: 0
    }

    .xs\:pt-0 {
        padding-top: 0
    }

    .xs\:pb-0 {
        padding-bottom: 0
    }

    .xs\:pt-xs {
        padding-top: .9375rem
    }

    .xs\:pb-xs {
        padding-bottom: .9375rem
    }

    .xs\:pl-xs {
        padding-left: .9375rem
    }

    .xs\:pr-xs,
    .xs\:px-xs {
        padding-right: .9375rem
    }

    .xs\:px-xs {
        padding-left: .9375rem
    }

    .xs\:py-xs {
        padding-top: .9375rem;
        padding-bottom: .9375rem
    }

    .xs\:pt-s {
        padding-top: 2.1875rem
    }

    .xs\:pb-s {
        padding-bottom: 2.1875rem
    }

    .xs\:px-s {
        padding-left: 2.1875rem;
        padding-right: 2.1875rem
    }

    .xs\:py-s {
        padding-top: 2.1875rem;
        padding-bottom: 2.1875rem
    }

    .xs\:pt-m {
        padding-top: 3.75rem
    }

    .xs\:pb-m {
        padding-bottom: 3.75rem
    }

    .xs\:px-m {
        padding-left: 3.75rem;
        padding-right: 3.75rem
    }

    .xs\:py-m {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem
    }

    .xs\:pt-l {
        padding-top: 7.5rem
    }

    .xs\:pb-l {
        padding-bottom: 7.5rem
    }

    .xs\:px-l {
        padding-left: 7.5rem;
        padding-right: 7.5rem
    }

    .xs\:py-l {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem
    }

    .xs\:m-0 {
        margin: 0
    }

    .xs\:mt-0 {
        margin-top: 0
    }

    .xs\:mb-0 {
        margin-bottom: 0
    }

    .xs\:mt-xs {
        margin-top: .9375rem
    }

    .xs\:mb-xs {
        margin-bottom: .9375rem
    }

    .xs\:mr-xs {
        margin-right: .9375rem
    }

    .xs\:ml-xs,
    .xs\:mx-xs {
        margin-left: .9375rem
    }

    .xs\:mx-xs {
        margin-right: .9375rem
    }

    .xs\:my-xs {
        margin-top: .9375rem;
        margin-bottom: .9375rem
    }

    .xs\:mt-s {
        margin-top: 2.1875rem
    }

    .xs\:mb-s {
        margin-bottom: 2.1875rem
    }

    .xs\:mx-s {
        margin-left: 2.1875rem;
        margin-right: 2.1875rem
    }

    .xs\:my-s {
        margin-top: 2.1875rem;
        margin-bottom: 2.1875rem
    }

    .xs\:mt-m {
        margin-top: 3.75rem
    }

    .xs\:mb-m {
        margin-bottom: 3.75rem
    }

    .xs\:mx-m {
        margin-left: 3.75rem;
        margin-right: 3.75rem
    }

    .xs\:my-m {
        margin-top: 3.75rem;
        margin-bottom: 3.75rem
    }

    .xs\:mt-l {
        margin-top: 7.5rem
    }

    .xs\:mb-l {
        margin-bottom: 7.5rem
    }

    .xs\:mx-l {
        margin-left: 7.5rem;
        margin-right: 7.5rem
    }

    .xs\:my-l {
        margin-top: 7.5rem;
        margin-bottom: 7.5rem
    }
}

@media(min-width:36rem) {
    .sm\:flex-row {
        flex-direction: row
    }

    .sm\:flex-row-reverse {
        flex-direction: row-reverse
    }

    .sm\:flex-col {
        flex-direction: column
    }

    .sm\:flex-col-reverse {
        flex-direction: column-reverse
    }

    .sm\:flex-wrap {
        flex-wrap: wrap
    }

    .sm\:flex-no-wrap {
        flex-wrap: nowrap
    }

    .sm\:flex-wrap-reverse {
        flex-wrap: wrap-reverse
    }

    .sm\:items-stretch {
        align-items: stretch
    }

    .sm\:items-start {
        align-items: flex-start
    }

    .sm\:items-center {
        align-items: center
    }

    .sm\:items-end {
        align-items: flex-end
    }

    .sm\:items-baseline {
        align-items: baseline
    }

    .sm\:content-start {
        align-content: flex-start
    }

    .sm\:content-center {
        align-content: center
    }

    .sm\:content-end {
        align-content: flex-end
    }

    .sm\:content-between {
        align-content: space-between
    }

    .sm\:content-around {
        align-content: space-around
    }

    .sm\:self-auto {
        align-self: auto
    }

    .sm\:self-start {
        align-self: flex-start
    }

    .sm\:self-center {
        align-self: center
    }

    .sm\:self-end {
        align-self: flex-end
    }

    .sm\:self-stretch {
        align-self: stretch
    }

    .sm\:justify-start {
        justify-content: flex-start
    }

    .sm\:justify-center {
        justify-content: center
    }

    .sm\:justify-end {
        justify-content: flex-end
    }

    .sm\:justify-between {
        justify-content: space-between
    }

    .sm\:justify-around {
        justify-content: space-around
    }

    .sm\:justify-evenly {
        justify-content: space-evenly
    }

    .sm\:flex-initial {
        flex: initial
    }

    .sm\:flex-1 {
        flex: 1
    }

    .sm\:flex-auto {
        flex: auto
    }

    .sm\:flex-none {
        flex: none
    }

    .sm\:flex-grow {
        flex-grow: 1
    }

    .sm\:flex-grow-0 {
        flex-grow: 0
    }

    .sm\:flex-shrink {
        flex-shrink: 1
    }

    .sm\:flex-shrink-0 {
        flex-shrink: 0
    }

    .sm\:order-auto {
        order: auto
    }

    .sm\:order-1 {
        order: 1
    }

    .sm\:order-2 {
        order: 2
    }

    .sm\:order-3 {
        order: 3
    }

    .sm\:order-first {
        order: -9999
    }

    .sm\:order-last {
        order: 9999
    }

    .sm\:none {
        display: none
    }

    .sm\:cell {
        display: cell
    }

    .sm\:block {
        display: block
    }

    .sm\:inline-block {
        display: inline-block
    }

    .sm\:inline {
        display: inline
    }

    .sm\:flex {
        display: flex
    }

    .sm\:inline-flex {
        display: inline-flex
    }

    .sm\:hidden {
        display: hidden
    }

    .sm\:mt-auto {
        margin-top: auto
    }

    .sm\:mb-auto {
        margin-bottom: auto
    }

    .sm\:ml-auto {
        margin-left: auto
    }

    .sm\:ml-0 {
        margin-left: 0
    }

    .sm\:mr-auto {
        margin-right: auto
    }

    .sm\:mr-0 {
        margin-right: 0
    }

    .sm\:t-center {
        text-align: center
    }

    .sm\:t-right {
        text-align: right
    }

    .sm\:t-left {
        text-align: left
    }

    .sm\:static {
        position: static
    }

    .sm\:fixed {
        position: fixed
    }

    .sm\:absolute {
        position: absolute
    }

    .sm\:rel,
    .sm\:relative {
        position: relative
    }

    .sm\:sticky {
        position: -webkit-sticky;
        position: sticky
    }

    .sm\:visible {
        visibility: visible
    }

    .sm\:invisible {
        visibility: hidden
    }

    .sm\:overflow-hidden {
        overflow: hidden
    }

    .sm\:overflow-visible {
        overflow: visible
    }

    .sm\:z-0 {
        z-index: 0
    }

    .sm\:z-1 {
        z-index: 1
    }

    .sm\:z-2 {
        z-index: 2
    }

    .sm\:z-10 {
        z-index: 10
    }

    .sm\:z-20 {
        z-index: 20
    }

    .sm\:z-30 {
        z-index: 30
    }

    .sm\:z-40 {
        z-index: 40
    }

    .sm\:z-50 {
        z-index: 50
    }

    .sm\:z-90 {
        z-index: 90
    }

    .sm\:z-91 {
        z-index: 91
    }

    .sm\:z-auto {
        z-index: auto
    }

    .sm\:w-auto {
        width: auto
    }

    .sm\:w-1\/2 {
        width: 50%
    }

    .sm\:w-1\/3 {
        width: 33.3333333333%
    }

    .sm\:w-2\/3 {
        width: 66.6666666667%
    }

    .sm\:w-1\/4 {
        width: 25%
    }

    .sm\:w-2\/4 {
        width: 50%
    }

    .sm\:w-3\/4 {
        width: 75%
    }

    .sm\:w-1\/5 {
        width: 20%
    }

    .sm\:w-2\/5 {
        width: 40%
    }

    .sm\:w-3\/5 {
        width: 60%
    }

    .sm\:w-4\/5 {
        width: 80%
    }

    .sm\:w-1\/6 {
        width: 16.6666666667%
    }

    .sm\:w-2\/6 {
        width: 33.3333333333%
    }

    .sm\:w-3\/6 {
        width: 50%
    }

    .sm\:w-4\/6 {
        width: 66.6666666667%
    }

    .sm\:w-5\/6 {
        width: 83.3333333333%
    }

    .sm\:w-1\/12 {
        width: 8.3333333333%
    }

    .sm\:w-2\/12 {
        width: 16.6666666667%
    }

    .sm\:w-3\/12 {
        width: 25%
    }

    .sm\:w-4\/12 {
        width: 33.3333333333%
    }

    .sm\:w-5\/12 {
        width: 41.6666666667%
    }

    .sm\:w-6\/12 {
        width: 50%
    }

    .sm\:w-7\/12 {
        width: 58.3333333333%
    }

    .sm\:w-8\/12 {
        width: 66.6666666667%
    }

    .sm\:w-9\/12 {
        width: 75%
    }

    .sm\:w-10\/12 {
        width: 83.3333333333%
    }

    .sm\:w-11\/12 {
        width: 91.6666666667%
    }

    .sm\:offset-1 {
        margin-left: 8.3333333333%
    }

    .sm\:offset-2 {
        margin-left: 16.6666666667%
    }

    .sm\:offset-3 {
        margin-left: 25%
    }

    .sm\:offset-4 {
        margin-left: 33.3333333333%
    }

    .sm\:offset-5 {
        margin-left: 41.6666666667%
    }

    .sm\:offset-6 {
        margin-left: 50%
    }

    .sm\:offset-7 {
        margin-left: 58.3333333333%
    }

    .sm\:offset-8 {
        margin-left: 66.6666666667%
    }

    .sm\:offset-9 {
        margin-left: 75%
    }

    .sm\:offset-10 {
        margin-left: 83.3333333333%
    }

    .sm\:offset-11 {
        margin-left: 91.6666666667%
    }

    .sm\:w-full {
        width: 100%
    }

    .sm\:w-screen {
        width: 100vw
    }

    .sm\:min-w-0 {
        min-width: 0
    }

    .sm\:min-w-full {
        min-width: 100%
    }

    .sm\:h-auto {
        height: auto
    }

    .sm\:h-px {
        height: 1px
    }

    .sm\:h-full {
        height: 100%
    }

    .sm\:h-screen {
        height: 100vh
    }

    .sm\:min-h-0 {
        min-height: 0
    }

    .sm\:min-h-full {
        min-height: 100%
    }

    .sm\:min-h-screen {
        min-height: 100vh
    }

    .sm\:max-h-full {
        max-height: 100%
    }

    .sm\:max-h-screen {
        max-height: 100vh
    }

    .sm\:p-0 {
        padding: 0
    }

    .sm\:pt-0 {
        padding-top: 0
    }

    .sm\:pb-0 {
        padding-bottom: 0
    }

    .sm\:pt-xs {
        padding-top: .9375rem
    }

    .sm\:pb-xs {
        padding-bottom: .9375rem
    }

    .sm\:pl-xs {
        padding-left: .9375rem
    }

    .sm\:pr-xs,
    .sm\:px-xs {
        padding-right: .9375rem
    }

    .sm\:px-xs {
        padding-left: .9375rem
    }

    .sm\:py-xs {
        padding-top: .9375rem;
        padding-bottom: .9375rem
    }

    .sm\:pt-s {
        padding-top: 2.1875rem
    }

    .sm\:pb-s {
        padding-bottom: 2.1875rem
    }

    .sm\:px-s {
        padding-left: 2.1875rem;
        padding-right: 2.1875rem
    }

    .sm\:py-s {
        padding-top: 2.1875rem;
        padding-bottom: 2.1875rem
    }

    .sm\:pt-m {
        padding-top: 3.75rem
    }

    .sm\:pb-m {
        padding-bottom: 3.75rem
    }

    .sm\:px-m {
        padding-left: 3.75rem;
        padding-right: 3.75rem
    }

    .sm\:py-m {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem
    }

    .sm\:pt-l {
        padding-top: 7.5rem
    }

    .sm\:pb-l {
        padding-bottom: 7.5rem
    }

    .sm\:px-l {
        padding-left: 7.5rem;
        padding-right: 7.5rem
    }

    .sm\:py-l {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem
    }

    .sm\:m-0 {
        margin: 0
    }

    .sm\:mt-0 {
        margin-top: 0
    }

    .sm\:mb-0 {
        margin-bottom: 0
    }

    .sm\:mt-xs {
        margin-top: .9375rem
    }

    .sm\:mb-xs {
        margin-bottom: .9375rem
    }

    .sm\:mr-xs {
        margin-right: .9375rem
    }

    .sm\:ml-xs,
    .sm\:mx-xs {
        margin-left: .9375rem
    }

    .sm\:mx-xs {
        margin-right: .9375rem
    }

    .sm\:my-xs {
        margin-top: .9375rem;
        margin-bottom: .9375rem
    }

    .sm\:mt-s {
        margin-top: 2.1875rem
    }

    .sm\:mb-s {
        margin-bottom: 2.1875rem
    }

    .sm\:mx-s {
        margin-left: 2.1875rem;
        margin-right: 2.1875rem
    }

    .sm\:my-s {
        margin-top: 2.1875rem;
        margin-bottom: 2.1875rem
    }

    .sm\:mt-m {
        margin-top: 3.75rem
    }

    .sm\:mb-m {
        margin-bottom: 3.75rem
    }

    .sm\:mx-m {
        margin-left: 3.75rem;
        margin-right: 3.75rem
    }

    .sm\:my-m {
        margin-top: 3.75rem;
        margin-bottom: 3.75rem
    }

    .sm\:mt-l {
        margin-top: 7.5rem
    }

    .sm\:mb-l {
        margin-bottom: 7.5rem
    }

    .sm\:mx-l {
        margin-left: 7.5rem;
        margin-right: 7.5rem
    }

    .sm\:my-l {
        margin-top: 7.5rem;
        margin-bottom: 7.5rem
    }
}

@media(min-width:48.875rem) {
    .md\:flex-row {
        flex-direction: row
    }

    .md\:flex-row-reverse {
        flex-direction: row-reverse
    }

    .md\:flex-col {
        flex-direction: column
    }

    .md\:flex-col-reverse {
        flex-direction: column-reverse
    }

    .md\:flex-wrap {
        flex-wrap: wrap
    }

    .md\:flex-no-wrap {
        flex-wrap: nowrap
    }

    .md\:flex-wrap-reverse {
        flex-wrap: wrap-reverse
    }

    .md\:items-stretch {
        align-items: stretch
    }

    .md\:items-start {
        align-items: flex-start
    }

    .md\:items-center {
        align-items: center
    }

    .md\:items-end {
        align-items: flex-end
    }

    .md\:items-baseline {
        align-items: baseline
    }

    .md\:content-start {
        align-content: flex-start
    }

    .md\:content-center {
        align-content: center
    }

    .md\:content-end {
        align-content: flex-end
    }

    .md\:content-between {
        align-content: space-between
    }

    .md\:content-around {
        align-content: space-around
    }

    .md\:self-auto {
        align-self: auto
    }

    .md\:self-start {
        align-self: flex-start
    }

    .md\:self-center {
        align-self: center
    }

    .md\:self-end {
        align-self: flex-end
    }

    .md\:self-stretch {
        align-self: stretch
    }

    .md\:justify-start {
        justify-content: flex-start
    }

    .md\:justify-center {
        justify-content: center
    }

    .md\:justify-end {
        justify-content: flex-end
    }

    .md\:justify-between {
        justify-content: space-between
    }

    .md\:justify-around {
        justify-content: space-around
    }

    .md\:justify-evenly {
        justify-content: space-evenly
    }

    .md\:flex-initial {
        flex: initial
    }

    .md\:flex-1 {
        flex: 1
    }

    .md\:flex-auto {
        flex: auto
    }

    .md\:flex-none {
        flex: none
    }

    .md\:flex-grow {
        flex-grow: 1
    }

    .md\:flex-grow-0 {
        flex-grow: 0
    }

    .md\:flex-shrink {
        flex-shrink: 1
    }

    .md\:flex-shrink-0 {
        flex-shrink: 0
    }

    .md\:order-auto {
        order: auto
    }

    .md\:order-1 {
        order: 1
    }

    .md\:order-2 {
        order: 2
    }

    .md\:order-3 {
        order: 3
    }

    .md\:order-first {
        order: -9999
    }

    .md\:order-last {
        order: 9999
    }

    .md\:none {
        display: none
    }

    .md\:cell {
        display: cell
    }

    .md\:block {
        display: block
    }

    .md\:inline-block {
        display: inline-block
    }

    .md\:inline {
        display: inline
    }

    .md\:flex {
        display: flex
    }

    .md\:inline-flex {
        display: inline-flex
    }

    .md\:hidden {
        display: hidden
    }

    .md\:mt-auto {
        margin-top: auto
    }

    .md\:mb-auto {
        margin-bottom: auto
    }

    .md\:ml-auto {
        margin-left: auto
    }

    .md\:ml-0 {
        margin-left: 0
    }

    .md\:mr-auto {
        margin-right: auto
    }

    .md\:mr-0 {
        margin-right: 0
    }

    .md\:t-center {
        text-align: center
    }

    .md\:t-right {
        text-align: right
    }

    .md\:t-left {
        text-align: left
    }

    .md\:static {
        position: static
    }

    .md\:fixed {
        position: fixed
    }

    .md\:absolute {
        position: absolute
    }

    .md\:rel,
    .md\:relative {
        position: relative
    }

    .md\:sticky {
        position: -webkit-sticky;
        position: sticky
    }

    .md\:visible {
        visibility: visible
    }

    .md\:invisible {
        visibility: hidden
    }

    .md\:overflow-hidden {
        overflow: hidden
    }

    .md\:overflow-visible {
        overflow: visible
    }

    .md\:z-0 {
        z-index: 0
    }

    .md\:z-1 {
        z-index: 1
    }

    .md\:z-2 {
        z-index: 2
    }

    .md\:z-10 {
        z-index: 10
    }

    .md\:z-20 {
        z-index: 20
    }

    .md\:z-30 {
        z-index: 30
    }

    .md\:z-40 {
        z-index: 40
    }

    .md\:z-50 {
        z-index: 50
    }

    .md\:z-90 {
        z-index: 90
    }

    .md\:z-91 {
        z-index: 91
    }

    .md\:z-auto {
        z-index: auto
    }

    .md\:w-auto {
        width: auto
    }

    .md\:w-1\/2 {
        width: 50%
    }

    .md\:w-1\/3 {
        width: 33.3333333333%
    }

    .md\:w-2\/3 {
        width: 66.6666666667%
    }

    .md\:w-1\/4 {
        width: 25%
    }

    .md\:w-2\/4 {
        width: 50%
    }

    .md\:w-3\/4 {
        width: 75%
    }

    .md\:w-1\/5 {
        width: 20%
    }

    .md\:w-2\/5 {
        width: 40%
    }

    .md\:w-3\/5 {
        width: 60%
    }

    .md\:w-4\/5 {
        width: 80%
    }

    .md\:w-1\/6 {
        width: 16.6666666667%
    }

    .md\:w-2\/6 {
        width: 33.3333333333%
    }

    .md\:w-3\/6 {
        width: 50%
    }

    .md\:w-4\/6 {
        width: 66.6666666667%
    }

    .md\:w-5\/6 {
        width: 83.3333333333%
    }

    .md\:w-1\/12 {
        width: 8.3333333333%
    }

    .md\:w-2\/12 {
        width: 16.6666666667%
    }

    .md\:w-3\/12 {
        width: 25%
    }

    .md\:w-4\/12 {
        width: 33.3333333333%
    }

    .md\:w-5\/12 {
        width: 41.6666666667%
    }

    .md\:w-6\/12 {
        width: 50%
    }

    .md\:w-7\/12 {
        width: 58.3333333333%
    }

    .md\:w-8\/12 {
        width: 66.6666666667%
    }

    .md\:w-9\/12 {
        width: 75%
    }

    .md\:w-10\/12 {
        width: 83.3333333333%
    }

    .md\:w-11\/12 {
        width: 91.6666666667%
    }

    .md\:offset-1 {
        margin-left: 8.3333333333%
    }

    .md\:offset-2 {
        margin-left: 16.6666666667%
    }

    .md\:offset-3 {
        margin-left: 25%
    }

    .md\:offset-4 {
        margin-left: 33.3333333333%
    }

    .md\:offset-5 {
        margin-left: 41.6666666667%
    }

    .md\:offset-6 {
        margin-left: 50%
    }

    .md\:offset-7 {
        margin-left: 58.3333333333%
    }

    .md\:offset-8 {
        margin-left: 66.6666666667%
    }

    .md\:offset-9 {
        margin-left: 75%
    }

    .md\:offset-10 {
        margin-left: 83.3333333333%
    }

    .md\:offset-11 {
        margin-left: 91.6666666667%
    }

    .md\:w-full {
        width: 100%
    }

    .md\:w-screen {
        width: 100vw
    }

    .md\:min-w-0 {
        min-width: 0
    }

    .md\:min-w-full {
        min-width: 100%
    }

    .md\:h-auto {
        height: auto
    }

    .md\:h-px {
        height: 1px
    }

    .md\:h-full {
        height: 100%
    }

    .md\:h-screen {
        height: 100vh
    }

    .md\:min-h-0 {
        min-height: 0
    }

    .md\:min-h-full {
        min-height: 100%
    }

    .md\:min-h-screen {
        min-height: 100vh
    }

    .md\:max-h-full {
        max-height: 100%
    }

    .md\:max-h-screen {
        max-height: 100vh
    }

    .md\:p-0 {
        padding: 0
    }

    .md\:pt-0 {
        padding-top: 0
    }

    .md\:pb-0 {
        padding-bottom: 0
    }

    .md\:pt-xs {
        padding-top: .9375rem
    }

    .md\:pb-xs {
        padding-bottom: .9375rem
    }

    .md\:pl-xs {
        padding-left: .9375rem
    }

    .md\:pr-xs,
    .md\:px-xs {
        padding-right: .9375rem
    }

    .md\:px-xs {
        padding-left: .9375rem
    }

    .md\:py-xs {
        padding-top: .9375rem;
        padding-bottom: .9375rem
    }

    .md\:pt-s {
        padding-top: 2.1875rem
    }

    .md\:pb-s {
        padding-bottom: 2.1875rem
    }

    .md\:px-s {
        padding-left: 2.1875rem;
        padding-right: 2.1875rem
    }

    .md\:py-s {
        padding-top: 2.1875rem;
        padding-bottom: 2.1875rem
    }

    .md\:pt-m {
        padding-top: 3.75rem
    }

    .md\:pb-m {
        padding-bottom: 3.75rem
    }

    .md\:px-m {
        padding-left: 3.75rem;
        padding-right: 3.75rem
    }

    .md\:py-m {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem
    }

    .md\:pt-l {
        padding-top: 7.5rem
    }

    .md\:pb-l {
        padding-bottom: 7.5rem
    }

    .md\:px-l {
        padding-left: 7.5rem;
        padding-right: 7.5rem
    }

    .md\:py-l {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem
    }

    .md\:m-0 {
        margin: 0
    }

    .md\:mt-0 {
        margin-top: 0
    }

    .md\:mb-0 {
        margin-bottom: 0
    }

    .md\:mt-xs {
        margin-top: .9375rem
    }

    .md\:mb-xs {
        margin-bottom: .9375rem
    }

    .md\:mr-xs {
        margin-right: .9375rem
    }

    .md\:ml-xs,
    .md\:mx-xs {
        margin-left: .9375rem
    }

    .md\:mx-xs {
        margin-right: .9375rem
    }

    .md\:my-xs {
        margin-top: .9375rem;
        margin-bottom: .9375rem
    }

    .md\:mt-s {
        margin-top: 2.1875rem
    }

    .md\:mb-s {
        margin-bottom: 2.1875rem
    }

    .md\:mx-s {
        margin-left: 2.1875rem;
        margin-right: 2.1875rem
    }

    .md\:my-s {
        margin-top: 2.1875rem;
        margin-bottom: 2.1875rem
    }

    .md\:mt-m {
        margin-top: 3.75rem
    }

    .md\:mb-m {
        margin-bottom: 3.75rem
    }

    .md\:mx-m {
        margin-left: 3.75rem;
        margin-right: 3.75rem
    }

    .md\:my-m {
        margin-top: 3.75rem;
        margin-bottom: 3.75rem
    }

    .md\:mt-l {
        margin-top: 7.5rem
    }

    .md\:mb-l {
        margin-bottom: 7.5rem
    }

    .md\:mx-l {
        margin-left: 7.5rem;
        margin-right: 7.5rem
    }

    .md\:my-l {
        margin-top: 7.5rem;
        margin-bottom: 7.5rem
    }
}

@media(min-width:62rem) {
    .lg\:flex-row {
        flex-direction: row
    }

    .lg\:flex-row-reverse {
        flex-direction: row-reverse
    }

    .lg\:flex-col {
        flex-direction: column
    }

    .lg\:flex-col-reverse {
        flex-direction: column-reverse
    }

    .lg\:flex-wrap {
        flex-wrap: wrap
    }

    .lg\:flex-no-wrap {
        flex-wrap: nowrap
    }

    .lg\:flex-wrap-reverse {
        flex-wrap: wrap-reverse
    }

    .lg\:items-stretch {
        align-items: stretch
    }

    .lg\:items-start {
        align-items: flex-start
    }

    .lg\:items-center {
        align-items: center
    }

    .lg\:items-end {
        align-items: flex-end
    }

    .lg\:items-baseline {
        align-items: baseline
    }

    .lg\:content-start {
        align-content: flex-start
    }

    .lg\:content-center {
        align-content: center
    }

    .lg\:content-end {
        align-content: flex-end
    }

    .lg\:content-between {
        align-content: space-between
    }

    .lg\:content-around {
        align-content: space-around
    }

    .lg\:self-auto {
        align-self: auto
    }

    .lg\:self-start {
        align-self: flex-start
    }

    .lg\:self-center {
        align-self: center
    }

    .lg\:self-end {
        align-self: flex-end
    }

    .lg\:self-stretch {
        align-self: stretch
    }

    .lg\:justify-start {
        justify-content: flex-start
    }

    .lg\:justify-center {
        justify-content: center
    }

    .lg\:justify-end {
        justify-content: flex-end
    }

    .lg\:justify-between {
        justify-content: space-between
    }

    .lg\:justify-around {
        justify-content: space-around
    }

    .lg\:justify-evenly {
        justify-content: space-evenly
    }

    .lg\:flex-initial {
        flex: initial
    }

    .lg\:flex-1 {
        flex: 1
    }

    .lg\:flex-auto {
        flex: auto
    }

    .lg\:flex-none {
        flex: none
    }

    .lg\:flex-grow {
        flex-grow: 1
    }

    .lg\:flex-grow-0 {
        flex-grow: 0
    }

    .lg\:flex-shrink {
        flex-shrink: 1
    }

    .lg\:flex-shrink-0 {
        flex-shrink: 0
    }

    .lg\:order-auto {
        order: auto
    }

    .lg\:order-1 {
        order: 1
    }

    .lg\:order-2 {
        order: 2
    }

    .lg\:order-3 {
        order: 3
    }

    .lg\:order-first {
        order: -9999
    }

    .lg\:order-last {
        order: 9999
    }

    .lg\:none {
        display: none
    }

    .lg\:cell {
        display: cell
    }

    .lg\:block {
        display: block
    }

    .lg\:inline-block {
        display: inline-block
    }

    .lg\:inline {
        display: inline
    }

    .lg\:flex {
        display: flex
    }

    .lg\:inline-flex {
        display: inline-flex
    }

    .lg\:hidden {
        display: hidden
    }

    .lg\:mt-auto {
        margin-top: auto
    }

    .lg\:mb-auto {
        margin-bottom: auto
    }

    .lg\:ml-auto {
        margin-left: auto
    }

    .lg\:ml-0 {
        margin-left: 0
    }

    .lg\:mr-auto {
        margin-right: auto
    }

    .lg\:mr-0 {
        margin-right: 0
    }

    .lg\:t-center {
        text-align: center
    }

    .lg\:t-right {
        text-align: right
    }

    .lg\:t-left {
        text-align: left
    }

    .lg\:static {
        position: static
    }

    .lg\:fixed {
        position: fixed
    }

    .lg\:absolute {
        position: absolute
    }

    .lg\:rel,
    .lg\:relative {
        position: relative
    }

    .lg\:sticky {
        position: -webkit-sticky;
        position: sticky
    }

    .lg\:visible {
        visibility: visible
    }

    .lg\:invisible {
        visibility: hidden
    }

    .lg\:overflow-hidden {
        overflow: hidden
    }

    .lg\:overflow-visible {
        overflow: visible
    }

    .lg\:z-0 {
        z-index: 0
    }

    .lg\:z-1 {
        z-index: 1
    }

    .lg\:z-2 {
        z-index: 2
    }

    .lg\:z-10 {
        z-index: 10
    }

    .lg\:z-20 {
        z-index: 20
    }

    .lg\:z-30 {
        z-index: 30
    }

    .lg\:z-40 {
        z-index: 40
    }

    .lg\:z-50 {
        z-index: 50
    }

    .lg\:z-90 {
        z-index: 90
    }

    .lg\:z-91 {
        z-index: 91
    }

    .lg\:z-auto {
        z-index: auto
    }

    .lg\:w-auto {
        width: auto
    }

    .lg\:w-1\/2 {
        width: 50%
    }

    .lg\:w-1\/3 {
        width: 33.3333333333%
    }

    .lg\:w-2\/3 {
        width: 66.6666666667%
    }

    .lg\:w-1\/4 {
        width: 25%
    }

    .lg\:w-2\/4 {
        width: 50%
    }

    .lg\:w-3\/4 {
        width: 75%
    }

    .lg\:w-1\/5 {
        width: 20%
    }

    .lg\:w-2\/5 {
        width: 40%
    }

    .lg\:w-3\/5 {
        width: 60%
    }

    .lg\:w-4\/5 {
        width: 80%
    }

    .lg\:w-1\/6 {
        width: 16.6666666667%
    }

    .lg\:w-2\/6 {
        width: 33.3333333333%
    }

    .lg\:w-3\/6 {
        width: 50%
    }

    .lg\:w-4\/6 {
        width: 66.6666666667%
    }

    .lg\:w-5\/6 {
        width: 83.3333333333%
    }

    .lg\:w-1\/12 {
        width: 8.3333333333%
    }

    .lg\:w-2\/12 {
        width: 16.6666666667%
    }

    .lg\:w-3\/12 {
        width: 25%
    }

    .lg\:w-4\/12 {
        width: 33.3333333333%
    }

    .lg\:w-5\/12 {
        width: 41.6666666667%
    }

    .lg\:w-6\/12 {
        width: 50%
    }

    .lg\:w-7\/12 {
        width: 58.3333333333%
    }

    .lg\:w-8\/12 {
        width: 66.6666666667%
    }

    .lg\:w-9\/12 {
        width: 75%
    }

    .lg\:w-10\/12 {
        width: 83.3333333333%
    }

    .lg\:w-11\/12 {
        width: 91.6666666667%
    }

    .lg\:offset-1 {
        margin-left: 8.3333333333%
    }

    .lg\:offset-2 {
        margin-left: 16.6666666667%
    }

    .lg\:offset-3 {
        margin-left: 25%
    }

    .lg\:offset-4 {
        margin-left: 33.3333333333%
    }

    .lg\:offset-5 {
        margin-left: 41.6666666667%
    }

    .lg\:offset-6 {
        margin-left: 50%
    }

    .lg\:offset-7 {
        margin-left: 58.3333333333%
    }

    .lg\:offset-8 {
        margin-left: 66.6666666667%
    }

    .lg\:offset-9 {
        margin-left: 75%
    }

    .lg\:offset-10 {
        margin-left: 83.3333333333%
    }

    .lg\:offset-11 {
        margin-left: 91.6666666667%
    }

    .lg\:w-full {
        width: 100%
    }

    .lg\:w-screen {
        width: 100vw
    }

    .lg\:min-w-0 {
        min-width: 0
    }

    .lg\:min-w-full {
        min-width: 100%
    }

    .lg\:h-auto {
        height: auto
    }

    .lg\:h-px {
        height: 1px
    }

    .lg\:h-full {
        height: 100%
    }

    .lg\:h-screen {
        height: 100vh
    }

    .lg\:min-h-0 {
        min-height: 0
    }

    .lg\:min-h-full {
        min-height: 100%
    }

    .lg\:min-h-screen {
        min-height: 100vh
    }

    .lg\:max-h-full {
        max-height: 100%
    }

    .lg\:max-h-screen {
        max-height: 100vh
    }

    .lg\:p-0 {
        padding: 0
    }

    .lg\:pt-0 {
        padding-top: 0
    }

    .lg\:pb-0 {
        padding-bottom: 0
    }

    .lg\:pt-xs {
        padding-top: .9375rem
    }

    .lg\:pb-xs {
        padding-bottom: .9375rem
    }

    .lg\:pl-xs {
        padding-left: .9375rem
    }

    .lg\:pr-xs,
    .lg\:px-xs {
        padding-right: .9375rem
    }

    .lg\:px-xs {
        padding-left: .9375rem
    }

    .lg\:py-xs {
        padding-top: .9375rem;
        padding-bottom: .9375rem
    }

    .lg\:pt-s {
        padding-top: 2.1875rem
    }

    .lg\:pb-s {
        padding-bottom: 2.1875rem
    }

    .lg\:px-s {
        padding-left: 2.1875rem;
        padding-right: 2.1875rem
    }

    .lg\:py-s {
        padding-top: 2.1875rem;
        padding-bottom: 2.1875rem
    }

    .lg\:pt-m {
        padding-top: 3.75rem
    }

    .lg\:pb-m {
        padding-bottom: 3.75rem
    }

    .lg\:px-m {
        padding-left: 3.75rem;
        padding-right: 3.75rem
    }

    .lg\:py-m {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem
    }

    .lg\:pt-l {
        padding-top: 7.5rem
    }

    .lg\:pb-l {
        padding-bottom: 7.5rem
    }

    .lg\:px-l {
        padding-left: 7.5rem;
        padding-right: 7.5rem
    }

    .lg\:py-l {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem
    }

    .lg\:m-0 {
        margin: 0
    }

    .lg\:mt-0 {
        margin-top: 0
    }

    .lg\:mb-0 {
        margin-bottom: 0
    }

    .lg\:mt-xs {
        margin-top: .9375rem
    }

    .lg\:mb-xs {
        margin-bottom: .9375rem
    }

    .lg\:mr-xs {
        margin-right: .9375rem
    }

    .lg\:ml-xs,
    .lg\:mx-xs {
        margin-left: .9375rem
    }

    .lg\:mx-xs {
        margin-right: .9375rem
    }

    .lg\:my-xs {
        margin-top: .9375rem;
        margin-bottom: .9375rem
    }

    .lg\:mt-s {
        margin-top: 2.1875rem
    }

    .lg\:mb-s {
        margin-bottom: 2.1875rem
    }

    .lg\:mx-s {
        margin-left: 2.1875rem;
        margin-right: 2.1875rem
    }

    .lg\:my-s {
        margin-top: 2.1875rem;
        margin-bottom: 2.1875rem
    }

    .lg\:mt-m {
        margin-top: 3.75rem
    }

    .lg\:mb-m {
        margin-bottom: 3.75rem
    }

    .lg\:mx-m {
        margin-left: 3.75rem;
        margin-right: 3.75rem
    }

    .lg\:my-m {
        margin-top: 3.75rem;
        margin-bottom: 3.75rem
    }

    .lg\:mt-l {
        margin-top: 7.5rem
    }

    .lg\:mb-l {
        margin-bottom: 7.5rem
    }

    .lg\:mx-l {
        margin-left: 7.5rem;
        margin-right: 7.5rem
    }

    .lg\:my-l {
        margin-top: 7.5rem;
        margin-bottom: 7.5rem
    }
}

@media(min-width:65rem) {
    .xl\:flex-row {
        flex-direction: row
    }

    .xl\:flex-row-reverse {
        flex-direction: row-reverse
    }

    .xl\:flex-col {
        flex-direction: column
    }

    .xl\:flex-col-reverse {
        flex-direction: column-reverse
    }

    .xl\:flex-wrap {
        flex-wrap: wrap
    }

    .xl\:flex-no-wrap {
        flex-wrap: nowrap
    }

    .xl\:flex-wrap-reverse {
        flex-wrap: wrap-reverse
    }

    .xl\:items-stretch {
        align-items: stretch
    }

    .xl\:items-start {
        align-items: flex-start
    }

    .xl\:items-center {
        align-items: center
    }

    .xl\:items-end {
        align-items: flex-end
    }

    .xl\:items-baseline {
        align-items: baseline
    }

    .xl\:content-start {
        align-content: flex-start
    }

    .xl\:content-center {
        align-content: center
    }

    .xl\:content-end {
        align-content: flex-end
    }

    .xl\:content-between {
        align-content: space-between
    }

    .xl\:content-around {
        align-content: space-around
    }

    .xl\:self-auto {
        align-self: auto
    }

    .xl\:self-start {
        align-self: flex-start
    }

    .xl\:self-center {
        align-self: center
    }

    .xl\:self-end {
        align-self: flex-end
    }

    .xl\:self-stretch {
        align-self: stretch
    }

    .xl\:justify-start {
        justify-content: flex-start
    }

    .xl\:justify-center {
        justify-content: center
    }

    .xl\:justify-end {
        justify-content: flex-end
    }

    .xl\:justify-between {
        justify-content: space-between
    }

    .xl\:justify-around {
        justify-content: space-around
    }

    .xl\:justify-evenly {
        justify-content: space-evenly
    }

    .xl\:flex-initial {
        flex: initial
    }

    .xl\:flex-1 {
        flex: 1
    }

    .xl\:flex-auto {
        flex: auto
    }

    .xl\:flex-none {
        flex: none
    }

    .xl\:flex-grow {
        flex-grow: 1
    }

    .xl\:flex-grow-0 {
        flex-grow: 0
    }

    .xl\:flex-shrink {
        flex-shrink: 1
    }

    .xl\:flex-shrink-0 {
        flex-shrink: 0
    }

    .xl\:order-auto {
        order: auto
    }

    .xl\:order-1 {
        order: 1
    }

    .xl\:order-2 {
        order: 2
    }

    .xl\:order-3 {
        order: 3
    }

    .xl\:order-first {
        order: -9999
    }

    .xl\:order-last {
        order: 9999
    }

    .xl\:none {
        display: none
    }

    .xl\:cell {
        display: cell
    }

    .xl\:block {
        display: block
    }

    .xl\:inline-block {
        display: inline-block
    }

    .xl\:inline {
        display: inline
    }

    .xl\:flex {
        display: flex
    }

    .xl\:inline-flex {
        display: inline-flex
    }

    .xl\:hidden {
        display: hidden
    }

    .xl\:mt-auto {
        margin-top: auto
    }

    .xl\:mb-auto {
        margin-bottom: auto
    }

    .xl\:ml-auto {
        margin-left: auto
    }

    .xl\:ml-0 {
        margin-left: 0
    }

    .xl\:mr-auto {
        margin-right: auto
    }

    .xl\:mr-0 {
        margin-right: 0
    }

    .xl\:t-center {
        text-align: center
    }

    .xl\:t-right {
        text-align: right
    }

    .xl\:t-left {
        text-align: left
    }

    .xl\:static {
        position: static
    }

    .xl\:fixed {
        position: fixed
    }

    .xl\:absolute {
        position: absolute
    }

    .xl\:rel,
    .xl\:relative {
        position: relative
    }

    .xl\:sticky {
        position: -webkit-sticky;
        position: sticky
    }

    .xl\:visible {
        visibility: visible
    }

    .xl\:invisible {
        visibility: hidden
    }

    .xl\:overflow-hidden {
        overflow: hidden
    }

    .xl\:overflow-visible {
        overflow: visible
    }

    .xl\:z-0 {
        z-index: 0
    }

    .xl\:z-1 {
        z-index: 1
    }

    .xl\:z-2 {
        z-index: 2
    }

    .xl\:z-10 {
        z-index: 10
    }

    .xl\:z-20 {
        z-index: 20
    }

    .xl\:z-30 {
        z-index: 30
    }

    .xl\:z-40 {
        z-index: 40
    }

    .xl\:z-50 {
        z-index: 50
    }

    .xl\:z-90 {
        z-index: 90
    }

    .xl\:z-91 {
        z-index: 91
    }

    .xl\:z-auto {
        z-index: auto
    }

    .xl\:w-auto {
        width: auto
    }

    .xl\:w-1\/2 {
        width: 50%
    }

    .xl\:w-1\/3 {
        width: 33.3333333333%
    }

    .xl\:w-2\/3 {
        width: 66.6666666667%
    }

    .xl\:w-1\/4 {
        width: 25%
    }

    .xl\:w-2\/4 {
        width: 50%
    }

    .xl\:w-3\/4 {
        width: 75%
    }

    .xl\:w-1\/5 {
        width: 20%
    }

    .xl\:w-2\/5 {
        width: 40%
    }

    .xl\:w-3\/5 {
        width: 60%
    }

    .xl\:w-4\/5 {
        width: 80%
    }

    .xl\:w-1\/6 {
        width: 16.6666666667%
    }

    .xl\:w-2\/6 {
        width: 33.3333333333%
    }

    .xl\:w-3\/6 {
        width: 50%
    }

    .xl\:w-4\/6 {
        width: 66.6666666667%
    }

    .xl\:w-5\/6 {
        width: 83.3333333333%
    }

    .xl\:w-1\/12 {
        width: 8.3333333333%
    }

    .xl\:w-2\/12 {
        width: 16.6666666667%
    }

    .xl\:w-3\/12 {
        width: 25%
    }

    .xl\:w-4\/12 {
        width: 33.3333333333%
    }

    .xl\:w-5\/12 {
        width: 41.6666666667%
    }

    .xl\:w-6\/12 {
        width: 50%
    }

    .xl\:w-7\/12 {
        width: 58.3333333333%
    }

    .xl\:w-8\/12 {
        width: 66.6666666667%
    }

    .xl\:w-9\/12 {
        width: 75%
    }

    .xl\:w-10\/12 {
        width: 83.3333333333%
    }

    .xl\:w-11\/12 {
        width: 91.6666666667%
    }

    .xl\:offset-1 {
        margin-left: 8.3333333333%
    }

    .xl\:offset-2 {
        margin-left: 16.6666666667%
    }

    .xl\:offset-3 {
        margin-left: 25%
    }

    .xl\:offset-4 {
        margin-left: 33.3333333333%
    }

    .xl\:offset-5 {
        margin-left: 41.6666666667%
    }

    .xl\:offset-6 {
        margin-left: 50%
    }

    .xl\:offset-7 {
        margin-left: 58.3333333333%
    }

    .xl\:offset-8 {
        margin-left: 66.6666666667%
    }

    .xl\:offset-9 {
        margin-left: 75%
    }

    .xl\:offset-10 {
        margin-left: 83.3333333333%
    }

    .xl\:offset-11 {
        margin-left: 91.6666666667%
    }

    .xl\:w-full {
        width: 100%
    }

    .xl\:w-screen {
        width: 100vw
    }

    .xl\:min-w-0 {
        min-width: 0
    }

    .xl\:min-w-full {
        min-width: 100%
    }

    .xl\:h-auto {
        height: auto
    }

    .xl\:h-px {
        height: 1px
    }

    .xl\:h-full {
        height: 100%
    }

    .xl\:h-screen {
        height: 100vh
    }

    .xl\:min-h-0 {
        min-height: 0
    }

    .xl\:min-h-full {
        min-height: 100%
    }

    .xl\:min-h-screen {
        min-height: 100vh
    }

    .xl\:max-h-full {
        max-height: 100%
    }

    .xl\:max-h-screen {
        max-height: 100vh
    }

    .xl\:p-0 {
        padding: 0
    }

    .xl\:pt-0 {
        padding-top: 0
    }

    .xl\:pb-0 {
        padding-bottom: 0
    }

    .xl\:pt-xs {
        padding-top: .9375rem
    }

    .xl\:pb-xs {
        padding-bottom: .9375rem
    }

    .xl\:pl-xs {
        padding-left: .9375rem
    }

    .xl\:pr-xs,
    .xl\:px-xs {
        padding-right: .9375rem
    }

    .xl\:px-xs {
        padding-left: .9375rem
    }

    .xl\:py-xs {
        padding-top: .9375rem;
        padding-bottom: .9375rem
    }

    .xl\:pt-s {
        padding-top: 2.1875rem
    }

    .xl\:pb-s {
        padding-bottom: 2.1875rem
    }

    .xl\:px-s {
        padding-left: 2.1875rem;
        padding-right: 2.1875rem
    }

    .xl\:py-s {
        padding-top: 2.1875rem;
        padding-bottom: 2.1875rem
    }

    .xl\:pt-m {
        padding-top: 3.75rem
    }

    .xl\:pb-m {
        padding-bottom: 3.75rem
    }

    .xl\:px-m {
        padding-left: 3.75rem;
        padding-right: 3.75rem
    }

    .xl\:py-m {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem
    }

    .xl\:pt-l {
        padding-top: 7.5rem
    }

    .xl\:pb-l {
        padding-bottom: 7.5rem
    }

    .xl\:px-l {
        padding-left: 7.5rem;
        padding-right: 7.5rem
    }

    .xl\:py-l {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem
    }

    .xl\:m-0 {
        margin: 0
    }

    .xl\:mt-0 {
        margin-top: 0
    }

    .xl\:mb-0 {
        margin-bottom: 0
    }

    .xl\:mt-xs {
        margin-top: .9375rem
    }

    .xl\:mb-xs {
        margin-bottom: .9375rem
    }

    .xl\:mr-xs {
        margin-right: .9375rem
    }

    .xl\:ml-xs,
    .xl\:mx-xs {
        margin-left: .9375rem
    }

    .xl\:mx-xs {
        margin-right: .9375rem
    }

    .xl\:my-xs {
        margin-top: .9375rem;
        margin-bottom: .9375rem
    }

    .xl\:mt-s {
        margin-top: 2.1875rem
    }

    .xl\:mb-s {
        margin-bottom: 2.1875rem
    }

    .xl\:mx-s {
        margin-left: 2.1875rem;
        margin-right: 2.1875rem
    }

    .xl\:my-s {
        margin-top: 2.1875rem;
        margin-bottom: 2.1875rem
    }

    .xl\:mt-m {
        margin-top: 3.75rem
    }

    .xl\:mb-m {
        margin-bottom: 3.75rem
    }

    .xl\:mx-m {
        margin-left: 3.75rem;
        margin-right: 3.75rem
    }

    .xl\:my-m {
        margin-top: 3.75rem;
        margin-bottom: 3.75rem
    }

    .xl\:mt-l {
        margin-top: 7.5rem
    }

    .xl\:mb-l {
        margin-bottom: 7.5rem
    }

    .xl\:mx-l {
        margin-left: 7.5rem;
        margin-right: 7.5rem
    }

    .xl\:my-l {
        margin-top: 7.5rem;
        margin-bottom: 7.5rem
    }
}

@media(min-width:75rem) {
    .xx\:flex-row {
        flex-direction: row
    }

    .xx\:flex-row-reverse {
        flex-direction: row-reverse
    }

    .xx\:flex-col {
        flex-direction: column
    }

    .xx\:flex-col-reverse {
        flex-direction: column-reverse
    }

    .xx\:flex-wrap {
        flex-wrap: wrap
    }

    .xx\:flex-no-wrap {
        flex-wrap: nowrap
    }

    .xx\:flex-wrap-reverse {
        flex-wrap: wrap-reverse
    }

    .xx\:items-stretch {
        align-items: stretch
    }

    .xx\:items-start {
        align-items: flex-start
    }

    .xx\:items-center {
        align-items: center
    }

    .xx\:items-end {
        align-items: flex-end
    }

    .xx\:items-baseline {
        align-items: baseline
    }

    .xx\:content-start {
        align-content: flex-start
    }

    .xx\:content-center {
        align-content: center
    }

    .xx\:content-end {
        align-content: flex-end
    }

    .xx\:content-between {
        align-content: space-between
    }

    .xx\:content-around {
        align-content: space-around
    }

    .xx\:self-auto {
        align-self: auto
    }

    .xx\:self-start {
        align-self: flex-start
    }

    .xx\:self-center {
        align-self: center
    }

    .xx\:self-end {
        align-self: flex-end
    }

    .xx\:self-stretch {
        align-self: stretch
    }

    .xx\:justify-start {
        justify-content: flex-start
    }

    .xx\:justify-center {
        justify-content: center
    }

    .xx\:justify-end {
        justify-content: flex-end
    }

    .xx\:justify-between {
        justify-content: space-between
    }

    .xx\:justify-around {
        justify-content: space-around
    }

    .xx\:justify-evenly {
        justify-content: space-evenly
    }

    .xx\:flex-initial {
        flex: initial
    }

    .xx\:flex-1 {
        flex: 1
    }

    .xx\:flex-auto {
        flex: auto
    }

    .xx\:flex-none {
        flex: none
    }

    .xx\:flex-grow {
        flex-grow: 1
    }

    .xx\:flex-grow-0 {
        flex-grow: 0
    }

    .xx\:flex-shrink {
        flex-shrink: 1
    }

    .xx\:flex-shrink-0 {
        flex-shrink: 0
    }

    .xx\:order-auto {
        order: auto
    }

    .xx\:order-1 {
        order: 1
    }

    .xx\:order-2 {
        order: 2
    }

    .xx\:order-3 {
        order: 3
    }

    .xx\:order-first {
        order: -9999
    }

    .xx\:order-last {
        order: 9999
    }

    .xx\:none {
        display: none
    }

    .xx\:cell {
        display: cell
    }

    .xx\:block {
        display: block
    }

    .xx\:inline-block {
        display: inline-block
    }

    .xx\:inline {
        display: inline
    }

    .xx\:flex {
        display: flex
    }

    .xx\:inline-flex {
        display: inline-flex
    }

    .xx\:hidden {
        display: hidden
    }

    .xx\:mt-auto {
        margin-top: auto
    }

    .xx\:mb-auto {
        margin-bottom: auto
    }

    .xx\:ml-auto {
        margin-left: auto
    }

    .xx\:ml-0 {
        margin-left: 0
    }

    .xx\:mr-auto {
        margin-right: auto
    }

    .xx\:mr-0 {
        margin-right: 0
    }

    .xx\:t-center {
        text-align: center
    }

    .xx\:t-right {
        text-align: right
    }

    .xx\:t-left {
        text-align: left
    }

    .xx\:static {
        position: static
    }

    .xx\:fixed {
        position: fixed
    }

    .xx\:absolute {
        position: absolute
    }

    .xx\:rel,
    .xx\:relative {
        position: relative
    }

    .xx\:sticky {
        position: -webkit-sticky;
        position: sticky
    }

    .xx\:visible {
        visibility: visible
    }

    .xx\:invisible {
        visibility: hidden
    }

    .xx\:overflow-hidden {
        overflow: hidden
    }

    .xx\:overflow-visible {
        overflow: visible
    }

    .xx\:z-0 {
        z-index: 0
    }

    .xx\:z-1 {
        z-index: 1
    }

    .xx\:z-2 {
        z-index: 2
    }

    .xx\:z-10 {
        z-index: 10
    }

    .xx\:z-20 {
        z-index: 20
    }

    .xx\:z-30 {
        z-index: 30
    }

    .xx\:z-40 {
        z-index: 40
    }

    .xx\:z-50 {
        z-index: 50
    }

    .xx\:z-90 {
        z-index: 90
    }

    .xx\:z-91 {
        z-index: 91
    }

    .xx\:z-auto {
        z-index: auto
    }

    .xx\:w-auto {
        width: auto
    }

    .xx\:w-1\/2 {
        width: 50%
    }

    .xx\:w-1\/3 {
        width: 33.3333333333%
    }

    .xx\:w-2\/3 {
        width: 66.6666666667%
    }

    .xx\:w-1\/4 {
        width: 25%
    }

    .xx\:w-2\/4 {
        width: 50%
    }

    .xx\:w-3\/4 {
        width: 75%
    }

    .xx\:w-1\/5 {
        width: 20%
    }

    .xx\:w-2\/5 {
        width: 40%
    }

    .xx\:w-3\/5 {
        width: 60%
    }

    .xx\:w-4\/5 {
        width: 80%
    }

    .xx\:w-1\/6 {
        width: 16.6666666667%
    }

    .xx\:w-2\/6 {
        width: 33.3333333333%
    }

    .xx\:w-3\/6 {
        width: 50%
    }

    .xx\:w-4\/6 {
        width: 66.6666666667%
    }

    .xx\:w-5\/6 {
        width: 83.3333333333%
    }

    .xx\:w-1\/12 {
        width: 8.3333333333%
    }

    .xx\:w-2\/12 {
        width: 16.6666666667%
    }

    .xx\:w-3\/12 {
        width: 25%
    }

    .xx\:w-4\/12 {
        width: 33.3333333333%
    }

    .xx\:w-5\/12 {
        width: 41.6666666667%
    }

    .xx\:w-6\/12 {
        width: 50%
    }

    .xx\:w-7\/12 {
        width: 58.3333333333%
    }

    .xx\:w-8\/12 {
        width: 66.6666666667%
    }

    .xx\:w-9\/12 {
        width: 75%
    }

    .xx\:w-10\/12 {
        width: 83.3333333333%
    }

    .xx\:w-11\/12 {
        width: 91.6666666667%
    }

    .xx\:offset-1 {
        margin-left: 8.3333333333%
    }

    .xx\:offset-2 {
        margin-left: 16.6666666667%
    }

    .xx\:offset-3 {
        margin-left: 25%
    }

    .xx\:offset-4 {
        margin-left: 33.3333333333%
    }

    .xx\:offset-5 {
        margin-left: 41.6666666667%
    }

    .xx\:offset-6 {
        margin-left: 50%
    }

    .xx\:offset-7 {
        margin-left: 58.3333333333%
    }

    .xx\:offset-8 {
        margin-left: 66.6666666667%
    }

    .xx\:offset-9 {
        margin-left: 75%
    }

    .xx\:offset-10 {
        margin-left: 83.3333333333%
    }

    .xx\:offset-11 {
        margin-left: 91.6666666667%
    }

    .xx\:w-full {
        width: 100%
    }

    .xx\:w-screen {
        width: 100vw
    }

    .xx\:min-w-0 {
        min-width: 0
    }

    .xx\:min-w-full {
        min-width: 100%
    }

    .xx\:h-auto {
        height: auto
    }

    .xx\:h-px {
        height: 1px
    }

    .xx\:h-full {
        height: 100%
    }

    .xx\:h-screen {
        height: 100vh
    }

    .xx\:min-h-0 {
        min-height: 0
    }

    .xx\:min-h-full {
        min-height: 100%
    }

    .xx\:min-h-screen {
        min-height: 100vh
    }

    .xx\:max-h-full {
        max-height: 100%
    }

    .xx\:max-h-screen {
        max-height: 100vh
    }

    .xx\:p-0 {
        padding: 0
    }

    .xx\:pt-0 {
        padding-top: 0
    }

    .xx\:pb-0 {
        padding-bottom: 0
    }

    .xx\:pt-xs {
        padding-top: .9375rem
    }

    .xx\:pb-xs {
        padding-bottom: .9375rem
    }

    .xx\:pl-xs {
        padding-left: .9375rem
    }

    .xx\:pr-xs,
    .xx\:px-xs {
        padding-right: .9375rem
    }

    .xx\:px-xs {
        padding-left: .9375rem
    }

    .xx\:py-xs {
        padding-top: .9375rem;
        padding-bottom: .9375rem
    }

    .xx\:pt-s {
        padding-top: 2.1875rem
    }

    .xx\:pb-s {
        padding-bottom: 2.1875rem
    }

    .xx\:px-s {
        padding-left: 2.1875rem;
        padding-right: 2.1875rem
    }

    .xx\:py-s {
        padding-top: 2.1875rem;
        padding-bottom: 2.1875rem
    }

    .xx\:pt-m {
        padding-top: 3.75rem
    }

    .xx\:pb-m {
        padding-bottom: 3.75rem
    }

    .xx\:px-m {
        padding-left: 3.75rem;
        padding-right: 3.75rem
    }

    .xx\:py-m {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem
    }

    .xx\:pt-l {
        padding-top: 7.5rem
    }

    .xx\:pb-l {
        padding-bottom: 7.5rem
    }

    .xx\:px-l {
        padding-left: 7.5rem;
        padding-right: 7.5rem
    }

    .xx\:py-l {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem
    }

    .xx\:m-0 {
        margin: 0
    }

    .xx\:mt-0 {
        margin-top: 0
    }

    .xx\:mb-0 {
        margin-bottom: 0
    }

    .xx\:mt-xs {
        margin-top: .9375rem
    }

    .xx\:mb-xs {
        margin-bottom: .9375rem
    }

    .xx\:mr-xs {
        margin-right: .9375rem
    }

    .xx\:ml-xs,
    .xx\:mx-xs {
        margin-left: .9375rem
    }

    .xx\:mx-xs {
        margin-right: .9375rem
    }

    .xx\:my-xs {
        margin-top: .9375rem;
        margin-bottom: .9375rem
    }

    .xx\:mt-s {
        margin-top: 2.1875rem
    }

    .xx\:mb-s {
        margin-bottom: 2.1875rem
    }

    .xx\:mx-s {
        margin-left: 2.1875rem;
        margin-right: 2.1875rem
    }

    .xx\:my-s {
        margin-top: 2.1875rem;
        margin-bottom: 2.1875rem
    }

    .xx\:mt-m {
        margin-top: 3.75rem
    }

    .xx\:mb-m {
        margin-bottom: 3.75rem
    }

    .xx\:mx-m {
        margin-left: 3.75rem;
        margin-right: 3.75rem
    }

    .xx\:my-m {
        margin-top: 3.75rem;
        margin-bottom: 3.75rem
    }

    .xx\:mt-l {
        margin-top: 7.5rem
    }

    .xx\:mb-l {
        margin-bottom: 7.5rem
    }

    .xx\:mx-l {
        margin-left: 7.5rem;
        margin-right: 7.5rem
    }

    .xx\:my-l {
        margin-top: 7.5rem;
        margin-bottom: 7.5rem
    }
}

@media(min-width:90rem) {
    .xx1\:flex-row {
        flex-direction: row
    }

    .xx1\:flex-row-reverse {
        flex-direction: row-reverse
    }

    .xx1\:flex-col {
        flex-direction: column
    }

    .xx1\:flex-col-reverse {
        flex-direction: column-reverse
    }

    .xx1\:flex-wrap {
        flex-wrap: wrap
    }

    .xx1\:flex-no-wrap {
        flex-wrap: nowrap
    }

    .xx1\:flex-wrap-reverse {
        flex-wrap: wrap-reverse
    }

    .xx1\:items-stretch {
        align-items: stretch
    }

    .xx1\:items-start {
        align-items: flex-start
    }

    .xx1\:items-center {
        align-items: center
    }

    .xx1\:items-end {
        align-items: flex-end
    }

    .xx1\:items-baseline {
        align-items: baseline
    }

    .xx1\:content-start {
        align-content: flex-start
    }

    .xx1\:content-center {
        align-content: center
    }

    .xx1\:content-end {
        align-content: flex-end
    }

    .xx1\:content-between {
        align-content: space-between
    }

    .xx1\:content-around {
        align-content: space-around
    }

    .xx1\:self-auto {
        align-self: auto
    }

    .xx1\:self-start {
        align-self: flex-start
    }

    .xx1\:self-center {
        align-self: center
    }

    .xx1\:self-end {
        align-self: flex-end
    }

    .xx1\:self-stretch {
        align-self: stretch
    }

    .xx1\:justify-start {
        justify-content: flex-start
    }

    .xx1\:justify-center {
        justify-content: center
    }

    .xx1\:justify-end {
        justify-content: flex-end
    }

    .xx1\:justify-between {
        justify-content: space-between
    }

    .xx1\:justify-around {
        justify-content: space-around
    }

    .xx1\:justify-evenly {
        justify-content: space-evenly
    }

    .xx1\:flex-initial {
        flex: initial
    }

    .xx1\:flex-1 {
        flex: 1
    }

    .xx1\:flex-auto {
        flex: auto
    }

    .xx1\:flex-none {
        flex: none
    }

    .xx1\:flex-grow {
        flex-grow: 1
    }

    .xx1\:flex-grow-0 {
        flex-grow: 0
    }

    .xx1\:flex-shrink {
        flex-shrink: 1
    }

    .xx1\:flex-shrink-0 {
        flex-shrink: 0
    }

    .xx1\:order-auto {
        order: auto
    }

    .xx1\:order-1 {
        order: 1
    }

    .xx1\:order-2 {
        order: 2
    }

    .xx1\:order-3 {
        order: 3
    }

    .xx1\:order-first {
        order: -9999
    }

    .xx1\:order-last {
        order: 9999
    }

    .xx1\:none {
        display: none
    }

    .xx1\:cell {
        display: cell
    }

    .xx1\:block {
        display: block
    }

    .xx1\:inline-block {
        display: inline-block
    }

    .xx1\:inline {
        display: inline
    }

    .xx1\:flex {
        display: flex
    }

    .xx1\:inline-flex {
        display: inline-flex
    }

    .xx1\:hidden {
        display: hidden
    }

    .xx1\:mt-auto {
        margin-top: auto
    }

    .xx1\:mb-auto {
        margin-bottom: auto
    }

    .xx1\:ml-auto {
        margin-left: auto
    }

    .xx1\:ml-0 {
        margin-left: 0
    }

    .xx1\:mr-auto {
        margin-right: auto
    }

    .xx1\:mr-0 {
        margin-right: 0
    }

    .xx1\:t-center {
        text-align: center
    }

    .xx1\:t-right {
        text-align: right
    }

    .xx1\:t-left {
        text-align: left
    }

    .xx1\:static {
        position: static
    }

    .xx1\:fixed {
        position: fixed
    }

    .xx1\:absolute {
        position: absolute
    }

    .xx1\:rel,
    .xx1\:relative {
        position: relative
    }

    .xx1\:sticky {
        position: -webkit-sticky;
        position: sticky
    }

    .xx1\:visible {
        visibility: visible
    }

    .xx1\:invisible {
        visibility: hidden
    }

    .xx1\:overflow-hidden {
        overflow: hidden
    }

    .xx1\:overflow-visible {
        overflow: visible
    }

    .xx1\:z-0 {
        z-index: 0
    }

    .xx1\:z-1 {
        z-index: 1
    }

    .xx1\:z-2 {
        z-index: 2
    }

    .xx1\:z-10 {
        z-index: 10
    }

    .xx1\:z-20 {
        z-index: 20
    }

    .xx1\:z-30 {
        z-index: 30
    }

    .xx1\:z-40 {
        z-index: 40
    }

    .xx1\:z-50 {
        z-index: 50
    }

    .xx1\:z-90 {
        z-index: 90
    }

    .xx1\:z-91 {
        z-index: 91
    }

    .xx1\:z-auto {
        z-index: auto
    }

    .xx1\:w-auto {
        width: auto
    }

    .xx1\:w-1\/2 {
        width: 50%
    }

    .xx1\:w-1\/3 {
        width: 33.3333333333%
    }

    .xx1\:w-2\/3 {
        width: 66.6666666667%
    }

    .xx1\:w-1\/4 {
        width: 25%
    }

    .xx1\:w-2\/4 {
        width: 50%
    }

    .xx1\:w-3\/4 {
        width: 75%
    }

    .xx1\:w-1\/5 {
        width: 20%
    }

    .xx1\:w-2\/5 {
        width: 40%
    }

    .xx1\:w-3\/5 {
        width: 60%
    }

    .xx1\:w-4\/5 {
        width: 80%
    }

    .xx1\:w-1\/6 {
        width: 16.6666666667%
    }

    .xx1\:w-2\/6 {
        width: 33.3333333333%
    }

    .xx1\:w-3\/6 {
        width: 50%
    }

    .xx1\:w-4\/6 {
        width: 66.6666666667%
    }

    .xx1\:w-5\/6 {
        width: 83.3333333333%
    }

    .xx1\:w-1\/12 {
        width: 8.3333333333%
    }

    .xx1\:w-2\/12 {
        width: 16.6666666667%
    }

    .xx1\:w-3\/12 {
        width: 25%
    }

    .xx1\:w-4\/12 {
        width: 33.3333333333%
    }

    .xx1\:w-5\/12 {
        width: 41.6666666667%
    }

    .xx1\:w-6\/12 {
        width: 50%
    }

    .xx1\:w-7\/12 {
        width: 58.3333333333%
    }

    .xx1\:w-8\/12 {
        width: 66.6666666667%
    }

    .xx1\:w-9\/12 {
        width: 75%
    }

    .xx1\:w-10\/12 {
        width: 83.3333333333%
    }

    .xx1\:w-11\/12 {
        width: 91.6666666667%
    }

    .xx1\:offset-1 {
        margin-left: 8.3333333333%
    }

    .xx1\:offset-2 {
        margin-left: 16.6666666667%
    }

    .xx1\:offset-3 {
        margin-left: 25%
    }

    .xx1\:offset-4 {
        margin-left: 33.3333333333%
    }

    .xx1\:offset-5 {
        margin-left: 41.6666666667%
    }

    .xx1\:offset-6 {
        margin-left: 50%
    }

    .xx1\:offset-7 {
        margin-left: 58.3333333333%
    }

    .xx1\:offset-8 {
        margin-left: 66.6666666667%
    }

    .xx1\:offset-9 {
        margin-left: 75%
    }

    .xx1\:offset-10 {
        margin-left: 83.3333333333%
    }

    .xx1\:offset-11 {
        margin-left: 91.6666666667%
    }

    .xx1\:w-full {
        width: 100%
    }

    .xx1\:w-screen {
        width: 100vw
    }

    .xx1\:min-w-0 {
        min-width: 0
    }

    .xx1\:min-w-full {
        min-width: 100%
    }

    .xx1\:h-auto {
        height: auto
    }

    .xx1\:h-px {
        height: 1px
    }

    .xx1\:h-full {
        height: 100%
    }

    .xx1\:h-screen {
        height: 100vh
    }

    .xx1\:min-h-0 {
        min-height: 0
    }

    .xx1\:min-h-full {
        min-height: 100%
    }

    .xx1\:min-h-screen {
        min-height: 100vh
    }

    .xx1\:max-h-full {
        max-height: 100%
    }

    .xx1\:max-h-screen {
        max-height: 100vh
    }

    .xx1\:p-0 {
        padding: 0
    }

    .xx1\:pt-0 {
        padding-top: 0
    }

    .xx1\:pb-0 {
        padding-bottom: 0
    }

    .xx1\:pt-xs {
        padding-top: .9375rem
    }

    .xx1\:pb-xs {
        padding-bottom: .9375rem
    }

    .xx1\:pl-xs {
        padding-left: .9375rem
    }

    .xx1\:pr-xs,
    .xx1\:px-xs {
        padding-right: .9375rem
    }

    .xx1\:px-xs {
        padding-left: .9375rem
    }

    .xx1\:py-xs {
        padding-top: .9375rem;
        padding-bottom: .9375rem
    }

    .xx1\:pt-s {
        padding-top: 2.1875rem
    }

    .xx1\:pb-s {
        padding-bottom: 2.1875rem
    }

    .xx1\:px-s {
        padding-left: 2.1875rem;
        padding-right: 2.1875rem
    }

    .xx1\:py-s {
        padding-top: 2.1875rem;
        padding-bottom: 2.1875rem
    }

    .xx1\:pt-m {
        padding-top: 3.75rem
    }

    .xx1\:pb-m {
        padding-bottom: 3.75rem
    }

    .xx1\:px-m {
        padding-left: 3.75rem;
        padding-right: 3.75rem
    }

    .xx1\:py-m {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem
    }

    .xx1\:pt-l {
        padding-top: 7.5rem
    }

    .xx1\:pb-l {
        padding-bottom: 7.5rem
    }

    .xx1\:px-l {
        padding-left: 7.5rem;
        padding-right: 7.5rem
    }

    .xx1\:py-l {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem
    }

    .xx1\:m-0 {
        margin: 0
    }

    .xx1\:mt-0 {
        margin-top: 0
    }

    .xx1\:mb-0 {
        margin-bottom: 0
    }

    .xx1\:mt-xs {
        margin-top: .9375rem
    }

    .xx1\:mb-xs {
        margin-bottom: .9375rem
    }

    .xx1\:mr-xs {
        margin-right: .9375rem
    }

    .xx1\:ml-xs,
    .xx1\:mx-xs {
        margin-left: .9375rem
    }

    .xx1\:mx-xs {
        margin-right: .9375rem
    }

    .xx1\:my-xs {
        margin-top: .9375rem;
        margin-bottom: .9375rem
    }

    .xx1\:mt-s {
        margin-top: 2.1875rem
    }

    .xx1\:mb-s {
        margin-bottom: 2.1875rem
    }

    .xx1\:mx-s {
        margin-left: 2.1875rem;
        margin-right: 2.1875rem
    }

    .xx1\:my-s {
        margin-top: 2.1875rem;
        margin-bottom: 2.1875rem
    }

    .xx1\:mt-m {
        margin-top: 3.75rem
    }

    .xx1\:mb-m {
        margin-bottom: 3.75rem
    }

    .xx1\:mx-m {
        margin-left: 3.75rem;
        margin-right: 3.75rem
    }

    .xx1\:my-m {
        margin-top: 3.75rem;
        margin-bottom: 3.75rem
    }

    .xx1\:mt-l {
        margin-top: 7.5rem
    }

    .xx1\:mb-l {
        margin-bottom: 7.5rem
    }

    .xx1\:mx-l {
        margin-left: 7.5rem;
        margin-right: 7.5rem
    }

    .xx1\:my-l {
        margin-top: 7.5rem;
        margin-bottom: 7.5rem
    }
}

.u-color-primaryBase {
    color: #490d90
}

.u-color-darkBase {
    color: #292929
}

.u-color-darkTone10 {
    color: #575757
}

.u-color-lightBase {
    color: #f9f9f9
}

.u-color-white {
    color: #fff
}

.u-color-black {
    color: #000
}

.u-bg-primaryBase {
    background-color: #490d90
}

.u-bg-primaryLight5 {
    background-color: #550fa7
}

.u-bg-primaryLight15 {
    background-color: #6d13d6
}

.u-bg-darkBase {
    background-color: #292929
}

.u-bg-lightBase {
    background-color: #f9f9f9
}

.u-bg-white {
    background-color: #fff
}

.u-bg-black {
    background-color: #000
}