@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Roboto:wght@300;400;500&display=swap);

@media print, screen and (min-width: 40em) {
    .reveal, .reveal.large, .reveal.small, .reveal.tiny {
        right: auto;
        left: auto;
        margin: 0 auto
    }
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1, h2, h3 {
    text-align: center;
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.foundation-mq {
    font-family: "small=0em&medium=40em&large=62.5em&xlarge=75em&xxlarge=90em"
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%
}

*, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body {
    margin: 0;
    padding: 0;
    background: #f4f4f4;
    font-family: Roboto, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.5;
    color: #3b3e45;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

picture img {
    border-radius: 14px;
    margin: 20px auto;
}

/*img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic
}*/

textarea {
    height: auto;
    min-height: 50px;
    border-radius: 4px
}

select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-radius: 4px
}

.map_canvas embed, .map_canvas img, .map_canvas object, .mqa-display embed, .mqa-display img, .mqa-display object {
    max-width: none !important
}

button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 4px;
    background: 0 0;
    line-height: 1;
    cursor: auto
}

[data-whatinput=mouse] button {
    outline: 0
}

pre {
    overflow: auto
}

button, input, optgroup, select, textarea {
    font-family: inherit
}

.is-visible {
    display: block !important
}

.is-hidden {
    display: none !important
}

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    border: 0;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #3b3e45;
    -webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
    transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus {
    outline: 0;
    border: 0;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
    transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s
}

textarea {
    max-width: 100%
}

textarea[rows] {
    height: auto
}

input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
    background-color: #ebebf8;
    cursor: not-allowed
}

[type=button], [type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px
}

input[type=search] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

::-webkit-input-placeholder {
    color: #a5a6ab
}

:-ms-input-placeholder {
    color: #a5a6ab
}

::-ms-input-placeholder {
    color: #a5a6ab
}

::placeholder {
    color: #a5a6ab
}

[type=checkbox], [type=file], [type=radio] {
    margin: 0 0 1rem
}

[type=checkbox] + label, [type=radio] + label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: .5rem;
    margin-right: 1rem;
    margin-bottom: 0
}

[type=checkbox] + label[for], [type=radio] + label[for] {
    cursor: pointer
}

label > [type=checkbox], label > [type=radio] {
    margin-right: .5rem
}

[type=file] {
    width: 100%
}

label {
    display: block;
    margin: 0;
    font-size: .875rem;
    font-weight: 300;
    line-height: 1.8;
    color: #3b3e45
}

label.middle {
    margin: 0 0 1rem;
    padding: .5rem 0
}

.help-text {
    margin-top: -.5rem;
    font-size: .8125rem;
    font-style: italic;
    color: #3b3e45
}

.input-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.input-group > :first-child, .input-group > :first-child.input-group-button > * {
    border-radius: 4px 0 0 4px
}

.input-group > :last-child, .input-group > :last-child.input-group-button > * {
    border-radius: 0 4px 4px 0
}

.input-group-button, .input-group-button a, .input-group-button button, .input-group-button input, .input-group-button label, .input-group-field, .input-group-label {
    margin: 0;
    white-space: nowrap
}

.input-group-label {
    padding: 0 1rem;
    border: 1px solid #a5a6ab;
    background: #ebebf8;
    color: #3b3e45;
    text-align: center;
    white-space: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.input-group-label:first-child {
    border-right: 0
}

.input-group-label:last-child {
    border-left: 0
}

.input-group-field {
    border-radius: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    min-width: 0
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.input-group-button a, .input-group-button button, .input-group-button input, .input-group-button label {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0
}

legend {
    max-width: 100%;
    margin-bottom: .5rem
}

.fieldset {
    margin: 1.125rem 0;
    padding: 1.25rem;
    border: 1px solid #a5a6ab
}

.fieldset legend {
    margin: 0;
    margin-left: -.1875rem;
    padding: 0 .1875rem
}

select {
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 4px;
    background-color: #fff;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #3b3e45;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2899, 102, 107%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    -webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
    transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s
}

@media screen and (min-width: 0\0
) {
    select {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==)
    }
}

select:focus {
    outline: 0;
    border: 0;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
    transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s
}

select:disabled {
    background-color: #ebebf8;
    cursor: not-allowed
}

select::-ms-expand {
    display: none
}

select[multiple] {
    height: auto;
    background-image: none
}

select:not([multiple]) {
    padding-top: 0;
    padding-bottom: 0
}

.is-invalid-input:not(:focus) {
    border-color: #cc4b37;
    background-color: #faedeb
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37
}

.is-invalid-input:not(:focus)::-ms-input-placeholder {
    color: #cc4b37
}

.is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37
}

.is-invalid-label {
    color: #cc4b37
}

.form-error {
    display: none;
    margin-top: -.5rem;
    margin-bottom: 1rem;
    font-size: .75rem;
    font-weight: 700;
    color: #cc4b37
}

.form-error.is-visible {
    display: block
}

blockquote, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, li, ol, p, pre, td, th, ul {
    margin: 0;
    padding: 0
}

p, ol, ul {
    font-size: var(--normal-font-size);
    margin-bottom: 16px;
    line-height: 28px;
    text-align: start;
}

/*p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility
}*/

em, i {
    font-style: italic;
    line-height: inherit
}

b, strong {
    font-weight: 700;
    line-height: inherit
}

small {
    font-size: 80%;
    line-height: inherit
}

.deposit-card__title, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    color: inherit;
    text-rendering: optimizeLegibility
}

.deposit-card__title small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    line-height: 0;
    color: #a5a6ab
}

.h1, h1 {
    font-size: 1.5625rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

.h2, h2 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

.h3, h3 {
    font-size: 1.125rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

.h4, h4 {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

.deposit-card__title, .h5, h5 {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

.h6, h6 {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

@media print, screen and (min-width: 62.5em) {
    .h1, h1 {
        font-size: 3.25rem
    }

    .h2, h2 {
        font-size: 1.9375rem
    }

    .h3, h3 {
        font-size: 1.5625rem
    }

    .h4, h4 {
        font-size: 1.25rem
    }

    .deposit-card__title, .h5, h5 {
        font-size: 1rem
    }

    .h6, h6 {
        font-size: .9375rem
    }
}

a {
    line-height: inherit;
    color: #3b3da1;
    text-decoration: none;
    cursor: pointer
}

a:focus, a:hover {
    color: #33348a
}

a {
    border: 0
}

hr {
    clear: both;
    max-width: 75rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #a5a6ab;
    border-left: 0
}

dl, ol, ul {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6
}

li {
    font-size: inherit
}

ul {
    margin-left: 1.25rem;
    list-style-type: disc
}

ol {
    margin-left: 1.25rem
}

ol ol, ol ul, ul ol, ul ul {
    margin-left: 1.25rem;
    margin-bottom: 0
}

dl {
    margin-bottom: 1rem
}

dl dt {
    margin-bottom: .3rem;
    font-weight: 700
}

blockquote {
    margin: 0 0 1rem;
    padding: .5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #a5a6ab
}

blockquote, blockquote p {
    line-height: 1.6;
    color: #63666b
}

abbr, abbr[title] {
    border-bottom: 1px dotted #3b3e45;
    cursor: help;
    text-decoration: none
}

figure {
    margin: 0
}

kbd {
    margin: 0;
    padding: .125rem .25rem 0;
    background-color: #ebebf8;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    color: #3b3e45;
    border-radius: 4px
}

.subheader {
    margin-top: .2rem;
    margin-bottom: .5rem;
    font-weight: 300;
    line-height: 1.4;
    color: #63666b
}

.lead {
    font-size: 125%;
    line-height: 1.6
}

.stat {
    font-size: 2.5rem;
    line-height: 1
}

p + .stat {
    margin-top: -1rem
}

ol.no-bullet, ul.no-bullet {
    margin-left: 0;
    list-style: none
}

.cite-block, cite {
    display: block;
    color: #63666b;
    font-size: .8125rem
}

.cite-block:before, cite:before {
    content: "— "
}

.code-inline, code {
    border: 1px solid #a5a6ab;
    background-color: #ebebf8;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: 300;
    color: #3b3e45;
    display: inline;
    max-width: 100%;
    word-wrap: break-word;
    padding: .125rem .3125rem .0625rem
}

.code-block {
    border: 1px solid #a5a6ab;
    background-color: #ebebf8;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: 300;
    color: #3b3e45;
    display: block;
    overflow: auto;
    white-space: pre;
    padding: 1rem;
    margin-bottom: 1.5rem
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

@media print, screen and (min-width: 40em) {
    .medium-text-left {
        text-align: left
    }

    .medium-text-right {
        text-align: right
    }

    .medium-text-center {
        text-align: center
    }

    .medium-text-justify {
        text-align: justify
    }
}

@media print, screen and (min-width: 62.5em) {
    .large-text-left {
        text-align: left
    }

    .large-text-right {
        text-align: right
    }

    .large-text-center {
        text-align: center
    }

    .large-text-justify {
        text-align: justify
    }
}

@media screen and (min-width: 75em) {
    .xlarge-text-left {
        text-align: left
    }

    .xlarge-text-right {
        text-align: right
    }

    .xlarge-text-center {
        text-align: center
    }

    .xlarge-text-justify {
        text-align: justify
    }
}

.show-for-print {
    display: none !important
}

@media print {
    * {
        background: 0 0 !important;
        color: #000 !important;
        -webkit-print-color-adjust: economy;
        color-adjust: economy;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    .show-for-print {
        display: block !important
    }

    .hide-for-print {
        display: none !important
    }

    table.show-for-print {
        display: table !important
    }

    thead.show-for-print {
        display: table-header-group !important
    }

    tbody.show-for-print {
        display: table-row-group !important
    }

    tr.show-for-print {
        display: table-row !important
    }

    td.show-for-print {
        display: table-cell !important
    }

    th.show-for-print {
        display: table-cell !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    .ir a:after, a[href^='#']:after, a[href^='javascript:']:after {
        content: ''
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    blockquote, pre {
        border: 1px solid #63666b;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .print-break-inside {
        page-break-inside: auto
    }
}

.grid-container {
    padding-right: .53125rem;
    padding-left: .53125rem;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto
}

@media print, screen and (min-width: 40em) {
    .grid-container {
        padding-right: .625rem;
        padding-left: .625rem
    }
}

@media print, screen and (min-width: 62.5em) {
    .grid-container {
        padding-right: .625rem;
        padding-left: .625rem
    }
}

@media screen and (min-width: 75em) {
    .grid-container {
        padding-right: 1.25rem;
        padding-left: 1.25rem
    }
}

.grid-container.fluid {
    padding-right: .53125rem;
    padding-left: .53125rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

@media print, screen and (min-width: 40em) {
    .grid-container.fluid {
        padding-right: .625rem;
        padding-left: .625rem
    }
}

@media print, screen and (min-width: 62.5em) {
    .grid-container.fluid {
        padding-right: .625rem;
        padding-left: .625rem
    }
}

@media screen and (min-width: 75em) {
    .grid-container.fluid {
        padding-right: 1.25rem;
        padding-left: 1.25rem
    }
}

.grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.grid-x {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%
}

.cell.auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.cell.shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.grid-x > .auto {
    width: auto
}

.grid-x > .shrink {
    width: auto
}

.grid-x > .small-1, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-full, .grid-x > .small-shrink {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

@media print, screen and (min-width: 40em) {
    .grid-x > .medium-1, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-full, .grid-x > .medium-shrink {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media print, screen and (min-width: 62.5em) {
    .grid-x > .large-1, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-full, .grid-x > .large-shrink {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media screen and (min-width: 75em) {
    .grid-x > .xlarge-1, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-full, .grid-x > .xlarge-shrink {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.grid-x > .small-1, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.grid-x > .small-1 {
    width: 8.33333%
}

.grid-x > .small-2 {
    width: 16.66667%
}

.grid-x > .small-3 {
    width: 25%
}

.grid-x > .small-4 {
    width: 33.33333%
}

.grid-x > .small-5 {
    width: 41.66667%
}

.grid-x > .small-6 {
    width: 50%
}

.grid-x > .small-7 {
    width: 58.33333%
}

.grid-x > .small-8 {
    width: 66.66667%
}

.grid-x > .small-9 {
    width: 75%
}

.grid-x > .small-10 {
    width: 83.33333%
}

.grid-x > .small-11 {
    width: 91.66667%
}

.grid-x > .small-12 {
    width: 100%
}

@media print, screen and (min-width: 40em) {
    .grid-x > .medium-auto {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto
    }

    .grid-x > .medium-1, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-shrink {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-x > .medium-shrink {
        width: auto
    }

    .grid-x > .medium-1 {
        width: 8.33333%
    }

    .grid-x > .medium-2 {
        width: 16.66667%
    }

    .grid-x > .medium-3 {
        width: 25%
    }

    .grid-x > .medium-4 {
        width: 33.33333%
    }

    .grid-x > .medium-5 {
        width: 41.66667%
    }

    .grid-x > .medium-6 {
        width: 50%
    }

    .grid-x > .medium-7 {
        width: 58.33333%
    }

    .grid-x > .medium-8 {
        width: 66.66667%
    }

    .grid-x > .medium-9 {
        width: 75%
    }

    .grid-x > .medium-10 {
        width: 83.33333%
    }

    .grid-x > .medium-11 {
        width: 91.66667%
    }

    .grid-x > .medium-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 62.5em) {
    .grid-x > .large-auto {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto
    }

    .grid-x > .large-1, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-shrink {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-x > .large-shrink {
        width: auto
    }

    .grid-x > .large-1 {
        width: 8.33333%
    }

    .grid-x > .large-2 {
        width: 16.66667%
    }

    .grid-x > .large-3 {
        width: 25%
    }

    .grid-x > .large-4 {
        width: 33.33333%
    }

    .grid-x > .large-5 {
        width: 41.66667%
    }

    .grid-x > .large-6 {
        width: 50%
    }

    .grid-x > .large-7 {
        width: 58.33333%
    }

    .grid-x > .large-8 {
        width: 66.66667%
    }

    .grid-x > .large-9 {
        width: 75%
    }

    .grid-x > .large-10 {
        width: 83.33333%
    }

    .grid-x > .large-11 {
        width: 91.66667%
    }

    .grid-x > .large-12 {
        width: 100%
    }
}

@media screen and (min-width: 75em) {
    .grid-x > .xlarge-auto {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto
    }

    .grid-x > .xlarge-1, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-shrink {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-x > .xlarge-shrink {
        width: auto
    }

    .grid-x > .xlarge-1 {
        width: 8.33333%
    }

    .grid-x > .xlarge-2 {
        width: 16.66667%
    }

    .grid-x > .xlarge-3 {
        width: 25%
    }

    .grid-x > .xlarge-4 {
        width: 33.33333%
    }

    .grid-x > .xlarge-5 {
        width: 41.66667%
    }

    .grid-x > .xlarge-6 {
        width: 50%
    }

    .grid-x > .xlarge-7 {
        width: 58.33333%
    }

    .grid-x > .xlarge-8 {
        width: 66.66667%
    }

    .grid-x > .xlarge-9 {
        width: 75%
    }

    .grid-x > .xlarge-10 {
        width: 83.33333%
    }

    .grid-x > .xlarge-11 {
        width: 91.66667%
    }

    .grid-x > .xlarge-12 {
        width: 100%
    }
}

.grid-margin-x:not(.grid-x) > .cell {
    width: auto
}

.grid-margin-y:not(.grid-y) > .cell {
    height: auto
}

.grid-margin-x {
    margin-left: -.53125rem;
    margin-right: -.53125rem
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x {
        margin-left: -.625rem;
        margin-right: -.625rem
    }
}

@media print, screen and (min-width: 62.5em) {
    .grid-margin-x {
        margin-left: -.625rem;
        margin-right: -.625rem
    }
}

@media screen and (min-width: 75em) {
    .grid-margin-x {
        margin-left: -.75rem;
        margin-right: -.75rem
    }
}

.grid-margin-x > .cell {
    width: calc(100% - 1.0625rem);
    margin-left: .53125rem;
    margin-right: .53125rem
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x > .cell {
        width: calc(100% - 1.25rem);
        margin-left: .625rem;
        margin-right: .625rem
    }
}

@media print, screen and (min-width: 62.5em) {
    .grid-margin-x > .cell {
        width: calc(100% - 1.25rem);
        margin-left: .625rem;
        margin-right: .625rem
    }
}

@media screen and (min-width: 75em) {
    .grid-margin-x > .cell {
        width: calc(100% - 1.5rem);
        margin-left: .75rem;
        margin-right: .75rem
    }
}

.grid-margin-x > .auto {
    width: auto
}

.grid-margin-x > .shrink {
    width: auto
}

.grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.0625rem)
}

.grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.0625rem)
}

.grid-margin-x > .small-3 {
    width: calc(25% - 1.0625rem)
}

.grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.0625rem)
}

.grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.0625rem)
}

.grid-margin-x > .small-6 {
    width: calc(50% - 1.0625rem)
}

.grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.0625rem)
}

.grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.0625rem)
}

.grid-margin-x > .small-9 {
    width: calc(75% - 1.0625rem)
}

.grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.0625rem)
}

.grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.0625rem)
}

.grid-margin-x > .small-12 {
    width: calc(100% - 1.0625rem)
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x > .auto {
        width: auto
    }

    .grid-margin-x > .shrink {
        width: auto
    }

    .grid-margin-x > .small-1 {
        width: calc(8.33333% - 1.25rem)
    }

    .grid-margin-x > .small-2 {
        width: calc(16.66667% - 1.25rem)
    }

    .grid-margin-x > .small-3 {
        width: calc(25% - 1.25rem)
    }

    .grid-margin-x > .small-4 {
        width: calc(33.33333% - 1.25rem)
    }

    .grid-margin-x > .small-5 {
        width: calc(41.66667% - 1.25rem)
    }

    .grid-margin-x > .small-6 {
        width: calc(50% - 1.25rem)
    }

    .grid-margin-x > .small-7 {
        width: calc(58.33333% - 1.25rem)
    }

    .grid-margin-x > .small-8 {
        width: calc(66.66667% - 1.25rem)
    }

    .grid-margin-x > .small-9 {
        width: calc(75% - 1.25rem)
    }

    .grid-margin-x > .small-10 {
        width: calc(83.33333% - 1.25rem)
    }

    .grid-margin-x > .small-11 {
        width: calc(91.66667% - 1.25rem)
    }

    .grid-margin-x > .small-12 {
        width: calc(100% - 1.25rem)
    }

    .grid-margin-x > .medium-auto {
        width: auto
    }

    .grid-margin-x > .medium-shrink {
        width: auto
    }

    .grid-margin-x > .medium-1 {
        width: calc(8.33333% - 1.25rem)
    }

    .grid-margin-x > .medium-2 {
        width: calc(16.66667% - 1.25rem)
    }

    .grid-margin-x > .medium-3 {
        width: calc(25% - 1.25rem)
    }

    .grid-margin-x > .medium-4 {
        width: calc(33.33333% - 1.25rem)
    }

    .grid-margin-x > .medium-5 {
        width: calc(41.66667% - 1.25rem)
    }

    .grid-margin-x > .medium-6 {
        width: calc(50% - 1.25rem)
    }

    .grid-margin-x > .medium-7 {
        width: calc(58.33333% - 1.25rem)
    }

    .grid-margin-x > .medium-8 {
        width: calc(66.66667% - 1.25rem)
    }

    .grid-margin-x > .medium-9 {
        width: calc(75% - 1.25rem)
    }

    .grid-margin-x > .medium-10 {
        width: calc(83.33333% - 1.25rem)
    }

    .grid-margin-x > .medium-11 {
        width: calc(91.66667% - 1.25rem)
    }

    .grid-margin-x > .medium-12 {
        width: calc(100% - 1.25rem)
    }
}

@media print, screen and (min-width: 62.5em) {
    .grid-margin-x > .auto {
        width: auto
    }

    .grid-margin-x > .shrink {
        width: auto
    }

    .grid-margin-x > .small-1 {
        width: calc(8.33333% - 1.25rem)
    }

    .grid-margin-x > .small-2 {
        width: calc(16.66667% - 1.25rem)
    }

    .grid-margin-x > .small-3 {
        width: calc(25% - 1.25rem)
    }

    .grid-margin-x > .small-4 {
        width: calc(33.33333% - 1.25rem)
    }

    .grid-margin-x > .small-5 {
        width: calc(41.66667% - 1.25rem)
    }

    .grid-margin-x > .small-6 {
        width: calc(50% - 1.25rem)
    }

    .grid-margin-x > .small-7 {
        width: calc(58.33333% - 1.25rem)
    }

    .grid-margin-x > .small-8 {
        width: calc(66.66667% - 1.25rem)
    }

    .grid-margin-x > .small-9 {
        width: calc(75% - 1.25rem)
    }

    .grid-margin-x > .small-10 {
        width: calc(83.33333% - 1.25rem)
    }

    .grid-margin-x > .small-11 {
        width: calc(91.66667% - 1.25rem)
    }

    .grid-margin-x > .small-12 {
        width: calc(100% - 1.25rem)
    }

    .grid-margin-x > .medium-auto {
        width: auto
    }

    .grid-margin-x > .medium-shrink {
        width: auto
    }

    .grid-margin-x > .medium-1 {
        width: calc(8.33333% - 1.25rem)
    }

    .grid-margin-x > .medium-2 {
        width: calc(16.66667% - 1.25rem)
    }

    .grid-margin-x > .medium-3 {
        width: calc(25% - 1.25rem)
    }

    .grid-margin-x > .medium-4 {
        width: calc(33.33333% - 1.25rem)
    }

    .grid-margin-x > .medium-5 {
        width: calc(41.66667% - 1.25rem)
    }

    .grid-margin-x > .medium-6 {
        width: calc(50% - 1.25rem)
    }

    .grid-margin-x > .medium-7 {
        width: calc(58.33333% - 1.25rem)
    }

    .grid-margin-x > .medium-8 {
        width: calc(66.66667% - 1.25rem)
    }

    .grid-margin-x > .medium-9 {
        width: calc(75% - 1.25rem)
    }

    .grid-margin-x > .medium-10 {
        width: calc(83.33333% - 1.25rem)
    }

    .grid-margin-x > .medium-11 {
        width: calc(91.66667% - 1.25rem)
    }

    .grid-margin-x > .medium-12 {
        width: calc(100% - 1.25rem)
    }

    .grid-margin-x > .large-auto {
        width: auto
    }

    .grid-margin-x > .large-shrink {
        width: auto
    }

    .grid-margin-x > .large-1 {
        width: calc(8.33333% - 1.25rem)
    }

    .grid-margin-x > .large-2 {
        width: calc(16.66667% - 1.25rem)
    }

    .grid-margin-x > .large-3 {
        width: calc(25% - 1.25rem)
    }

    .grid-margin-x > .large-4 {
        width: calc(33.33333% - 1.25rem)
    }

    .grid-margin-x > .large-5 {
        width: calc(41.66667% - 1.25rem)
    }

    .grid-margin-x > .large-6 {
        width: calc(50% - 1.25rem)
    }

    .grid-margin-x > .large-7 {
        width: calc(58.33333% - 1.25rem)
    }

    .grid-margin-x > .large-8 {
        width: calc(66.66667% - 1.25rem)
    }

    .grid-margin-x > .large-9 {
        width: calc(75% - 1.25rem)
    }

    .grid-margin-x > .large-10 {
        width: calc(83.33333% - 1.25rem)
    }

    .grid-margin-x > .large-11 {
        width: calc(91.66667% - 1.25rem)
    }

    .grid-margin-x > .large-12 {
        width: calc(100% - 1.25rem)
    }
}

@media screen and (min-width: 75em) {
    .grid-margin-x > .auto {
        width: auto
    }

    .grid-margin-x > .shrink {
        width: auto
    }

    .grid-margin-x > .small-1 {
        width: calc(8.33333% - 1.5rem)
    }

    .grid-margin-x > .small-2 {
        width: calc(16.66667% - 1.5rem)
    }

    .grid-margin-x > .small-3 {
        width: calc(25% - 1.5rem)
    }

    .grid-margin-x > .small-4 {
        width: calc(33.33333% - 1.5rem)
    }

    .grid-margin-x > .small-5 {
        width: calc(41.66667% - 1.5rem)
    }

    .grid-margin-x > .small-6 {
        width: calc(50% - 1.5rem)
    }

    .grid-margin-x > .small-7 {
        width: calc(58.33333% - 1.5rem)
    }

    .grid-margin-x > .small-8 {
        width: calc(66.66667% - 1.5rem)
    }

    .grid-margin-x > .small-9 {
        width: calc(75% - 1.5rem)
    }

    .grid-margin-x > .small-10 {
        width: calc(83.33333% - 1.5rem)
    }

    .grid-margin-x > .small-11 {
        width: calc(91.66667% - 1.5rem)
    }

    .grid-margin-x > .small-12 {
        width: calc(100% - 1.5rem)
    }

    .grid-margin-x > .medium-auto {
        width: auto
    }

    .grid-margin-x > .medium-shrink {
        width: auto
    }

    .grid-margin-x > .medium-1 {
        width: calc(8.33333% - 1.5rem)
    }

    .grid-margin-x > .medium-2 {
        width: calc(16.66667% - 1.5rem)
    }

    .grid-margin-x > .medium-3 {
        width: calc(25% - 1.5rem)
    }

    .grid-margin-x > .medium-4 {
        width: calc(33.33333% - 1.5rem)
    }

    .grid-margin-x > .medium-5 {
        width: calc(41.66667% - 1.5rem)
    }

    .grid-margin-x > .medium-6 {
        width: calc(50% - 1.5rem)
    }

    .grid-margin-x > .medium-7 {
        width: calc(58.33333% - 1.5rem)
    }

    .grid-margin-x > .medium-8 {
        width: calc(66.66667% - 1.5rem)
    }

    .grid-margin-x > .medium-9 {
        width: calc(75% - 1.5rem)
    }

    .grid-margin-x > .medium-10 {
        width: calc(83.33333% - 1.5rem)
    }

    .grid-margin-x > .medium-11 {
        width: calc(91.66667% - 1.5rem)
    }

    .grid-margin-x > .medium-12 {
        width: calc(100% - 1.5rem)
    }

    .grid-margin-x > .large-auto {
        width: auto
    }

    .grid-margin-x > .large-shrink {
        width: auto
    }

    .grid-margin-x > .large-1 {
        width: calc(8.33333% - 1.5rem)
    }

    .grid-margin-x > .large-2 {
        width: calc(16.66667% - 1.5rem)
    }

    .grid-margin-x > .large-3 {
        width: calc(25% - 1.5rem)
    }

    .grid-margin-x > .large-4 {
        width: calc(33.33333% - 1.5rem)
    }

    .grid-margin-x > .large-5 {
        width: calc(41.66667% - 1.5rem)
    }

    .grid-margin-x > .large-6 {
        width: calc(50% - 1.5rem)
    }

    .grid-margin-x > .large-7 {
        width: calc(58.33333% - 1.5rem)
    }

    .grid-margin-x > .large-8 {
        width: calc(66.66667% - 1.5rem)
    }

    .grid-margin-x > .large-9 {
        width: calc(75% - 1.5rem)
    }

    .grid-margin-x > .large-10 {
        width: calc(83.33333% - 1.5rem)
    }

    .grid-margin-x > .large-11 {
        width: calc(91.66667% - 1.5rem)
    }

    .grid-margin-x > .large-12 {
        width: calc(100% - 1.5rem)
    }

    .grid-margin-x > .xlarge-auto {
        width: auto
    }

    .grid-margin-x > .xlarge-shrink {
        width: auto
    }

    .grid-margin-x > .xlarge-1 {
        width: calc(8.33333% - 1.5rem)
    }

    .grid-margin-x > .xlarge-2 {
        width: calc(16.66667% - 1.5rem)
    }

    .grid-margin-x > .xlarge-3 {
        width: calc(25% - 1.5rem)
    }

    .grid-margin-x > .xlarge-4 {
        width: calc(33.33333% - 1.5rem)
    }

    .grid-margin-x > .xlarge-5 {
        width: calc(41.66667% - 1.5rem)
    }

    .grid-margin-x > .xlarge-6 {
        width: calc(50% - 1.5rem)
    }

    .grid-margin-x > .xlarge-7 {
        width: calc(58.33333% - 1.5rem)
    }

    .grid-margin-x > .xlarge-8 {
        width: calc(66.66667% - 1.5rem)
    }

    .grid-margin-x > .xlarge-9 {
        width: calc(75% - 1.5rem)
    }

    .grid-margin-x > .xlarge-10 {
        width: calc(83.33333% - 1.5rem)
    }

    .grid-margin-x > .xlarge-11 {
        width: calc(91.66667% - 1.5rem)
    }

    .grid-margin-x > .xlarge-12 {
        width: calc(100% - 1.5rem)
    }
}

.grid-padding-x .grid-padding-x {
    margin-right: -.53125rem;
    margin-left: -.53125rem
}

@media print, screen and (min-width: 40em) {
    .grid-padding-x .grid-padding-x {
        margin-right: -.625rem;
        margin-left: -.625rem
    }
}

@media print, screen and (min-width: 62.5em) {
    .grid-padding-x .grid-padding-x {
        margin-right: -.625rem;
        margin-left: -.625rem
    }
}

@media screen and (min-width: 75em) {
    .grid-padding-x .grid-padding-x {
        margin-right: -.75rem;
        margin-left: -.75rem
    }
}

.grid-container:not(.full) > .grid-padding-x {
    margin-right: -.53125rem;
    margin-left: -.53125rem
}

@media print, screen and (min-width: 40em) {
    .grid-container:not(.full) > .grid-padding-x {
        margin-right: -.625rem;
        margin-left: -.625rem
    }
}

@media print, screen and (min-width: 62.5em) {
    .grid-container:not(.full) > .grid-padding-x {
        margin-right: -.625rem;
        margin-left: -.625rem
    }
}

@media screen and (min-width: 75em) {
    .grid-container:not(.full) > .grid-padding-x {
        margin-right: -.75rem;
        margin-left: -.75rem
    }
}

.grid-padding-x > .cell {
    padding-right: .53125rem;
    padding-left: .53125rem
}

@media print, screen and (min-width: 40em) {
    .grid-padding-x > .cell {
        padding-right: .625rem;
        padding-left: .625rem
    }
}

@media print, screen and (min-width: 62.5em) {
    .grid-padding-x > .cell {
        padding-right: .625rem;
        padding-left: .625rem
    }
}

@media screen and (min-width: 75em) {
    .grid-padding-x > .cell {
        padding-right: .75rem;
        padding-left: .75rem
    }
}

.small-up-1 > .cell {
    width: 100%
}

.small-up-2 > .cell {
    width: 50%
}

.small-up-3 > .cell {
    width: 33.33333%
}

.small-up-4 > .cell {
    width: 25%
}

.small-up-5 > .cell {
    width: 20%
}

.small-up-6 > .cell {
    width: 16.66667%
}

.small-up-7 > .cell {
    width: 14.28571%
}

.small-up-8 > .cell {
    width: 12.5%
}

@media print, screen and (min-width: 40em) {
    .medium-up-1 > .cell {
        width: 100%
    }

    .medium-up-2 > .cell {
        width: 50%
    }

    .medium-up-3 > .cell {
        width: 33.33333%
    }

    .medium-up-4 > .cell {
        width: 25%
    }

    .medium-up-5 > .cell {
        width: 20%
    }

    .medium-up-6 > .cell {
        width: 16.66667%
    }

    .medium-up-7 > .cell {
        width: 14.28571%
    }

    .medium-up-8 > .cell {
        width: 12.5%
    }
}

@media print, screen and (min-width: 62.5em) {
    .large-up-1 > .cell {
        width: 100%
    }

    .large-up-2 > .cell {
        width: 50%
    }

    .large-up-3 > .cell {
        width: 33.33333%
    }

    .large-up-4 > .cell {
        width: 25%
    }

    .large-up-5 > .cell {
        width: 20%
    }

    .large-up-6 > .cell {
        width: 16.66667%
    }

    .large-up-7 > .cell {
        width: 14.28571%
    }

    .large-up-8 > .cell {
        width: 12.5%
    }
}

@media screen and (min-width: 75em) {
    .xlarge-up-1 > .cell {
        width: 100%
    }

    .xlarge-up-2 > .cell {
        width: 50%
    }

    .xlarge-up-3 > .cell {
        width: 33.33333%
    }

    .xlarge-up-4 > .cell {
        width: 25%
    }

    .xlarge-up-5 > .cell {
        width: 20%
    }

    .xlarge-up-6 > .cell {
        width: 16.66667%
    }

    .xlarge-up-7 > .cell {
        width: 14.28571%
    }

    .xlarge-up-8 > .cell {
        width: 12.5%
    }
}

.grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.0625rem)
}

.grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.0625rem)
}

.grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.0625rem)
}

.grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.0625rem)
}

.grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.0625rem)
}

.grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.0625rem)
}

.grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.0625rem)
}

.grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.0625rem)
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x.small-up-1 > .cell {
        width: calc(100% - 1.25rem)
    }

    .grid-margin-x.small-up-2 > .cell {
        width: calc(50% - 1.25rem)
    }

    .grid-margin-x.small-up-3 > .cell {
        width: calc(33.33333% - 1.25rem)
    }

    .grid-margin-x.small-up-4 > .cell {
        width: calc(25% - 1.25rem)
    }

    .grid-margin-x.small-up-5 > .cell {
        width: calc(20% - 1.25rem)
    }

    .grid-margin-x.small-up-6 > .cell {
        width: calc(16.66667% - 1.25rem)
    }

    .grid-margin-x.small-up-7 > .cell {
        width: calc(14.28571% - 1.25rem)
    }

    .grid-margin-x.small-up-8 > .cell {
        width: calc(12.5% - 1.25rem)
    }

    .grid-margin-x.medium-up-1 > .cell {
        width: calc(100% - 1.25rem)
    }

    .grid-margin-x.medium-up-2 > .cell {
        width: calc(50% - 1.25rem)
    }

    .grid-margin-x.medium-up-3 > .cell {
        width: calc(33.33333% - 1.25rem)
    }

    .grid-margin-x.medium-up-4 > .cell {
        width: calc(25% - 1.25rem)
    }

    .grid-margin-x.medium-up-5 > .cell {
        width: calc(20% - 1.25rem)
    }

    .grid-margin-x.medium-up-6 > .cell {
        width: calc(16.66667% - 1.25rem)
    }

    .grid-margin-x.medium-up-7 > .cell {
        width: calc(14.28571% - 1.25rem)
    }

    .grid-margin-x.medium-up-8 > .cell {
        width: calc(12.5% - 1.25rem)
    }
}

@media print, screen and (min-width: 62.5em) {
    .grid-margin-x.small-up-1 > .cell {
        width: calc(100% - 1.25rem)
    }

    .grid-margin-x.medium-up-1 > .cell {
        width: calc(100% - 1.25rem)
    }

    .grid-margin-x.small-up-2 > .cell {
        width: calc(50% - 1.25rem)
    }

    .grid-margin-x.medium-up-2 > .cell {
        width: calc(50% - 1.25rem)
    }

    .grid-margin-x.small-up-3 > .cell {
        width: calc(33.33333% - 1.25rem)
    }

    .grid-margin-x.medium-up-3 > .cell {
        width: calc(33.33333% - 1.25rem)
    }

    .grid-margin-x.small-up-4 > .cell {
        width: calc(25% - 1.25rem)
    }

    .grid-margin-x.medium-up-4 > .cell {
        width: calc(25% - 1.25rem)
    }

    .grid-margin-x.small-up-5 > .cell {
        width: calc(20% - 1.25rem)
    }

    .grid-margin-x.medium-up-5 > .cell {
        width: calc(20% - 1.25rem)
    }

    .grid-margin-x.small-up-6 > .cell {
        width: calc(16.66667% - 1.25rem)
    }

    .grid-margin-x.medium-up-6 > .cell {
        width: calc(16.66667% - 1.25rem)
    }

    .grid-margin-x.small-up-7 > .cell {
        width: calc(14.28571% - 1.25rem)
    }

    .grid-margin-x.medium-up-7 > .cell {
        width: calc(14.28571% - 1.25rem)
    }

    .grid-margin-x.small-up-8 > .cell {
        width: calc(12.5% - 1.25rem)
    }

    .grid-margin-x.medium-up-8 > .cell {
        width: calc(12.5% - 1.25rem)
    }

    .grid-margin-x.large-up-1 > .cell {
        width: calc(100% - 1.25rem)
    }

    .grid-margin-x.large-up-2 > .cell {
        width: calc(50% - 1.25rem)
    }

    .grid-margin-x.large-up-3 > .cell {
        width: calc(33.33333% - 1.25rem)
    }

    .grid-margin-x.large-up-4 > .cell {
        width: calc(25% - 1.25rem)
    }

    .grid-margin-x.large-up-5 > .cell {
        width: calc(20% - 1.25rem)
    }

    .grid-margin-x.large-up-6 > .cell {
        width: calc(16.66667% - 1.25rem)
    }

    .grid-margin-x.large-up-7 > .cell {
        width: calc(14.28571% - 1.25rem)
    }

    .grid-margin-x.large-up-8 > .cell {
        width: calc(12.5% - 1.25rem)
    }
}

@media screen and (min-width: 75em) {
    .grid-margin-x.small-up-1 > .cell {
        width: calc(100% - 1.5rem)
    }

    .grid-margin-x.medium-up-1 > .cell {
        width: calc(100% - 1.5rem)
    }

    .grid-margin-x.large-up-1 > .cell {
        width: calc(100% - 1.5rem)
    }

    .grid-margin-x.small-up-2 > .cell {
        width: calc(50% - 1.5rem)
    }

    .grid-margin-x.medium-up-2 > .cell {
        width: calc(50% - 1.5rem)
    }

    .grid-margin-x.large-up-2 > .cell {
        width: calc(50% - 1.5rem)
    }

    .grid-margin-x.small-up-3 > .cell {
        width: calc(33.33333% - 1.5rem)
    }

    .grid-margin-x.medium-up-3 > .cell {
        width: calc(33.33333% - 1.5rem)
    }

    .grid-margin-x.large-up-3 > .cell {
        width: calc(33.33333% - 1.5rem)
    }

    .grid-margin-x.small-up-4 > .cell {
        width: calc(25% - 1.5rem)
    }

    .grid-margin-x.medium-up-4 > .cell {
        width: calc(25% - 1.5rem)
    }

    .grid-margin-x.large-up-4 > .cell {
        width: calc(25% - 1.5rem)
    }

    .grid-margin-x.small-up-5 > .cell {
        width: calc(20% - 1.5rem)
    }

    .grid-margin-x.medium-up-5 > .cell {
        width: calc(20% - 1.5rem)
    }

    .grid-margin-x.large-up-5 > .cell {
        width: calc(20% - 1.5rem)
    }

    .grid-margin-x.small-up-6 > .cell {
        width: calc(16.66667% - 1.5rem)
    }

    .grid-margin-x.medium-up-6 > .cell {
        width: calc(16.66667% - 1.5rem)
    }

    .grid-margin-x.large-up-6 > .cell {
        width: calc(16.66667% - 1.5rem)
    }

    .grid-margin-x.small-up-7 > .cell {
        width: calc(14.28571% - 1.5rem)
    }

    .grid-margin-x.medium-up-7 > .cell {
        width: calc(14.28571% - 1.5rem)
    }

    .grid-margin-x.large-up-7 > .cell {
        width: calc(14.28571% - 1.5rem)
    }

    .grid-margin-x.small-up-8 > .cell {
        width: calc(12.5% - 1.5rem)
    }

    .grid-margin-x.medium-up-8 > .cell {
        width: calc(12.5% - 1.5rem)
    }

    .grid-margin-x.large-up-8 > .cell {
        width: calc(12.5% - 1.5rem)
    }

    .grid-margin-x.xlarge-up-1 > .cell {
        width: calc(100% - 1.5rem)
    }

    .grid-margin-x.xlarge-up-2 > .cell {
        width: calc(50% - 1.5rem)
    }

    .grid-margin-x.xlarge-up-3 > .cell {
        width: calc(33.33333% - 1.5rem)
    }

    .grid-margin-x.xlarge-up-4 > .cell {
        width: calc(25% - 1.5rem)
    }

    .grid-margin-x.xlarge-up-5 > .cell {
        width: calc(20% - 1.5rem)
    }

    .grid-margin-x.xlarge-up-6 > .cell {
        width: calc(16.66667% - 1.5rem)
    }

    .grid-margin-x.xlarge-up-7 > .cell {
        width: calc(14.28571% - 1.5rem)
    }

    .grid-margin-x.xlarge-up-8 > .cell {
        width: calc(12.5% - 1.5rem)
    }
}

.small-margin-collapse {
    margin-right: 0;
    margin-left: 0
}

.small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0
}

.small-margin-collapse > .small-1 {
    width: 8.33333%
}

.small-margin-collapse > .small-2 {
    width: 16.66667%
}

.small-margin-collapse > .small-3 {
    width: 25%
}

.small-margin-collapse > .small-4 {
    width: 33.33333%
}

.small-margin-collapse > .small-5 {
    width: 41.66667%
}

.small-margin-collapse > .small-6 {
    width: 50%
}

.small-margin-collapse > .small-7 {
    width: 58.33333%
}

.small-margin-collapse > .small-8 {
    width: 66.66667%
}

.small-margin-collapse > .small-9 {
    width: 75%
}

.small-margin-collapse > .small-10 {
    width: 83.33333%
}

.small-margin-collapse > .small-11 {
    width: 91.66667%
}

.small-margin-collapse > .small-12 {
    width: 100%
}

@media print, screen and (min-width: 40em) {
    .small-margin-collapse > .medium-1 {
        width: 8.33333%
    }

    .small-margin-collapse > .medium-2 {
        width: 16.66667%
    }

    .small-margin-collapse > .medium-3 {
        width: 25%
    }

    .small-margin-collapse > .medium-4 {
        width: 33.33333%
    }

    .small-margin-collapse > .medium-5 {
        width: 41.66667%
    }

    .small-margin-collapse > .medium-6 {
        width: 50%
    }

    .small-margin-collapse > .medium-7 {
        width: 58.33333%
    }

    .small-margin-collapse > .medium-8 {
        width: 66.66667%
    }

    .small-margin-collapse > .medium-9 {
        width: 75%
    }

    .small-margin-collapse > .medium-10 {
        width: 83.33333%
    }

    .small-margin-collapse > .medium-11 {
        width: 91.66667%
    }

    .small-margin-collapse > .medium-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 62.5em) {
    .small-margin-collapse > .large-1 {
        width: 8.33333%
    }

    .small-margin-collapse > .large-2 {
        width: 16.66667%
    }

    .small-margin-collapse > .large-3 {
        width: 25%
    }

    .small-margin-collapse > .large-4 {
        width: 33.33333%
    }

    .small-margin-collapse > .large-5 {
        width: 41.66667%
    }

    .small-margin-collapse > .large-6 {
        width: 50%
    }

    .small-margin-collapse > .large-7 {
        width: 58.33333%
    }

    .small-margin-collapse > .large-8 {
        width: 66.66667%
    }

    .small-margin-collapse > .large-9 {
        width: 75%
    }

    .small-margin-collapse > .large-10 {
        width: 83.33333%
    }

    .small-margin-collapse > .large-11 {
        width: 91.66667%
    }

    .small-margin-collapse > .large-12 {
        width: 100%
    }
}

@media screen and (min-width: 75em) {
    .small-margin-collapse > .xlarge-1 {
        width: 8.33333%
    }

    .small-margin-collapse > .xlarge-2 {
        width: 16.66667%
    }

    .small-margin-collapse > .xlarge-3 {
        width: 25%
    }

    .small-margin-collapse > .xlarge-4 {
        width: 33.33333%
    }

    .small-margin-collapse > .xlarge-5 {
        width: 41.66667%
    }

    .small-margin-collapse > .xlarge-6 {
        width: 50%
    }

    .small-margin-collapse > .xlarge-7 {
        width: 58.33333%
    }

    .small-margin-collapse > .xlarge-8 {
        width: 66.66667%
    }

    .small-margin-collapse > .xlarge-9 {
        width: 75%
    }

    .small-margin-collapse > .xlarge-10 {
        width: 83.33333%
    }

    .small-margin-collapse > .xlarge-11 {
        width: 91.66667%
    }

    .small-margin-collapse > .xlarge-12 {
        width: 100%
    }
}

.small-padding-collapse {
    margin-right: 0;
    margin-left: 0
}

.small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0
}

@media print, screen and (min-width: 40em) {
    .medium-margin-collapse {
        margin-right: 0;
        margin-left: 0
    }

    .medium-margin-collapse > .cell {
        margin-right: 0;
        margin-left: 0
    }
}

@media print, screen and (min-width: 40em) {
    .medium-margin-collapse > .small-1 {
        width: 8.33333%
    }

    .medium-margin-collapse > .small-2 {
        width: 16.66667%
    }

    .medium-margin-collapse > .small-3 {
        width: 25%
    }

    .medium-margin-collapse > .small-4 {
        width: 33.33333%
    }

    .medium-margin-collapse > .small-5 {
        width: 41.66667%
    }

    .medium-margin-collapse > .small-6 {
        width: 50%
    }

    .medium-margin-collapse > .small-7 {
        width: 58.33333%
    }

    .medium-margin-collapse > .small-8 {
        width: 66.66667%
    }

    .medium-margin-collapse > .small-9 {
        width: 75%
    }

    .medium-margin-collapse > .small-10 {
        width: 83.33333%
    }

    .medium-margin-collapse > .small-11 {
        width: 91.66667%
    }

    .medium-margin-collapse > .small-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 40em) {
    .medium-margin-collapse > .medium-1 {
        width: 8.33333%
    }

    .medium-margin-collapse > .medium-2 {
        width: 16.66667%
    }

    .medium-margin-collapse > .medium-3 {
        width: 25%
    }

    .medium-margin-collapse > .medium-4 {
        width: 33.33333%
    }

    .medium-margin-collapse > .medium-5 {
        width: 41.66667%
    }

    .medium-margin-collapse > .medium-6 {
        width: 50%
    }

    .medium-margin-collapse > .medium-7 {
        width: 58.33333%
    }

    .medium-margin-collapse > .medium-8 {
        width: 66.66667%
    }

    .medium-margin-collapse > .medium-9 {
        width: 75%
    }

    .medium-margin-collapse > .medium-10 {
        width: 83.33333%
    }

    .medium-margin-collapse > .medium-11 {
        width: 91.66667%
    }

    .medium-margin-collapse > .medium-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 62.5em) {
    .medium-margin-collapse > .large-1 {
        width: 8.33333%
    }

    .medium-margin-collapse > .large-2 {
        width: 16.66667%
    }

    .medium-margin-collapse > .large-3 {
        width: 25%
    }

    .medium-margin-collapse > .large-4 {
        width: 33.33333%
    }

    .medium-margin-collapse > .large-5 {
        width: 41.66667%
    }

    .medium-margin-collapse > .large-6 {
        width: 50%
    }

    .medium-margin-collapse > .large-7 {
        width: 58.33333%
    }

    .medium-margin-collapse > .large-8 {
        width: 66.66667%
    }

    .medium-margin-collapse > .large-9 {
        width: 75%
    }

    .medium-margin-collapse > .large-10 {
        width: 83.33333%
    }

    .medium-margin-collapse > .large-11 {
        width: 91.66667%
    }

    .medium-margin-collapse > .large-12 {
        width: 100%
    }
}

@media screen and (min-width: 75em) {
    .medium-margin-collapse > .xlarge-1 {
        width: 8.33333%
    }

    .medium-margin-collapse > .xlarge-2 {
        width: 16.66667%
    }

    .medium-margin-collapse > .xlarge-3 {
        width: 25%
    }

    .medium-margin-collapse > .xlarge-4 {
        width: 33.33333%
    }

    .medium-margin-collapse > .xlarge-5 {
        width: 41.66667%
    }

    .medium-margin-collapse > .xlarge-6 {
        width: 50%
    }

    .medium-margin-collapse > .xlarge-7 {
        width: 58.33333%
    }

    .medium-margin-collapse > .xlarge-8 {
        width: 66.66667%
    }

    .medium-margin-collapse > .xlarge-9 {
        width: 75%
    }

    .medium-margin-collapse > .xlarge-10 {
        width: 83.33333%
    }

    .medium-margin-collapse > .xlarge-11 {
        width: 91.66667%
    }

    .medium-margin-collapse > .xlarge-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 40em) {
    .medium-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }

    .medium-padding-collapse > .cell {
        padding-right: 0;
        padding-left: 0
    }
}

@media print, screen and (min-width: 62.5em) {
    .large-margin-collapse {
        margin-right: 0;
        margin-left: 0
    }

    .large-margin-collapse > .cell {
        margin-right: 0;
        margin-left: 0
    }
}

@media print, screen and (min-width: 62.5em) {
    .large-margin-collapse > .small-1 {
        width: 8.33333%
    }

    .large-margin-collapse > .small-2 {
        width: 16.66667%
    }

    .large-margin-collapse > .small-3 {
        width: 25%
    }

    .large-margin-collapse > .small-4 {
        width: 33.33333%
    }

    .large-margin-collapse > .small-5 {
        width: 41.66667%
    }

    .large-margin-collapse > .small-6 {
        width: 50%
    }

    .large-margin-collapse > .small-7 {
        width: 58.33333%
    }

    .large-margin-collapse > .small-8 {
        width: 66.66667%
    }

    .large-margin-collapse > .small-9 {
        width: 75%
    }

    .large-margin-collapse > .small-10 {
        width: 83.33333%
    }

    .large-margin-collapse > .small-11 {
        width: 91.66667%
    }

    .large-margin-collapse > .small-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 62.5em) {
    .large-margin-collapse > .medium-1 {
        width: 8.33333%
    }

    .large-margin-collapse > .medium-2 {
        width: 16.66667%
    }

    .large-margin-collapse > .medium-3 {
        width: 25%
    }

    .large-margin-collapse > .medium-4 {
        width: 33.33333%
    }

    .large-margin-collapse > .medium-5 {
        width: 41.66667%
    }

    .large-margin-collapse > .medium-6 {
        width: 50%
    }

    .large-margin-collapse > .medium-7 {
        width: 58.33333%
    }

    .large-margin-collapse > .medium-8 {
        width: 66.66667%
    }

    .large-margin-collapse > .medium-9 {
        width: 75%
    }

    .large-margin-collapse > .medium-10 {
        width: 83.33333%
    }

    .large-margin-collapse > .medium-11 {
        width: 91.66667%
    }

    .large-margin-collapse > .medium-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 62.5em) {
    .large-margin-collapse > .large-1 {
        width: 8.33333%
    }

    .large-margin-collapse > .large-2 {
        width: 16.66667%
    }

    .large-margin-collapse > .large-3 {
        width: 25%
    }

    .large-margin-collapse > .large-4 {
        width: 33.33333%
    }

    .large-margin-collapse > .large-5 {
        width: 41.66667%
    }

    .large-margin-collapse > .large-6 {
        width: 50%
    }

    .large-margin-collapse > .large-7 {
        width: 58.33333%
    }

    .large-margin-collapse > .large-8 {
        width: 66.66667%
    }

    .large-margin-collapse > .large-9 {
        width: 75%
    }

    .large-margin-collapse > .large-10 {
        width: 83.33333%
    }

    .large-margin-collapse > .large-11 {
        width: 91.66667%
    }

    .large-margin-collapse > .large-12 {
        width: 100%
    }
}

@media screen and (min-width: 75em) {
    .large-margin-collapse > .xlarge-1 {
        width: 8.33333%
    }

    .large-margin-collapse > .xlarge-2 {
        width: 16.66667%
    }

    .large-margin-collapse > .xlarge-3 {
        width: 25%
    }

    .large-margin-collapse > .xlarge-4 {
        width: 33.33333%
    }

    .large-margin-collapse > .xlarge-5 {
        width: 41.66667%
    }

    .large-margin-collapse > .xlarge-6 {
        width: 50%
    }

    .large-margin-collapse > .xlarge-7 {
        width: 58.33333%
    }

    .large-margin-collapse > .xlarge-8 {
        width: 66.66667%
    }

    .large-margin-collapse > .xlarge-9 {
        width: 75%
    }

    .large-margin-collapse > .xlarge-10 {
        width: 83.33333%
    }

    .large-margin-collapse > .xlarge-11 {
        width: 91.66667%
    }

    .large-margin-collapse > .xlarge-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 62.5em) {
    .large-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }

    .large-padding-collapse > .cell {
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (min-width: 75em) {
    .xlarge-margin-collapse {
        margin-right: 0;
        margin-left: 0
    }

    .xlarge-margin-collapse > .cell {
        margin-right: 0;
        margin-left: 0
    }
}

@media screen and (min-width: 75em) {
    .xlarge-margin-collapse > .small-1 {
        width: 8.33333%
    }

    .xlarge-margin-collapse > .small-2 {
        width: 16.66667%
    }

    .xlarge-margin-collapse > .small-3 {
        width: 25%
    }

    .xlarge-margin-collapse > .small-4 {
        width: 33.33333%
    }

    .xlarge-margin-collapse > .small-5 {
        width: 41.66667%
    }

    .xlarge-margin-collapse > .small-6 {
        width: 50%
    }

    .xlarge-margin-collapse > .small-7 {
        width: 58.33333%
    }

    .xlarge-margin-collapse > .small-8 {
        width: 66.66667%
    }

    .xlarge-margin-collapse > .small-9 {
        width: 75%
    }

    .xlarge-margin-collapse > .small-10 {
        width: 83.33333%
    }

    .xlarge-margin-collapse > .small-11 {
        width: 91.66667%
    }

    .xlarge-margin-collapse > .small-12 {
        width: 100%
    }
}

@media screen and (min-width: 75em) {
    .xlarge-margin-collapse > .medium-1 {
        width: 8.33333%
    }

    .xlarge-margin-collapse > .medium-2 {
        width: 16.66667%
    }

    .xlarge-margin-collapse > .medium-3 {
        width: 25%
    }

    .xlarge-margin-collapse > .medium-4 {
        width: 33.33333%
    }

    .xlarge-margin-collapse > .medium-5 {
        width: 41.66667%
    }

    .xlarge-margin-collapse > .medium-6 {
        width: 50%
    }

    .xlarge-margin-collapse > .medium-7 {
        width: 58.33333%
    }

    .xlarge-margin-collapse > .medium-8 {
        width: 66.66667%
    }

    .xlarge-margin-collapse > .medium-9 {
        width: 75%
    }

    .xlarge-margin-collapse > .medium-10 {
        width: 83.33333%
    }

    .xlarge-margin-collapse > .medium-11 {
        width: 91.66667%
    }

    .xlarge-margin-collapse > .medium-12 {
        width: 100%
    }
}

@media screen and (min-width: 75em) {
    .xlarge-margin-collapse > .large-1 {
        width: 8.33333%
    }

    .xlarge-margin-collapse > .large-2 {
        width: 16.66667%
    }

    .xlarge-margin-collapse > .large-3 {
        width: 25%
    }

    .xlarge-margin-collapse > .large-4 {
        width: 33.33333%
    }

    .xlarge-margin-collapse > .large-5 {
        width: 41.66667%
    }

    .xlarge-margin-collapse > .large-6 {
        width: 50%
    }

    .xlarge-margin-collapse > .large-7 {
        width: 58.33333%
    }

    .xlarge-margin-collapse > .large-8 {
        width: 66.66667%
    }

    .xlarge-margin-collapse > .large-9 {
        width: 75%
    }

    .xlarge-margin-collapse > .large-10 {
        width: 83.33333%
    }

    .xlarge-margin-collapse > .large-11 {
        width: 91.66667%
    }

    .xlarge-margin-collapse > .large-12 {
        width: 100%
    }
}

@media screen and (min-width: 75em) {
    .xlarge-margin-collapse > .xlarge-1 {
        width: 8.33333%
    }

    .xlarge-margin-collapse > .xlarge-2 {
        width: 16.66667%
    }

    .xlarge-margin-collapse > .xlarge-3 {
        width: 25%
    }

    .xlarge-margin-collapse > .xlarge-4 {
        width: 33.33333%
    }

    .xlarge-margin-collapse > .xlarge-5 {
        width: 41.66667%
    }

    .xlarge-margin-collapse > .xlarge-6 {
        width: 50%
    }

    .xlarge-margin-collapse > .xlarge-7 {
        width: 58.33333%
    }

    .xlarge-margin-collapse > .xlarge-8 {
        width: 66.66667%
    }

    .xlarge-margin-collapse > .xlarge-9 {
        width: 75%
    }

    .xlarge-margin-collapse > .xlarge-10 {
        width: 83.33333%
    }

    .xlarge-margin-collapse > .xlarge-11 {
        width: 91.66667%
    }

    .xlarge-margin-collapse > .xlarge-12 {
        width: 100%
    }
}

@media screen and (min-width: 75em) {
    .xlarge-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }

    .xlarge-padding-collapse > .cell {
        padding-right: 0;
        padding-left: 0
    }
}

.small-offset-0 {
    margin-left: 0
}

.grid-margin-x > .small-offset-0 {
    margin-left: calc(0% + .53125rem)
}

.small-offset-1 {
    margin-left: 8.33333%
}

.grid-margin-x > .small-offset-1 {
    margin-left: calc(8.33333% + .53125rem)
}

.small-offset-2 {
    margin-left: 16.66667%
}

.grid-margin-x > .small-offset-2 {
    margin-left: calc(16.66667% + .53125rem)
}

.small-offset-3 {
    margin-left: 25%
}

.grid-margin-x > .small-offset-3 {
    margin-left: calc(25% + .53125rem)
}

.small-offset-4 {
    margin-left: 33.33333%
}

.grid-margin-x > .small-offset-4 {
    margin-left: calc(33.33333% + .53125rem)
}

.small-offset-5 {
    margin-left: 41.66667%
}

.grid-margin-x > .small-offset-5 {
    margin-left: calc(41.66667% + .53125rem)
}

.small-offset-6 {
    margin-left: 50%
}

.grid-margin-x > .small-offset-6 {
    margin-left: calc(50% + .53125rem)
}

.small-offset-7 {
    margin-left: 58.33333%
}

.grid-margin-x > .small-offset-7 {
    margin-left: calc(58.33333% + .53125rem)
}

.small-offset-8 {
    margin-left: 66.66667%
}

.grid-margin-x > .small-offset-8 {
    margin-left: calc(66.66667% + .53125rem)
}

.small-offset-9 {
    margin-left: 75%
}

.grid-margin-x > .small-offset-9 {
    margin-left: calc(75% + .53125rem)
}

.small-offset-10 {
    margin-left: 83.33333%
}

.grid-margin-x > .small-offset-10 {
    margin-left: calc(83.33333% + .53125rem)
}

.small-offset-11 {
    margin-left: 91.66667%
}

.grid-margin-x > .small-offset-11 {
    margin-left: calc(91.66667% + .53125rem)
}

@media print, screen and (min-width: 40em) {
    .medium-offset-0 {
        margin-left: 0
    }

    .grid-margin-x > .medium-offset-0 {
        margin-left: calc(0% + .625rem)
    }

    .medium-offset-1 {
        margin-left: 8.33333%
    }

    .grid-margin-x > .medium-offset-1 {
        margin-left: calc(8.33333% + .625rem)
    }

    .medium-offset-2 {
        margin-left: 16.66667%
    }

    .grid-margin-x > .medium-offset-2 {
        margin-left: calc(16.66667% + .625rem)
    }

    .medium-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x > .medium-offset-3 {
        margin-left: calc(25% + .625rem)
    }

    .medium-offset-4 {
        margin-left: 33.33333%
    }

    .grid-margin-x > .medium-offset-4 {
        margin-left: calc(33.33333% + .625rem)
    }

    .medium-offset-5 {
        margin-left: 41.66667%
    }

    .grid-margin-x > .medium-offset-5 {
        margin-left: calc(41.66667% + .625rem)
    }

    .medium-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x > .medium-offset-6 {
        margin-left: calc(50% + .625rem)
    }

    .medium-offset-7 {
        margin-left: 58.33333%
    }

    .grid-margin-x > .medium-offset-7 {
        margin-left: calc(58.33333% + .625rem)
    }

    .medium-offset-8 {
        margin-left: 66.66667%
    }

    .grid-margin-x > .medium-offset-8 {
        margin-left: calc(66.66667% + .625rem)
    }

    .medium-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x > .medium-offset-9 {
        margin-left: calc(75% + .625rem)
    }

    .medium-offset-10 {
        margin-left: 83.33333%
    }

    .grid-margin-x > .medium-offset-10 {
        margin-left: calc(83.33333% + .625rem)
    }

    .medium-offset-11 {
        margin-left: 91.66667%
    }

    .grid-margin-x > .medium-offset-11 {
        margin-left: calc(91.66667% + .625rem)
    }
}

@media print, screen and (min-width: 62.5em) {
    .large-offset-0 {
        margin-left: 0
    }

    .grid-margin-x > .large-offset-0 {
        margin-left: calc(0% + .625rem)
    }

    .large-offset-1 {
        margin-left: 8.33333%
    }

    .grid-margin-x > .large-offset-1 {
        margin-left: calc(8.33333% + .625rem)
    }

    .large-offset-2 {
        margin-left: 16.66667%
    }

    .grid-margin-x > .large-offset-2 {
        margin-left: calc(16.66667% + .625rem)
    }

    .large-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x > .large-offset-3 {
        margin-left: calc(25% + .625rem)
    }

    .large-offset-4 {
        margin-left: 33.33333%
    }

    .grid-margin-x > .large-offset-4 {
        margin-left: calc(33.33333% + .625rem)
    }

    .large-offset-5 {
        margin-left: 41.66667%
    }

    .grid-margin-x > .large-offset-5 {
        margin-left: calc(41.66667% + .625rem)
    }

    .large-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x > .large-offset-6 {
        margin-left: calc(50% + .625rem)
    }

    .large-offset-7 {
        margin-left: 58.33333%
    }

    .grid-margin-x > .large-offset-7 {
        margin-left: calc(58.33333% + .625rem)
    }

    .large-offset-8 {
        margin-left: 66.66667%
    }

    .grid-margin-x > .large-offset-8 {
        margin-left: calc(66.66667% + .625rem)
    }

    .large-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x > .large-offset-9 {
        margin-left: calc(75% + .625rem)
    }

    .large-offset-10 {
        margin-left: 83.33333%
    }

    .grid-margin-x > .large-offset-10 {
        margin-left: calc(83.33333% + .625rem)
    }

    .large-offset-11 {
        margin-left: 91.66667%
    }

    .grid-margin-x > .large-offset-11 {
        margin-left: calc(91.66667% + .625rem)
    }
}

@media screen and (min-width: 75em) {
    .xlarge-offset-0 {
        margin-left: 0
    }

    .grid-margin-x > .xlarge-offset-0 {
        margin-left: calc(0% + .75rem)
    }

    .xlarge-offset-1 {
        margin-left: 8.33333%
    }

    .grid-margin-x > .xlarge-offset-1 {
        margin-left: calc(8.33333% + .75rem)
    }

    .xlarge-offset-2 {
        margin-left: 16.66667%
    }

    .grid-margin-x > .xlarge-offset-2 {
        margin-left: calc(16.66667% + .75rem)
    }

    .xlarge-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x > .xlarge-offset-3 {
        margin-left: calc(25% + .75rem)
    }

    .xlarge-offset-4 {
        margin-left: 33.33333%
    }

    .grid-margin-x > .xlarge-offset-4 {
        margin-left: calc(33.33333% + .75rem)
    }

    .xlarge-offset-5 {
        margin-left: 41.66667%
    }

    .grid-margin-x > .xlarge-offset-5 {
        margin-left: calc(41.66667% + .75rem)
    }

    .xlarge-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x > .xlarge-offset-6 {
        margin-left: calc(50% + .75rem)
    }

    .xlarge-offset-7 {
        margin-left: 58.33333%
    }

    .grid-margin-x > .xlarge-offset-7 {
        margin-left: calc(58.33333% + .75rem)
    }

    .xlarge-offset-8 {
        margin-left: 66.66667%
    }

    .grid-margin-x > .xlarge-offset-8 {
        margin-left: calc(66.66667% + .75rem)
    }

    .xlarge-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x > .xlarge-offset-9 {
        margin-left: calc(75% + .75rem)
    }

    .xlarge-offset-10 {
        margin-left: 83.33333%
    }

    .grid-margin-x > .xlarge-offset-10 {
        margin-left: calc(83.33333% + .75rem)
    }

    .xlarge-offset-11 {
        margin-left: 91.66667%
    }

    .grid-margin-x > .xlarge-offset-11 {
        margin-left: calc(91.66667% + .75rem)
    }
}

.grid-y {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.grid-y > .cell {
    height: auto;
    max-height: none
}

.grid-y > .auto {
    height: auto
}

.grid-y > .shrink {
    height: auto
}

.grid-y > .small-1, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-full, .grid-y > .small-shrink {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

@media print, screen and (min-width: 40em) {
    .grid-y > .medium-1, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-full, .grid-y > .medium-shrink {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media print, screen and (min-width: 62.5em) {
    .grid-y > .large-1, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-full, .grid-y > .large-shrink {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media screen and (min-width: 75em) {
    .grid-y > .xlarge-1, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-full, .grid-y > .xlarge-shrink {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.grid-y > .small-1, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.grid-y > .small-1 {
    height: 8.33333%
}

.grid-y > .small-2 {
    height: 16.66667%
}

.grid-y > .small-3 {
    height: 25%
}

.grid-y > .small-4 {
    height: 33.33333%
}

.grid-y > .small-5 {
    height: 41.66667%
}

.grid-y > .small-6 {
    height: 50%
}

.grid-y > .small-7 {
    height: 58.33333%
}

.grid-y > .small-8 {
    height: 66.66667%
}

.grid-y > .small-9 {
    height: 75%
}

.grid-y > .small-10 {
    height: 83.33333%
}

.grid-y > .small-11 {
    height: 91.66667%
}

.grid-y > .small-12 {
    height: 100%
}

@media print, screen and (min-width: 40em) {
    .grid-y > .medium-auto {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto
    }

    .grid-y > .medium-1, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-shrink {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-y > .medium-shrink {
        height: auto
    }

    .grid-y > .medium-1 {
        height: 8.33333%
    }

    .grid-y > .medium-2 {
        height: 16.66667%
    }

    .grid-y > .medium-3 {
        height: 25%
    }

    .grid-y > .medium-4 {
        height: 33.33333%
    }

    .grid-y > .medium-5 {
        height: 41.66667%
    }

    .grid-y > .medium-6 {
        height: 50%
    }

    .grid-y > .medium-7 {
        height: 58.33333%
    }

    .grid-y > .medium-8 {
        height: 66.66667%
    }

    .grid-y > .medium-9 {
        height: 75%
    }

    .grid-y > .medium-10 {
        height: 83.33333%
    }

    .grid-y > .medium-11 {
        height: 91.66667%
    }

    .grid-y > .medium-12 {
        height: 100%
    }
}

@media print, screen and (min-width: 62.5em) {
    .grid-y > .large-auto {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto
    }

    .grid-y > .large-1, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-shrink {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-y > .large-shrink {
        height: auto
    }

    .grid-y > .large-1 {
        height: 8.33333%
    }

    .grid-y > .large-2 {
        height: 16.66667%
    }

    .grid-y > .large-3 {
        height: 25%
    }

    .grid-y > .large-4 {
        height: 33.33333%
    }

    .grid-y > .large-5 {
        height: 41.66667%
    }

    .grid-y > .large-6 {
        height: 50%
    }

    .grid-y > .large-7 {
        height: 58.33333%
    }

    .grid-y > .large-8 {
        height: 66.66667%
    }

    .grid-y > .large-9 {
        height: 75%
    }

    .grid-y > .large-10 {
        height: 83.33333%
    }

    .grid-y > .large-11 {
        height: 91.66667%
    }

    .grid-y > .large-12 {
        height: 100%
    }
}

@media screen and (min-width: 75em) {
    .grid-y > .xlarge-auto {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto
    }

    .grid-y > .xlarge-1, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-shrink {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-y > .xlarge-shrink {
        height: auto
    }

    .grid-y > .xlarge-1 {
        height: 8.33333%
    }

    .grid-y > .xlarge-2 {
        height: 16.66667%
    }

    .grid-y > .xlarge-3 {
        height: 25%
    }

    .grid-y > .xlarge-4 {
        height: 33.33333%
    }

    .grid-y > .xlarge-5 {
        height: 41.66667%
    }

    .grid-y > .xlarge-6 {
        height: 50%
    }

    .grid-y > .xlarge-7 {
        height: 58.33333%
    }

    .grid-y > .xlarge-8 {
        height: 66.66667%
    }

    .grid-y > .xlarge-9 {
        height: 75%
    }

    .grid-y > .xlarge-10 {
        height: 83.33333%
    }

    .grid-y > .xlarge-11 {
        height: 91.66667%
    }

    .grid-y > .xlarge-12 {
        height: 100%
    }
}

.grid-padding-y .grid-padding-y {
    margin-top: -.53125rem;
    margin-bottom: -.53125rem
}

@media print, screen and (min-width: 40em) {
    .grid-padding-y .grid-padding-y {
        margin-top: -.625rem;
        margin-bottom: -.625rem
    }
}

@media print, screen and (min-width: 62.5em) {
    .grid-padding-y .grid-padding-y {
        margin-top: -.625rem;
        margin-bottom: -.625rem
    }
}

@media screen and (min-width: 75em) {
    .grid-padding-y .grid-padding-y {
        margin-top: -.75rem;
        margin-bottom: -.75rem
    }
}

.grid-padding-y > .cell {
    padding-top: .53125rem;
    padding-bottom: .53125rem
}

@media print, screen and (min-width: 40em) {
    .grid-padding-y > .cell {
        padding-top: .625rem;
        padding-bottom: .625rem
    }
}

@media print, screen and (min-width: 62.5em) {
    .grid-padding-y > .cell {
        padding-top: .625rem;
        padding-bottom: .625rem
    }
}

@media screen and (min-width: 75em) {
    .grid-padding-y > .cell {
        padding-top: .75rem;
        padding-bottom: .75rem
    }
}

.grid-margin-y {
    margin-top: -.53125rem;
    margin-bottom: -.53125rem
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y {
        margin-top: -.625rem;
        margin-bottom: -.625rem
    }
}

@media print, screen and (min-width: 62.5em) {
    .grid-margin-y {
        margin-top: -.625rem;
        margin-bottom: -.625rem
    }
}

@media screen and (min-width: 75em) {
    .grid-margin-y {
        margin-top: -.75rem;
        margin-bottom: -.75rem
    }
}

.grid-margin-y > .cell {
    height: calc(100% - 1.0625rem);
    margin-top: .53125rem;
    margin-bottom: .53125rem
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
        height: calc(100% - 1.25rem);
        margin-top: .625rem;
        margin-bottom: .625rem
    }
}

@media print, screen and (min-width: 62.5em) {
    .grid-margin-y > .cell {
        height: calc(100% - 1.25rem);
        margin-top: .625rem;
        margin-bottom: .625rem
    }
}

@media screen and (min-width: 75em) {
    .grid-margin-y > .cell {
        height: calc(100% - 1.5rem);
        margin-top: .75rem;
        margin-bottom: .75rem
    }
}

.grid-margin-y > .auto {
    height: auto
}

.grid-margin-y > .shrink {
    height: auto
}

.grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.0625rem)
}

.grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.0625rem)
}

.grid-margin-y > .small-3 {
    height: calc(25% - 1.0625rem)
}

.grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.0625rem)
}

.grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.0625rem)
}

.grid-margin-y > .small-6 {
    height: calc(50% - 1.0625rem)
}

.grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.0625rem)
}

.grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.0625rem)
}

.grid-margin-y > .small-9 {
    height: calc(75% - 1.0625rem)
}

.grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.0625rem)
}

.grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.0625rem)
}

.grid-margin-y > .small-12 {
    height: calc(100% - 1.0625rem)
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
        height: auto
    }

    .grid-margin-y > .shrink {
        height: auto
    }

    .grid-margin-y > .small-1 {
        height: calc(8.33333% - 1.25rem)
    }

    .grid-margin-y > .small-2 {
        height: calc(16.66667% - 1.25rem)
    }

    .grid-margin-y > .small-3 {
        height: calc(25% - 1.25rem)
    }

    .grid-margin-y > .small-4 {
        height: calc(33.33333% - 1.25rem)
    }

    .grid-margin-y > .small-5 {
        height: calc(41.66667% - 1.25rem)
    }

    .grid-margin-y > .small-6 {
        height: calc(50% - 1.25rem)
    }

    .grid-margin-y > .small-7 {
        height: calc(58.33333% - 1.25rem)
    }

    .grid-margin-y > .small-8 {
        height: calc(66.66667% - 1.25rem)
    }

    .grid-margin-y > .small-9 {
        height: calc(75% - 1.25rem)
    }

    .grid-margin-y > .small-10 {
        height: calc(83.33333% - 1.25rem)
    }

    .grid-margin-y > .small-11 {
        height: calc(91.66667% - 1.25rem)
    }

    .grid-margin-y > .small-12 {
        height: calc(100% - 1.25rem)
    }

    .grid-margin-y > .medium-auto {
        height: auto
    }

    .grid-margin-y > .medium-shrink {
        height: auto
    }

    .grid-margin-y > .medium-1 {
        height: calc(8.33333% - 1.25rem)
    }

    .grid-margin-y > .medium-2 {
        height: calc(16.66667% - 1.25rem)
    }

    .grid-margin-y > .medium-3 {
        height: calc(25% - 1.25rem)
    }

    .grid-margin-y > .medium-4 {
        height: calc(33.33333% - 1.25rem)
    }

    .grid-margin-y > .medium-5 {
        height: calc(41.66667% - 1.25rem)
    }

    .grid-margin-y > .medium-6 {
        height: calc(50% - 1.25rem)
    }

    .grid-margin-y > .medium-7 {
        height: calc(58.33333% - 1.25rem)
    }

    .grid-margin-y > .medium-8 {
        height: calc(66.66667% - 1.25rem)
    }

    .grid-margin-y > .medium-9 {
        height: calc(75% - 1.25rem)
    }

    .grid-margin-y > .medium-10 {
        height: calc(83.33333% - 1.25rem)
    }

    .grid-margin-y > .medium-11 {
        height: calc(91.66667% - 1.25rem)
    }

    .grid-margin-y > .medium-12 {
        height: calc(100% - 1.25rem)
    }
}

@media print, screen and (min-width: 62.5em) {
    .grid-margin-y > .auto {
        height: auto
    }

    .grid-margin-y > .shrink {
        height: auto
    }

    .grid-margin-y > .small-1 {
        height: calc(8.33333% - 1.25rem)
    }

    .grid-margin-y > .small-2 {
        height: calc(16.66667% - 1.25rem)
    }

    .grid-margin-y > .small-3 {
        height: calc(25% - 1.25rem)
    }

    .grid-margin-y > .small-4 {
        height: calc(33.33333% - 1.25rem)
    }

    .grid-margin-y > .small-5 {
        height: calc(41.66667% - 1.25rem)
    }

    .grid-margin-y > .small-6 {
        height: calc(50% - 1.25rem)
    }

    .grid-margin-y > .small-7 {
        height: calc(58.33333% - 1.25rem)
    }

    .grid-margin-y > .small-8 {
        height: calc(66.66667% - 1.25rem)
    }

    .grid-margin-y > .small-9 {
        height: calc(75% - 1.25rem)
    }

    .grid-margin-y > .small-10 {
        height: calc(83.33333% - 1.25rem)
    }

    .grid-margin-y > .small-11 {
        height: calc(91.66667% - 1.25rem)
    }

    .grid-margin-y > .small-12 {
        height: calc(100% - 1.25rem)
    }

    .grid-margin-y > .medium-auto {
        height: auto
    }

    .grid-margin-y > .medium-shrink {
        height: auto
    }

    .grid-margin-y > .medium-1 {
        height: calc(8.33333% - 1.25rem)
    }

    .grid-margin-y > .medium-2 {
        height: calc(16.66667% - 1.25rem)
    }

    .grid-margin-y > .medium-3 {
        height: calc(25% - 1.25rem)
    }

    .grid-margin-y > .medium-4 {
        height: calc(33.33333% - 1.25rem)
    }

    .grid-margin-y > .medium-5 {
        height: calc(41.66667% - 1.25rem)
    }

    .grid-margin-y > .medium-6 {
        height: calc(50% - 1.25rem)
    }

    .grid-margin-y > .medium-7 {
        height: calc(58.33333% - 1.25rem)
    }

    .grid-margin-y > .medium-8 {
        height: calc(66.66667% - 1.25rem)
    }

    .grid-margin-y > .medium-9 {
        height: calc(75% - 1.25rem)
    }

    .grid-margin-y > .medium-10 {
        height: calc(83.33333% - 1.25rem)
    }

    .grid-margin-y > .medium-11 {
        height: calc(91.66667% - 1.25rem)
    }

    .grid-margin-y > .medium-12 {
        height: calc(100% - 1.25rem)
    }

    .grid-margin-y > .large-auto {
        height: auto
    }

    .grid-margin-y > .large-shrink {
        height: auto
    }

    .grid-margin-y > .large-1 {
        height: calc(8.33333% - 1.25rem)
    }

    .grid-margin-y > .large-2 {
        height: calc(16.66667% - 1.25rem)
    }

    .grid-margin-y > .large-3 {
        height: calc(25% - 1.25rem)
    }

    .grid-margin-y > .large-4 {
        height: calc(33.33333% - 1.25rem)
    }

    .grid-margin-y > .large-5 {
        height: calc(41.66667% - 1.25rem)
    }

    .grid-margin-y > .large-6 {
        height: calc(50% - 1.25rem)
    }

    .grid-margin-y > .large-7 {
        height: calc(58.33333% - 1.25rem)
    }

    .grid-margin-y > .large-8 {
        height: calc(66.66667% - 1.25rem)
    }

    .grid-margin-y > .large-9 {
        height: calc(75% - 1.25rem)
    }

    .grid-margin-y > .large-10 {
        height: calc(83.33333% - 1.25rem)
    }

    .grid-margin-y > .large-11 {
        height: calc(91.66667% - 1.25rem)
    }

    .grid-margin-y > .large-12 {
        height: calc(100% - 1.25rem)
    }
}

@media screen and (min-width: 75em) {
    .grid-margin-y > .auto {
        height: auto
    }

    .grid-margin-y > .shrink {
        height: auto
    }

    .grid-margin-y > .small-1 {
        height: calc(8.33333% - 1.5rem)
    }

    .grid-margin-y > .small-2 {
        height: calc(16.66667% - 1.5rem)
    }

    .grid-margin-y > .small-3 {
        height: calc(25% - 1.5rem)
    }

    .grid-margin-y > .small-4 {
        height: calc(33.33333% - 1.5rem)
    }

    .grid-margin-y > .small-5 {
        height: calc(41.66667% - 1.5rem)
    }

    .grid-margin-y > .small-6 {
        height: calc(50% - 1.5rem)
    }

    .grid-margin-y > .small-7 {
        height: calc(58.33333% - 1.5rem)
    }

    .grid-margin-y > .small-8 {
        height: calc(66.66667% - 1.5rem)
    }

    .grid-margin-y > .small-9 {
        height: calc(75% - 1.5rem)
    }

    .grid-margin-y > .small-10 {
        height: calc(83.33333% - 1.5rem)
    }

    .grid-margin-y > .small-11 {
        height: calc(91.66667% - 1.5rem)
    }

    .grid-margin-y > .small-12 {
        height: calc(100% - 1.5rem)
    }

    .grid-margin-y > .medium-auto {
        height: auto
    }

    .grid-margin-y > .medium-shrink {
        height: auto
    }

    .grid-margin-y > .medium-1 {
        height: calc(8.33333% - 1.5rem)
    }

    .grid-margin-y > .medium-2 {
        height: calc(16.66667% - 1.5rem)
    }

    .grid-margin-y > .medium-3 {
        height: calc(25% - 1.5rem)
    }

    .grid-margin-y > .medium-4 {
        height: calc(33.33333% - 1.5rem)
    }

    .grid-margin-y > .medium-5 {
        height: calc(41.66667% - 1.5rem)
    }

    .grid-margin-y > .medium-6 {
        height: calc(50% - 1.5rem)
    }

    .grid-margin-y > .medium-7 {
        height: calc(58.33333% - 1.5rem)
    }

    .grid-margin-y > .medium-8 {
        height: calc(66.66667% - 1.5rem)
    }

    .grid-margin-y > .medium-9 {
        height: calc(75% - 1.5rem)
    }

    .grid-margin-y > .medium-10 {
        height: calc(83.33333% - 1.5rem)
    }

    .grid-margin-y > .medium-11 {
        height: calc(91.66667% - 1.5rem)
    }

    .grid-margin-y > .medium-12 {
        height: calc(100% - 1.5rem)
    }

    .grid-margin-y > .large-auto {
        height: auto
    }

    .grid-margin-y > .large-shrink {
        height: auto
    }

    .grid-margin-y > .large-1 {
        height: calc(8.33333% - 1.5rem)
    }

    .grid-margin-y > .large-2 {
        height: calc(16.66667% - 1.5rem)
    }

    .grid-margin-y > .large-3 {
        height: calc(25% - 1.5rem)
    }

    .grid-margin-y > .large-4 {
        height: calc(33.33333% - 1.5rem)
    }

    .grid-margin-y > .large-5 {
        height: calc(41.66667% - 1.5rem)
    }

    .grid-margin-y > .large-6 {
        height: calc(50% - 1.5rem)
    }

    .grid-margin-y > .large-7 {
        height: calc(58.33333% - 1.5rem)
    }

    .grid-margin-y > .large-8 {
        height: calc(66.66667% - 1.5rem)
    }

    .grid-margin-y > .large-9 {
        height: calc(75% - 1.5rem)
    }

    .grid-margin-y > .large-10 {
        height: calc(83.33333% - 1.5rem)
    }

    .grid-margin-y > .large-11 {
        height: calc(91.66667% - 1.5rem)
    }

    .grid-margin-y > .large-12 {
        height: calc(100% - 1.5rem)
    }

    .grid-margin-y > .xlarge-auto {
        height: auto
    }

    .grid-margin-y > .xlarge-shrink {
        height: auto
    }

    .grid-margin-y > .xlarge-1 {
        height: calc(8.33333% - 1.5rem)
    }

    .grid-margin-y > .xlarge-2 {
        height: calc(16.66667% - 1.5rem)
    }

    .grid-margin-y > .xlarge-3 {
        height: calc(25% - 1.5rem)
    }

    .grid-margin-y > .xlarge-4 {
        height: calc(33.33333% - 1.5rem)
    }

    .grid-margin-y > .xlarge-5 {
        height: calc(41.66667% - 1.5rem)
    }

    .grid-margin-y > .xlarge-6 {
        height: calc(50% - 1.5rem)
    }

    .grid-margin-y > .xlarge-7 {
        height: calc(58.33333% - 1.5rem)
    }

    .grid-margin-y > .xlarge-8 {
        height: calc(66.66667% - 1.5rem)
    }

    .grid-margin-y > .xlarge-9 {
        height: calc(75% - 1.5rem)
    }

    .grid-margin-y > .xlarge-10 {
        height: calc(83.33333% - 1.5rem)
    }

    .grid-margin-y > .xlarge-11 {
        height: calc(91.66667% - 1.5rem)
    }

    .grid-margin-y > .xlarge-12 {
        height: calc(100% - 1.5rem)
    }
}

.grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw
}

.cell .grid-frame {
    width: 100%
}

.cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.cell-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%
}

.cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media print, screen and (min-width: 40em) {
    .medium-grid-frame {
        overflow: hidden;
        position: relative;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }

    .cell .medium-grid-frame {
        width: 100%
    }

    .medium-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .medium-cell-block-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

    .medium-cell-block-container > .grid-x {
        max-height: 100%;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .medium-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media print, screen and (min-width: 62.5em) {
    .large-grid-frame {
        overflow: hidden;
        position: relative;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }

    .cell .large-grid-frame {
        width: 100%
    }

    .large-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .large-cell-block-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

    .large-cell-block-container > .grid-x {
        max-height: 100%;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .large-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media screen and (min-width: 75em) {
    .xlarge-grid-frame {
        overflow: hidden;
        position: relative;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }

    .cell .xlarge-grid-frame {
        width: 100%
    }

    .xlarge-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .xlarge-cell-block-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

    .xlarge-cell-block-container > .grid-x {
        max-height: 100%;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .xlarge-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

.grid-y.grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh
}

@media print, screen and (min-width: 40em) {
    .grid-y.medium-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh
    }
}

@media print, screen and (min-width: 62.5em) {
    .grid-y.large-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh
    }
}

@media screen and (min-width: 75em) {
    .grid-y.xlarge-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh
    }
}

.cell .grid-y.grid-frame {
    height: 100%
}

@media print, screen and (min-width: 40em) {
    .cell .grid-y.medium-grid-frame {
        height: 100%
    }
}

@media print, screen and (min-width: 62.5em) {
    .cell .grid-y.large-grid-frame {
        height: 100%
    }
}

@media screen and (min-width: 75em) {
    .cell .grid-y.xlarge-grid-frame {
        height: 100%
    }
}

.grid-margin-y {
    margin-top: -.53125rem;
    margin-bottom: -.53125rem
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y {
        margin-top: -.625rem;
        margin-bottom: -.625rem
    }
}

@media print, screen and (min-width: 62.5em) {
    .grid-margin-y {
        margin-top: -.625rem;
        margin-bottom: -.625rem
    }
}

@media screen and (min-width: 75em) {
    .grid-margin-y {
        margin-top: -.75rem;
        margin-bottom: -.75rem
    }
}

.grid-margin-y > .cell {
    height: calc(100% - 1.0625rem);
    margin-top: .53125rem;
    margin-bottom: .53125rem
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
        height: calc(100% - 1.25rem);
        margin-top: .625rem;
        margin-bottom: .625rem
    }
}

@media print, screen and (min-width: 62.5em) {
    .grid-margin-y > .cell {
        height: calc(100% - 1.25rem);
        margin-top: .625rem;
        margin-bottom: .625rem
    }
}

@media screen and (min-width: 75em) {
    .grid-margin-y > .cell {
        height: calc(100% - 1.5rem);
        margin-top: .75rem;
        margin-bottom: .75rem
    }
}

.grid-margin-y > .auto {
    height: auto
}

.grid-margin-y > .shrink {
    height: auto
}

.grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.0625rem)
}

.grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.0625rem)
}

.grid-margin-y > .small-3 {
    height: calc(25% - 1.0625rem)
}

.grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.0625rem)
}

.grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.0625rem)
}

.grid-margin-y > .small-6 {
    height: calc(50% - 1.0625rem)
}

.grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.0625rem)
}

.grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.0625rem)
}

.grid-margin-y > .small-9 {
    height: calc(75% - 1.0625rem)
}

.grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.0625rem)
}

.grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.0625rem)
}

.grid-margin-y > .small-12 {
    height: calc(100% - 1.0625rem)
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
        height: auto
    }

    .grid-margin-y > .shrink {
        height: auto
    }

    .grid-margin-y > .small-1 {
        height: calc(8.33333% - 1.25rem)
    }

    .grid-margin-y > .small-2 {
        height: calc(16.66667% - 1.25rem)
    }

    .grid-margin-y > .small-3 {
        height: calc(25% - 1.25rem)
    }

    .grid-margin-y > .small-4 {
        height: calc(33.33333% - 1.25rem)
    }

    .grid-margin-y > .small-5 {
        height: calc(41.66667% - 1.25rem)
    }

    .grid-margin-y > .small-6 {
        height: calc(50% - 1.25rem)
    }

    .grid-margin-y > .small-7 {
        height: calc(58.33333% - 1.25rem)
    }

    .grid-margin-y > .small-8 {
        height: calc(66.66667% - 1.25rem)
    }

    .grid-margin-y > .small-9 {
        height: calc(75% - 1.25rem)
    }

    .grid-margin-y > .small-10 {
        height: calc(83.33333% - 1.25rem)
    }

    .grid-margin-y > .small-11 {
        height: calc(91.66667% - 1.25rem)
    }

    .grid-margin-y > .small-12 {
        height: calc(100% - 1.25rem)
    }

    .grid-margin-y > .medium-auto {
        height: auto
    }

    .grid-margin-y > .medium-shrink {
        height: auto
    }

    .grid-margin-y > .medium-1 {
        height: calc(8.33333% - 1.25rem)
    }

    .grid-margin-y > .medium-2 {
        height: calc(16.66667% - 1.25rem)
    }

    .grid-margin-y > .medium-3 {
        height: calc(25% - 1.25rem)
    }

    .grid-margin-y > .medium-4 {
        height: calc(33.33333% - 1.25rem)
    }

    .grid-margin-y > .medium-5 {
        height: calc(41.66667% - 1.25rem)
    }

    .grid-margin-y > .medium-6 {
        height: calc(50% - 1.25rem)
    }

    .grid-margin-y > .medium-7 {
        height: calc(58.33333% - 1.25rem)
    }

    .grid-margin-y > .medium-8 {
        height: calc(66.66667% - 1.25rem)
    }

    .grid-margin-y > .medium-9 {
        height: calc(75% - 1.25rem)
    }

    .grid-margin-y > .medium-10 {
        height: calc(83.33333% - 1.25rem)
    }

    .grid-margin-y > .medium-11 {
        height: calc(91.66667% - 1.25rem)
    }

    .grid-margin-y > .medium-12 {
        height: calc(100% - 1.25rem)
    }
}

@media print, screen and (min-width: 62.5em) {
    .grid-margin-y > .auto {
        height: auto
    }

    .grid-margin-y > .shrink {
        height: auto
    }

    .grid-margin-y > .small-1 {
        height: calc(8.33333% - 1.25rem)
    }

    .grid-margin-y > .small-2 {
        height: calc(16.66667% - 1.25rem)
    }

    .grid-margin-y > .small-3 {
        height: calc(25% - 1.25rem)
    }

    .grid-margin-y > .small-4 {
        height: calc(33.33333% - 1.25rem)
    }

    .grid-margin-y > .small-5 {
        height: calc(41.66667% - 1.25rem)
    }

    .grid-margin-y > .small-6 {
        height: calc(50% - 1.25rem)
    }

    .grid-margin-y > .small-7 {
        height: calc(58.33333% - 1.25rem)
    }

    .grid-margin-y > .small-8 {
        height: calc(66.66667% - 1.25rem)
    }

    .grid-margin-y > .small-9 {
        height: calc(75% - 1.25rem)
    }

    .grid-margin-y > .small-10 {
        height: calc(83.33333% - 1.25rem)
    }

    .grid-margin-y > .small-11 {
        height: calc(91.66667% - 1.25rem)
    }

    .grid-margin-y > .small-12 {
        height: calc(100% - 1.25rem)
    }

    .grid-margin-y > .medium-auto {
        height: auto
    }

    .grid-margin-y > .medium-shrink {
        height: auto
    }

    .grid-margin-y > .medium-1 {
        height: calc(8.33333% - 1.25rem)
    }

    .grid-margin-y > .medium-2 {
        height: calc(16.66667% - 1.25rem)
    }

    .grid-margin-y > .medium-3 {
        height: calc(25% - 1.25rem)
    }

    .grid-margin-y > .medium-4 {
        height: calc(33.33333% - 1.25rem)
    }

    .grid-margin-y > .medium-5 {
        height: calc(41.66667% - 1.25rem)
    }

    .grid-margin-y > .medium-6 {
        height: calc(50% - 1.25rem)
    }

    .grid-margin-y > .medium-7 {
        height: calc(58.33333% - 1.25rem)
    }

    .grid-margin-y > .medium-8 {
        height: calc(66.66667% - 1.25rem)
    }

    .grid-margin-y > .medium-9 {
        height: calc(75% - 1.25rem)
    }

    .grid-margin-y > .medium-10 {
        height: calc(83.33333% - 1.25rem)
    }

    .grid-margin-y > .medium-11 {
        height: calc(91.66667% - 1.25rem)
    }

    .grid-margin-y > .medium-12 {
        height: calc(100% - 1.25rem)
    }

    .grid-margin-y > .large-auto {
        height: auto
    }

    .grid-margin-y > .large-shrink {
        height: auto
    }

    .grid-margin-y > .large-1 {
        height: calc(8.33333% - 1.25rem)
    }

    .grid-margin-y > .large-2 {
        height: calc(16.66667% - 1.25rem)
    }

    .grid-margin-y > .large-3 {
        height: calc(25% - 1.25rem)
    }

    .grid-margin-y > .large-4 {
        height: calc(33.33333% - 1.25rem)
    }

    .grid-margin-y > .large-5 {
        height: calc(41.66667% - 1.25rem)
    }

    .grid-margin-y > .large-6 {
        height: calc(50% - 1.25rem)
    }

    .grid-margin-y > .large-7 {
        height: calc(58.33333% - 1.25rem)
    }

    .grid-margin-y > .large-8 {
        height: calc(66.66667% - 1.25rem)
    }

    .grid-margin-y > .large-9 {
        height: calc(75% - 1.25rem)
    }

    .grid-margin-y > .large-10 {
        height: calc(83.33333% - 1.25rem)
    }

    .grid-margin-y > .large-11 {
        height: calc(91.66667% - 1.25rem)
    }

    .grid-margin-y > .large-12 {
        height: calc(100% - 1.25rem)
    }
}

@media screen and (min-width: 75em) {
    .grid-margin-y > .auto {
        height: auto
    }

    .grid-margin-y > .shrink {
        height: auto
    }

    .grid-margin-y > .small-1 {
        height: calc(8.33333% - 1.5rem)
    }

    .grid-margin-y > .small-2 {
        height: calc(16.66667% - 1.5rem)
    }

    .grid-margin-y > .small-3 {
        height: calc(25% - 1.5rem)
    }

    .grid-margin-y > .small-4 {
        height: calc(33.33333% - 1.5rem)
    }

    .grid-margin-y > .small-5 {
        height: calc(41.66667% - 1.5rem)
    }

    .grid-margin-y > .small-6 {
        height: calc(50% - 1.5rem)
    }

    .grid-margin-y > .small-7 {
        height: calc(58.33333% - 1.5rem)
    }

    .grid-margin-y > .small-8 {
        height: calc(66.66667% - 1.5rem)
    }

    .grid-margin-y > .small-9 {
        height: calc(75% - 1.5rem)
    }

    .grid-margin-y > .small-10 {
        height: calc(83.33333% - 1.5rem)
    }

    .grid-margin-y > .small-11 {
        height: calc(91.66667% - 1.5rem)
    }

    .grid-margin-y > .small-12 {
        height: calc(100% - 1.5rem)
    }

    .grid-margin-y > .medium-auto {
        height: auto
    }

    .grid-margin-y > .medium-shrink {
        height: auto
    }

    .grid-margin-y > .medium-1 {
        height: calc(8.33333% - 1.5rem)
    }

    .grid-margin-y > .medium-2 {
        height: calc(16.66667% - 1.5rem)
    }

    .grid-margin-y > .medium-3 {
        height: calc(25% - 1.5rem)
    }

    .grid-margin-y > .medium-4 {
        height: calc(33.33333% - 1.5rem)
    }

    .grid-margin-y > .medium-5 {
        height: calc(41.66667% - 1.5rem)
    }

    .grid-margin-y > .medium-6 {
        height: calc(50% - 1.5rem)
    }

    .grid-margin-y > .medium-7 {
        height: calc(58.33333% - 1.5rem)
    }

    .grid-margin-y > .medium-8 {
        height: calc(66.66667% - 1.5rem)
    }

    .grid-margin-y > .medium-9 {
        height: calc(75% - 1.5rem)
    }

    .grid-margin-y > .medium-10 {
        height: calc(83.33333% - 1.5rem)
    }

    .grid-margin-y > .medium-11 {
        height: calc(91.66667% - 1.5rem)
    }

    .grid-margin-y > .medium-12 {
        height: calc(100% - 1.5rem)
    }

    .grid-margin-y > .large-auto {
        height: auto
    }

    .grid-margin-y > .large-shrink {
        height: auto
    }

    .grid-margin-y > .large-1 {
        height: calc(8.33333% - 1.5rem)
    }

    .grid-margin-y > .large-2 {
        height: calc(16.66667% - 1.5rem)
    }

    .grid-margin-y > .large-3 {
        height: calc(25% - 1.5rem)
    }

    .grid-margin-y > .large-4 {
        height: calc(33.33333% - 1.5rem)
    }

    .grid-margin-y > .large-5 {
        height: calc(41.66667% - 1.5rem)
    }

    .grid-margin-y > .large-6 {
        height: calc(50% - 1.5rem)
    }

    .grid-margin-y > .large-7 {
        height: calc(58.33333% - 1.5rem)
    }

    .grid-margin-y > .large-8 {
        height: calc(66.66667% - 1.5rem)
    }

    .grid-margin-y > .large-9 {
        height: calc(75% - 1.5rem)
    }

    .grid-margin-y > .large-10 {
        height: calc(83.33333% - 1.5rem)
    }

    .grid-margin-y > .large-11 {
        height: calc(91.66667% - 1.5rem)
    }

    .grid-margin-y > .large-12 {
        height: calc(100% - 1.5rem)
    }

    .grid-margin-y > .xlarge-auto {
        height: auto
    }

    .grid-margin-y > .xlarge-shrink {
        height: auto
    }

    .grid-margin-y > .xlarge-1 {
        height: calc(8.33333% - 1.5rem)
    }

    .grid-margin-y > .xlarge-2 {
        height: calc(16.66667% - 1.5rem)
    }

    .grid-margin-y > .xlarge-3 {
        height: calc(25% - 1.5rem)
    }

    .grid-margin-y > .xlarge-4 {
        height: calc(33.33333% - 1.5rem)
    }

    .grid-margin-y > .xlarge-5 {
        height: calc(41.66667% - 1.5rem)
    }

    .grid-margin-y > .xlarge-6 {
        height: calc(50% - 1.5rem)
    }

    .grid-margin-y > .xlarge-7 {
        height: calc(58.33333% - 1.5rem)
    }

    .grid-margin-y > .xlarge-8 {
        height: calc(66.66667% - 1.5rem)
    }

    .grid-margin-y > .xlarge-9 {
        height: calc(75% - 1.5rem)
    }

    .grid-margin-y > .xlarge-10 {
        height: calc(83.33333% - 1.5rem)
    }

    .grid-margin-y > .xlarge-11 {
        height: calc(91.66667% - 1.5rem)
    }

    .grid-margin-y > .xlarge-12 {
        height: calc(100% - 1.5rem)
    }
}

.grid-frame.grid-margin-y {
    height: calc(100vh + 1.0625rem)
}

@media print, screen and (min-width: 40em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.25rem)
    }
}

@media print, screen and (min-width: 62.5em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.25rem)
    }
}

@media screen and (min-width: 75em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.5rem)
    }
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y.medium-grid-frame {
        height: calc(100vh + 1.25rem)
    }
}

@media print, screen and (min-width: 62.5em) {
    .grid-margin-y.large-grid-frame {
        height: calc(100vh + 1.25rem)
    }
}

@media screen and (min-width: 75em) {
    .grid-margin-y.xlarge-grid-frame {
        height: calc(100vh + 1.5rem)
    }
}

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: .9375rem 1em;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-transition: background-color .25s ease-out, color .25s ease-out;
    transition: background-color .25s ease-out, color .25s ease-out;
    font-family: Poppins;
    font-size: 1rem;
    font-weight: 600;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer
}

[data-whatinput=mouse] .button {
    outline: 0
}

.button.tiny {
    font-size: .6rem
}

.button.small {
    font-size: .75rem
}

.button.large {
    font-size: 1.125rem
}

.button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0
}

.button, .button.disabled, .button.disabled:focus, .button.disabled:hover, .button[disabled], .button[disabled]:focus, .button[disabled]:hover {
    background-color: #3b3da1;
    color: #fff
}

.button:focus, .button:hover {
    background-color: #323489;
    color: #fff
}

.button.primary, .button.primary.disabled, .button.primary.disabled:focus, .button.primary.disabled:hover, .button.primary[disabled], .button.primary[disabled]:focus, .button.primary[disabled]:hover {
    background-color: #3b3da1;
    color: #fff
}

.button.primary:focus, .button.primary:hover {
    background-color: #2f3181;
    color: #fff
}

.button.primary-hover, .button.primary-hover.disabled, .button.primary-hover.disabled:focus, .button.primary-hover.disabled:hover, .button.primary-hover[disabled], .button.primary-hover[disabled]:focus, .button.primary-hover[disabled]:hover {
    background-color: #313386;
    color: #fff
}

.button.primary-hover:focus, .button.primary-hover:hover {
    background-color: #27296b;
    color: #fff
}

.button.primary-button, .button.primary-button.disabled, .button.primary-button.disabled:focus, .button.primary-button.disabled:hover, .button.primary-button[disabled], .button.primary-button[disabled]:focus, .button.primary-button[disabled]:hover {
    background-color: #4d4fbe;
    color: #fff
}

.button.primary-button:focus, .button.primary-button:hover {
    background-color: #393b9c;
    color: #fff
}

.button.success, .button.success.disabled, .button.success.disabled:focus, .button.success.disabled:hover, .button.success[disabled], .button.success[disabled]:focus, .button.success[disabled]:hover {
    background-color: #3adb76;
    color: #3b3e45
}

.button.success:focus, .button.success:hover {
    background-color: #22bb5b;
    color: #3b3e45
}

.button.warning, .button.warning.disabled, .button.warning.disabled:focus, .button.warning.disabled:hover, .button.warning[disabled], .button.warning[disabled]:focus, .button.warning[disabled]:hover {
    background-color: #fea832;
    color: #3b3e45
}

.button.warning:focus, .button.warning:hover {
    background-color: #f28c01;
    color: #3b3e45
}

.button.alert, .button.alert.disabled, .button.alert.disabled:focus, .button.alert.disabled:hover, .button.alert[disabled], .button.alert[disabled]:focus, .button.alert[disabled]:hover {
    background-color: #cc4b37;
    color: #fff
}

.button.alert:focus, .button.alert:hover {
    background-color: #a53b2a;
    color: #fff
}

.button.green, .button.green.disabled, .button.green.disabled:focus, .button.green.disabled:hover, .button.green[disabled], .button.green[disabled]:focus, .button.green[disabled]:hover {
    background-color: #8cdc23;
    color: #3b3e45
}

.button.green:focus, .button.green:hover {
    background-color: #70b01c;
    color: #3b3e45
}

.button.violet, .button.violet.disabled, .button.violet.disabled:focus, .button.violet.disabled:hover, .button.violet[disabled], .button.violet[disabled]:focus, .button.violet[disabled]:hover {
    background-color: #ebebf8;
    color: #3b3e45
}

.button.violet:focus, .button.violet:hover {
    background-color: #a3a3df;
    color: #3b3e45
}

.button.hollow, .button.hollow.disabled, .button.hollow.disabled:focus, .button.hollow.disabled:hover, .button.hollow:focus, .button.hollow:hover, .button.hollow[disabled], .button.hollow[disabled]:focus, .button.hollow[disabled]:hover {
    background-color: transparent
}

.button.hollow, .button.hollow.disabled, .button.hollow.disabled:focus, .button.hollow.disabled:hover, .button.hollow[disabled], .button.hollow[disabled]:focus, .button.hollow[disabled]:hover {
    border: 1px solid #3b3da1;
    color: #3b3da1
}

.button.hollow:focus, .button.hollow:hover {
    border-color: #1e1f51;
    color: #1e1f51
}

.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary.disabled:focus, .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled], .button.hollow.primary[disabled]:focus, .button.hollow.primary[disabled]:hover {
    border: 1px solid #3b3da1;
    color: #3b3da1
}

.button.hollow.primary:focus, .button.hollow.primary:hover {
    border-color: #1e1f51;
    color: #1e1f51
}

.button.hollow.primary-hover, .button.hollow.primary-hover.disabled, .button.hollow.primary-hover.disabled:focus, .button.hollow.primary-hover.disabled:hover, .button.hollow.primary-hover[disabled], .button.hollow.primary-hover[disabled]:focus, .button.hollow.primary-hover[disabled]:hover {
    border: 1px solid #313386;
    color: #313386
}

.button.hollow.primary-hover:focus, .button.hollow.primary-hover:hover {
    border-color: #191a43;
    color: #191a43
}

.button.hollow.primary-button, .button.hollow.primary-button.disabled, .button.hollow.primary-button.disabled:focus, .button.hollow.primary-button.disabled:hover, .button.hollow.primary-button[disabled], .button.hollow.primary-button[disabled]:focus, .button.hollow.primary-button[disabled]:hover {
    border: 1px solid #4d4fbe;
    color: #4d4fbe
}

.button.hollow.primary-button:focus, .button.hollow.primary-button:hover {
    border-color: #242562;
    color: #242562
}

.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success.disabled:focus, .button.hollow.success.disabled:hover, .button.hollow.success[disabled], .button.hollow.success[disabled]:focus, .button.hollow.success[disabled]:hover {
    border: 1px solid #3adb76;
    color: #3adb76
}

.button.hollow.success:focus, .button.hollow.success:hover {
    border-color: #157539;
    color: #157539
}

.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning.disabled:focus, .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled], .button.hollow.warning[disabled]:focus, .button.hollow.warning[disabled]:hover {
    border: 1px solid #fea832;
    color: #fea832
}

.button.hollow.warning:focus, .button.hollow.warning:hover {
    border-color: #975801;
    color: #975801
}

.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert.disabled:focus, .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled], .button.hollow.alert[disabled]:focus, .button.hollow.alert[disabled]:hover {
    border: 1px solid #cc4b37;
    color: #cc4b37
}

.button.hollow.alert:focus, .button.hollow.alert:hover {
    border-color: #67251a;
    color: #67251a
}

.button.hollow.green, .button.hollow.green.disabled, .button.hollow.green.disabled:focus, .button.hollow.green.disabled:hover, .button.hollow.green[disabled], .button.hollow.green[disabled]:focus, .button.hollow.green[disabled]:hover {
    border: 1px solid #8cdc23;
    color: #8cdc23
}

.button.hollow.green:focus, .button.hollow.green:hover {
    border-color: #466e12;
    color: #466e12
}

.button.hollow.violet, .button.hollow.violet.disabled, .button.hollow.violet.disabled:focus, .button.hollow.violet.disabled:hover, .button.hollow.violet[disabled], .button.hollow.violet[disabled]:focus, .button.hollow.violet[disabled]:hover {
    border: 1px solid #ebebf8;
    color: #ebebf8
}

.button.hollow.violet:focus, .button.hollow.violet:hover {
    border-color: #3f3fb3;
    color: #3f3fb3
}

.button.clear, .button.clear.disabled, .button.clear.disabled:focus, .button.clear.disabled:hover, .button.clear:focus, .button.clear:hover, .button.clear[disabled], .button.clear[disabled]:focus, .button.clear[disabled]:hover {
    border-color: transparent;
    background-color: transparent
}

.button.clear, .button.clear.disabled, .button.clear.disabled:focus, .button.clear.disabled:hover, .button.clear[disabled], .button.clear[disabled]:focus, .button.clear[disabled]:hover {
    color: #3b3da1
}

.button.clear:focus, .button.clear:hover {
    color: #1e1f51
}

.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary.disabled:focus, .button.clear.primary.disabled:hover, .button.clear.primary[disabled], .button.clear.primary[disabled]:focus, .button.clear.primary[disabled]:hover {
    color: #3b3da1
}

.button.clear.primary:focus, .button.clear.primary:hover {
    color: #1e1f51
}

.button.clear.primary-hover, .button.clear.primary-hover.disabled, .button.clear.primary-hover.disabled:focus, .button.clear.primary-hover.disabled:hover, .button.clear.primary-hover[disabled], .button.clear.primary-hover[disabled]:focus, .button.clear.primary-hover[disabled]:hover {
    color: #313386
}

.button.clear.primary-hover:focus, .button.clear.primary-hover:hover {
    color: #191a43
}

.button.clear.primary-button, .button.clear.primary-button.disabled, .button.clear.primary-button.disabled:focus, .button.clear.primary-button.disabled:hover, .button.clear.primary-button[disabled], .button.clear.primary-button[disabled]:focus, .button.clear.primary-button[disabled]:hover {
    color: #4d4fbe
}

.button.clear.primary-button:focus, .button.clear.primary-button:hover {
    color: #242562
}

.button.clear.success, .button.clear.success.disabled, .button.clear.success.disabled:focus, .button.clear.success.disabled:hover, .button.clear.success[disabled], .button.clear.success[disabled]:focus, .button.clear.success[disabled]:hover {
    color: #3adb76
}

.button.clear.success:focus, .button.clear.success:hover {
    color: #157539
}

.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning.disabled:focus, .button.clear.warning.disabled:hover, .button.clear.warning[disabled], .button.clear.warning[disabled]:focus, .button.clear.warning[disabled]:hover {
    color: #fea832
}

.button.clear.warning:focus, .button.clear.warning:hover {
    color: #975801
}

.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert.disabled:focus, .button.clear.alert.disabled:hover, .button.clear.alert[disabled], .button.clear.alert[disabled]:focus, .button.clear.alert[disabled]:hover {
    color: #cc4b37
}

.button.clear.alert:focus, .button.clear.alert:hover {
    color: #67251a
}

.button.clear.green, .button.clear.green.disabled, .button.clear.green.disabled:focus, .button.clear.green.disabled:hover, .button.clear.green[disabled], .button.clear.green[disabled]:focus, .button.clear.green[disabled]:hover {
    color: #8cdc23
}

.button.clear.green:focus, .button.clear.green:hover {
    color: #466e12
}

.button.clear.violet, .button.clear.violet.disabled, .button.clear.violet.disabled:focus, .button.clear.violet.disabled:hover, .button.clear.violet[disabled], .button.clear.violet[disabled]:focus, .button.clear.violet[disabled]:hover {
    color: #ebebf8
}

.button.clear.violet:focus, .button.clear.violet:hover {
    color: #3f3fb3
}

.button.disabled, .button[disabled] {
    opacity: .25;
    cursor: not-allowed
}

.button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset .4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    position: relative;
    top: .4em;
    display: inline-block;
    float: right;
    margin-left: 1em
}

.button.dropdown.clear::after, .button.dropdown.hollow::after {
    border-top-color: #3b3da1
}

.button.dropdown.clear.primary::after, .button.dropdown.hollow.primary::after {
    border-top-color: #3b3da1
}

.button.dropdown.clear.primary-hover::after, .button.dropdown.hollow.primary-hover::after {
    border-top-color: #313386
}

.button.dropdown.clear.primary-button::after, .button.dropdown.hollow.primary-button::after {
    border-top-color: #4d4fbe
}

.button.dropdown.clear.success::after, .button.dropdown.hollow.success::after {
    border-top-color: #3adb76
}

.button.dropdown.clear.warning::after, .button.dropdown.hollow.warning::after {
    border-top-color: #fea832
}

.button.dropdown.clear.alert::after, .button.dropdown.hollow.alert::after {
    border-top-color: #cc4b37
}

.button.dropdown.clear.green::after, .button.dropdown.hollow.green::after {
    border-top-color: #8cdc23
}

.button.dropdown.clear.violet::after, .button.dropdown.hollow.violet::after {
    border-top-color: #ebebf8
}

.button.arrow-only::after {
    top: -.1em;
    float: none;
    margin-left: 0
}

a.button:focus, a.button:hover {
    text-decoration: none
}

.button-group {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.button-group::after, .button-group::before {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.button-group::after {
    clear: both
}

.button-group::after, .button-group::before {
    display: none
}

.button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 1rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.button-group .button:last-child {
    margin-right: 0
}

.button-group.tiny .button {
    font-size: .6rem
}

.button-group.small .button {
    font-size: .75rem
}

.button-group.large .button {
    font-size: 1.125rem
}

.button-group.expanded .button {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    margin-right: 0
}

.button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button.disabled:focus, .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled], .button-group.primary .button[disabled]:focus, .button-group.primary .button[disabled]:hover {
    background-color: #3b3da1;
    color: #fff
}

.button-group.primary .button:focus, .button-group.primary .button:hover {
    background-color: #2f3181;
    color: #fff
}

.button-group.primary-hover .button, .button-group.primary-hover .button.disabled, .button-group.primary-hover .button.disabled:focus, .button-group.primary-hover .button.disabled:hover, .button-group.primary-hover .button[disabled], .button-group.primary-hover .button[disabled]:focus, .button-group.primary-hover .button[disabled]:hover {
    background-color: #313386;
    color: #fff
}

.button-group.primary-hover .button:focus, .button-group.primary-hover .button:hover {
    background-color: #27296b;
    color: #fff
}

.button-group.primary-button .button, .button-group.primary-button .button.disabled, .button-group.primary-button .button.disabled:focus, .button-group.primary-button .button.disabled:hover, .button-group.primary-button .button[disabled], .button-group.primary-button .button[disabled]:focus, .button-group.primary-button .button[disabled]:hover {
    background-color: #4d4fbe;
    color: #fff
}

.button-group.primary-button .button:focus, .button-group.primary-button .button:hover {
    background-color: #393b9c;
    color: #fff
}

.button-group.success .button, .button-group.success .button.disabled, .button-group.success .button.disabled:focus, .button-group.success .button.disabled:hover, .button-group.success .button[disabled], .button-group.success .button[disabled]:focus, .button-group.success .button[disabled]:hover {
    background-color: #3adb76;
    color: #3b3e45
}

.button-group.success .button:focus, .button-group.success .button:hover {
    background-color: #22bb5b;
    color: #3b3e45
}

.button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button.disabled:focus, .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled], .button-group.warning .button[disabled]:focus, .button-group.warning .button[disabled]:hover {
    background-color: #fea832;
    color: #3b3e45
}

.button-group.warning .button:focus, .button-group.warning .button:hover {
    background-color: #f28c01;
    color: #3b3e45
}

.button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button.disabled:focus, .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled], .button-group.alert .button[disabled]:focus, .button-group.alert .button[disabled]:hover {
    background-color: #cc4b37;
    color: #fff
}

.button-group.alert .button:focus, .button-group.alert .button:hover {
    background-color: #a53b2a;
    color: #fff
}

.button-group.green .button, .button-group.green .button.disabled, .button-group.green .button.disabled:focus, .button-group.green .button.disabled:hover, .button-group.green .button[disabled], .button-group.green .button[disabled]:focus, .button-group.green .button[disabled]:hover {
    background-color: #8cdc23;
    color: #3b3e45
}

.button-group.green .button:focus, .button-group.green .button:hover {
    background-color: #70b01c;
    color: #3b3e45
}

.button-group.violet .button, .button-group.violet .button.disabled, .button-group.violet .button.disabled:focus, .button-group.violet .button.disabled:hover, .button-group.violet .button[disabled], .button-group.violet .button[disabled]:focus, .button-group.violet .button[disabled]:hover {
    background-color: #ebebf8;
    color: #3b3e45
}

.button-group.violet .button:focus, .button-group.violet .button:hover {
    background-color: #a3a3df;
    color: #3b3e45
}

.button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:focus, .button-group.hollow .button.disabled:hover, .button-group.hollow .button:focus, .button-group.hollow .button:hover, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:focus, .button-group.hollow .button[disabled]:hover {
    background-color: transparent
}

.button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:focus, .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:focus, .button-group.hollow .button[disabled]:hover {
    border: 1px solid #3b3da1;
    color: #3b3da1
}

.button-group.hollow .button:focus, .button-group.hollow .button:hover {
    border-color: #1e1f51;
    color: #1e1f51
}

.button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary[disabled]:focus, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow.primary .button[disabled]:hover {
    border: 1px solid #3b3da1;
    color: #3b3da1
}

.button-group.hollow .button.primary:focus, .button-group.hollow .button.primary:hover, .button-group.hollow.primary .button:focus, .button-group.hollow.primary .button:hover {
    border-color: #1e1f51;
    color: #1e1f51
}

.button-group.hollow .button.primary-hover, .button-group.hollow .button.primary-hover.disabled, .button-group.hollow .button.primary-hover.disabled:focus, .button-group.hollow .button.primary-hover.disabled:hover, .button-group.hollow .button.primary-hover[disabled], .button-group.hollow .button.primary-hover[disabled]:focus, .button-group.hollow .button.primary-hover[disabled]:hover, .button-group.hollow.primary-hover .button, .button-group.hollow.primary-hover .button.disabled, .button-group.hollow.primary-hover .button.disabled:focus, .button-group.hollow.primary-hover .button.disabled:hover, .button-group.hollow.primary-hover .button[disabled], .button-group.hollow.primary-hover .button[disabled]:focus, .button-group.hollow.primary-hover .button[disabled]:hover {
    border: 1px solid #313386;
    color: #313386
}

.button-group.hollow .button.primary-hover:focus, .button-group.hollow .button.primary-hover:hover, .button-group.hollow.primary-hover .button:focus, .button-group.hollow.primary-hover .button:hover {
    border-color: #191a43;
    color: #191a43
}

.button-group.hollow .button.primary-button, .button-group.hollow .button.primary-button.disabled, .button-group.hollow .button.primary-button.disabled:focus, .button-group.hollow .button.primary-button.disabled:hover, .button-group.hollow .button.primary-button[disabled], .button-group.hollow .button.primary-button[disabled]:focus, .button-group.hollow .button.primary-button[disabled]:hover, .button-group.hollow.primary-button .button, .button-group.hollow.primary-button .button.disabled, .button-group.hollow.primary-button .button.disabled:focus, .button-group.hollow.primary-button .button.disabled:hover, .button-group.hollow.primary-button .button[disabled], .button-group.hollow.primary-button .button[disabled]:focus, .button-group.hollow.primary-button .button[disabled]:hover {
    border: 1px solid #4d4fbe;
    color: #4d4fbe
}

.button-group.hollow .button.primary-button:focus, .button-group.hollow .button.primary-button:hover, .button-group.hollow.primary-button .button:focus, .button-group.hollow.primary-button .button:hover {
    border-color: #242562;
    color: #242562
}

.button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success[disabled]:focus, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button[disabled]:focus, .button-group.hollow.success .button[disabled]:hover {
    border: 1px solid #3adb76;
    color: #3adb76
}

.button-group.hollow .button.success:focus, .button-group.hollow .button.success:hover, .button-group.hollow.success .button:focus, .button-group.hollow.success .button:hover {
    border-color: #157539;
    color: #157539
}

.button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning[disabled]:focus, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow.warning .button[disabled]:hover {
    border: 1px solid #fea832;
    color: #fea832
}

.button-group.hollow .button.warning:focus, .button-group.hollow .button.warning:hover, .button-group.hollow.warning .button:focus, .button-group.hollow.warning .button:hover {
    border-color: #975801;
    color: #975801
}

.button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert[disabled]:focus, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow.alert .button[disabled]:hover {
    border: 1px solid #cc4b37;
    color: #cc4b37
}

.button-group.hollow .button.alert:focus, .button-group.hollow .button.alert:hover, .button-group.hollow.alert .button:focus, .button-group.hollow.alert .button:hover {
    border-color: #67251a;
    color: #67251a
}

.button-group.hollow .button.green, .button-group.hollow .button.green.disabled, .button-group.hollow .button.green.disabled:focus, .button-group.hollow .button.green.disabled:hover, .button-group.hollow .button.green[disabled], .button-group.hollow .button.green[disabled]:focus, .button-group.hollow .button.green[disabled]:hover, .button-group.hollow.green .button, .button-group.hollow.green .button.disabled, .button-group.hollow.green .button.disabled:focus, .button-group.hollow.green .button.disabled:hover, .button-group.hollow.green .button[disabled], .button-group.hollow.green .button[disabled]:focus, .button-group.hollow.green .button[disabled]:hover {
    border: 1px solid #8cdc23;
    color: #8cdc23
}

.button-group.hollow .button.green:focus, .button-group.hollow .button.green:hover, .button-group.hollow.green .button:focus, .button-group.hollow.green .button:hover {
    border-color: #466e12;
    color: #466e12
}

.button-group.hollow .button.violet, .button-group.hollow .button.violet.disabled, .button-group.hollow .button.violet.disabled:focus, .button-group.hollow .button.violet.disabled:hover, .button-group.hollow .button.violet[disabled], .button-group.hollow .button.violet[disabled]:focus, .button-group.hollow .button.violet[disabled]:hover, .button-group.hollow.violet .button, .button-group.hollow.violet .button.disabled, .button-group.hollow.violet .button.disabled:focus, .button-group.hollow.violet .button.disabled:hover, .button-group.hollow.violet .button[disabled], .button-group.hollow.violet .button[disabled]:focus, .button-group.hollow.violet .button[disabled]:hover {
    border: 1px solid #ebebf8;
    color: #ebebf8
}

.button-group.hollow .button.violet:focus, .button-group.hollow .button.violet:hover, .button-group.hollow.violet .button:focus, .button-group.hollow.violet .button:hover {
    border-color: #3f3fb3;
    color: #3f3fb3
}

.button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button.disabled:focus, .button-group.clear .button.disabled:hover, .button-group.clear .button:focus, .button-group.clear .button:hover, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:focus, .button-group.clear .button[disabled]:hover {
    border-color: transparent;
    background-color: transparent
}

.button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button.disabled:focus, .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:focus, .button-group.clear .button[disabled]:hover {
    color: #3b3da1
}

.button-group.clear .button:focus, .button-group.clear .button:hover {
    color: #1e1f51
}

.button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary[disabled]:focus, .button-group.clear .button.primary[disabled]:hover, .button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button[disabled]:focus, .button-group.clear.primary .button[disabled]:hover {
    color: #3b3da1
}

.button-group.clear .button.primary:focus, .button-group.clear .button.primary:hover, .button-group.clear.primary .button:focus, .button-group.clear.primary .button:hover {
    color: #1e1f51
}

.button-group.clear .button.primary-hover, .button-group.clear .button.primary-hover.disabled, .button-group.clear .button.primary-hover.disabled:focus, .button-group.clear .button.primary-hover.disabled:hover, .button-group.clear .button.primary-hover[disabled], .button-group.clear .button.primary-hover[disabled]:focus, .button-group.clear .button.primary-hover[disabled]:hover, .button-group.clear.primary-hover .button, .button-group.clear.primary-hover .button.disabled, .button-group.clear.primary-hover .button.disabled:focus, .button-group.clear.primary-hover .button.disabled:hover, .button-group.clear.primary-hover .button[disabled], .button-group.clear.primary-hover .button[disabled]:focus, .button-group.clear.primary-hover .button[disabled]:hover {
    color: #313386
}

.button-group.clear .button.primary-hover:focus, .button-group.clear .button.primary-hover:hover, .button-group.clear.primary-hover .button:focus, .button-group.clear.primary-hover .button:hover {
    color: #191a43
}

.button-group.clear .button.primary-button, .button-group.clear .button.primary-button.disabled, .button-group.clear .button.primary-button.disabled:focus, .button-group.clear .button.primary-button.disabled:hover, .button-group.clear .button.primary-button[disabled], .button-group.clear .button.primary-button[disabled]:focus, .button-group.clear .button.primary-button[disabled]:hover, .button-group.clear.primary-button .button, .button-group.clear.primary-button .button.disabled, .button-group.clear.primary-button .button.disabled:focus, .button-group.clear.primary-button .button.disabled:hover, .button-group.clear.primary-button .button[disabled], .button-group.clear.primary-button .button[disabled]:focus, .button-group.clear.primary-button .button[disabled]:hover {
    color: #4d4fbe
}

.button-group.clear .button.primary-button:focus, .button-group.clear .button.primary-button:hover, .button-group.clear.primary-button .button:focus, .button-group.clear.primary-button .button:hover {
    color: #242562
}

.button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled], .button-group.clear .button.success[disabled]:focus, .button-group.clear .button.success[disabled]:hover, .button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled], .button-group.clear.success .button[disabled]:focus, .button-group.clear.success .button[disabled]:hover {
    color: #3adb76
}

.button-group.clear .button.success:focus, .button-group.clear .button.success:hover, .button-group.clear.success .button:focus, .button-group.clear.success .button:hover {
    color: #157539
}

.button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning[disabled]:focus, .button-group.clear .button.warning[disabled]:hover, .button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button[disabled]:focus, .button-group.clear.warning .button[disabled]:hover {
    color: #fea832
}

.button-group.clear .button.warning:focus, .button-group.clear .button.warning:hover, .button-group.clear.warning .button:focus, .button-group.clear.warning .button:hover {
    color: #975801
}

.button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert[disabled]:focus, .button-group.clear .button.alert[disabled]:hover, .button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button[disabled]:focus, .button-group.clear.alert .button[disabled]:hover {
    color: #cc4b37
}

.button-group.clear .button.alert:focus, .button-group.clear .button.alert:hover, .button-group.clear.alert .button:focus, .button-group.clear.alert .button:hover {
    color: #67251a
}

.button-group.clear .button.green, .button-group.clear .button.green.disabled, .button-group.clear .button.green.disabled:focus, .button-group.clear .button.green.disabled:hover, .button-group.clear .button.green[disabled], .button-group.clear .button.green[disabled]:focus, .button-group.clear .button.green[disabled]:hover, .button-group.clear.green .button, .button-group.clear.green .button.disabled, .button-group.clear.green .button.disabled:focus, .button-group.clear.green .button.disabled:hover, .button-group.clear.green .button[disabled], .button-group.clear.green .button[disabled]:focus, .button-group.clear.green .button[disabled]:hover {
    color: #8cdc23
}

.button-group.clear .button.green:focus, .button-group.clear .button.green:hover, .button-group.clear.green .button:focus, .button-group.clear.green .button:hover {
    color: #466e12
}

.button-group.clear .button.violet, .button-group.clear .button.violet.disabled, .button-group.clear .button.violet.disabled:focus, .button-group.clear .button.violet.disabled:hover, .button-group.clear .button.violet[disabled], .button-group.clear .button.violet[disabled]:focus, .button-group.clear .button.violet[disabled]:hover, .button-group.clear.violet .button, .button-group.clear.violet .button.disabled, .button-group.clear.violet .button.disabled:focus, .button-group.clear.violet .button.disabled:hover, .button-group.clear.violet .button[disabled], .button-group.clear.violet .button[disabled]:focus, .button-group.clear.violet .button[disabled]:hover {
    color: #ebebf8
}

.button-group.clear .button.violet:focus, .button-group.clear .button.violet:hover, .button-group.clear.violet .button:focus, .button-group.clear.violet .button:hover {
    color: #3f3fb3
}

.button-group.no-gaps .button {
    margin-right: -.0625rem
}

.button-group.no-gaps .button + .button {
    border-left-color: transparent
}

.button-group.stacked, .button-group.stacked-for-medium, .button-group.stacked-for-small {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.button-group.stacked .button, .button-group.stacked-for-medium .button, .button-group.stacked-for-small .button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.button-group.stacked .button:last-child, .button-group.stacked-for-medium .button:last-child, .button-group.stacked-for-small .button:last-child {
    margin-bottom: 0
}

.button-group.stacked-for-medium.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked.expanded .button {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    margin-right: 0
}

@media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 0
    }
}

@media print, screen and (min-width: 62.5em) {
    .button-group.stacked-for-medium .button {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 0
    }
}

@media print, screen and (max-width: 39.99875em) {
    .button-group.stacked-for-small.expanded {
        display: block
    }

    .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0
    }
}

@media print, screen and (max-width: 62.49875em) {
    .button-group.stacked-for-medium.expanded {
        display: block
    }

    .button-group.stacked-for-medium.expanded .button {
        display: block;
        margin-right: 0
    }
}

.close-button {
    position: absolute;
    z-index: 10;
    color: #63666b;
    cursor: pointer
}

[data-whatinput=mouse] .close-button {
    outline: 0
}

.close-button:focus, .close-button:hover {
    color: #3b3e45
}

.close-button.small {
    right: .66rem;
    top: .33em;
    font-size: 1.5em;
    line-height: 1
}

.close-button, .close-button.medium {
    right: 1rem;
    top: .5rem;
    font-size: 2em;
    line-height: 1
}

.label {
    display: inline-block;
    padding: .33333rem .5rem;
    border-radius: 4px;
    font-size: .8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    background: #3b3da1;
    color: #fff
}

.label.primary {
    background: #3b3da1;
    color: #fff
}

.label.primary-hover {
    background: #313386;
    color: #fff
}

.label.primary-button {
    background: #4d4fbe;
    color: #fff
}

.label.success {
    background: #3adb76;
    color: #3b3e45
}

.label.warning {
    background: #fea832;
    color: #3b3e45
}

.label.alert {
    background: #cc4b37;
    color: #fff
}

.label.green {
    background: #8cdc23;
    color: #3b3e45
}

.label.violet {
    background: #ebebf8;
    color: #3b3e45
}

.slider {
    position: relative;
    height: .5rem;
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
    background-color: #ebebf8;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none
}

.slider-fill {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    max-width: 100%;
    height: .5rem;
    background-color: #a5a6ab;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.slider-fill.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear
}

.slider-handle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 4px;
    background-color: #3b3da1;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

[data-whatinput=mouse] .slider-handle {
    outline: 0
}

.slider-handle:hover {
    background-color: #323489
}

.slider-handle.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear
}

.slider.disabled, .slider[disabled] {
    opacity: .25;
    cursor: not-allowed
}

.slider.vertical {
    display: inline-block;
    width: .5rem;
    height: 12.5rem;
    margin: 0 1.25rem;
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

.slider.vertical .slider-fill {
    top: 0;
    width: .5rem;
    max-height: 100%
}

.slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.switch {
    height: 2rem;
    position: relative;
    margin-bottom: 1rem;
    outline: 0;
    font-size: .875rem;
    font-weight: 700;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.switch-input {
    position: absolute;
    margin-bottom: 0;
    opacity: 0
}

.switch-paddle {
    position: relative;
    display: block;
    width: 4rem;
    height: 2rem;
    border-radius: 4px;
    background: #a5a6ab;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    font-weight: inherit;
    color: inherit;
    cursor: pointer
}

input + .switch-paddle {
    margin: 0
}

.switch-paddle::after {
    position: absolute;
    top: .25rem;
    left: .25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-radius: 4px;
    background: #fff;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    content: ''
}

input:checked ~ .switch-paddle {
    background: #3b3da1
}

input:checked ~ .switch-paddle::after {
    left: 2.25rem
}

input:disabled ~ .switch-paddle {
    cursor: not-allowed;
    opacity: .5
}

[data-whatinput=mouse] input:focus ~ .switch-paddle {
    outline: 0
}

.switch-active, .switch-inactive {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.switch-active {
    left: 8%;
    display: none
}

input:checked + label > .switch-active {
    display: block
}

.switch-inactive {
    right: 15%
}

input:checked + label > .switch-inactive {
    display: none
}

.switch.tiny {
    height: 1.5rem
}

.switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: .625rem
}

.switch.tiny .switch-paddle::after {
    top: .25rem;
    left: .25rem;
    width: 1rem;
    height: 1rem
}

.switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem
}

.switch.small {
    height: 1.75rem
}

.switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: .75rem
}

.switch.small .switch-paddle::after {
    top: .25rem;
    left: .25rem;
    width: 1.25rem;
    height: 1.25rem
}

.switch.small input:checked ~ .switch-paddle::after {
    left: 2rem
}

.switch.large {
    height: 2.5rem
}

.switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem
}

.switch.large .switch-paddle::after {
    top: .25rem;
    left: .25rem;
    width: 2rem;
    height: 2rem
}

.switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem
}

.accordion {
    margin-left: 0;
    background: #fff;
    list-style-type: none
}

.accordion[disabled] .accordion-title {
    cursor: not-allowed
}

.accordion-item:first-child > :first-child {
    border-radius: 4px 4px 0 0
}

.accordion-item:last-child > :last-child {
    border-radius: 0 0 4px 4px
}

.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid #ebebf8;
    border-bottom: 0;
    font-size: .75rem;
    line-height: 1;
    color: #3b3da1
}

:last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #ebebf8;
    border-radius: 0 0 4px 4px
}

.accordion-title:focus, .accordion-title:hover {
    background-color: #ebebf8
}

.accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -.5rem;
    content: "+"
}

.is-active > .accordion-title::before {
    content: "–"
}

.accordion-content {
    display: none;
    padding: 1rem;
    border: 1px solid #ebebf8;
    border-bottom: 0;
    background-color: #fff;
    color: #3b3e45
}

:last-child > .accordion-content:last-child {
    border-bottom: 1px solid #ebebf8
}

.tabs {
    margin: 0;
    border: 1px solid transparent;
    background: 0 0;
    list-style-type: none
}

.tabs::after, .tabs::before {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.tabs::after {
    clear: both
}

.tabs.vertical > li {
    display: block;
    float: none;
    width: auto
}

.tabs.simple > li > a {
    padding: 0
}

.tabs.simple > li > a:hover {
    background: 0 0
}

.tabs.primary {
    background: #3b3da1
}

.tabs.primary > li > a {
    color: #fff
}

.tabs.primary > li > a:focus, .tabs.primary > li > a:hover {
    background: #383a99
}

.tabs-title {
    float: left
}

.tabs-title > a {
    display: block;
    padding: .75rem 1.5rem;
    font-size: .875rem;
    line-height: 1;
    color: #3b3e45
}

[data-whatinput=mouse] .tabs-title > a {
    outline: 0
}

.tabs-title > a:hover {
    background: #ebebf8;
    color: #33353b
}

.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
    background: #fff;
    color: #3b3e45
}

.tabs-content {
    border: 1px solid transparent;
    border-top: 0;
    background: #fff;
    color: #3b3e45;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.tabs-content.vertical {
    border: 1px solid transparent;
    border-left: 0
}

.tabs-panel {
    display: none;
    padding: 1.5rem
}

.tabs-panel.is-active {
    display: block
}

.menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer
}

.menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    content: ''
}

.menu-icon:hover::after {
    background: #a5a6ab;
    -webkit-box-shadow: 0 7px 0 #a5a6ab, 0 14px 0 #a5a6ab;
    box-shadow: 0 7px 0 #a5a6ab, 0 14px 0 #a5a6ab
}

.menu-icon.dark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer
}

.menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #3b3e45;
    -webkit-box-shadow: 0 7px 0 #3b3e45, 0 14px 0 #3b3e45;
    box-shadow: 0 7px 0 #3b3e45, 0 14px 0 #3b3e45;
    content: ''
}

.menu-icon.dark:hover::after {
    background: #63666b;
    -webkit-box-shadow: 0 7px 0 #63666b, 0 14px 0 #63666b;
    box-shadow: 0 7px 0 #63666b, 0 14px 0 #63666b
}

.accordion-menu li {
    width: 100%
}

.accordion-menu a {
    padding: 6px 16px
}

.accordion-menu .is-accordion-submenu a {
    padding: 6px 16px
}

.accordion-menu .nested.is-accordion-submenu {
    margin-right: 0;
    margin-left: 1rem
}

.accordion-menu.align-right .nested.is-accordion-submenu {
    margin-right: 1rem;
    margin-left: 0
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
    position: relative
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -2.5px;
    right: 1rem
}

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
    right: 1rem;
    left: auto
}

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
    right: auto;
    left: 1rem
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.is-accordion-submenu-parent {
    position: relative
}

.has-submenu-toggle > a {
    margin-right: 40px
}

.submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer
}

.submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto
}

.submenu-toggle[aria-expanded=true]::after {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.submenu-toggle-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.is-off-canvas-open {
    overflow: hidden
}

.js-off-canvas-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease;
    background: rgba(255, 255, 255, .25);
    opacity: 0;
    visibility: hidden;
    overflow: hidden
}

.js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible
}

.js-off-canvas-overlay.is-closable {
    cursor: pointer
}

.js-off-canvas-overlay.is-overlay-absolute {
    position: absolute
}

.js-off-canvas-overlay.is-overlay-fixed {
    position: fixed
}

.off-canvas-wrapper {
    position: relative;
    overflow: hidden
}

.off-canvas {
    position: fixed;
    z-index: 12;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #3b3da1
}

[data-whatinput=mouse] .off-canvas {
    outline: 0
}

.off-canvas.is-transition-push {
    z-index: 12
}

.off-canvas.is-closed {
    visibility: hidden
}

.off-canvas.is-transition-overlap {
    z-index: 13
}

.off-canvas.is-transition-overlap.is-open {
    -webkit-box-shadow: none;
    box-shadow: none
}

.off-canvas.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-absolute {
    position: absolute;
    z-index: 12;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #3b3da1
}

[data-whatinput=mouse] .off-canvas-absolute {
    outline: 0
}

.off-canvas-absolute.is-transition-push {
    z-index: 12
}

.off-canvas-absolute.is-closed {
    visibility: hidden
}

.off-canvas-absolute.is-transition-overlap {
    z-index: 13
}

.off-canvas-absolute.is-transition-overlap.is-open {
    -webkit-box-shadow: none;
    box-shadow: none
}

.off-canvas-absolute.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.position-left {
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    width: 100%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.off-canvas-content .off-canvas.position-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-content.is-open-left.has-transition-push {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.position-left.is-transition-push {
    -webkit-box-shadow: inset 0 0 0 0 rgba(59, 62, 69, .25);
    box-shadow: inset 0 0 0 0 rgba(59, 62, 69, .25)
}

.position-right {
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    width: 100%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.off-canvas-content .off-canvas.position-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-content.is-open-right.has-transition-push {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.position-right.is-transition-push {
    -webkit-box-shadow: inset 0 0 0 0 rgba(59, 62, 69, .25);
    box-shadow: inset 0 0 0 0 rgba(59, 62, 69, .25)
}

.position-top {
    top: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    height: 250px;
    -webkit-transform: translateY(-250px);
    -ms-transform: translateY(-250px);
    transform: translateY(-250px)
}

.off-canvas-content .off-canvas.position-top {
    -webkit-transform: translateY(-250px);
    -ms-transform: translateY(-250px);
    transform: translateY(-250px)
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-content.is-open-top.has-transition-push {
    -webkit-transform: translateY(250px);
    -ms-transform: translateY(250px);
    transform: translateY(250px)
}

.position-top.is-transition-push {
    -webkit-box-shadow: inset 0 0 0 0 rgba(59, 62, 69, .25);
    box-shadow: inset 0 0 0 0 rgba(59, 62, 69, .25)
}

.position-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    height: 250px;
    -webkit-transform: translateY(250px);
    -ms-transform: translateY(250px);
    transform: translateY(250px)
}

.off-canvas-content .off-canvas.position-bottom {
    -webkit-transform: translateY(250px);
    -ms-transform: translateY(250px);
    transform: translateY(250px)
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-content.is-open-bottom.has-transition-push {
    -webkit-transform: translateY(-250px);
    -ms-transform: translateY(-250px);
    transform: translateY(-250px)
}

.position-bottom.is-transition-push {
    -webkit-box-shadow: inset 0 0 0 0 rgba(59, 62, 69, .25);
    box-shadow: inset 0 0 0 0 rgba(59, 62, 69, .25)
}

.off-canvas-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease
}

.off-canvas-content.has-transition-push {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-content .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media print, screen and (min-width: 40em) {
    .position-left.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

    .position-left.reveal-for-medium .close-button {
        display: none
    }

    .off-canvas-content .position-left.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-left {
        margin-left: 100%
    }

    .position-left.reveal-for-medium ~ .off-canvas-content {
        margin-left: 100%
    }

    .position-right.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

    .position-right.reveal-for-medium .close-button {
        display: none
    }

    .off-canvas-content .position-right.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-right {
        margin-right: 100%
    }

    .position-right.reveal-for-medium ~ .off-canvas-content {
        margin-right: 100%
    }

    .position-top.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

    .position-top.reveal-for-medium .close-button {
        display: none
    }

    .off-canvas-content .position-top.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-top {
        margin-top: 100%
    }

    .position-top.reveal-for-medium ~ .off-canvas-content {
        margin-top: 100%
    }

    .position-bottom.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

    .position-bottom.reveal-for-medium .close-button {
        display: none
    }

    .off-canvas-content .position-bottom.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 100%
    }

    .position-bottom.reveal-for-medium ~ .off-canvas-content {
        margin-bottom: 100%
    }
}

@media print, screen and (min-width: 62.5em) {
    .position-left.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

    .position-left.reveal-for-large .close-button {
        display: none
    }

    .off-canvas-content .position-left.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-left {
        margin-left: 100%
    }

    .position-left.reveal-for-large ~ .off-canvas-content {
        margin-left: 100%
    }

    .position-right.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

    .position-right.reveal-for-large .close-button {
        display: none
    }

    .off-canvas-content .position-right.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-right {
        margin-right: 100%
    }

    .position-right.reveal-for-large ~ .off-canvas-content {
        margin-right: 100%
    }

    .position-top.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

    .position-top.reveal-for-large .close-button {
        display: none
    }

    .off-canvas-content .position-top.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-top {
        margin-top: 100%
    }

    .position-top.reveal-for-large ~ .off-canvas-content {
        margin-top: 100%
    }

    .position-bottom.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

    .position-bottom.reveal-for-large .close-button {
        display: none
    }

    .off-canvas-content .position-bottom.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 100%
    }

    .position-bottom.reveal-for-large ~ .off-canvas-content {
        margin-bottom: 100%
    }
}

@media screen and (min-width: 75em) {
    .position-left.reveal-for-xlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

    .position-left.reveal-for-xlarge .close-button {
        display: none
    }

    .off-canvas-content .position-left.reveal-for-xlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-left {
        margin-left: 100%
    }

    .position-left.reveal-for-xlarge ~ .off-canvas-content {
        margin-left: 100%
    }

    .position-right.reveal-for-xlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

    .position-right.reveal-for-xlarge .close-button {
        display: none
    }

    .off-canvas-content .position-right.reveal-for-xlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-right {
        margin-right: 100%
    }

    .position-right.reveal-for-xlarge ~ .off-canvas-content {
        margin-right: 100%
    }

    .position-top.reveal-for-xlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

    .position-top.reveal-for-xlarge .close-button {
        display: none
    }

    .off-canvas-content .position-top.reveal-for-xlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-top {
        margin-top: 100%
    }

    .position-top.reveal-for-xlarge ~ .off-canvas-content {
        margin-top: 100%
    }

    .position-bottom.reveal-for-xlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

    .position-bottom.reveal-for-xlarge .close-button {
        display: none
    }

    .off-canvas-content .position-bottom.reveal-for-xlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 100%
    }

    .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
        margin-bottom: 100%
    }
}

@media print, screen and (min-width: 40em) {
    .off-canvas.in-canvas-for-medium {
        visibility: visible;
        height: auto;
        position: static;
        background: 0 0;
        width: auto;
        overflow: visible;
        -webkit-transition: none;
        transition: none
    }

    .off-canvas.in-canvas-for-medium.position-bottom, .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas.in-canvas-for-medium .close-button {
        display: none
    }
}

@media print, screen and (min-width: 62.5em) {
    .off-canvas.in-canvas-for-large {
        visibility: visible;
        height: auto;
        position: static;
        background: 0 0;
        width: auto;
        overflow: visible;
        -webkit-transition: none;
        transition: none
    }

    .off-canvas.in-canvas-for-large.position-bottom, .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas.in-canvas-for-large .close-button {
        display: none
    }
}

@media screen and (min-width: 75em) {
    .off-canvas.in-canvas-for-xlarge {
        visibility: visible;
        height: auto;
        position: static;
        background: 0 0;
        width: auto;
        overflow: visible;
        -webkit-transition: none;
        transition: none
    }

    .off-canvas.in-canvas-for-xlarge.position-bottom, .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas.in-canvas-for-xlarge .close-button {
        display: none
    }
}

html.is-reveal-open {
    position: fixed;
    width: 100%;
    overflow-y: hidden
}

html.is-reveal-open.zf-has-scroll {
    overflow-y: scroll
}

html.is-reveal-open body {
    overflow-y: hidden
}

.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    display: none;
    background-color: rgba(59, 62, 69, .45);
    overflow-y: auto
}

.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    padding: 1rem;
    border: 1px solid #a5a6ab;
    border-radius: 4px;
    background-color: #fff;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto
}

[data-whatinput=mouse] .reveal {
    outline: 0
}

@media print, screen and (min-width: 40em) {
    .reveal {
        min-height: 0
    }
}

.reveal .column {
    min-width: 0
}

.reveal > :last-child {
    margin-bottom: 0
}

@media print, screen and (min-width: 40em) {
    .reveal {
        width: 600px;
        max-width: 75rem
    }
}

.reveal.collapse {
    padding: 0
}

@media print, screen and (min-width: 40em) {
    .reveal.tiny {
        width: 30%;
        max-width: 75rem
    }
}

@media print, screen and (min-width: 40em) {
    .reveal.small {
        width: 50%;
        max-width: 75rem
    }
}

@media print, screen and (min-width: 40em) {
    .reveal.large {
        width: 90%;
        max-width: 75rem
    }
}

.reveal.full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0
}

@media print, screen and (max-width: 39.99875em) {
    .reveal {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        min-height: 100%;
        margin-left: 0;
        border: 0;
        border-radius: 0
    }
}

.reveal.without-overlay {
    position: fixed
}

.align-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.align-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.align-spaced {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.align-left.vertical.menu > li > a {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.align-right.vertical.menu > li > a {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center.vertical.menu > li > a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-self-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.align-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.align-self-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.align-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.align-self-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.align-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.align-self-stretch {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.align-center-middle {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.small-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.small-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.small-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.small-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
}

.small-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
}

.small-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6
}

@media print, screen and (min-width: 40em) {
    .medium-order-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .medium-order-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .medium-order-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .medium-order-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .medium-order-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .medium-order-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
}

@media print, screen and (min-width: 62.5em) {
    .large-order-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .large-order-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .large-order-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .large-order-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .large-order-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .large-order-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
}

@media screen and (min-width: 75em) {
    .xlarge-order-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .xlarge-order-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .xlarge-order-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .xlarge-order-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .xlarge-order-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .xlarge-order-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
}

.flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media print, screen and (min-width: 40em) {
    .medium-flex-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .medium-flex-child-auto {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .medium-flex-child-grow {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .medium-flex-child-shrink {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .medium-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .medium-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .medium-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .medium-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media print, screen and (min-width: 62.5em) {
    .large-flex-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .large-flex-child-auto {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .large-flex-child-grow {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .large-flex-child-shrink {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .large-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .large-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .large-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .large-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media screen and (min-width: 75em) {
    .xlarge-flex-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .xlarge-flex-child-auto {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .xlarge-flex-child-grow {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .xlarge-flex-child-shrink {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .xlarge-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .xlarge-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .xlarge-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .xlarge-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.hide {
    display: none !important
}

.invisible {
    visibility: hidden
}

@media print, screen and (max-width: 39.99875em) {
    .hide-for-small-only {
        display: none !important
    }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
    .show-for-small-only {
        display: none !important
    }
}

@media print, screen and (min-width: 40em) {
    .hide-for-medium {
        display: none !important
    }
}

@media screen and (max-width: 39.99875em) {
    .show-for-medium {
        display: none !important
    }
}

@media print, screen and (min-width: 40em) and (max-width: 62.49875em) {
    .hide-for-medium-only {
        display: none !important
    }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 62.5em) {
    .show-for-medium-only {
        display: none !important
    }
}

@media print, screen and (min-width: 62.5em) {
    .hide-for-large {
        display: none !important
    }
}

@media screen and (max-width: 62.49875em) {
    .show-for-large {
        display: none !important
    }
}

@media print, screen and (min-width: 62.5em) and (max-width: 74.99875em) {
    .hide-for-large-only {
        display: none !important
    }
}

@media screen and (max-width: 62.49875em), screen and (min-width: 75em) {
    .show-for-large-only {
        display: none !important
    }
}

@media screen and (min-width: 75em) {
    .hide-for-xlarge {
        display: none !important
    }
}

@media screen and (max-width: 74.99875em) {
    .show-for-xlarge {
        display: none !important
    }
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
    .hide-for-xlarge-only {
        display: none !important
    }
}

@media screen and (max-width: 74.99875em), screen and (min-width: 90em) {
    .show-for-xlarge-only {
        display: none !important
    }
}

.show-for-sr, .show-on-focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.show-on-focus:active, .show-on-focus:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important
}

.hide-for-portrait, .show-for-landscape {
    display: block !important
}

@media screen and (orientation: landscape) {
    .hide-for-portrait, .show-for-landscape {
        display: block !important
    }
}

@media screen and (orientation: portrait) {
    .hide-for-portrait, .show-for-landscape {
        display: none !important
    }
}

.hide-for-landscape, .show-for-portrait {
    display: none !important
}

@media screen and (orientation: landscape) {
    .hide-for-landscape, .show-for-portrait {
        display: none !important
    }
}

@media screen and (orientation: portrait) {
    .hide-for-landscape, .show-for-portrait {
        display: block !important
    }
}

#site-header {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #3b3da1;
    color: #fff;
    height: 72px;
    position: relative;
    z-index: 21
}

#site-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.site-header {
    width: 100%;
    max-width: 75rem;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 8.5px;
    padding-right: 8.5px
}

@media print, screen and (min-width: 40em) {
    .site-header {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media print, screen and (min-width: 62.5em) {
    .site-header {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media screen and (min-width: 75em) {
    .site-header {
        padding-left: 20px;
        padding-right: 20px
    }
}

#header-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

#header-menu a {
    color: #fff;
    font-family: Poppins;
    white-space: nowrap
}

#header-menu li {
    position: relative;
    background: #3b3da1
}

#header-menu li:hover {
    background: #313386
}

#header-menu li.menu-item-has-children > a {
    padding-right: 20px
}

#header-menu li.menu-item-has-children > a svg {
    position: absolute;
    top: 50%;
    right: 9px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#header-menu > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

#header-menu > li > a {
    display: block;
    padding: 24px 5px
}

@media print, screen and (min-width: 62.5em) and (max-width: 74.99875em) {
    #header-menu > li > a {
        letter-spacing: -1px
    }
}

@media print, screen and (min-width: 62.5em) {
    #header-menu > li > a {
        padding: 24px 12px;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px
    }
}

#header-menu ul {
    display: none;
    position: absolute;
    list-style-type: none;
    margin: 0;
    background: #3b3da1;
    font-size: 14px
}

#header-menu ul.js-dropdown-active {
    display: block
}

#header-menu ul.is-dropdown-submenu {
    left: 100%;
    top: 0;
    min-width: 136px
}

#header-menu ul.is-dropdown-submenu a {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 22px
}

#header-menu ul.is-dropdown-submenu.first-sub {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%
}

#header-menu ul.is-dropdown-submenu .menu-item-has-children > a {
    padding-right: 30px
}

#header-menu ul.is-dropdown-submenu .submenu a {
    background: #313386
}

#header-menu ul.is-dropdown-submenu .submenu a:hover {
    background: #27296c
}

.header-search {
    position: relative;
    width: 34px;
    height: 34px;
    z-index: 1
}

.header-search__input {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    width: 34px;
    height: 34px;
    border-radius: 17px;
    cursor: pointer;
    z-index: 1;
    padding-left: 21px;
    padding-right: 42px;
    -webkit-transition: width .2s;
    transition: width .2s
}

.active .header-search__input {
    width: 260px;
    cursor: text;
    opacity: 1
}

.header-search__button {
    position: relative;
    width: 34px;
    height: 34px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    background: #595bc2;
    cursor: pointer;
    z-index: -1
}

.active .header-search__button {
    background: #8cdc23;
    z-index: 2
}

.header-search__button svg {
    fill: #fff
}

.header-nav-button {
    display: block;
    width: 20px;
    height: 18px;
    position: relative;
    cursor: pointer
}

.header-nav-button__line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, transform .2s;
    transition: opacity .2s, transform .2s, -webkit-transform .2s
}

.header-nav-button__line_1 {
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.is-open .header-nav-button__line_1 {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg)
}

.header-nav-button__line_2 {
    top: 8px;
    width: 12px;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.header-nav-button__line_2:after {
    content: "";
    display: block;
    height: 2px;
    width: 4px;
    background: #004562;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px)
}

.is-open .header-nav-button__line_2 {
    opacity: 0
}

.header-nav-button__line_3 {
    top: 16px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.is-open .header-nav-button__line_3 {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg)
}

.off-canvas {
    padding: 110px 10px 26px 10px
}

#header-mobile-menu {
    list-style-type: none;
    margin: 0;
    font-family: Poppins
}

#header-mobile-menu ul {
    list-style-type: none
}

#header-mobile-menu a {
    color: #fff;
    display: block
}

#header-mobile-menu > li {
    background: #3b3da1;
    border-radius: 4px
}

#header-mobile-menu > li:hover, #header-mobile-menu > li[aria-expanded=true] {
    background: #313386
}

#header-mobile-menu .submenu {
    padding-bottom: 12px
}

#header-mobile-menu .is-accordion-submenu-item a {
    font-size: 14px
}

#header-mobile-menu .is-accordion-submenu-item a, #header-mobile-menu .is-accordion-submenu-item li {
    background: 0 0 !important
}

.site-footer {
    background: #3b3da1;
    color: #fff
}

.site-footer__data {
    padding-left: 8.5px;
    padding-right: 8.5px;
    margin: auto;
    max-width: 75rem;
    padding-top: 5px;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative
}

@media print, screen and (min-width: 40em) {
    .site-footer__data {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media print, screen and (min-width: 62.5em) {
    .site-footer__data {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media screen and (min-width: 75em) {
    .site-footer__data {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media print, screen and (min-width: 40em) {
    .site-footer__data {
        padding-top: 24px
    }
}

.site-footer__link {
    display: block;
    width: 100%;
    margin-bottom: 24px
}

@media print, screen and (max-width: 39.99875em) {
    .site-footer__link {
        text-align: center;
        border-bottom: 1px solid #a5a6ab;
        padding-bottom: 4px
    }
}

@media print, screen and (min-width: 40em) {
    .site-footer__link {
        width: 33%
    }
}

@media print, screen and (min-width: 62.5em) {
    .site-footer__link {
        width: 170px;
        padding-right: 24px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 17px
    }
}

.site-footer__nav1 {
    width: 50%;
    margin-bottom: 12px;
    font-size: 14px
}

@media print, screen and (min-width: 40em) {
    .site-footer__nav1 {
        width: 33%;
        font-size: 16px;
        font-weight: 600
    }
}

@media print, screen and (min-width: 62.5em) {
    .site-footer__nav1 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        width: 320px;
        padding-top: 24px;
        padding-right: 24px;
        position: relative
    }

    .site-footer__nav1:before {
        content: '';
        display: block;
        width: 100%;
        border-bottom: 1px solid #a5a6ab;
        position: absolute;
        top: 0;
        left: 0
    }
}

.site-footer__nav1 ul {
    list-style-type: none;
    margin: 0
}

.site-footer__nav1 ul li {
    margin-bottom: 12px
}

@media print, screen and (min-width: 40em) {
    .site-footer__nav1 ul li {
        margin-bottom: 6px
    }
}

.site-footer__nav1 a {
    color: #fff
}

.site-footer__nav2 {
    width: 50%;
    padding-left: 20px;
    margin-bottom: 12px;
    font-size: 14px
}

@media print, screen and (min-width: 40em) {
    .site-footer__nav2 {
        width: 33%;
        font-size: 16px;
        font-weight: 600
    }
}

@media print, screen and (min-width: 62.5em) {
    .site-footer__nav2 {
        width: calc(100% - 170px);
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        margin-bottom: 17px;
        padding-left: 0
    }
}

.site-footer__nav2 ul {
    list-style-type: none;
    margin: 0
}

@media print, screen and (min-width: 62.5em) {
    .site-footer__nav2 ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-left: -6px;
        margin-right: -6px
    }
}

.site-footer__nav2 ul li {
    margin-bottom: 12px
}

@media print, screen and (min-width: 40em) {
    .site-footer__nav2 ul li {
        margin-bottom: 6px
    }
}

@media print, screen and (min-width: 62.5em) {
    .site-footer__nav2 ul li {
        margin-bottom: 0;
        padding: 4px 6px
    }
}

.site-footer__nav2 a {
    color: #fff
}

.site-footer__text {
    font-size: 14px;
    padding-top: 25px;
    border-top: 1px solid #a5a6ab;
    color: #ebebf8
}

@media print, screen and (min-width: 62.5em) {
    .site-footer__text {
        border-top: 0;
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
        width: calc(100% - 320px);
        position: relative
    }

    .site-footer__text:before {
        content: '';
        display: block;
        width: 100%;
        border-bottom: 1px solid #a5a6ab;
        position: absolute;
        top: 0;
        right: 0
    }
}

.site-footer__bottom {
    background: #141423
}

.site-footer__bottom_cont {
    max-width: 75rem;
    margin: auto;
    padding-left: 8.5px;
    padding-right: 8.5px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 12px;
    display: grid;
    grid-template-columns:1fr;
    gap: 8px;
    text-align: center
}

@media print, screen and (min-width: 40em) {
    .site-footer__bottom_cont {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media print, screen and (min-width: 62.5em) {
    .site-footer__bottom_cont {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media screen and (min-width: 75em) {
    .site-footer__bottom_cont {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media print, screen and (min-width: 62.5em) {
    .site-footer__bottom_cont {
        font-size: 14px;
        grid-template-columns:auto auto;
        gap: 24px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: left
    }
}

.site-footer__social {
    display: grid;
    grid-template-columns:auto auto;
    margin: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-social-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style-type: none;
    margin: 0 0 0 10px
}

.footer-social-list li {
    margin-left: 6px
}

.footer-social-list a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
    border-radius: 100%;
    background: rgba(255, 255, 255, .15);
    -webkit-transition: background-color .2s;
    transition: background-color .2s
}

@media print, screen and (min-width: 62.5em) {
    .footer-social-list a {
        width: 28px;
        height: 28px
    }
}

.footer-social-list a svg {
    fill: #fff;
    -webkit-transition: fill .2s;
    transition: fill .2s
}

.footer-social-list a:hover {
    background: #fff
}

.footer-social-list a:hover svg {
    fill: #313386
}

.aca {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    margin-bottom: 14px
}

@media print, screen and (min-width: 40em) {
    .aca {
        font-size: 14px
    }
}

@media print, screen and (min-width: 62.5em) {
    .aca {
        margin-bottom: 26px
    }
}

.aca__text {
    margin-right: 16px;
    white-space: nowrap;
    color: #a5a6ab;
    line-height: 21px
}

@media print, screen and (min-width: 40em) {
    .aca__text {
        margin-right: 8px
    }
}

.aca__list {
    list-style-type: none;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (min-width: 26.25em) {
    .aca__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.aca__list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 4px;
    font-weight: 500;
    white-space: nowrap;
    font-family: Poppins;
    line-height: 21px;
    position: relative;
    padding-left: 22px
}

.aca__list li:not(:last-child) {
    margin-right: 12px
}

.aca__list li svg {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%)
}

.casino-list {
    margin: 0;
    display: grid;
    row-gap: 12px
}

.casino-list__head {
    list-style-type: none;
    margin: 0 0 16px 0;
    background: #3b3da1;
    border-radius: 4px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 2px 0
}

@media print, screen and (min-width: 40em) {
    .casino-list__head {
        padding-left: 24px;
        padding-right: 24px
    }
}

@media screen and (min-width: 75em) {
    .casino-list__head {
        display: grid;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-column-gap: 20px;
        column-gap: 20px;
        grid-template-columns:210px 180px 180px 260px 200px
    }
}

.casino-list__head li {
    text-align: center;
    padding: 0 5px;
    font-weight: 300;
    font-size: 20px;
    line-height: 31px
}

.cl-card {
    display: grid;
    row-gap: 16px;
    background: #fff;
    border-radius: 6px;
    border: 2px solid #fea832;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 4px 8px rgba(59, 61, 161, .15);
    box-shadow: 0 4px 8px rgba(59, 61, 161, .15);
    padding: 12px 10px 16px 34px
}

@media print, screen and (min-width: 40em) {
    .cl-card {
        padding: 8px 12px 8px 44px
    }
}

@media print, screen and (min-width: 62.5em) {
    .cl-card {
        grid-template-columns:3fr 2fr;
        padding: 12px 12px 12px 56px;
        -webkit-column-gap: 20px;
        column-gap: 20px
    }
}

@media screen and (min-width: 75em) {
    .cl-card {
        grid-template-columns:6fr 5fr;
        padding: 12px 36px 12px 55px;
        -webkit-column-gap: 30px;
        column-gap: 30px
    }
}

.cl-card__badge {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 10px;
    font-weight: 600
}

.cl-card__badge svg {
    fill: #fff;
    margin-bottom: 7px;
    -webkit-transform: rotate(90deg) translateY(-1px);
    -ms-transform: rotate(90deg) translateY(-1px);
    transform: rotate(90deg) translateY(-1px)
}

.cl-card__badge--best {
    background: #fea832
}

.cl-card__badge--new {
    background: #74b0f4
}

.cl-card__num {
    position: absolute;
    top: 12px;
    left: 19px;
    font-weight: 600;
    font-size: 14px;
    color: #d9d9d9;
    font-family: Poppins
}

@media print, screen and (min-width: 40em) {
    .cl-card__num {
        top: 50px;
        font-size: 16px;
        left: 20px
    }
}

@media print, screen and (min-width: 62.5em) {
    .cl-card__num {
        left: 27px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.cl-card__top {
    display: grid;
    grid-template-columns:98px auto;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    padding-left: 6px
}

@media print, screen and (min-width: 40em) {
    .cl-card__top {
        grid-template-columns:5fr 6fr;
        -webkit-column-gap: 30px;
        column-gap: 30px;
        padding-left: 0
    }
}

@media print, screen and (min-width: 62.5em) {
    .cl-card__top {
        grid-template-columns:120px auto;
        -webkit-column-gap: 20px;
        column-gap: 20px
    }
}

@media screen and (min-width: 75em) {
    .cl-card__top {
        grid-template-columns:1fr 2fr
    }
}

.cl-card__img--link {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 68px;
    border-radius: 5px
}

@media print, screen and (min-width: 40em) {
    .cl-card__img--link {
        width: 180px;
        height: 100px
    }
}

@media screen and (min-width: 75em) {
    .cl-card__img--link {
        width: 148px
    }
}

.cl-card__img--link > figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.cl-card__img--link > figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media print, screen and (min-width: 40em) {
    .cl-card__meta {
        text-align: center
    }
}

@media print, screen and (min-width: 62.5em) {
    .cl-card__meta {
        display: grid;
        grid-template-columns:1fr 1fr;
        -webkit-column-gap: 20px;
        column-gap: 20px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-right: 16px
    }
}

@media screen and (min-width: 75em) {
    .cl-card__meta {
        padding: 0
    }
}

.cl-card__name {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 7px
}

@media print, screen and (min-width: 40em) {
    .cl-card__name {
        font-size: 16px;
        line-height: 24px
    }
}

.cl-card__name a {
    font-family: Poppins;
    color: #3b3e45;
    font-weight: 600;
    text-decoration: underline
}

.cl-card__name a:hover {
    color: #3b3da1
}

.cl-card__rate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 16px
}

@media print, screen and (min-width: 40em) {
    .cl-card__rate {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 12px
    }
}

.cl-card__rate img {
    width: auto;
    height: 10px
}

@media print, screen and (min-width: 40em) {
    .cl-card__rate img {
        height: 13px
    }
}

.cl-card__rate img:not(:last-child) {
    margin-right: 3px
}

@media print, screen and (min-width: 40em) {
    .cl-card__rate img:not(:last-child) {
        margin-right: 4px
    }
}

.cl-card__bonus {
    font-size: 15px
}

.cl-card__bottom {
    display: grid;
    row-gap: 24px
}

@media print, screen and (min-width: 40em) {
    .cl-card__bottom {
        grid-template-columns:5fr 6fr;
        -webkit-column-gap: 30px;
        column-gap: 30px
    }
}

@media print, screen and (min-width: 62.5em) {
    .cl-card__bottom {
        grid-template-columns:auto 130px;
        -webkit-column-gap: 20px;
        column-gap: 20px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (min-width: 75em) {
    .cl-card__bottom {
        grid-template-columns:auto 180px
    }
}

.cl-card__list {
    list-style-type: none;
    margin: 0 0 0 46px
}

@media print, screen and (min-width: 40em) {
    .cl-card__list {
        margin-left: 0
    }
}

@media screen and (min-width: 75em) {
    .cl-card__list {
        margin-left: 24px
    }
}

.cl-card__list li {
    position: relative;
    font-size: 14px;
    line-height: 16px
}

.cl-card__list li:not(:last-child) {
    margin-bottom: 8px
}

.cl-card__list li:before {
    content: '';
    position: absolute;
    top: 3px;
    left: -20px;
    width: 12px;
    height: 12px;
    background: url(../img/done.svg)
}

.cl-card__play {
    text-align: center
}

.cl-card__button {
    margin-bottom: 8px;
    min-width: 0 !important
}

@media print, screen and (min-width: 40em) {
    .cl-card__button {
        margin-bottom: 12px
    }
}

.cl-card__info {
    font-size: 11px;
    line-height: 13px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #a5a6ab
}

body.is-fullscreen {
    overflow: hidden
}

.button {
    padding: .625rem 1.375rem
}

@media print, screen and (min-width: 40em) {
    .button {
        min-width: 180px;
        padding: 1rem 1.375rem
    }
}

.button.transparent {
    background: rgba(255, 255, 255, .15);
    border: 1px solid #fff;
    color: #fff;
    font-size: 12px
}

@media print, screen and (min-width: 62.5em) {
    .button.transparent {
        font-size: 14px
    }
}

.button.transparent:hover {
    background: #3b3da1
}

.button.green {
    color: #fff
}

.button.green:hover {
    background: #3b3da1;
    color: #fff
}

.button.green_2:hover {
    background: #78bd1e;
    color: #fff
}

.button.violet {
    font-weight: 400;
    color: #3b3da1;
    border: 1px solid #ebebf8;
    -webkit-transition: border-color .2s;
    transition: border-color .2s
}

.button.violet:focus, .button.violet:hover {
    border-color: #3b3da1;
    color: #3b3da1;
    background: #ebebf8
}

.button.violet_dark {
    background: #d8d8ff
}

.button.violet_dark:focus, .button.violet_dark:hover {
    background: #d8d8ff
}

@media print, screen and (max-width: 62.49875em) {
    .button__small-font {
        font-size: 14px;
        line-height: 24px
    }
}

.deposit-card__title, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .6em
}

.h2, h2 {
    font-weight: 600
}

.h3, .h4, h3, h4 {
    font-weight: 500
}

@media print, screen and (max-width: 39.99875em) {
    p {
        font-size: 14px
    }
}

.tabs {
    margin: 0 -4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border: none
}

.tabs-title {
    margin: 0 4px;
    float: none
}

@media print, screen and (max-width: 62.49875em) {
    .tabs-title {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

@media print, screen and (min-width: 62.5em) {
    .tabs-title {
        min-width: 272px
    }
}

.tabs-title > a {
    text-align: center;
    background-color: #ebebf8;
    border-radius: 6px 6px 0 0;
    font-family: Poppins;
    line-height: 21px
}

@media print, screen and (min-width: 40em) {
    .tabs-title > a {
        font-size: 20px;
        line-height: 30px;
        padding: 16px 20px 11px 20px
    }
}

.is-active .tabs-title > a {
    background-color: #fff !important
}

.tabs-content {
    border: none;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: 0 4px 4px rgba(59, 62, 69, .12);
    box-shadow: 0 4px 4px rgba(59, 62, 69, .12)
}

.link {
    font-family: Poppins;
    color: #3b3e45;
    font-weight: 600;
    text-decoration: underline
}

.link:hover {
    color: #3b3da1
}

.load-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 24px
}

@media screen and (min-width: 75em) {
    .load-more {
        margin-top: 36px
    }
}

.load-more__button {
    margin-bottom: 0;
    max-width: 100%;
    width: 100%
}

@media print, screen and (min-width: 40em) {
    .load-more__button {
        width: 304px
    }
}

@media print, screen and (min-width: 62.5em) {
    .load-more__button {
        width: auto
    }
}

.section {
    margin-top: 36px;
    margin-bottom: 36px;
    position: relative
}

@media print, screen and (min-width: 62.5em) {
    .section {
        margin-top: 48px;
        margin-bottom: 48px
    }
}

@media screen and (min-width: 75em) {
    .section {
        margin-top: 72px;
        margin-bottom: 72px
    }
}

.section_bg {
    padding: 24px 0
}

@media print, screen and (min-width: 40em) {
    .section_bg {
        padding: 48px 0
    }
}

@media print, screen and (min-width: 62.5em) {
    .section_bg {
        padding: 72px 0
    }
}

.section_bg_blue {
    background: #ebebf8
}

.section_bg_primary {
    background: #3b3da1;
    color: #fff
}

.section h3, .section h4, .section h5, .section h6 {
    margin-top: 18px
}

@media print, screen and (min-width: 40em) {
    .section h3, .section h4, .section h5, .section h6 {
        margin-top: 24px
    }
}

.section table:not([class]) {
    width: 100%;
    border: 0;
    border-collapse: collapse
}

@media print, screen and (max-width: 62.49875em) {
    .section table:not([class]) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: auto
    }
}

.section table:not([class]) thead {
    background: #ebebf8;
    color: #a5a6ab;
    font-size: 14px
}

@media print, screen and (max-width: 62.49875em) {
    .section table:not([class]) thead {
        display: none
    }
}

.section table:not([class]) thead td {
    padding: 7px 14px
}

@media screen and (min-width: 75em) {
    .section table:not([class]) thead td {
        padding: 7px 25px
    }
}

.section table:not([class]) tbody tr {
    background: #fff
}

.section table:not([class]) tbody tr:nth-child(2n) {
    background: #ebebf8
}

@media print, screen and (max-width: 62.49875em) {
    .section table:not([class]) tbody {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: auto
    }

    .section table:not([class]) tbody tr {
        padding: 0;
        display: grid;
        row-gap: 12px;
        padding: 8px 12px;
        text-align: center;
        font-size: 14px;
        font-weight: 500
    }

    .section table:not([class]) tbody tr:first-child {
        border-radius: 6px 0 0 6px
    }

    .section table:not([class]) tbody tr:last-child {
        border-radius: 0 6px 6px 0
    }

    .section table:not([class]) tbody td {
        width: 264px
    }

    .section table:not([class]) tbody td:last-child a {
        font-family: Poppins;
        color: #3b3e45;
        font-weight: 600;
        text-decoration: underline;
        font-size: 16px;
        color: #3b3da1
    }

    .section table:not([class]) tbody td:last-child a:hover {
        color: #3b3da1
    }
}

@media print, screen and (min-width: 62.5em) {
    .section table:not([class]) tbody {
        position: relative;
        font-weight: 500
    }

    .section table:not([class]) tbody td {
        padding: 25px 14px
    }

    .section table:not([class]) tbody td:last-child a {
        font-family: Poppins;
        color: #3b3e45;
        font-weight: 600;
        text-decoration: underline;
        font-size: 16px;
        color: #3b3da1
    }

    .section table:not([class]) tbody td:last-child a:hover {
        color: #3b3da1
    }

    .section table:not([class]) tbody:before {
        content: "@";
        display: block;
        line-height: 16px;
        text-indent: -99999px
    }
}

@media screen and (min-width: 75em) {
    .section table:not([class]) tbody td {
        padding: 25px
    }
}

.section ol:not([class]), .section ul:not([class]) {
    list-style-type: none;
    margin: 0
}

.section ol:not([class]) li, .section ul:not([class]) li {
    margin-bottom: 16px;
    position: relative;
    margin-left: 52px
}

@media print, screen and (min-width: 62.5em) {
    .section ol:not([class]) li, .section ul:not([class]) li {
        margin-left: 96px;
        margin-bottom: 24px
    }
}

.section ol:not([class]) {
    counter-reset: my-awesome-counter
}

.section ol:not([class]) li {
    counter-increment: my-awesome-counter;
    position: relative
}

.section ol:not([class]) li:before {
    content: counter(my-awesome-counter) ".";
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    margin-right: 10px;
    font-weight: 700;
    color: #3b3da1
}

@media print, screen and (min-width: 62.5em) {
    .section ol:not([class]) li:before {
        margin-right: 14px
    }
}

.section ul:not([class]) li {
    position: relative
}

.section ul:not([class]) li:before {
    content: '';
    background: url(../img/chip.svg);
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 5px;
    right: 100%;
    margin-right: 12px
}

@media print, screen and (min-width: 62.5em) {
    .section ul:not([class]) li:before {
        top: 6px
    }
}

.section-title {
    margin-bottom: 8px
}

@media print, screen and (min-width: 62.5em) {
    .section-title {
        margin-bottom: 24px
    }
}

@media screen and (min-width: 75em) {
    .section-title {
        margin-bottom: 36px
    }
}

.section-title_large-space {
    margin-bottom: 24px
}

@media print, screen and (min-width: 62.5em) {
    .section-title_large-space {
        margin-bottom: 36px
    }
}

.section-title_vs-icon {
    position: relative;
    padding-left: 34px
}

@media print, screen and (min-width: 62.5em) {
    .section-title_vs-icon {
        padding-left: 40px
    }
}

.section-title_vs-icon svg {
    position: absolute;
    top: 2px;
    left: 0;
    width: 24px;
    height: 24px
}

@media print, screen and (min-width: 62.5em) {
    .section-title_vs-icon svg {
        top: 7px;
        width: 28px;
        height: 28px
    }
}

.section-title_vs-description {
    margin-bottom: 8px
}

.section-title__description {
    color: #a5a6ab;
    margin-bottom: 24px
}

@media print, screen and (min-width: 62.5em) {
    .section-title__description {
        font-weight: 600
    }
}

.chip-list {
    list-style-type: none;
    margin: 0
}

@media screen and (min-width: 75em) {
    .chip-list {
        margin-left: 20px
    }
}

.chip-list li {
    list-style-type: none;
    position: relative;
    padding-left: 52px;
    margin-bottom: 12px
}

@media print, screen and (min-width: 62.5em) {
    .chip-list li {
        margin-bottom: 28px
    }
}

.chip-list li:last-child {
    margin-bottom: 0
}

.chip-list__icon {
    position: absolute;
    top: 2px;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 36px;
    height: 36px;
    z-index: 1;
    font-size: 16px;
    color: #3b3da1;
    padding-top: 1px
}

.chip-list__icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    z-index: -1
}

.breadcrumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    list-style-type: none;
    margin: 14px -16px
}

.breadcrumbs li {
    padding: 10px 16px;
    font-weight: 500;
    color: #3b3da1
}

.breadcrumbs li:not(:last-child) {
    position: relative
}

.breadcrumbs li:not(:last-child):after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #3b3da1;
    border-radius: 100%;
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.breadcrumbs li a {
    font-weight: 400;
    color: #3b3da1
}

.breadcrumbs li a:hover {
    text-decoration: underline
}

.breadcrumbs-back {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 16px 0 8px 0;
    font-size: 14px
}

.breadcrumbs-back:hover {
    text-decoration: underline
}

.breadcrumbs-back svg {
    fill: #3b3da1;
    margin-right: 8px
}

.page-head {
    margin: 8px 0 14px
}

@media print, screen and (min-width: 40em) {
    .page-head {
        margin: 8px 0 24px
    }
}

@media print, screen and (min-width: 62.5em) {
    .page-head {
        margin: 24px 0
    }
}

@media screen and (min-width: 75em) {
    .page-head {
        margin: 36px 0 24px 0
    }
}

.page-head__title {
    margin-bottom: 0 !important
}

.page-head__rate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.page-head__rate__stars {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 14px
}

@media print, screen and (min-width: 62.5em) {
    .page-head__rate__stars {
        margin-right: 8px
    }
}

.page-head__rate__stars img {
    margin-right: 2px;
    height: 10px;
    width: auto
}

@media print, screen and (min-width: 62.5em) {
    .page-head__rate__stars img {
        height: 24px;
        margin-right: 6px
    }
}

.page-head__rate__vote {
    font-size: 12px;
    font-weight: 300;
    color: #3b3e45
}

.no-margin {
    margin: 0 !important
}

.overflow-hidden {
    overflow: hidden
}

.table-scroll {
    overflow-x: auto
}

.content-widget {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    margin: 0 auto 24px auto;
    max-width: 375px
}

@media print, screen and (min-width: 40em) {
    .content-widget {
        max-width: 288px;
        float: right;
        margin-left: 24px;
        margin-bottom: 0
    }
}

@media print, screen and (min-width: 62.5em) {
    .content-widget {
        max-width: none;
        width: 30%
    }
}

.content-widget__title {
    background-color: #3b3da1;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-family: Poppins;
    font-weight: 600;
    padding: 12px 20px
}

@media print, screen and (min-width: 40em) {
    .content-widget__title {
        font-size: 18px;
        line-height: 27px;
        padding: 10px 12px
    }
}

.content-widget__body {
    background: #fff;
    padding: 20px;
    display: grid;
    row-gap: 20px
}

.content-widget__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12%;
    background: #f4f4f4;
    border-radius: 6px
}

.content-widget__table td {
    padding: 6px
}

.content-widget__table td:first-child {
    font-weight: 500;
    padding-left: 0
}

.content-widget__table td:last-child {
    padding-right: 0
}

.fancy-list {
    list-style-type: none;
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300
}

@media print, screen and (min-width: 40em) {
    .fancy-list {
        font-size: 16px;
        line-height: 24px
    }
}

.fancy-list li {
    padding-left: 34px;
    position: relative;
    margin-bottom: 12px
}

@media print, screen and (min-width: 40em) {
    .fancy-list li {
        padding-left: 36px
    }
}

.fancy-list li:before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/pros.svg) no-repeat;
    background-size: cover
}

@media print, screen and (min-width: 40em) {
    .fancy-list li:before {
        width: 24px;
        height: 24px
    }
}

.fancy-list_minus li:before {
    background: url(../img/cons.svg) no-repeat;
    background-size: cover
}

@media print, screen and (min-width: 40em) {
    .fancy-list_col-2 {
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 16px;
        column-gap: 16px
    }
}

.hh {
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.hh__top {
    padding-left: 8.5px;
    padding-right: 8.5px;
    max-width: 75rem;
    margin: auto;
    padding-top: 16px;
    padding-bottom: 36px
}

@media print, screen and (min-width: 40em) {
    .hh__top {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media print, screen and (min-width: 62.5em) {
    .hh__top {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media screen and (min-width: 75em) {
    .hh__top {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media print, screen and (min-width: 62.5em) {
    .hh__top {
        padding-top: 60px
    }
}

@media screen and (min-width: 75em) {
    .hh__top {
        padding-top: 95px;
        padding-bottom: 78px
    }
}

.hh__top_alt {
    padding-top: 16px;
    padding-bottom: 16px
}

.hh__top__data {
    display: grid;
    row-gap: 20px
}

@media print, screen and (min-width: 40em) {
    .hh__top__data {
        grid-template-columns:auto 290px;
        -webkit-column-gap: 22px;
        column-gap: 22px
    }
}

@media print, screen and (min-width: 62.5em) {
    .hh__top__data {
        grid-template-columns:auto 310px
    }
}

@media screen and (min-width: 75em) {
    .hh__top__data {
        grid-template-columns:auto 460px
    }
}

.hh__top__data_alt {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.hh__title {
    text-align: center;
    margin-bottom: 30px
}

@media print, screen and (min-width: 40em) {
    .hh__title {
        text-align: left;
        margin-bottom: 24px
    }
}

.hh__text {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: 1.6
}

@media print, screen and (min-width: 62.5em) {
    .hh__text {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.hh__text [data-read-more-text] {
    overflow: hidden;
    height: 3.2em;
    margin-bottom: 24px;
    font-size: 14px
}

@media print, screen and (min-width: 40em) {
    .hh__text [data-read-more-text] {
        height: 14.4em
    }
}

@media print, screen and (min-width: 62.5em) {
    .hh__text [data-read-more-text] {
        font-size: 20px;
        height: 9.6em;
        max-width: 580px
    }
}

.hh__text [data-read-more-text] * {
    line-height: 1.6em
}

.hh__text [data-read-more-text].is-open {
    height: auto
}

.hh__nav {
    position: relative;
    overflow: hidden;
    background: #3b3da1;
    -webkit-box-shadow: 0 8px 15px rgba(39, 41, 106, .35);
    box-shadow: 0 8px 15px rgba(39, 41, 106, .35);
    border-radius: 6px;
    background: #3b3da1;
    -webkit-transition: background-color .2s;
    transition: background-color .2s
}

@media print, screen and (max-width: 39.99875em) {
    .hh__nav {
        background: #4d4fbe
    }
}

.hh__nav__title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 12px 30px;
    position: relative
}

@media print, screen and (max-width: 39.99875em) {
    .hh__nav__title {
        cursor: pointer;
        position: relative
    }
}

@media print, screen and (min-width: 40em) {
    .hh__nav__title {
        text-align: left;
        font-weight: 500;
        font-size: 20px
    }
}

@media print, screen and (min-width: 62.5em) {
    .hh__nav__title {
        padding: 24px 34px
    }
}

.hh__nav__title svg {
    position: absolute;
    top: 50%;
    right: 21px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media print, screen and (min-width: 40em) {
    .hh__nav__title svg {
        display: none
    }
}

.hh__nav__data {
    padding: 0 26px
}

.hh__nav ul {
    font-weight: 500;
    list-style-type: none;
    margin: 0 0 12px 0
}

@media print, screen and (min-width: 40em) {
    .hh__nav ul {
        margin-bottom: 17px
    }
}

.hh__nav ul li {
    margin-bottom: 7px
}

.hh__nav ul a {
    color: #fff;
    display: block;
    position: relative;
    padding: 5px 10px 4px 24px;
    font-size: 16px;
    line-height: 27px;
    background-color: #3b3da1;
    border-radius: 6px
}

@media print, screen and (min-width: 62.5em) {
    .hh__nav ul a {
        font-size: 18px
    }
}

.hh__nav ul a:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    top: 15px;
    left: 10px
}

.hh__nav ul a:hover {
    background-color: #313386
}

.hh__nav__button {
    position: relative;
    margin: 0 auto 26px auto;
    display: block;
    max-width: calc(100% - 52px)
}

.small .hh__nav__button {
    display: none
}

.hh__bottom {
    max-width: 75rem;
    margin: auto;
    padding-left: 8.5px;
    padding-right: 8.5px
}

@media print, screen and (min-width: 40em) {
    .hh__bottom {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media print, screen and (min-width: 62.5em) {
    .hh__bottom {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media screen and (min-width: 75em) {
    .hh__bottom {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (min-width: 75em) {
    .hh__bottom {
        padding-bottom: 78px
    }
}

@media print, screen and (max-width: 74.99875em) {
    .hh__bottom {
        padding-left: 0;
        padding-right: 0
    }
}

.hh__best {
    position: relative;
    overflow: hidden;
    padding: 24px 20px;
    background-color: #4d4fbe
}

@media screen and (min-width: 75em) {
    .hh__best {
        border-radius: 6px;
        padding: 46px
    }
}

.hh__bg {
    background-color: #3b3da1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1
}

.hh__bg_img {
    position: absolute;
    max-width: none;
    min-width: 100%
}

.hh__bg_img_1 {
    top: -70px;
    right: 0
}

@media print, screen and (min-width: 62.5em) {
    .hh__bg_img_1 {
        top: 0;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .hh__bg_alt .hh__bg_img_1 {
        top: -20%
    }
}

@media screen and (min-width: 75em) {
    .hh__bg_alt .hh__bg_img_1 {
        top: -30%
    }
}

.hh__bg_img_2 {
    display: none
}

@media screen and (min-width: 75em) {
    .hh__bg_img_2 {
        display: block;
        max-width: none;
        position: absolute;
        left: 50%;
        top: 220px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media print, screen and (max-width: 62.49875em) {
    #hh-slider {
        margin-right: -20px
    }
}

@media print, screen and (max-width: 62.49875em) {
    #hh-slider .swiper-slide {
        width: 265px
    }
}

.hh-cc {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    color: #3b3e45
}

.hh-cc__head {
    display: block;
    position: relative;
    overflow: hidden
}

.hh-cc__head img {
    width: 100%
}

.hh-cc__best {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 48px;
    border-radius: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 28px 34px 4px 34px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fd5900;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase
}

.hh-cc__best svg {
    fill: #fff;
    margin-right: 8px;
    position: relative;
    top: -1px
}

.hh-cc__body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px
}

@media print, screen and (min-width: 62.5em) {
    .hh-cc__body {
        padding: 16px 12px 12px 12px
    }
}

@media screen and (min-width: 75em) {
    .hh-cc__body {
        padding: 16px 24px 12px 24px
    }
}

.hh-cc__title {
    font-family: Poppins;
    color: #3b3e45;
    font-weight: 600;
    text-decoration: underline;
    font-size: 16px;
    text-align: center;
    margin-bottom: 5px
}

.hh-cc__title:hover {
    color: #3b3da1
}

.hh-cc__link {
    font-family: Poppins;
    color: #3b3e45;
    font-weight: 600;
    text-decoration: underline;
    display: block;
    text-align: center
}

.hh-cc__link:hover {
    color: #3b3da1
}

.hh-cc__rate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 16px
}

@media print, screen and (min-width: 40em) {
    .hh-cc__rate {
        margin-bottom: 24px
    }
}

.hh-cc__bonus {
    text-align: center;
    font-size: 18px;
    margin-bottom: 12px
}

@media print, screen and (min-width: 40em) {
    .hh-cc__bonus {
        margin-bottom: 24px
    }
}

@media print, screen and (min-width: 62.5em) {
    .hh-cc__bonus {
        font-size: 20px
    }
}

.hh-cc__info {
    font-size: 14px;
    color: #63666b;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.hh-cc__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 8px;
    max-width: 100%
}

.hh-cc__policy {
    font-size: 11px;
    text-align: center;
    color: #a5a6ab
}

.hh-casino {
    padding: 24px 0
}

@media print, screen and (min-width: 40em) {
    .hh-casino {
        padding-bottom: 55px
    }
}

@media print, screen and (min-width: 62.5em) {
    .hh-casino {
        padding: 36px 0 48px 0
    }
}

@media screen and (min-width: 75em) {
    .hh-casino {
        padding: 72px 0
    }
}

.map-st0 {
    stroke: #fff;
    stroke-width: .2;
    stroke-linecap: round;
    stroke-linejoin: round
}

.map-st1 {
    fill: #fff
}

.map-st2 {
    fill: #333
}

#USMAP {
    max-width: 970px;
    height: auto;
    margin: 24px auto;
    display: block
}

@media screen and (min-width: 75em) {
    #USMAP {
        margin: 36px auto
    }
}

#USMAP .st0 {
    fill: #3b3da1;
    fill-rule: evenodd;
    clip-rule: evenodd;
    stroke: #fff;
    stroke-width: .7;
    stroke-linejoin: round
}

#USMAP .st0.active {
    fill: #6fd4ac;
    -webkit-transition: fill .2s;
    transition: fill .2s;
    cursor: pointer
}

#USMAP .st0.active:hover {
    fill: #40c691
}

.deposit-card-grid {
    display: grid;
    grid-template-columns:1fr;
    row-gap: 16px
}

@media print, screen and (min-width: 40em) {
    .deposit-card-grid {
        grid-template-columns:repeat(2, 1fr);
        -webkit-column-gap: 24px;
        column-gap: 24px;
        margin-top: 24px
    }
}

@media print, screen and (min-width: 62.5em) {
    .deposit-card-grid {
        grid-template-columns:repeat(3, 1fr);
        row-gap: 24px;
        margin-bottom: 60px
    }
}

.deposit-card {
    background: #fff;
    -webkit-box-shadow: 0 4px 8px rgba(59, 61, 161, .15);
    box-shadow: 0 4px 8px rgba(59, 61, 161, .15);
    border-radius: 6px;
    padding: 16px 24px 24px 24px
}

.deposit-card__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px
}

.deposit-card__logo {
    width: 56px;
    height: 56px;
    background: #fff;
    border: 1px solid #ebebf8;
    border-radius: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    margin-right: 16px
}

.deposit-card__title {
    margin-bottom: 0 !important
}

.deposit-card__body {
    font-size: 14px;
    line-height: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media print, screen and (max-width: 62.49875em) {
    #home-recommend-slider {
        margin-right: -10px
    }
}

@media print, screen and (max-width: 39.99875em) {
    #home-recommend-slider {
        margin-right: -8.5px
    }
}

#home-recommend-slider .swiper-wrapper {
    overflow: visible
}

@media print, screen and (max-width: 62.49875em) {
    #home-recommend-slider .swiper-slide {
        width: 265px
    }
}

.ht-list {
    list-style-type: none;
    margin: 0
}

.ht-list-card {
    margin-bottom: 12px;
    display: grid;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-template-columns:36px auto;
    -webkit-column-gap: 16px;
    column-gap: 16px
}

@media print, screen and (min-width: 40em) {
    .ht-list-card {
        margin-bottom: 24px
    }
}

@media print, screen and (min-width: 62.5em) {
    .ht-list-card {
        grid-template-columns:72px auto;
        -webkit-column-gap: 24px;
        column-gap: 24px
    }
}

@media screen and (min-width: 75em) {
    .ht-list-card {
        margin-bottom: 28px
    }
}

.ht-list-card__icon {
    width: 36px;
    height: 36px;
    background: #ebebf8;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media print, screen and (min-width: 62.5em) {
    .ht-list-card__icon {
        width: 72px;
        height: 72px
    }
}

.ht-list-card__icon img {
    max-width: 16px;
    max-height: 16px
}

@media print, screen and (min-width: 62.5em) {
    .ht-list-card__icon img {
        max-width: 28px;
        max-height: 28px
    }
}

.ht-list-card__title {
    font-size: 14px;
    line-height: 21px;
    font-family: Poppins;
    margin: 7px 0 12px 0
}

@media print, screen and (min-width: 62.5em) {
    .ht-list-card__title {
        font-size: 16px;
        line-height: 24px;
        font-weight: 600
    }
}

.home-cats {
    background: #3b3da1;
    padding: 24px 0
}

@media print, screen and (min-width: 62.5em) {
    .home-cats {
        padding: 48px 0
    }
}

@media screen and (min-width: 75em) {
    .home-cats {
        padding: 72px 0
    }
}

.cats-list {
    list-style-type: none;
    margin: 0;
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    row-gap: 10px;
    -webkit-column-gap: 16px;
    column-gap: 16px
}

@media print, screen and (min-width: 40em) {
    .cats-list {
        gap: 24px
    }
}

@media print, screen and (min-width: 62.5em) {
    .cats-list {
        grid-template-columns:repeat(4, 1fr);
        gap: 12px
    }
}

@media screen and (min-width: 75em) {
    .cats-list {
        gap: 25px
    }
}

.cat-card {
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 6px
}

.cat-card__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.cat-card__link:hover {
    text-decoration: underline
}

.cat-card__head img {
    width: 100%;
    height: auto
}

.cat-card__title {
    margin: auto 0 !important;
    padding: 11px 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px
}

@media print, screen and (min-width: 40em) {
    .cat-card__title {
        text-align: center;
        font-size: 18px;
        line-height: 27px;
        padding: 24px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media print, screen and (min-width: 62.5em) {
    .cat-card__title {
        padding: 19px
    }
}

@media screen and (min-width: 75em) {
    .cat-card__title {
        padding: 24px
    }
}

.home-best {
    background: #ebebf8;
    padding: 48px 0
}

@media screen and (min-width: 75em) {
    .home-best {
        padding: 72px 0
    }
}

.best-list {
    margin: 0;
    list-style-type: none;
    display: grid;
    row-gap: 24px
}

.best-list-card {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.best-list-card__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px;
    width: 36px;
    height: 36px;
    background: #3b3da1;
    border-radius: 4px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media print, screen and (min-width: 62.5em) {
    .best-list-card__icon {
        width: 172px;
        height: 172px;
        padding: 60px
    }
}

.best-list-card__body {
    padding-left: 20px
}

@media print, screen and (min-width: 62.5em) {
    .best-list-card__body {
        padding-left: 26px
    }
}

.best-list-card__title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px
}

.htb-grid {
    display: grid;
    row-gap: 26px
}

@media print, screen and (min-width: 40em) {
    .htb-grid {
        grid-template-columns:1fr 1fr;
        row-gap: 24px;
        -webkit-column-gap: 24px;
        column-gap: 24px
    }
}

@media print, screen and (min-width: 62.5em) {
    .htb-grid {
        -webkit-column-gap: 26px;
        column-gap: 26px
    }
}

@media screen and (min-width: 75em) {
    .htb-grid {
        row-gap: 48px;
        -webkit-column-gap: 48px;
        column-gap: 48px
    }
}

.htb-card .h1, .htb-card h1 {
    margin-top: 0
}

.htb-card .h2, .htb-card h2 {
    margin-top: 0
}

.htb-card .h3, .htb-card h3 {
    margin-top: 0
}

.htb-card .h4, .htb-card h4 {
    margin-top: 0
}

.htb-card .deposit-card__title, .htb-card .h5, .htb-card h5 {
    margin-top: 0
}

.htb-card .h6, .htb-card h6 {
    margin-top: 0
}

.htb-card__title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px
}

@media print, screen and (min-width: 62.5em) {
    .htb-card__title {
        font-weight: 400;
        font-size: 25px;
        line-height: 37px;
        margin-bottom: 24px
    }
}

.htb-card__text {
    font-size: 16px;
    line-height: 31px
}

@media print, screen and (min-width: 40em) {
    .htb-card__text {
        font-size: 16px
    }
}

.htb-card__text > :last-child {
    margin-bottom: 0
}

.top-soft-grid {
    list-style-type: none;
    margin: 0;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    -webkit-column-gap: 8px;
    column-gap: 8px;
    row-gap: 12px
}

@media print, screen and (min-width: 40em) {
    .top-soft-grid {
        grid-template-columns:repeat(4, 1fr);
        gap: 12px
    }
}

@media print, screen and (min-width: 62.5em) {
    .top-soft-grid {
        grid-template-columns:repeat(6, 1fr);
        gap: 24px
    }
}

.top-soft-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    -webkit-box-shadow: 0 4px 8px rgba(59, 61, 161, .15);
    box-shadow: 0 4px 8px rgba(59, 61, 161, .15);
    border-radius: 6px;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56%
}

.top-soft-card a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 16px
}

@media print, screen and (min-width: 40em) {
    .top-soft-card a {
        padding: 18px
    }
}

.home-slots-grid {
    display: grid;
    grid-template-columns:1fr;
    gap: 24px;
    margin: auto;
    max-width: 360px
}

@media print, screen and (min-width: 40em) {
    .home-slots-grid {
        max-width: none
    }
}

@media print, screen and (min-width: 40em) and (max-width: 62.49875em) {
    .home-slots-grid {
        grid-template-columns:repeat(5, 230px);
        overflow: auto
    }
}

@media print, screen and (min-width: 62.5em) {
    .home-slots-grid {
        max-width: none;
        grid-template-columns:repeat(5, 1fr)
    }
}

.home-slots-card {
    position: relative;
    background: #fff;
    overflow: hidden;
    border-radius: 6px
}

.home-slots-card__head {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 63%
}

.home-slots-card__img {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.home-slots-card__img > img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: calc(100% + 2px);
    min-height: calc(100% + 2px);
    -o-object-fit: cover;
    object-fit: cover;
    height: 12px
}

@media print, screen and (min-width: 40em) {
    .home-slots-card__img > img {
        height: 8px
    }
}

.home-slots-card__play {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 0;
    padding-top: 16.4%
}

.home-slots-card__play svg {
    position: absolute;
    top: 50%;
    right: 7%;
    width: auto;
    height: 100%
}

.home-slots-card__body {
    padding: 3% 30% 3% 7%
}

.home-slots-card__name {
    font-size: 14px;
    font-family: Poppins;
    font-weight: 600;
    color: #3b3e45
}

.home-slots-card__rate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.home-slots-card__rate img {
    margin-right: 4px
}

.home-choose {
    background: #ebebf8;
    padding: 24px 0
}

@media print, screen and (min-width: 40em) {
    .home-choose {
        padding: 32px 0
    }
}

@media print, screen and (min-width: 62.5em) {
    .home-choose {
        padding: 72px 0
    }
}

.home-choose__desc {
    margin-bottom: 12px
}

@media print, screen and (min-width: 62.5em) {
    .home-choose__desc {
        margin-bottom: 24px
    }
}

@media screen and (min-width: 75em) {
    .home-choose__desc {
        margin-bottom: 36px
    }
}

.ht-grid {
    display: grid;
    gap: 24px;
    margin-top: 24px
}

@media print, screen and (min-width: 40em) {
    .ht-grid {
        grid-template-columns:repeat(2, 1fr);
        margin-top: 36px
    }
}

@media print, screen and (min-width: 62.5em) {
    .ht-grid {
        grid-template-columns:repeat(3, 1fr)
    }
}

.ht-card {
    background: #fff;
    -webkit-box-shadow: 0 4px 8px rgba(59, 61, 161, .15);
    box-shadow: 0 4px 8px rgba(59, 61, 161, .15);
    border-radius: 6px;
    padding: 12px
}

@media print, screen and (min-width: 40em) {
    .ht-card {
        padding: 24px
    }
}

.ht-card__head {
    margin-bottom: 16px;
    display: grid;
    row-gap: 12px
}

@media print, screen and (min-width: 62.5em) {
    .ht-card__head {
        row-gap: 24px
    }
}

.ht-card__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media print, screen and (min-width: 40em) {
    .ht-card__logo {
        height: 68px
    }
}

.ht-card__logo img {
    max-height: 100%
}

.ht-card__title {
    font-family: Poppins;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center
}

.ht-card__body {
    display: grid;
    row-gap: 12px
}

@media print, screen and (min-width: 40em) {
    .ht-card__body {
        row-gap: 20px
    }
}

.ht-card__text {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px
}

.ht-card__data {
    list-style-type: none;
    margin: 0;
    display: grid;
    gap: 16px;
    font-weight: 400
}

.ht-card__data li {
    display: grid;
    grid-template-columns:80px auto;
    gap: 16px;
    font-size: 14px;
    line-height: 16px
}

.ht-card__data li > :first-child {
    color: #929292
}

.faq-acc {
    list-style-type: none;
    margin: 0;
    display: grid;
    row-gap: 7px
}

.faq-acc__item {
    -webkit-box-shadow: 0 4px 8px rgba(59, 61, 161, .15);
    box-shadow: 0 4px 8px rgba(59, 61, 161, .15);
    border-radius: 6px;
    background: #fff
}

.faq-acc__title {
    font-family: Poppins;
    font-size: 14px;
    padding: 8px 24px 8px 56px;
    position: relative;
    cursor: pointer;
    min-height: 72px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media print, screen and (min-width: 40em) {
    .faq-acc__title {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px
    }
}

@media print, screen and (min-width: 62.5em) {
    .faq-acc__title {
        font-size: 20px;
        line-height: 30px
    }
}

.faq-acc__plus {
    width: 20px;
    height: 20px;
    background: #6dd4ac;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(20px, -50%);
    -ms-transform: translate(20px, -50%);
    transform: translate(20px, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.faq-acc__plus:after, .faq-acc__plus:before {
    content: '';
    display: block;
    width: 8px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.faq-acc__plus:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.is-open .faq-acc__plus:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.faq-acc__data {
    display: none;
    font-size: 14px;
    padding: 0 24px 12px 56px
}

@media print, screen and (min-width: 40em) {
    .faq-acc__data {
        font-size: 16px
    }
}

.aside {
    margin-top: 24px
}

@media print, screen and (min-width: 62.5em) {
    .aside {
        margin-top: 36px
    }
}

.casino-hero {
    position: relative;
    margin-bottom: 36px
}

.casino-hero__link {
    display: grid;
    grid-template-columns:1fr;
    -webkit-column-gap: 24px;
    column-gap: 24px
}

@media print, screen and (min-width: 62.5em) {
    .casino-hero__link {
        grid-template-columns:8fr 4fr
    }
}

.cs-top {
    display: grid;
    row-gap: 12px;
    row-gap: 24px;
    margin-bottom: 24px
}

@media print, screen and (min-width: 62.5em) {
    .cs-top {
        grid-template-columns:8fr 4fr;
        -webkit-column-gap: 24px;
        column-gap: 24px
    }
}

.casino-info {
    background: #3b3da1;
    color: #fff;
    border-radius: 6px;
    padding: 12px;
    display: grid;
    row-gap: 12px
}

@media print, screen and (min-width: 62.5em) {
    .casino-info {
        row-gap: 24px;
        background: 0 0;
        padding: 0
    }
}

.casino-info__data {
    display: grid;
    grid-template-columns:1fr 1fr;
    -webkit-column-gap: 16px;
    column-gap: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media print, screen and (min-width: 40em) {
    .casino-info__data {
        grid-template-columns:1fr 2fr
    }
}

@media print, screen and (min-width: 62.5em) {
    .casino-info__data {
        padding: 12px;
        background: #3b3da1;
        border-radius: 6px;
        grid-template-columns:124px auto;
        -webkit-column-gap: 24px;
        column-gap: 24px
    }
}

@media screen and (min-width: 75em) {
    .casino-info__data {
        padding: 24px
    }
}

.casino-info__data__right {
    text-align: center;
    display: grid;
    row-gap: 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media print, screen and (min-width: 40em) {
    .casino-info__data__right {
        grid-template-columns:6fr 5fr;
        -webkit-column-gap: 12px;
        column-gap: 12px;
        text-align: left
    }
}

.casino-info__data__logo > img {
    border-radius: 6px
}

.casino-info__data__text {
    font-weight: 500
}

@media print, screen and (min-width: 62.5em) {
    .casino-info__data__text {
        font-size: 20px
    }
}

.casino-info__data__text__top {
    display: block;
    margin-bottom: 5px;
    font-weight: 400
}

@media print, screen and (min-width: 40em) {
    .casino-info__data__text__top {
        margin-bottom: 12px
    }
}

.casino-info__imgs {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    margin: 0;
    list-style-type: none;
    gap: 12px
}

@media print, screen and (min-width: 40em) {
    .casino-info__imgs {
        grid-template-columns:repeat(3, 1fr)
    }
}

@media print, screen and (min-width: 62.5em) {
    .casino-info__imgs {
        grid-template-columns:repeat(4, 1fr);
        padding: 12px;
        background: #3b3da1;
        border-radius: 6px
    }
}

@media screen and (min-width: 75em) {
    .casino-info__imgs {
        grid-template-columns:repeat(5, 1fr);
        padding: 24px
    }
}

@media print, screen and (max-width: 39.99875em) {
    .casino-info__imgs li:nth-child(1n+3) {
        display: none
    }
}

@media print, screen and (min-width: 40em) and (max-width: 62.49875em) {
    .casino-info__imgs li:nth-child(1n+4) {
        display: none
    }
}

@media print, screen and (min-width: 62.5em) and (max-width: 74.99875em) {
    .casino-info__imgs li:nth-child(1n+5) {
        display: none
    }
}

.casino-info__imgs li img {
    border-radius: 6px
}

.casino-info__slider {
    position: relative;
    overflow: hidden;
    max-width: 100%
}

@media print, screen and (min-width: 62.5em) {
    .casino-info__slider {
        padding: 12px;
        background: #3b3da1;
        border-radius: 6px
    }
}

@media screen and (min-width: 75em) {
    .casino-info__slider {
        padding: 24px
    }
}

@media print, screen and (max-width: 39.99875em) {
    .casino-info__slider li:nth-child(1n+3) {
        display: none
    }
}

@media print, screen and (min-width: 40em) and (max-width: 62.49875em) {
    .casino-info__slider li:nth-child(1n+4) {
        display: none
    }
}

@media print, screen and (min-width: 62.5em) and (max-width: 74.99875em) {
    .casino-info__slider li:nth-child(1n+5) {
        display: none
    }
}

.casino-info__slider li img {
    border-radius: 6px
}

#casino-info-img-slider .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

#casino-info-img-slider .swiper-slide img {
    width: 100%;
    border-radius: 6px
}

.casino-side-menu {
    color: #fff;
    position: relative;
    z-index: 9
}

.casino-side-menu__title {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    padding: 12px
}

@media print, screen and (max-width: 62.49875em) {
    .casino-side-menu__title {
        cursor: pointer
    }

    .casino-side-menu__title:after {
        content: "";
        width: 0;
        height: 0;
        border-top: 6px solid #fff;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        margin-left: 5px
    }
}

.casino-side-menu__nav {
    padding: 0 12px 24px 12px;
    position: relative;
    overflow: hidden
}

.casino-side-menu__list {
    list-style-type: none;
    margin: 0
}

.casino-side-menu__list li {
    margin-bottom: 10px
}

.casino-side-menu__list a {
    display: block;
    color: #fff;
    background: #3b3da1;
    border-radius: 6px;
    font-family: Poppins;
    padding: 5px 7px 5px 24px;
    position: relative
}

.casino-side-menu__list a:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    top: 14px;
    left: 10px
}

.casino-side-menu__list a:hover {
    color: #a9aaf4;
    background: #313386
}

.casino-side-menu__data {
    -webkit-box-shadow: 0 8px 15px rgba(39, 41, 106, .35);
    box-shadow: 0 8px 15px rgba(39, 41, 106, .35);
    border-radius: 6px;
    background: #3b3da1
}

@media print, screen and (min-width: 62.5em) {
    .casino-side-menu__data {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        overflow: hidden
    }

    .is-open .casino-side-menu__data {
        height: auto
    }
}

.casino-side-menu__more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 30px;
    background-image: linear-gradient(to bottom, rgba(59, 61, 161, 0) 0, #3b3da1 30px)
}

.is-open .casino-side-menu__more {
    position: relative;
    padding-top: 0
}

.casino-details {
    display: grid;
    grid-template-columns:1fr;
    row-gap: 8px;
    -webkit-column-gap: 12px;
    column-gap: 12px;
    margin-bottom: 24px
}

@media print, screen and (min-width: 40em) {
    .casino-details {
        grid-template-columns:1fr 1fr
    }
}

@media print, screen and (min-width: 62.5em) {
    .casino-details {
        grid-template-columns:8fr 4fr;
        -webkit-column-gap: 24px;
        column-gap: 24px
    }
}

.casino-details__meta {
    background: #fff;
    border-radius: 6px;
    padding: 4px
}

@media print, screen and (min-width: 62.5em) {
    .casino-details__meta {
        padding: 16px
    }
}

.casino-details__table {
    -webkit-column-span: none;
    column-span: none;
    font-size: 14px
}

@media print, screen and (min-width: 62.5em) {
    .casino-details__table {
        font-size: 16px
    }
}

.casino-details__table td {
    padding: 5px
}

@media print, screen and (max-width: 62.49875em) {
    .casino-details__table td {
        width: 50%
    }
}

@media print, screen and (min-width: 62.5em) {
    .casino-details__table td {
        padding: 8px
    }
}

.casino-details__table td:first-child {
    font-weight: 500
}

@media print, screen and (min-width: 62.5em) {
    .casino-details__table td:first-child {
        width: 240px
    }
}

@media screen and (min-width: 75em) {
    .casino-details__table td:first-child {
        width: 260px
    }
}

.casino-details__pc {
    background: #fff;
    border-radius: 6px;
    padding: 12px
}

@media print, screen and (min-width: 62.5em) {
    .casino-details__pc {
        padding: 24px
    }
}

.casino-details__pc__item:not(:last-child) {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #dadada
}

.casino-details__pc__title {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px
}

@media print, screen and (min-width: 62.5em) {
    .casino-details__pc__title {
        font-weight: 700;
        margin-bottom: 16px
    }
}

@media screen and (min-width: 75em) {
    .casino-details__pc__title {
        margin-bottom: 20px
    }
}

.casino-details__pc__list {
    list-style-type: none;
    margin: 0
}

.casino-details__pc__list li {
    padding-left: 32px;
    position: relative
}

.casino-details__pc__list li:not(:last-child) {
    margin-bottom: 16px
}

.casino-details__pc__list li:before {
    content: url(../img/pros.svg);
    position: absolute;
    top: 2px;
    left: 0
}

.casino-details__pc__list_cons li:before {
    content: url(../img/cons.svg)
}

.logo-grid {
    list-style-type: none;
    margin: 0;
    padding: 8.5px;
    margin: -8.5px;
    background: #ebebf8;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 8px;
    padding: 24px 10px;
    margin: -10px
}

@media print, screen and (min-width: 40em) and (max-width: 62.49875em) {
    .logo-grid {
        gap: 24px;
        margin: -10px
    }
}

@media print, screen and (min-width: 40em) {
    .logo-grid {
        padding: 24px 10px
    }
}

@media print, screen and (min-width: 62.5em) {
    .logo-grid {
        grid-template-columns:repeat(6, 1fr);
        border-radius: 6px;
        margin: 0
    }
}

@media screen and (min-width: 75em) {
    .logo-grid {
        padding: 36px
    }
}

@media print, screen and (max-width: 39.99875em) {
    .logo-grid_2 {
        grid-template-columns:repeat(2, 1fr)
    }
}

.logo-grid li {
    width: 100%;
    height: 0;
    padding-top: 46%;
    position: relative
}

.logo-grid__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8%;
    background: #fff;
    -webkit-box-shadow: 0 4px 8px rgba(59, 61, 161, .15);
    box-shadow: 0 4px 8px rgba(59, 61, 161, .15);
    border-radius: 4px
}

.logo-grid__img img {
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.casino-banner {
    background: #3b3da1;
    border-radius: 6px;
    position: relative;
    padding: 8px
}

@media print, screen and (max-width: 39.99875em) {
    .casino-banner {
        margin-top: 74px
    }
}

@media print, screen and (min-width: 40em) {
    .casino-banner {
        display: grid;
        grid-template-columns:174px auto;
        -webkit-column-gap: 12px;
        column-gap: 12px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media print, screen and (min-width: 62.5em) {
    .casino-banner {
        padding: 24px 20px;
        margin: 12px 0;
        grid-template-columns:148px auto
    }
}

.casino-banner__logo {
    position: relative
}

@media print, screen and (max-width: 39.99875em) {
    .casino-banner__logo {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 148px;
        height: 148px
    }
}

.casino-banner__logo img {
    border-radius: 6px;
    width: 100%
}

@media print, screen and (min-width: 40em) {
    .casino-banner__logo img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.casino-banner__body {
    background: #fff;
    border-radius: 6px;
    padding: 8px;
    display: grid;
    grid-template-columns:1fr;
    row-gap: 16px;
    text-align: center
}

@media print, screen and (max-width: 39.99875em) {
    .casino-banner__body {
        padding-top: 82px
    }
}

@media print, screen and (min-width: 40em) {
    .casino-banner__body {
        grid-template-columns:repeat(3, 1fr);
        row-gap: 12px
    }
}

@media print, screen and (min-width: 62.5em) {
    .casino-banner__body {
        grid-template-columns:repeat(4, auto);
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-column-gap: 24px;
        column-gap: 24px;
        padding: 10px 24px
    }
}

@media screen and (min-width: 75em) {
    .casino-banner__body {
        padding-left: 10%
    }
}

@media print, screen and (min-width: 40em) and (max-width: 62.49875em) {
    .casino-banner__body__item {
        grid-column: 1;
        grid-row: 1
    }

    .casino-banner__body__item:nth-child(2) {
        grid-column: 2;
        grid-row: 1
    }

    .casino-banner__body__item:nth-child(3) {
        grid-column: 3;
        grid-row: 1
    }
}

@media print, screen and (min-width: 40em) and (max-width: 62.49875em) {
    .casino-banner__body__link {
        grid-column: 1/4
    }
}

.casino-banner__body__name {
    font-size: 14px
}

.casino-banner__body__val {
    font-size: 16px;
    font-weight: 500
}

.games-grid {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 8px
}

@media print, screen and (min-width: 40em) {
    .games-grid {
        grid-template-columns:repeat(3, 1fr);
        gap: 24px
    }
}

@media print, screen and (min-width: 62.5em) {
    .games-grid {
        grid-template-columns:repeat(6, 1fr);
        gap: 8px
    }
}

@media screen and (min-width: 75em) {
    .games-grid {
        gap: 24px
    }
}

.games-grid__cell {
    text-align: center;
    padding: 16.7% 10%;
    background: #ebebf8;
    border-radius: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.games-grid__img {
    width: 50%;
    height: 0;
    padding-top: 50%;
    position: relative;
    background: #3b3da1;
    border-radius: 100%;
    margin-bottom: 12px
}

@media print, screen and (min-width: 40em) {
    .games-grid__img {
        margin-bottom: 16px
    }
}

@media print, screen and (min-width: 62.5em) {
    .games-grid__img {
        margin-bottom: 12px
    }
}

@media screen and (min-width: 75em) {
    .games-grid__img {
        margin-bottom: 16px
    }
}

.games-grid__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 40%;
    max-height: 40%
}

.games-grid__name {
    font-size: 16px;
    font-weight: 500;
    font-family: Poppins
}

.casino-table {
    width: 100%
}

@media print, screen and (min-width: 62.5em) {
    .casino-table {
        border-collapse: separate;
        border-spacing: 0 12px
    }
}

.casino-table thead {
    text-align: center;
    position: relative;
    z-index: 1
}

.casino-table thead tr {
    position: relative
}

.casino-table thead tr:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #ebebf8;
    border-radius: 4px
}

.casino-table thead td {
    padding: 10px
}

.casino-table tbody tr {
    border-radius: 4px;
    position: relative
}

.casino-table tbody tr:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 8px rgba(59, 61, 161, .15);
    box-shadow: 0 4px 8px rgba(59, 61, 161, .15)
}

@media print, screen and (min-width: 62.5em) {
    .casino-table tbody tr {
        padding: 0 6px
    }
}

@media print, screen and (min-width: 40em) and (max-width: 62.49875em) {
    .casino-table tbody tr {
        display: grid;
        grid-template-columns:20px 106px 2fr 1fr 2fr;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 12px;
        padding: 6px 12px;
        -webkit-column-gap: 24px;
        column-gap: 24px
    }
}

@media print, screen and (max-width: 39.99875em) {
    .casino-table tbody tr {
        display: grid;
        grid-template-columns:120px auto;
        -webkit-column-gap: 36px;
        column-gap: 36px;
        row-gap: 14px;
        margin-bottom: 12px;
        padding: 16px
    }
}

@media print, screen and (min-width: 62.5em) {
    .casino-table tbody td {
        padding: 12px 6px;
        text-align: center;
        min-width: 24%;
        max-width: 200px
    }
}

@media print, screen and (min-width: 62.5em) {
    .casino-table tbody td:first-child {
        padding-left: 20px
    }
}

@media print, screen and (min-width: 62.5em) {
    .casino-table tbody td:last-child {
        padding-right: 20px
    }
}

.casino-table__num {
    font-size: 14px;
    line-height: 1;
    color: #d9d9d9
}

@media print, screen and (min-width: 62.5em) {
    .casino-table__num {
        width: 44px !important;
        text-align: left
    }
}

@media print, screen and (min-width: 40em) and (max-width: 62.49875em) {
    .casino-table__num {
        grid-column: 1;
        grid-row: 1/3
    }
}

@media print, screen and (max-width: 39.99875em) {
    .casino-table__num {
        position: absolute;
        top: 16px;
        left: 140px
    }
}

@media print, screen and (min-width: 62.5em) {
    .casino-table__img {
        width: 200px;
        max-width: 200px
    }
}

@media print, screen and (min-width: 40em) and (max-width: 62.49875em) {
    .casino-table__img {
        grid-column: 2;
        grid-row: 1/3
    }
}

@media print, screen and (max-width: 39.99875em) {
    .casino-table__img img {
        width: 100%
    }
}

@media print, screen and (min-width: 40em) and (max-width: 62.49875em) {
    .casino-table__game {
        grid-column: 3;
        grid-row: 1/3;
        text-align: center
    }
}

.casino-table__game__rate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -2px
}

@media print, screen and (min-width: 40em) {
    .casino-table__game__rate {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.casino-table__game__rate img {
    margin: 2px
}

.casino-table__game__name {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline;
    color: #3b3e45
}

.casino-table__game__name:hover {
    text-decoration: none;
    color: #3b3e45
}

.casino-table__rtp {
    font-weight: 600
}

@media print, screen and (min-width: 40em) and (max-width: 62.49875em) {
    .casino-table__rtp {
        grid-column: 4;
        grid-row: 1
    }
}

@media print, screen and (max-width: 39.99875em) {
    .casino-table__rtp {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.casino-table__soft {
    font-weight: 600
}

@media print, screen and (min-width: 40em) and (max-width: 62.49875em) {
    .casino-table__soft {
        grid-column: 4;
        grid-row: 2
    }
}

@media print, screen and (max-width: 39.99875em) {
    .casino-table__soft {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.casino-table__soft a {
    text-decoration: underline;
    color: #3b3e45
}

.casino-table__soft a:hover {
    text-decoration: none
}

@media print, screen and (min-width: 62.5em) {
    .casino-table__play {
        width: 24%
    }
}

@media print, screen and (min-width: 40em) and (max-width: 62.49875em) {
    .casino-table__play {
        grid-column: 5;
        grid-row: 1/3
    }
}

@media print, screen and (max-width: 39.99875em) {
    .casino-table__play {
        grid-column: 1/3
    }

    .casino-table__play .button {
        width: 100%
    }
}

.casino-table__badge {
    font-size: 13px;
    line-height: 15px;
    color: #a5a6ab;
    font-weight: 400
}

@media print, screen and (max-width: 39.99875em) {
    .casino-table__badge {
        margin-right: 12px
    }
}

.casino-gi {
    position: relative;
    overflow: hidden;
    border-radius: 6px
}

.casino-gi__head {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    font-family: Poppins;
    padding: 12px;
    background: #3b3da1;
    color: #fff
}

@media print, screen and (min-width: 40em) {
    .casino-gi__head {
        font-size: 18px
    }
}

.casino-gi__body {
    background: #fff;
    padding: 16px;
    position: relative;
    overflow: hidden
}

@media print, screen and (min-width: 62.5em) {
    .casino-gi__body {
        padding: 50px 16px
    }
}

@media screen and (min-width: 75em) {
    .casino-gi__body {
        -webkit-column-gap: 48px;
        column-gap: 48px;
        padding: 50px 36px
    }
}

@media print, screen and (min-width: 62.5em) {
    .casino-gi__body:after {
        content: '';
        display: block;
        width: 0;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        border-left: 1px solid #f4f4f4
    }
}

.casino-gi__list {
    list-style-type: none;
    margin: 0
}

@media print, screen and (min-width: 62.5em) {
    .casino-gi__list {
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 46px;
        column-gap: 46px
    }
}

.casino-gi__list li {
    margin-bottom: 24px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column
}

@media print, screen and (max-width: 39.99875em) {
    .casino-gi__list li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media print, screen and (min-width: 40em) {
    .casino-gi__list li {
        display: grid;
        grid-template-columns:130px auto;
        -webkit-column-gap: 24px;
        column-gap: 24px
    }
}

.casino-gi__list li > :first-child {
    font-weight: 500
}

@media print, screen and (max-width: 39.99875em) {
    .casino-gi__list li > :first-child {
        margin-right: 24px
    }
}

.author-widget {
    margin-top: 36px;
    display: grid;
    grid-template-columns:50px auto;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    padding: 26px;
    background: #ebebf8;
    border-radius: 6px
}

@media print, screen and (min-width: 40em) {
    .author-widget {
        grid-template-columns:72px auto;
        -webkit-column-gap: 36px;
        column-gap: 36px
    }
}

@media print, screen and (min-width: 62.5em) {
    .author-widget {
        padding: 24px 24px 24px 38px
    }
}

@media print, screen and (min-width: 62.5em) {
    .author-widget__left {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.author-widget__photo {
    width: 50px;
    height: 50px;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 4px 8px rgba(59, 61, 161, .15);
    box-shadow: 0 4px 8px rgba(59, 61, 161, .15)
}

@media print, screen and (min-width: 40em) {
    .author-widget__photo {
        width: 72px;
        height: 72px
    }
}

.author-widget__photo img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.author-widget__text {
    color: #40444b;
    font-style: italic;
    font-size: 14px;
    margin-bottom: 20px
}

@media print, screen and (min-width: 40em) {
    .author-widget__text {
        font-size: 16px
    }
}

.author-widget__footer {
    display: grid;
    row-gap: 24px
}

@media print, screen and (min-width: 40em) {
    .author-widget__footer {
        display: grid;
        grid-template-columns:repeat(2, auto);
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-column-gap: 24px;
        column-gap: 24px
    }
}

.author-widget__meta {
    display: grid;
    row-gap: 6px
}

.author-widget__meta__name {
    color: #3b3e45;
    font-weight: 500;
    line-height: 19px
}

@media print, screen and (min-width: 40em) {
    .author-widget__meta__name {
        font-size: 18px
    }
}

.author-widget__meta__pos {
    font-size: 14px;
    line-height: 16px;
    color: #a5a6ab
}

.author-widget__social {
    list-style-type: none;
    margin: 0 -3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.author-widget__social li {
    margin: 3px
}

.author-widget__social li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #3b3e45;
    border-radius: 100%;
    -webkit-transition: background-color .2s;
    transition: background-color .2s
}

.author-widget__social li a:hover {
    background: #3b3da1
}

.author-widget__social li a svg {
    fill: #fff
}

@media print, screen and (max-width: 39.99875em) {
    .slot-hero-top {
        margin-left: -8.5px;
        margin-right: -8.5px
    }
}

@media print, screen and (min-width: 62.5em) {
    .slot-hero-top {
        display: grid;
        grid-template-columns:auto 30%;
        -webkit-box-align: end;
        -webkit-align-items: end;
        -ms-flex-align: end;
        align-items: end
    }
}

@media print, screen and (max-width: 39.99875em) {
    .slot-hero-top__l .page-head {
        padding-left: 8.5px;
        padding-right: 8.5px
    }
}

.slot-game {
    position: relative
}

.slot-game.fullscreen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(59, 62, 69, .92);
    z-index: 99999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media print, screen and (min-width: 62.5em) {
    .slot-game.fullscreen {
        padding: 32px
    }
}

.slot-game__area {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    width: 100%
}

.slot-game__img {
    min-width: 100%
}

.slot-game__cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 24px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2.6%, rgba(23, 25, 140, .6375)), color-stop(49.64%, rgba(59, 61, 161, .6545)), to(rgba(23, 25, 140, .85)));
    background: linear-gradient(180deg, rgba(23, 25, 140, .6375) 2.6%, rgba(59, 61, 161, .6545) 49.64%, rgba(23, 25, 140, .85) 100%);
    color: #fff
}

@media print, screen and (min-width: 62.5em) {
    .slot-game__cover {
        padding: 36px
    }
}

.slot-game__frame {
    border: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #3b3da1
}

.slot-game__fullscreen {
    cursor: pointer;
    position: absolute;
    right: 4px;
    bottom: 4px;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media print, screen and (min-width: 40em) {
    .slot-game__fullscreen {
        width: 32px;
        height: 32px;
        right: 10px;
        bottom: 10px
    }
}

.slot-game__fullscreen svg {
    fill: #3b3da1;
    width: 16px;
    height: 16px
}

@media print, screen and (min-width: 40em) {
    .slot-game__fullscreen svg {
        width: 24px;
        height: 24px
    }
}

.slot-game__fullscreen svg.fullscreen_exit {
    display: none
}

.slot-game__mobile-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    font-family: Poppins
}

.slot-game__mobile-info svg {
    fill: #fff;
    margin-bottom: 20px
}

.slot-game__mobile-info_not {
    margin-bottom: 20px
}

.slot-card {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    padding: 16px;
    display: grid;
    row-gap: 24px;
    -webkit-column-gap: 16px;
    column-gap: 16px;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start
}

@media print, screen and (max-width: 62.49875em) {
    .slot-card {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media print, screen and (min-width: 40em) {
    .slot-card {
        padding: 24px 20px
    }
}

@media screen and (min-width: 47.5em) {
    .slot-card {
        grid-template-columns:repeat(3, 1fr)
    }
}

@media print, screen and (min-width: 62.5em) {
    .slot-card {
        padding: 0;
        grid-template-columns:1fr;
        padding-bottom: 12px
    }
}

.slot-card__head {
    position: relative;
    overflow: hidden
}

.slot-card__head > img {
    width: 100%;
    border-radius: 6px
}

@media print, screen and (min-width: 40em) and (max-width: 62.49875em) {
    .slot-card__head {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
}

@media screen and (min-width: 47.5em) {
    .slot-card__head {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

.slot-card__head__best {
    height: 32px;
    padding: 16px 20px 0 20px;
    background: #fd5900;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 32px;
    font-weight: 600;
    font-size: 10px;
    font-family: Poppins;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    position: absolute;
    top: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.slot-card__head__best svg {
    fill: #fff;
    height: 12px;
    margin: 0 8px 1px 0
}

.slot-card__meta {
    display: grid;
    row-gap: 16px
}

@media print, screen and (min-width: 40em) and (max-width: 62.49875em) {
    .slot-card__meta {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

@media screen and (min-width: 47.5em) {
    .slot-card__meta {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
}

@media print, screen and (min-width: 62.5em) {
    .slot-card__meta {
        padding: 0 12px;
        text-align: center
    }
}

.slot-card__meta__bonus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px
}

@media screen and (min-width: 26.25em) {
    .slot-card__meta__bonus {
        font-size: 16px
    }
}

@media print, screen and (min-width: 40em) {
    .slot-card__meta__bonus {
        font-size: 22px;
        line-height: 28px
    }
}

.slot-card__list {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 18px;
    color: #63666b
}

.slot-card__list li:not(:last-child) {
    margin-bottom: 8px
}

@media screen and (min-width: 26.25em) {
    .slot-card__list {
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 24px;
        column-gap: 24px
    }
}

@media screen and (min-width: 47.5em) {
    .slot-card__list {
        -webkit-column-count: 1;
        column-count: 1
    }
}

@media print, screen and (max-width: 39.99875em) {
    .slot-card__list__wrap {
        grid-column: 1/3
    }
}

@media print, screen and (min-width: 40em) and (max-width: 62.49875em) {
    .slot-card__list__wrap {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
}

@media screen and (min-width: 47.5em) {
    .slot-card__list__wrap {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
}

@media print, screen and (min-width: 62.5em) {
    .slot-card__list__wrap {
        padding: 0 12px
    }
}

.slot-card__title {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 24px
}

@media screen and (min-width: 26.25em) {
    .slot-card__title {
        font-size: 16px
    }
}

.slot-card__title a {
    color: #3b3e45;
    text-decoration: underline;
    font-weight: 600
}

.slot-card__title a:hover {
    text-decoration: none
}

.slot-card__rate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -2px
}

.slot-card__rate img {
    height: 13px;
    width: auto;
    margin: 2px
}

@media print, screen and (min-width: 62.5em) {
    .slot-card__rate {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media print, screen and (max-width: 39.99875em) {
    .slot-card__footer {
        grid-column: 1/3
    }
}

@media print, screen and (min-width: 40em) and (max-width: 62.49875em) {
    .slot-card__footer {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }
}

@media screen and (min-width: 47.5em) {
    .slot-card__footer {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
        grid-column: 1/4
    }
}

@media print, screen and (min-width: 62.5em) {
    .slot-card__footer {
        grid-column: 1;
        padding: 0 12px
    }
}

.slot-card__info {
    font-size: 12px;
    line-height: 14px;
    color: #a5a6ab;
    margin-top: 8px;
    text-align: center
}

@media print, screen and (min-width: 40em) {
    .tvs {
        display: grid;
        grid-template-columns:auto 288px;
        -webkit-column-gap: 24px;
        column-gap: 24px
    }
}

@media print, screen and (min-width: 62.5em) {
    .tvs {
        grid-template-columns:auto 30%
    }
}

.slot-other__title {
    background: #3b3da1;
    text-align: center;
    padding: 12px 20px;
    font-family: Poppins;
    font-weight: 600;
    border-radius: 6px 6px 0 0;
    color: #fff;
    line-height: 24px;
    margin-bottom: 4px
}

@media print, screen and (min-width: 40em) {
    .slot-other__title {
        padding: 10px 12px;
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 16px
    }
}

.slot-other__list {
    list-style-type: none;
    margin: 0;
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    -webkit-column-gap: 8px;
    column-gap: 8px;
    row-gap: 4px
}

@media print, screen and (min-width: 40em) {
    .slot-other__list {
        -webkit-column-gap: 24px;
        column-gap: 24px
    }
}

@media print, screen and (min-width: 62.5em) {
    .slot-other__list {
        grid-template-columns:repeat(4, 1fr)
    }
}

.slot-other__list a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 4px 8px rgba(59, 61, 161, .15);
    box-shadow: 0 4px 8px rgba(59, 61, 161, .15);
    border-radius: 6px;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    color: #3b3e45;
    background: #fff;
    -webkit-transition: background-color .2s, color .2s;
    transition: background-color .2s, color .2s
}

.slot-other__list a:hover {
    background: #3b3da1;
    color: #fff
}

@media print, screen and (min-width: 40em) {
    .slot-other__list a {
        font-size: 18px;
        line-height: 27px;
        padding: 12px 24px
    }
}

@media print, screen and (min-width: 40em) and (max-width: 62.49875em) {
    .slot-other__list a {
        text-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@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: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-multirow-column > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-container-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.not-selectable {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.carousel {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.carousel *, .carousel :after, .carousel :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.carousel__viewport {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.carousel__track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.carousel__slide {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: var(--carousel-slide-width, 60%);
    max-width: 100%;
    padding: 1rem;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel.has-dots {
    margin-bottom: calc(.5rem + 22px)
}

.carousel__dots {
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: calc(100% + .5rem);
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.carousel__dots .carousel__dot {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    width: 22px;
    height: 22px;
    cursor: pointer
}

.carousel__dots .carousel__dot:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: currentColor;
    opacity: .25;
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out
}

.carousel__dots .carousel__dot.is-selected:after {
    opacity: 1
}

.carousel__button {
    width: var(--carousel-button-width, 48px);
    height: var(--carousel-button-height, 48px);
    padding: 0;
    border: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: all;
    cursor: pointer;
    color: var(--carousel-button-color, currentColor);
    background: var(--carousel-button-bg, transparent);
    border-radius: var(--carousel-button-border-radius, 50%);
    -webkit-box-shadow: var(--carousel-button-shadow, none);
    box-shadow: var(--carousel-button-shadow, none)
}

.carousel__button.is-next, .carousel__button.is-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.carousel__button.is-prev {
    left: 10px
}

.carousel__button.is-next {
    right: 10px
}

.carousel__button[disabled] {
    cursor: default;
    opacity: .3
}

.carousel__button svg {
    width: var(--carousel-button-svg-width, 24px);
    height: var(--carousel-button-svg-height, 24px);
    fill: none;
    stroke: currentColor;
    stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
    stroke-linejoin: bevel;
    stroke-linecap: round;
    -webkit-filter: var(--carousel-button-svg-filter, none);
    filter: var(--carousel-button-svg-filter, none);
    pointer-events: none
}

body.compensate-for-scrollbar {
    overflow: hidden !important;
    -ms-touch-action: none;
    touch-action: none
}

.fancybox__container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: env(safe-area-inset-top, 0) env(safe-area-inset-right, 0) env(safe-area-inset-bottom, 0) env(safe-area-inset-left, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: var(--fancybox-color, #fff);
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
    z-index: 1050;
    outline: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 24px;
    --carousel-button-svg-height: 24px;
    --carousel-button-svg-stroke-width: 2.5;
    --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))
}

.fancybox__container *, .fancybox__container ::after, .fancybox__container ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.fancybox__container :focus {
    outline: thin dotted
}

body.is-using-mouse .fancybox__container :focus {
    outline: 0
}

@media all and (min-width: 1024px) {
    .fancybox__container {
        --carousel-button-svg-width: 27px;
        --carousel-button-svg-height: 27px
    }
}

.fancybox__backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: var(--fancybox-bg, rgba(24, 24, 27, .92))
}

.fancybox__carousel {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    z-index: 10
}

.fancybox__carousel.has-dots {
    margin-bottom: calc(.5rem + 22px)
}

.fancybox__viewport {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
    cursor: default
}

.fancybox__track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.fancybox__slide {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 64px;
    position: relative;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    --carousel-button-width: 36px;
    --carousel-button-height: 36px;
    --carousel-button-svg-width: 22px;
    --carousel-button-svg-height: 22px
}

.fancybox__slide::after, .fancybox__slide::before {
    content: "";
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 0;
    -ms-flex: 0 0 0px;
    flex: 0 0 0;
    margin: auto
}

@media all and (min-width: 1024px) {
    .fancybox__slide {
        padding: 64px 100px
    }
}

.fancybox__content {
    margin: 0 env(safe-area-inset-right, 0) 0 env(safe-area-inset-left, 0);
    padding: 36px;
    color: var(--fancybox-content-color, #374151);
    background: var(--fancybox-content-bg, #fff);
    position: relative;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 20
}

.fancybox__caption {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    max-width: 100%;
    margin: 0;
    padding: 1rem 0 0 0;
    line-height: 1.375;
    color: var(--fancybox-color, currentColor);
    visibility: visible;
    cursor: auto;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.is-loading .fancybox__caption {
    visibility: hidden
}

.fancybox__container > .carousel__dots {
    top: 100%;
    color: var(--fancybox-color, #fff)
}

.fancybox__nav .carousel__button {
    z-index: 40
}

.fancybox__nav .carousel__button.is-next {
    right: 8px
}

@media all and (min-width: 1024px) {
    .fancybox__nav .carousel__button.is-next {
        right: 40px
    }
}

.fancybox__nav .carousel__button.is-prev {
    left: 8px
}

@media all and (min-width: 1024px) {
    .fancybox__nav .carousel__button.is-prev {
        left: 40px
    }
}

.carousel__button.is-close {
    position: absolute;
    top: 8px;
    right: 8px;
    top: calc(env(safe-area-inset-top, 0px) + 8px);
    right: calc(env(safe-area-inset-right, 0px) + 8px);
    z-index: 40
}

@media all and (min-width: 1024px) {
    .carousel__button.is-close {
        right: 40px
    }
}

.fancybox__content > .carousel__button.is-close {
    position: absolute;
    top: -36px;
    right: 0;
    color: var(--fancybox-color, #fff)
}

.fancybox__spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 1053;
    color: var(--fancybox-color, currentColor)
}

.fancybox__spinner svg {
    -webkit-animation: fancybox-rotate 2s linear infinite;
    animation: fancybox-rotate 2s linear infinite;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%
}

.fancybox__spinner svg circle {
    fill: none;
    stroke-width: 2.5;
    stroke-miterlimit: 10;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
    animation: fancybox-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
    stroke: currentColor
}

@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes fancybox-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

@keyframes fancybox-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav {
    -webkit-transition: opacity var(--fancybox-ts, .25s) ease;
    transition: opacity var(--fancybox-ts, .25s) ease;
    opacity: var(--fancybox-opacity, 1)
}

.fancybox__container.is-animated[aria-hidden=true] .carousel__button.is-close, .fancybox__container.is-animated[aria-hidden=true] .carousel__dots, .fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=true] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=true] .fancybox__nav {
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    opacity: 0
}

.fancybox-fadeIn {
    -webkit-animation: .2s ease both fancybox-fadeIn;
    animation: .2s ease both fancybox-fadeIn
}

.fancybox-fadeOut {
    -webkit-animation: .2s ease both fancybox-fadeOut;
    animation: .2s ease both fancybox-fadeOut
}

.fancybox-zoomInUp {
    -webkit-animation: .2s ease both fancybox-zoomInUp;
    animation: .2s ease both fancybox-zoomInUp
}

.fancybox-zoomOutDown {
    -webkit-animation: .2s ease both fancybox-zoomOutDown;
    animation: .2s ease both fancybox-zoomOutDown
}

.fancybox-throwOutUp {
    -webkit-animation: .2s ease both fancybox-throwOutUp;
    animation: .2s ease both fancybox-throwOutUp
}

.fancybox-throwOutDown {
    -webkit-animation: .2s ease both fancybox-throwOutDown;
    animation: .2s ease both fancybox-throwOutDown
}

@-webkit-keyframes fancybox-fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fancybox-fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fancybox-fadeOut {
    to {
        opacity: 0
    }
}

@keyframes fancybox-fadeOut {
    to {
        opacity: 0
    }
}

@-webkit-keyframes fancybox-zoomInUp {
    from {
        -webkit-transform: scale(.97) translate3d(0, 16px, 0);
        transform: scale(.97) translate3d(0, 16px, 0);
        opacity: 0
    }
    to {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fancybox-zoomInUp {
    from {
        -webkit-transform: scale(.97) translate3d(0, 16px, 0);
        transform: scale(.97) translate3d(0, 16px, 0);
        opacity: 0
    }
    to {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes fancybox-zoomOutDown {
    to {
        -webkit-transform: scale(.97) translate3d(0, 16px, 0);
        transform: scale(.97) translate3d(0, 16px, 0);
        opacity: 0
    }
}

@keyframes fancybox-zoomOutDown {
    to {
        -webkit-transform: scale(.97) translate3d(0, 16px, 0);
        transform: scale(.97) translate3d(0, 16px, 0);
        opacity: 0
    }
}

@-webkit-keyframes fancybox-throwOutUp {
    20% {
        opacity: .5
    }
    to {
        -webkit-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0);
        opacity: 0
    }
}

@keyframes fancybox-throwOutUp {
    20% {
        opacity: .5
    }
    to {
        -webkit-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0);
        opacity: 0
    }
}

@-webkit-keyframes fancybox-throwOutDown {
    20% {
        opacity: .5
    }
    to {
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
        opacity: 0
    }
}

@keyframes fancybox-throwOutDown {
    20% {
        opacity: .5
    }
    to {
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
        opacity: 0
    }
}

.fancybox__carousel .carousel__slide {
    scrollbar-width: thin;
    scrollbar-color: #ccc rgba(255, 255, 255, .1)
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, .1)
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .2);
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .2)
}

.fancybox__carousel .is-draggable {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox__carousel .is-dragging {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox__carousel .carousel__slide:not(.has-image) .fancybox__content {
    cursor: auto
}

.fancybox__carousel .carousel__slide.can-zoom_in .fancybox__content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox__carousel .carousel__slide.can-zoom_out .fancybox__content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox__image {
    background: 0 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.has-image .fancybox__content {
    padding: 0;
    background: 0 0
}

.is-closing .has-image .fancybox__content {
    overflow: visible
}

.has-image[data-image-fit=contain] {
    overflow: visible;
    -ms-touch-action: none;
    touch-action: none
}

.has-image[data-image-fit=contain] .fancybox__content {
    min-height: 1px
}

.has-image[data-image-fit=contain] .fancybox__image {
    max-width: 100%;
    min-height: 1px;
    -o-object-fit: contain;
    object-fit: contain;
    background: 0 0
}

.has-image[data-image-fit=contain-w] {
    overflow-x: hidden;
    overflow-y: auto
}

.has-image[data-image-fit=contain-w] .fancybox__content {
    min-height: auto
}

.has-image[data-image-fit=contain-w] .fancybox__image {
    max-width: 100%;
    height: auto
}

.has-image[data-image-fit=cover] {
    overflow: visible;
    -ms-touch-action: none;
    touch-action: none
}

.has-image[data-image-fit=cover] .fancybox__content {
    min-height: 1px;
    width: 100%;
    height: 100%
}

.has-image[data-image-fit=cover] .fancybox__image {
    width: 100%;
    height: 100%;
    min-height: 1px;
    -o-object-fit: cover;
    object-fit: cover
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content, .fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-height: 1px;
    overflow: visible
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
    width: 100%;
    height: 80%
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content {
    width: 960px;
    height: 540px;
    max-width: 100%;
    max-height: 100%
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content {
    padding: 0;
    background: rgba(24, 24, 27, .9);
    color: #fff
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
    background: #e5e3df
}

.fancybox__html5video, .fancybox__iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: 0 0
}

.fancybox-placeholder {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.fancybox__thumbs {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    padding: 0 3px
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__thumbs {
    -webkit-transition: unset;
    transition: unset;
    opacity: 0
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
    -webkit-transition: opacity var(--fancybox-ts, .25s) ease-in;
    transition: opacity var(--fancybox-ts, .25s) ease-in;
    opacity: var(--fancybox-opacity, 1)
}

.fancybox__thumbs .carousel__slide {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: var(--fancybox-thumbs-width, 96px);
    margin: 0;
    padding: 8px 3px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: visible;
    cursor: pointer
}

.fancybox__thumbs .carousel__slide.is-nav-selected::after {
    content: "";
    position: absolute;
    top: 0;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border-bottom: 3px solid currentColor
}

.fancybox__thumbs .carousel__slide > * {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox__thumb {
    position: relative;
    width: 100%;
    padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
    background-size: cover;
    background-position: center center;
    background-color: rgba(255, 255, 255, .1);
    background-repeat: no-repeat
}