@font-face {
    font-family: Graphik;
    src: url(../fonts/Graphik-SemiboldItalic.woff2) format('woff2'), url(../fonts/Graphik-SemiboldItalic.woff) format('woff');
    font-weight: 600;
    font-style: italic
}

@font-face {
    font-family: Graphik;
    src: url(../fonts/Graphik-ThinItalic.woff2) format('woff2'), url(../fonts/Graphik-ThinItalic.woff) format('woff');
    font-weight: 100;
    font-style: italic
}

@font-face {
    font-family: Graphik;
    src: url(../fonts/Graphik-Regular.woff2) format('woff2'), url(../fonts/Graphik-Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Graphik;
    src: url(../fonts/Graphik-Thin.woff2) format('woff2'), url(../fonts/Graphik-Thin.woff) format('woff');
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: Graphik;
    src: url(../fonts/Graphik-LightItalic.woff2) format('woff2'), url(../fonts/Graphik-LightItalic.woff) format('woff');
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: 'Graphik Super';
    src: url(../fonts/Graphik-Super.woff2) format('woff2'), url(../fonts/Graphik-Super.woff) format('woff');
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: Graphik;
    src: url(../fonts/Graphik-ExtralightItalic.woff2) format('woff2'), url(../fonts/Graphik-ExtralightItalic.woff) format('woff');
    font-weight: 200;
    font-style: italic
}

@font-face {
    font-family: 'Graphik Super';
    src: url(../fonts/Graphik-SuperItalic.woff2) format('woff2'), url(../fonts/Graphik-SuperItalic.woff) format('woff');
    font-weight: 900;
    font-style: italic
}

@font-face {
    font-family: Graphik;
    src: url(../fonts/Graphik-Light.woff2) format('woff2'), url(../fonts/Graphik-Light.woff) format('woff');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Graphik;
    src: url(../fonts/Graphik-Extralight.woff2) format('woff2'), url(../fonts/Graphik-Extralight.woff) format('woff');
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: Graphik;
    src: url(../fonts/Graphik-BlackItalic.woff2) format('woff2'), url(../fonts/Graphik-BlackItalic.woff) format('woff');
    font-weight: 900;
    font-style: italic
}

@font-face {
    font-family: Graphik;
    src: url(../fonts/Graphik-Black.woff2) format('woff2'), url(../fonts/Graphik-Black.woff) format('woff');
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: Graphik;
    src: url(../fonts/Graphik-Semibold.woff2) format('woff2'), url(../fonts/Graphik-Semibold.woff) format('woff');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Graphik;
    src: url(../fonts/Graphik-Bold.woff2) format('woff2'), url(../fonts/Graphik-Bold.woff) format('woff');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Graphik;
    src: url(../fonts/Graphik-Medium.woff2) format('woff2'), url(../fonts/Graphik-Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Graphik;
    src: url(../fonts/Graphik-BoldItalic.woff2) format('woff2'), url(../fonts/Graphik-BoldItalic.woff) format('woff');
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: Graphik;
    src: url(../fonts/Graphik-RegularItalic.woff2) format('woff2'), url(../fonts/Graphik-RegularItalic.woff) format('woff');
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: Graphik;
    src: url(../fonts/Graphik-MediumItalic.woff2) format('woff2'), url(../fonts/Graphik-MediumItalic.woff) format('woff');
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: 'Domaine Disp';
    src: url(../fonts/DomaineDisp-Regular.woff2) format('woff2'), url(../fonts/DomaineDisp-Regular.woff) format('woff'), url(../fonts/DomaineDisp-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Domaine Disp';
    src: url(../fonts/DomaineDispSemibold.woff2) format('woff2'), url(../fonts/DomaineDispSemibold.woff) format('woff'), url(../fonts/DomaineDispSemibold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.bootstrap-touchspin .input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 8px 10px;
    margin-left: -1px;
    position: relative
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
    border-top-right-radius: 4px
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    margin-top: -2px;
    border-radius: 0;
    border-bottom-right-radius: 4px
}

.bootstrap-touchspin .input-group-btn-vertical i {
    position: absolute;
    top: 3px;
    left: 5px;
    font-size: 9px;
    font-weight: 400
}

/*!
 * Bootstrap v4.0.0-alpha.5 (https://getbootstrap.com)
 * Copyright 2011-2016 The Bootstrap Authors
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

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
}

svg:not(:root) {
    overflow: hidden
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: 700
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

@media print {

    *,
    :after,
    :before,
    :first-letter,
    blockquote:first-line,
    div:first-line,
    li:first-line,
    p:first-line {
        text-shadow: none;
        box-shadow: none
    }

    a,
    a:visited {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000
    }

    .tag {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse
    }

    .table td,
    .table th {
        background-color: #fff
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd
    }
}

html {
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}

@-ms-viewport {
    width: device-width
}

html {
    font-size: 16px;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

body {
    line-height: 1.5;
    color: #373a3c;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #f1f1f1
}

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

pre {
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle
}

[role=button] {
    cursor: pointer
}

[role=button],
a,
area,
button,
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

table {
    border-collapse: collapse;
    background-color: transparent
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #7a7a7a;
    caption-side: bottom
}

caption,
th {
    text-align: left
}

label {
    display: inline-block
}

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

button,
input,
select,
textarea {
    line-height: inherit
}

input[type=checkbox]:disabled,
input[type=radio]:disabled {
    cursor: not-allowed
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit
}

input[type=search] {
    -webkit-appearance: none
}

output {
    display: inline-block
}

[hidden] {
    display: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: inherit
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 3.125rem;
    font-weight: 600
}

.display-2 {
    font-size: 2.188rem;
    font-weight: 400
}

.display-3 {
    font-size: 1.563rem;
    font-weight: 400
}

.display-4 {
    font-size: 1.25rem;
    font-weight: 400
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: 5px
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    padding: .5rem 1rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    border-left: .25rem solid #f6f6f6
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #f1f1f1
}

.blockquote-footer:before {
    content: "\2014   \A0"
}

.blockquote-reverse {
    padding-right: 1rem;
    padding-left: 0;
    text-align: right;
    border-right: .25rem solid #f6f6f6;
    border-left: 0
}

.blockquote-reverse .blockquote-footer:before {
    content: ""
}

.blockquote-reverse .blockquote-footer:after {
    content: "\A0   \2014"
}

dl.row>dd+dt {
    clear: left
}

.carousel-inner>.carousel-item>a>img,
.carousel-inner>.carousel-item>img,
.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    transition: all .2s ease-in-out
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #f1f1f1
}

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

code {
    color: #bd4147;
    background-color: #f7f7f9;
    border-radius: 0
}

code,
kbd {
    padding: .2rem .4rem;
    font-size: 90%
}

kbd {
    color: #fff;
    background-color: #333;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: #373a3c
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:after {
    content: "";
    display: table;
    clear: both
}

@media (min-width:576px) {
    .container {
        width: 540px;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .container {
        width: 720px;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .container {
        width: 960px;
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .container {
        width: 1140px;
        max-width: 100%
    }
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid:after {
    content: "";
    display: table;
    clear: both
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.row:after {
    content: "";
    display: table;
    clear: both
}

@media (min-width:576px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width:768px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width:992px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width:1200px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:576px) {

    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xs,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:768px) {

    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xs,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:992px) {

    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xs,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:1200px) {

    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xs,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        padding-right: 15px;
        padding-left: 15px
    }
}

.col-xs-1 {
    float: left;
    width: 8.33333%
}

.col-xs-2 {
    float: left;
    width: 16.66667%
}

.col-xs-3 {
    float: left;
    width: 25%
}

.col-xs-4 {
    float: left;
    width: 33.33333%
}

.col-xs-5 {
    float: left;
    width: 41.66667%
}

.col-xs-6 {
    float: left;
    width: 50%
}

.col-xs-7 {
    float: left;
    width: 58.33333%
}

.col-xs-8 {
    float: left;
    width: 66.66667%
}

.col-xs-9 {
    float: left;
    width: 75%
}

.col-xs-10 {
    float: left;
    width: 83.33333%
}

.col-xs-11 {
    float: left;
    width: 91.66667%
}

.col-xs-12 {
    float: left;
    width: 100%
}

.pull-xs-0 {
    right: auto
}

.pull-xs-1 {
    right: 8.33333%
}

.pull-xs-2 {
    right: 16.66667%
}

.pull-xs-3 {
    right: 25%
}

.pull-xs-4 {
    right: 33.33333%
}

.pull-xs-5 {
    right: 41.66667%
}

.pull-xs-6 {
    right: 50%
}

.pull-xs-7 {
    right: 58.33333%
}

.pull-xs-8 {
    right: 66.66667%
}

.pull-xs-9 {
    right: 75%
}

.pull-xs-10 {
    right: 83.33333%
}

.pull-xs-11 {
    right: 91.66667%
}

.pull-xs-12 {
    right: 100%
}

.push-xs-0 {
    left: auto
}

.push-xs-1 {
    left: 8.33333%
}

.push-xs-2 {
    left: 16.66667%
}

.push-xs-3 {
    left: 25%
}

.push-xs-4 {
    left: 33.33333%
}

.push-xs-5 {
    left: 41.66667%
}

.push-xs-6 {
    left: 50%
}

.push-xs-7 {
    left: 58.33333%
}

.push-xs-8 {
    left: 66.66667%
}

.push-xs-9 {
    left: 75%
}

.push-xs-10 {
    left: 83.33333%
}

.push-xs-11 {
    left: 91.66667%
}

.push-xs-12 {
    left: 100%
}

.offset-xs-1 {
    margin-left: 8.33333%
}

.offset-xs-2 {
    margin-left: 16.66667%
}

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

.offset-xs-4 {
    margin-left: 33.33333%
}

.offset-xs-5 {
    margin-left: 41.66667%
}

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

.offset-xs-7 {
    margin-left: 58.33333%
}

.offset-xs-8 {
    margin-left: 66.66667%
}

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

.offset-xs-10 {
    margin-left: 83.33333%
}

.offset-xs-11 {
    margin-left: 91.66667%
}

@media (min-width:576px) {
    .col-sm-1 {
        float: left;
        width: 8.33333%
    }

    .col-sm-2 {
        float: left;
        width: 16.66667%
    }

    .col-sm-3 {
        float: left;
        width: 25%
    }

    .col-sm-4 {
        float: left;
        width: 33.33333%
    }

    .col-sm-5 {
        float: left;
        width: 41.66667%
    }

    .col-sm-6 {
        float: left;
        width: 50%
    }

    .col-sm-7 {
        float: left;
        width: 58.33333%
    }

    .col-sm-8 {
        float: left;
        width: 66.66667%
    }

    .col-sm-9 {
        float: left;
        width: 75%
    }

    .col-sm-10 {
        float: left;
        width: 83.33333%
    }

    .col-sm-11 {
        float: left;
        width: 91.66667%
    }

    .col-sm-12 {
        float: left;
        width: 100%
    }

    .pull-sm-0 {
        right: auto
    }

    .pull-sm-1 {
        right: 8.33333%
    }

    .pull-sm-2 {
        right: 16.66667%
    }

    .pull-sm-3 {
        right: 25%
    }

    .pull-sm-4 {
        right: 33.33333%
    }

    .pull-sm-5 {
        right: 41.66667%
    }

    .pull-sm-6 {
        right: 50%
    }

    .pull-sm-7 {
        right: 58.33333%
    }

    .pull-sm-8 {
        right: 66.66667%
    }

    .pull-sm-9 {
        right: 75%
    }

    .pull-sm-10 {
        right: 83.33333%
    }

    .pull-sm-11 {
        right: 91.66667%
    }

    .pull-sm-12 {
        right: 100%
    }

    .push-sm-0 {
        left: auto
    }

    .push-sm-1 {
        left: 8.33333%
    }

    .push-sm-2 {
        left: 16.66667%
    }

    .push-sm-3 {
        left: 25%
    }

    .push-sm-4 {
        left: 33.33333%
    }

    .push-sm-5 {
        left: 41.66667%
    }

    .push-sm-6 {
        left: 50%
    }

    .push-sm-7 {
        left: 58.33333%
    }

    .push-sm-8 {
        left: 66.66667%
    }

    .push-sm-9 {
        left: 75%
    }

    .push-sm-10 {
        left: 83.33333%
    }

    .push-sm-11 {
        left: 91.66667%
    }

    .push-sm-12 {
        left: 100%
    }

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

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

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

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

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

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

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

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md-1 {
        float: left;
        width: 8.33333%
    }

    .col-md-2 {
        float: left;
        width: 16.66667%
    }

    .col-md-3 {
        float: left;
        width: 25%
    }

    .col-md-4 {
        float: left;
        width: 33.33333%
    }

    .col-md-5 {
        float: left;
        width: 41.66667%
    }

    .col-md-6 {
        float: left;
        width: 50%
    }

    .col-md-7 {
        float: left;
        width: 58.33333%
    }

    .col-md-8 {
        float: left;
        width: 66.66667%
    }

    .col-md-9 {
        float: left;
        width: 75%
    }

    .col-md-10 {
        float: left;
        width: 83.33333%
    }

    .col-md-11 {
        float: left;
        width: 91.66667%
    }

    .col-md-12 {
        float: left;
        width: 100%
    }

    .pull-md-0 {
        right: auto
    }

    .pull-md-1 {
        right: 8.33333%
    }

    .pull-md-2 {
        right: 16.66667%
    }

    .pull-md-3 {
        right: 25%
    }

    .pull-md-4 {
        right: 33.33333%
    }

    .pull-md-5 {
        right: 41.66667%
    }

    .pull-md-6 {
        right: 50%
    }

    .pull-md-7 {
        right: 58.33333%
    }

    .pull-md-8 {
        right: 66.66667%
    }

    .pull-md-9 {
        right: 75%
    }

    .pull-md-10 {
        right: 83.33333%
    }

    .pull-md-11 {
        right: 91.66667%
    }

    .pull-md-12 {
        right: 100%
    }

    .push-md-0 {
        left: auto
    }

    .push-md-1 {
        left: 8.33333%
    }

    .push-md-2 {
        left: 16.66667%
    }

    .push-md-3 {
        left: 25%
    }

    .push-md-4 {
        left: 33.33333%
    }

    .push-md-5 {
        left: 41.66667%
    }

    .push-md-6 {
        left: 50%
    }

    .push-md-7 {
        left: 58.33333%
    }

    .push-md-8 {
        left: 66.66667%
    }

    .push-md-9 {
        left: 75%
    }

    .push-md-10 {
        left: 83.33333%
    }

    .push-md-11 {
        left: 91.66667%
    }

    .push-md-12 {
        left: 100%
    }

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

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

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

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

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

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

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

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .col-lg-1 {
        float: left;
        width: 8.33333%
    }

    .col-lg-2 {
        float: left;
        width: 16.66667%
    }

    .col-lg-3 {
        float: left;
        width: 25%
    }

    .col-lg-4 {
        float: left;
        width: 33.33333%
    }

    .col-lg-5 {
        float: left;
        width: 41.66667%
    }

    .col-lg-6 {
        float: left;
        width: 50%
    }

    .col-lg-7 {
        float: left;
        width: 58.33333%
    }

    .col-lg-8 {
        float: left;
        width: 66.66667%
    }

    .col-lg-9 {
        float: left;
        width: 75%
    }

    .col-lg-10 {
        float: left;
        width: 83.33333%
    }

    .col-lg-11 {
        float: left;
        width: 91.66667%
    }

    .col-lg-12 {
        float: left;
        width: 100%
    }

    .pull-lg-0 {
        right: auto
    }

    .pull-lg-1 {
        right: 8.33333%
    }

    .pull-lg-2 {
        right: 16.66667%
    }

    .pull-lg-3 {
        right: 25%
    }

    .pull-lg-4 {
        right: 33.33333%
    }

    .pull-lg-5 {
        right: 41.66667%
    }

    .pull-lg-6 {
        right: 50%
    }

    .pull-lg-7 {
        right: 58.33333%
    }

    .pull-lg-8 {
        right: 66.66667%
    }

    .pull-lg-9 {
        right: 75%
    }

    .pull-lg-10 {
        right: 83.33333%
    }

    .pull-lg-11 {
        right: 91.66667%
    }

    .pull-lg-12 {
        right: 100%
    }

    .push-lg-0 {
        left: auto
    }

    .push-lg-1 {
        left: 8.33333%
    }

    .push-lg-2 {
        left: 16.66667%
    }

    .push-lg-3 {
        left: 25%
    }

    .push-lg-4 {
        left: 33.33333%
    }

    .push-lg-5 {
        left: 41.66667%
    }

    .push-lg-6 {
        left: 50%
    }

    .push-lg-7 {
        left: 58.33333%
    }

    .push-lg-8 {
        left: 66.66667%
    }

    .push-lg-9 {
        left: 75%
    }

    .push-lg-10 {
        left: 83.33333%
    }

    .push-lg-11 {
        left: 91.66667%
    }

    .push-lg-12 {
        left: 100%
    }

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

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

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

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

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

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

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

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .col-xl-1 {
        float: left;
        width: 8.33333%
    }

    .col-xl-2 {
        float: left;
        width: 16.66667%
    }

    .col-xl-3 {
        float: left;
        width: 25%
    }

    .col-xl-4 {
        float: left;
        width: 33.33333%
    }

    .col-xl-5 {
        float: left;
        width: 41.66667%
    }

    .col-xl-6 {
        float: left;
        width: 50%
    }

    .col-xl-7 {
        float: left;
        width: 58.33333%
    }

    .col-xl-8 {
        float: left;
        width: 66.66667%
    }

    .col-xl-9 {
        float: left;
        width: 75%
    }

    .col-xl-10 {
        float: left;
        width: 83.33333%
    }

    .col-xl-11 {
        float: left;
        width: 91.66667%
    }

    .col-xl-12 {
        float: left;
        width: 100%
    }

    .pull-xl-0 {
        right: auto
    }

    .pull-xl-1 {
        right: 8.33333%
    }

    .pull-xl-2 {
        right: 16.66667%
    }

    .pull-xl-3 {
        right: 25%
    }

    .pull-xl-4 {
        right: 33.33333%
    }

    .pull-xl-5 {
        right: 41.66667%
    }

    .pull-xl-6 {
        right: 50%
    }

    .pull-xl-7 {
        right: 58.33333%
    }

    .pull-xl-8 {
        right: 66.66667%
    }

    .pull-xl-9 {
        right: 75%
    }

    .pull-xl-10 {
        right: 83.33333%
    }

    .pull-xl-11 {
        right: 91.66667%
    }

    .pull-xl-12 {
        right: 100%
    }

    .push-xl-0 {
        left: auto
    }

    .push-xl-1 {
        left: 8.33333%
    }

    .push-xl-2 {
        left: 16.66667%
    }

    .push-xl-3 {
        left: 25%
    }

    .push-xl-4 {
        left: 33.33333%
    }

    .push-xl-5 {
        left: 41.66667%
    }

    .push-xl-6 {
        left: 50%
    }

    .push-xl-7 {
        left: 58.33333%
    }

    .push-xl-8 {
        left: 66.66667%
    }

    .push-xl-9 {
        left: 75%
    }

    .push-xl-10 {
        left: 83.33333%
    }

    .push-xl-11 {
        left: 91.66667%
    }

    .push-xl-12 {
        left: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #f6f6f6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #f6f6f6
}

.table tbody+tbody {
    border-top: 2px solid #f6f6f6
}

.table .table {
    background-color: #fff
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #f6f6f6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th,
.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #dff0d8
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #d0e9c6
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #d9edf7
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #c4e3f3
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #fcf8e3
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #faf2cc
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f2dede
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #ebcccc
}

.thead-inverse th {
    color: #fff;
    background-color: #373a3c
}

.thead-default th {
    color: #7a7a7a;
    background-color: #f6f6f6
}

.table-inverse {
    color: #f6f6f6;
    background-color: #373a3c
}

.table-inverse td,
.table-inverse th,
.table-inverse thead th {
    border-color: #7a7a7a
}

.table-inverse.table-bordered {
    border: 0
}

.table-responsive {
    display: block;
    width: 100%;
    min-height: 0;
    overflow-x: auto
}

.table-reflow thead {
    float: left
}

.table-reflow tbody {
    display: block;
    white-space: nowrap
}

.table-reflow td,
.table-reflow th {
    border-top: 1px solid #f6f6f6;
    border-left: 1px solid #f6f6f6
}

.table-reflow td:last-child,
.table-reflow th:last-child {
    border-right: 1px solid #f6f6f6
}

.table-reflow tbody:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow thead:last-child tr:last-child th {
    border-bottom: 1px solid #f6f6f6
}

.table-reflow tr {
    float: left
}

.table-reflow tr td,
.table-reflow tr th {
    display: block;
    border: 1px solid #f6f6f6
}

.form-control {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border-radius: 0
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #7a7a7a;
    border-color: #66afe9;
    outline: 0
}

.form-control::-webkit-input-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999;
    opacity: 1
}

.form-control::placeholder {
    color: #999;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #f6f6f6;
    opacity: 1
}

.form-control:disabled {
    cursor: not-allowed
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.5rem - 2px)
}

select.form-control:focus::-ms-value {
    color: #7a7a7a;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block
}

.col-form-label {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0
}

.col-form-label-lg {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .9375rem
}

.col-form-label-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: .875rem
}

.col-form-legend {
    margin-bottom: 0;
    font-size: 1rem
}

.col-form-legend,
.form-control-static {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.form-control-static {
    line-height: 1.25;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-static.form-control-lg,
.form-control-static.form-control-sm,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.input-group-sm>.input-group-btn>select.btn:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
.input-group-sm>select.input-group-addon:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
    height: 1.8125rem
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    padding: .75rem 1.5rem;
    font-size: .9375rem;
    border-radius: .3rem
}

.input-group-lg>.input-group-btn>select.btn:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
.input-group-lg>select.input-group-addon:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
    height: 2.75rem
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-check {
    position: relative;
    display: block;
    margin-bottom: .75rem
}

.form-check+.form-check {
    margin-top: -.25rem
}

.form-check.disabled .form-check-label {
    color: #7a7a7a;
    cursor: not-allowed
}

.form-check-label {
    padding-left: .3rem;
    margin-bottom: 0;
    cursor: pointer
}

.form-check-input {
    position: absolute;
    margin-left: -1.25rem
}

.form-check-input:only-child {
    position: static
}

.form-check-inline {
    position: relative;
    display: inline-block;
    padding-left: 1.25rem;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: pointer
}

.form-check-inline+.form-check-inline {
    margin-left: .75rem
}

.form-check-inline.disabled {
    color: #7a7a7a;
    cursor: not-allowed
}

.form-control-feedback {
    margin-top: .25rem
}

.form-control-danger,
.form-control-success,
.form-control-warning {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right .625rem;
    background-size: 1.25rem 1.25rem
}

.has-success .custom-control,
.has-success .form-check-inline,
.has-success .form-check-label,
.has-success .form-control-feedback,
.has-success .form-control-label {
    color: #4cbb6c
}

.has-success .form-control {
    border-color: #4cbb6c
}

.has-success .form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #96d7a9
}

.has-success .input-group-addon {
    color: #4cbb6c;
    border-color: #4cbb6c;
    background-color: #e0f3e5
}

.has-success .form-control-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#4cbb6c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
}

.has-warning .custom-control,
.has-warning .form-check-inline,
.has-warning .form-check-label,
.has-warning .form-control-feedback,
.has-warning .form-control-label {
    color: #ff9a52
}

.has-warning .form-control {
    border-color: #ff9a52
}

.has-warning .form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ffd6b8
}

.has-warning .input-group-addon {
    color: #ff9a52;
    border-color: #ff9a52;
    background-color: #fff
}

.has-warning .form-control-warning {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#ff9a52' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E")
}

.has-danger .custom-control,
.has-danger .form-check-inline,
.has-danger .form-check-label,
.has-danger .form-control-feedback,
.has-danger .form-control-label {
    color: #ff4c4c
}

.has-danger .form-control {
    border-color: #ff4c4c
}

.has-danger .form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ffb2b2
}

.has-danger .input-group-addon {
    color: #ff4c4c;
    border-color: #ff4c4c;
    background-color: #fff
}

.has-danger .form-control-danger {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#ff4c4c' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E")
}

@media (min-width:576px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        width: auto;
        vertical-align: middle
    }

    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .form-check,
    .form-inline .form-control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-check {
        display: inline-block;
        margin-top: 0
    }

    .form-inline .form-check-label {
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    border-radius: 0
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0
}

.btn.focus,
.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0
}

.btn.disabled,
.btn:disabled {
    cursor: not-allowed;
    opacity: .65
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-tertiary {
    color: #232323;
    background-color: #f6f6f6;
    border-color: transparent
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-tertiary:focus,
.btn-tertiary:hover,
.focus.btn-tertiary {
    color: #232323;
    background-color: #ddd;
    border-color: transparent
}

.active.btn-tertiary,
.btn-secondary.active,
.btn-secondary:active,
.btn-tertiary:active,
.open>.btn-secondary.dropdown-toggle,
.open>.dropdown-toggle.btn-tertiary {
    color: #232323;
    background-color: #ddd;
    border-color: transparent;
    background-image: none
}

.active.btn-tertiary:focus,
.active.btn-tertiary:hover,
.active.focus.btn-tertiary,
.btn-secondary.active.focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary:active.focus,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.btn-tertiary:active.focus,
.btn-tertiary:active:focus,
.btn-tertiary:active:hover,
.open>.btn-secondary.dropdown-toggle.focus,
.open>.btn-secondary.dropdown-toggle:focus,
.open>.btn-secondary.dropdown-toggle:hover,
.open>.dropdown-toggle.btn-tertiary:focus,
.open>.dropdown-toggle.btn-tertiary:hover,
.open>.dropdown-toggle.focus.btn-tertiary {
    color: #232323;
    background-color: #cbcbcb;
    border-color: transparent
}

.btn-secondary.disabled.focus,
.btn-secondary.disabled:focus,
.btn-secondary.disabled:hover,
.btn-secondary:disabled.focus,
.btn-secondary:disabled:focus,
.btn-secondary:disabled:hover,
.btn-tertiary:disabled.focus,
.btn-tertiary:disabled:focus,
.btn-tertiary:disabled:hover,
.disabled.btn-tertiary:focus,
.disabled.btn-tertiary:hover,
.disabled.focus.btn-tertiary {
    background-color: #f6f6f6;
    border-color: transparent
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2
}

.btn-info.active,
.btn-info:active,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
    background-image: none
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1f7e9a
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info:disabled.focus,
.btn-info:disabled:focus,
.btn-info:disabled:hover {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-success {
    color: #fff;
    background-color: #4cbb6c;
    border-color: #4cbb6c
}

.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
    color: #fff;
    background-color: #3a9a56;
    border-color: #389252
}

.btn-success.active,
.btn-success:active,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #3a9a56;
    border-color: #389252;
    background-image: none
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.btn-success.dropdown-toggle.focus,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #318047;
    border-color: #256237
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success:disabled.focus,
.btn-success:disabled:focus,
.btn-success:disabled:hover {
    background-color: #4cbb6c;
    border-color: #4cbb6c
}

.btn-warning {
    color: #fff;
    background-color: #ff9a52;
    border-color: #ff9a52
}

.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
    color: #fff;
    background-color: #ff7c1f;
    border-color: #ff7615
}

.btn-warning.active,
.btn-warning:active,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ff7c1f;
    border-color: #ff7615;
    background-image: none
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.btn-warning.dropdown-toggle.focus,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #fa6800;
    border-color: #d25700
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning:disabled.focus,
.btn-warning:disabled:focus,
.btn-warning:disabled:hover {
    background-color: #ff9a52;
    border-color: #ff9a52
}

.btn-danger {
    color: #fff;
    background-color: #ff4c4c;
    border-color: #ff4c4c
}

.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
    color: #fff;
    background-color: #ff1919;
    border-color: #ff0f0f
}

.btn-danger.active,
.btn-danger:active,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff1919;
    border-color: #ff0f0f;
    background-image: none
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.btn-danger.dropdown-toggle.focus,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #f40000;
    border-color: #c00
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger:disabled.focus,
.btn-danger:disabled:focus,
.btn-danger:disabled:hover {
    background-color: #ff4c4c;
    border-color: #ff4c4c
}

.btn-outline-primary {
    color: #6acdc4;
    background-image: none;
    background-color: transparent;
    border-color: #6acdc4
}

.btn-outline-primary.active,
.btn-outline-primary.focus,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.open>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #6acdc4;
    border-color: #6acdc4
}

.btn-outline-primary.active.focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.active:hover,
.btn-outline-primary:active.focus,
.btn-outline-primary:active:focus,
.btn-outline-primary:active:hover,
.open>.btn-outline-primary.dropdown-toggle.focus,
.open>.btn-outline-primary.dropdown-toggle:focus,
.open>.btn-outline-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #1e788c;
    border-color: #175c6a
}

.btn-outline-primary.disabled.focus,
.btn-outline-primary.disabled:focus,
.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled.focus,
.btn-outline-primary:disabled:focus,
.btn-outline-primary:disabled:hover {
    border-color: #83d3e4
}

.btn-outline-secondary {
    color: transparent;
    background-image: none;
    background-color: transparent;
    border-color: transparent
}

.btn-outline-secondary.active,
.btn-outline-secondary.active.focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.active:hover,
.btn-outline-secondary.focus,
.btn-outline-secondary:active,
.btn-outline-secondary:active.focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary:active:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:hover,
.open>.btn-outline-secondary.dropdown-toggle,
.open>.btn-outline-secondary.dropdown-toggle.focus,
.open>.btn-outline-secondary.dropdown-toggle:focus,
.open>.btn-outline-secondary.dropdown-toggle:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent
}

.btn-outline-secondary.disabled.focus,
.btn-outline-secondary.disabled:focus,
.btn-outline-secondary.disabled:hover,
.btn-outline-secondary:disabled.focus,
.btn-outline-secondary:disabled:focus,
.btn-outline-secondary:disabled:hover {
    border-color: rgba(51, 51, 51, 0)
}

.btn-outline-info {
    color: #5bc0de;
    background-image: none;
    background-color: transparent;
    border-color: #5bc0de
}

.btn-outline-info.active,
.btn-outline-info.focus,
.btn-outline-info:active,
.btn-outline-info:focus,
.btn-outline-info:hover,
.open>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-outline-info.active.focus,
.btn-outline-info.active:focus,
.btn-outline-info.active:hover,
.btn-outline-info:active.focus,
.btn-outline-info:active:focus,
.btn-outline-info:active:hover,
.open>.btn-outline-info.dropdown-toggle.focus,
.open>.btn-outline-info.dropdown-toggle:focus,
.open>.btn-outline-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1f7e9a
}

.btn-outline-info.disabled.focus,
.btn-outline-info.disabled:focus,
.btn-outline-info.disabled:hover,
.btn-outline-info:disabled.focus,
.btn-outline-info:disabled:focus,
.btn-outline-info:disabled:hover {
    border-color: #b0e1ef
}

.btn-outline-success {
    color: #4cbb6c;
    background-image: none;
    background-color: transparent;
    border-color: #4cbb6c
}

.btn-outline-success.active,
.btn-outline-success.focus,
.btn-outline-success:active,
.btn-outline-success:focus,
.btn-outline-success:hover,
.open>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #4cbb6c;
    border-color: #4cbb6c
}

.btn-outline-success.active.focus,
.btn-outline-success.active:focus,
.btn-outline-success.active:hover,
.btn-outline-success:active.focus,
.btn-outline-success:active:focus,
.btn-outline-success:active:hover,
.open>.btn-outline-success.dropdown-toggle.focus,
.open>.btn-outline-success.dropdown-toggle:focus,
.open>.btn-outline-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #318047;
    border-color: #256237
}

.btn-outline-success.disabled.focus,
.btn-outline-success.disabled:focus,
.btn-outline-success.disabled:hover,
.btn-outline-success:disabled.focus,
.btn-outline-success:disabled:focus,
.btn-outline-success:disabled:hover {
    border-color: #96d7a9
}

.btn-outline-warning {
    color: #ff9a52;
    background-image: none;
    background-color: transparent;
    border-color: #ff9a52
}

.btn-outline-warning.active,
.btn-outline-warning.focus,
.btn-outline-warning:active,
.btn-outline-warning:focus,
.btn-outline-warning:hover,
.open>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ff9a52;
    border-color: #ff9a52
}

.btn-outline-warning.active.focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.active:hover,
.btn-outline-warning:active.focus,
.btn-outline-warning:active:focus,
.btn-outline-warning:active:hover,
.open>.btn-outline-warning.dropdown-toggle.focus,
.open>.btn-outline-warning.dropdown-toggle:focus,
.open>.btn-outline-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #fa6800;
    border-color: #d25700
}

.btn-outline-warning.disabled.focus,
.btn-outline-warning.disabled:focus,
.btn-outline-warning.disabled:hover,
.btn-outline-warning:disabled.focus,
.btn-outline-warning:disabled:focus,
.btn-outline-warning:disabled:hover {
    border-color: #ffd6b8
}

.btn-outline-danger {
    color: #ff4c4c;
    background-image: none;
    background-color: transparent;
    border-color: #ff4c4c
}

.btn-outline-danger.active,
.btn-outline-danger.focus,
.btn-outline-danger:active,
.btn-outline-danger:focus,
.btn-outline-danger:hover,
.open>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff4c4c;
    border-color: #ff4c4c
}

.btn-outline-danger.active.focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.active:hover,
.btn-outline-danger:active.focus,
.btn-outline-danger:active:focus,
.btn-outline-danger:active:hover,
.open>.btn-outline-danger.dropdown-toggle.focus,
.open>.btn-outline-danger.dropdown-toggle:focus,
.open>.btn-outline-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #f40000;
    border-color: #c00
}

.btn-outline-danger.disabled.focus,
.btn-outline-danger.disabled:focus,
.btn-outline-danger.disabled:hover,
.btn-outline-danger:disabled.focus,
.btn-outline-danger:disabled:focus,
.btn-outline-danger:disabled:hover {
    border-color: #ffb2b2
}

.btn-link {
    font-weight: 400;
    color: #6acdc4;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link:disabled {
    background-color: transparent
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #208094;
    text-decoration: underline;
    background-color: transparent
}

.btn-link:disabled:focus,
.btn-link:disabled:hover {
    color: #f1f1f1;
    text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .75rem 1.5rem;
    font-size: .9375rem;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: .35s;
    transition-property: height
}

.collapsing,
.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent
}

.dropdown-toggle:focus {
    outline: 0
}

.dropup .dropdown-toggle:after {
    border-top: 0;
    border-bottom: .3em solid
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #373a3c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0
}

.dropdown-divider {
    height: 1px;
    margin: .5rem 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-item {
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    color: #373a3c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #2b2d2f;
    background-color: #f5f5f5
}

.dropdown-item.active,
.dropdown-item.active:focus,
.dropdown-item.active:hover {
    color: #fff;
    text-decoration: none;
    background-color: #6acdc4;
    outline: 0
}

.dropdown-item.disabled,
.dropdown-item.disabled:focus,
.dropdown-item.disabled:hover {
    color: #f1f1f1
}

.dropdown-item.disabled:focus,
.dropdown-item.disabled:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #f1f1f1;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: .3em solid
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: .125rem
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left;
    margin-bottom: 0
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -.5rem
}

.btn-toolbar:after {
    content: "";
    display: table;
    clear: both
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: .5rem
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn+.dropdown-toggle-split:after {
    margin-left: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: 1.125rem;
    padding-left: 1.125rem
}

.btn .caret {
    margin-left: 0
}

.btn-group-lg>.btn .caret,
.btn-lg .caret {
    border-width: .3em .3em 0;
    border-bottom-width: 0
}

.dropup .btn-group-lg>.btn .caret,
.dropup .btn-lg .caret {
    border-width: 0 .3em .3em
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group:after {
    content: "";
    display: table;
    clear: both
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    width: 100%;
    display: table;
    border-collapse: separate
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:active,
.input-group .form-control:focus,
.input-group .form-control:hover {
    z-index: 3
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #7a7a7a;
    text-align: center;
    background-color: #f6f6f6;
    border: 1px solid rgba(0, 0, 0, .25);
    border-radius: 0
}

.input-group-addon.form-control-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.input-group-addon.form-control-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: .75rem 1.5rem;
    font-size: .9375rem;
    border-radius: .3rem
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn,
.input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group>.btn,
.input-group-btn:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:not(:last-child) {
    border-right: 0
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group>.btn,
.input-group-btn:not(:first-child)>.dropdown-toggle,
.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn,
.input-group-btn:not(:last-child)>.btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.form-control+.input-group-addon:not(:first-child) {
    border-left: 0
}

.input-group-btn {
    font-size: 0;
    white-space: nowrap
}

.input-group-btn,
.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 3
}

.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group {
    margin-right: -1px
}

.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.input-group-btn:not(:first-child)>.btn-group:active,
.input-group-btn:not(:first-child)>.btn-group:focus,
.input-group-btn:not(:first-child)>.btn-group:hover,
.input-group-btn:not(:first-child)>.btn:active,
.input-group-btn:not(:first-child)>.btn:focus,
.input-group-btn:not(:first-child)>.btn:hover {
    z-index: 3
}

.custom-control {
    position: relative;
    display: inline-block;
    padding-left: 1.5rem;
    cursor: pointer
}

.custom-control+.custom-control {
    margin-left: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-indicator {
    color: #fff;
    background-color: #0074d9
}

.custom-control-input:focus~.custom-control-indicator {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9
}

.custom-control-input:active~.custom-control-indicator {
    color: #fff;
    background-color: #84c6ff
}

.custom-control-input:disabled~.custom-control-indicator {
    cursor: not-allowed;
    background-color: #eee
}

.custom-control-input:disabled~.custom-control-description {
    color: #767676;
    cursor: not-allowed
}

.custom-control-indicator {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-indicator {
    border-radius: 0
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-indicator {
    background-color: #0074d9;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='#fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-indicator {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='#fff'/%3E%3C/svg%3E")
}

.custom-controls-stacked .custom-control {
    float: left;
    clear: left
}

.custom-controls-stacked .custom-control+.custom-control {
    margin-left: 0
}

.custom-select {
    display: inline-block;
    max-width: 100%;
    height: calc(2.5rem - 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    color: #7a7a7a;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='#333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid rgba(0, 0, 0, .25);
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none
}

.custom-select:focus {
    border-color: #51a7e8;
    outline: 0
}

.custom-select:focus::-ms-value {
    color: #7a7a7a;
    background-color: #fff
}

.custom-select:disabled {
    color: #f1f1f1;
    cursor: not-allowed;
    background-color: #f6f6f6
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 2.5rem;
    cursor: pointer
}

.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    margin: 0;
    opacity: 0
}

.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #555;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0
}

.custom-file-control:lang(en):after {
    content: "Choose file..."
}

.custom-file-control:before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #555;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 0
}

.custom-file-control:lang(en):before {
    content: "Browse"
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: inline-block
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #f1f1f1
}

.nav-link.disabled,
.nav-link.disabled:focus,
.nav-link.disabled:hover {
    color: #f1f1f1;
    cursor: not-allowed;
    background-color: transparent
}

.nav-inline .nav-item {
    display: inline-block
}

.nav-inline .nav-item+.nav-item,
.nav-inline .nav-link+.nav-link {
    margin-left: 1rem
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs:after {
    content: "";
    display: table;
    clear: both
}

.nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px
}

.nav-tabs .nav-item+.nav-item {
    margin-left: .2rem
}

.nav-tabs .nav-link {
    display: block;
    padding: .5em 1em;
    border: 1px solid transparent;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #f6f6f6 #f6f6f6 #ddd
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link.disabled:focus,
.nav-tabs .nav-link.disabled:hover {
    color: #f1f1f1;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover {
    color: #7a7a7a;
    background-color: #fff;
    border-color: #ddd #ddd transparent
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.nav-pills:after {
    content: "";
    display: table;
    clear: both
}

.nav-pills .nav-item {
    float: left
}

.nav-pills .nav-item+.nav-item {
    margin-left: .2rem
}

.nav-pills .nav-link {
    display: block;
    padding: .5em 1em;
    border-radius: 0
}

.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover,
.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover {
    color: #fff;
    cursor: default;
    background-color: #6acdc4
}

.nav-stacked .nav-item {
    display: block;
    float: none
}

.nav-stacked .nav-item+.nav-item {
    margin-top: .2rem;
    margin-left: 0
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar:after {
    content: "";
    display: table;
    clear: both
}

@media (min-width:576px) {
    .navbar {
        border-radius: 0
    }
}

.navbar-full {
    z-index: 1000
}

@media (min-width:576px) {
    .navbar-full {
        border-radius: 0
    }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:576px) {

    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0
}

.navbar-fixed-bottom {
    bottom: 0
}

.navbar-sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1030;
    width: 100%
}

@media (min-width:576px) {
    .navbar-sticky-top {
        border-radius: 0
    }
}

.navbar-brand {
    float: left;
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-right: 1rem;
    font-size: .9375rem;
    line-height: inherit
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-divider {
    float: left;
    width: 1px;
    padding-top: .425rem;
    padding-bottom: .425rem;
    margin-right: 1rem;
    margin-left: 1rem;
    overflow: hidden
}

.navbar-divider:before {
    content: "\A0"
}

.navbar-text {
    display: inline-block;
    padding-top: .425rem;
    padding-bottom: .425rem
}

.navbar-toggler {
    width: 2.5em;
    height: 2em;
    padding: .5rem .75rem;
    font-size: .9375rem;
    line-height: 1;
    background: transparent no-repeat 50%;
    background-size: 24px 24px;
    border: 1px solid transparent;
    border-radius: 0
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

@media (max-width:575px) {
    .navbar-toggleable-xs .navbar-brand {
        display: block;
        float: none;
        margin-top: .5rem;
        margin-right: 0
    }

    .navbar-toggleable-xs .navbar-nav {
        margin-top: .5rem;
        margin-bottom: .5rem
    }

    .navbar-toggleable-xs .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }
}

@media (min-width:576px) {
    .navbar-toggleable-xs {
        display: block
    }
}

@media (max-width:767px) {
    .navbar-toggleable-sm .navbar-brand {
        display: block;
        float: none;
        margin-top: .5rem;
        margin-right: 0
    }

    .navbar-toggleable-sm .navbar-nav {
        margin-top: .5rem;
        margin-bottom: .5rem
    }

    .navbar-toggleable-sm .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }
}

@media (min-width:768px) {
    .navbar-toggleable-sm {
        display: block
    }
}

@media (max-width:991px) {
    .navbar-toggleable-md .navbar-brand {
        display: block;
        float: none;
        margin-top: .5rem;
        margin-right: 0
    }

    .navbar-toggleable-md .navbar-nav {
        margin-top: .5rem;
        margin-bottom: .5rem
    }

    .navbar-toggleable-md .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }
}

@media (min-width:992px) {
    .navbar-toggleable-md {
        display: block
    }
}

.navbar-toggleable-lg:after {
    content: "";
    display: table;
    clear: both
}

@media (max-width:1199px) {
    .navbar-toggleable-lg .navbar-brand {
        display: block;
        float: none;
        margin-top: .5rem;
        margin-right: 0
    }

    .navbar-toggleable-lg .navbar-nav {
        margin-top: .5rem;
        margin-bottom: .5rem
    }

    .navbar-toggleable-lg .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }
}

@media (min-width:1200px) {
    .navbar-toggleable-lg {
        display: block
    }
}

.navbar-toggleable-xl {
    display: block
}

.navbar-toggleable-xl:after {
    content: "";
    display: table;
    clear: both
}

.navbar-toggleable-xl .navbar-brand {
    display: block;
    float: none;
    margin-top: .5rem;
    margin-right: 0
}

.navbar-toggleable-xl .navbar-nav {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-nav .nav-item {
    float: left
}

.navbar-nav .nav-link {
    display: block;
    padding-top: .425rem;
    padding-bottom: .425rem
}

.navbar-nav .nav-item+.nav-item,
.navbar-nav .nav-link+.nav-link {
    margin-left: 1rem
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-toggler,
.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .active>.nav-link:focus,
.navbar-light .navbar-nav .active>.nav-link:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .open>.nav-link,
.navbar-light .navbar-nav .open>.nav-link:focus,
.navbar-light .navbar-nav .open>.nav-link:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-divider {
    background-color: rgba(0, 0, 0, .075)
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-toggler,
.navbar-dark .navbar-toggler:focus,
.navbar-dark .navbar-toggler:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link:focus,
.navbar-dark .navbar-nav .active>.nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .open>.nav-link,
.navbar-dark .navbar-nav .open>.nav-link:focus,
.navbar-dark .navbar-nav .open>.nav-link:hover {
    color: #fff
}

.navbar-dark .navbar-toggler {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-divider {
    background-color: hsla(0, 0%, 100%, .075)
}

.navbar-toggleable-xs:after {
    content: "";
    display: table;
    clear: both
}

@media (max-width:575px) {
    .navbar-toggleable-xs .navbar-nav .nav-item {
        float: none;
        margin-left: 0
    }
}

@media (min-width:576px) {
    .navbar-toggleable-xs {
        display: block
    }
}

.navbar-toggleable-sm:after {
    content: "";
    display: table;
    clear: both
}

@media (max-width:767px) {
    .navbar-toggleable-sm .navbar-nav .nav-item {
        float: none;
        margin-left: 0
    }
}

@media (min-width:768px) {
    .navbar-toggleable-sm {
        display: block
    }
}

.navbar-toggleable-md:after {
    content: "";
    display: table;
    clear: both
}

@media (max-width:991px) {
    .navbar-toggleable-md .navbar-nav .nav-item {
        float: none;
        margin-left: 0
    }
}

@media (min-width:992px) {
    .navbar-toggleable-md {
        display: block
    }
}

.card {
    position: relative;
    display: block;
    margin-bottom: .75rem;
    border-radius: 0
}

.card-block:after {
    content: "";
    display: table;
    clear: both
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle,
.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f5f5f5;
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:after {
    content: "";
    display: table;
    clear: both
}

.card-header:first-child {
    border-radius: -1px -1px 0 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: #f5f5f5;
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:after {
    content: "";
    display: table;
    clear: both
}

.card-footer:last-child {
    border-radius: 0 0 -1px -1px
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills,
.card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-primary {
    background-color: #6acdc4;
    border-color: #6acdc4
}

.card-primary .card-footer,
.card-primary .card-header {
    background-color: transparent
}

.card-success {
    background-color: #4cbb6c;
    border-color: #4cbb6c
}

.card-success .card-footer,
.card-success .card-header {
    background-color: transparent
}

.card-info {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.card-info .card-footer,
.card-info .card-header {
    background-color: transparent
}

.card-warning {
    background-color: #ff9a52;
    border-color: #ff9a52
}

.card-warning .card-footer,
.card-warning .card-header {
    background-color: transparent
}

.card-danger {
    background-color: #ff4c4c;
    border-color: #ff4c4c
}

.card-danger .card-footer,
.card-danger .card-header,
.card-outline-primary {
    background-color: transparent
}

.card-outline-primary {
    border-color: #6acdc4
}

.card-outline-secondary {
    background-color: transparent;
    border-color: transparent
}

.card-outline-info {
    background-color: transparent;
    border-color: #5bc0de
}

.card-outline-success {
    background-color: transparent;
    border-color: #4cbb6c
}

.card-outline-warning {
    background-color: transparent;
    border-color: #ff9a52
}

.card-outline-danger {
    background-color: transparent;
    border-color: #ff4c4c
}

.card-inverse .card-footer,
.card-inverse .card-header {
    border-color: hsla(0, 0%, 100%, .2)
}

.card-inverse .card-blockquote,
.card-inverse .card-footer,
.card-inverse .card-header,
.card-inverse .card-title {
    color: #fff
}

.card-inverse .card-blockquote .blockquote-footer,
.card-inverse .card-link,
.card-inverse .card-subtitle,
.card-inverse .card-text {
    color: hsla(0, 0%, 100%, .65)
}

.card-inverse .card-link:focus,
.card-inverse .card-link:hover {
    color: #fff
}

.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0
}

.card-img {
    border-radius: -1px
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img-top {
    border-top-right-radius: -1px;
    border-top-left-radius: -1px
}

.card-img-bottom {
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px
}

@media (min-width:576px) {
    .card-deck {
        display: table;
        width: 100%;
        margin-bottom: .75rem;
        table-layout: fixed;
        border-spacing: 1.25rem 0
    }

    .card-deck .card {
        display: table-cell;
        margin-bottom: 0;
        vertical-align: top
    }

    .card-deck-wrapper {
        margin-right: -1.25rem;
        margin-left: -1.25rem
    }
}

@media (min-width:576px) {
    .card-group {
        display: table;
        width: 100%;
        table-layout: fixed
    }

    .card-group .card {
        display: table-cell;
        vertical-align: top
    }

    .card-group .card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .card-group .card:first-child .card-img-top {
        border-top-right-radius: 0
    }

    .card-group .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .card-group .card:last-child .card-img-top {
        border-top-left-radius: 0
    }

    .card-group .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }

    .card-group .card:not(:first-child):not(:last-child),
    .card-group .card:not(:first-child):not(:last-child) .card-img-bottom,
    .card-group .card:not(:first-child):not(:last-child) .card-img-top {
        border-radius: 0
    }
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.breadcrumb {
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #f6f6f6;
    border-radius: 0
}

.breadcrumb:after {
    content: "";
    display: table;
    clear: both
}

.breadcrumb-item {
    float: left
}

.breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #f1f1f1;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #f1f1f1
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: 0
}

.page-item {
    display: inline
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.page-item:last-child .page-link {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #6acdc4;
    border-color: #6acdc4
}

.page-item.disabled .page-link,
.page-item.disabled .page-link:focus,
.page-item.disabled .page-link:hover {
    color: #f1f1f1;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.page-link {
    position: relative;
    float: left;
    padding: .5rem .75rem;
    margin-left: -1px;
    color: #6acdc4;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.page-link:focus,
.page-link:hover {
    color: #208094;
    background-color: #f6f6f6;
    border-color: #ddd
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: .9375rem
}

.pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: .3rem;
    border-top-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: .3rem;
    border-top-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .275rem .75rem;
    font-size: .875rem
}

.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: .2rem;
    border-top-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: .2rem;
    border-top-right-radius: .2rem
}

.tag {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0
}

.tag:empty {
    display: none
}

.btn .tag {
    position: relative;
    top: -1px
}

a.tag:focus,
a.tag:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.tag-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.tag-default {
    background-color: #f1f1f1
}

.tag-default[href]:focus,
.tag-default[href]:hover {
    background-color: #d8d8d8
}

.tag-primary {
    background-color: #6acdc4
}

.tag-primary[href]:focus,
.tag-primary[href]:hover {
    background-color: #2592a9
}

.tag-success {
    background-color: #4cbb6c
}

.tag-success[href]:focus,
.tag-success[href]:hover {
    background-color: #3a9a56
}

.tag-info {
    background-color: #5bc0de
}

.tag-info[href]:focus,
.tag-info[href]:hover {
    background-color: #31b0d5
}

.tag-warning {
    background-color: #ff9a52
}

.tag-warning[href]:focus,
.tag-warning[href]:hover {
    background-color: #ff7c1f
}

.tag-danger {
    background-color: #ff4c4c
}

.tag-danger[href]:focus,
.tag-danger[href]:hover {
    background-color: #ff1919
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #f6f6f6;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-hr {
    border-top-color: #ddd
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 2.5rem
}

.alert-dismissible .close {
    position: relative;
    top: -.125rem;
    right: -1.25rem;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c1e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6d5ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: rgba(255, 154, 82, .3);
    border-color: #ff9a52;
    color: #232323
}

.alert-warning hr {
    border-top-color: #ff8b39
}

.alert-warning .alert-link {
    color: #0a0a0a
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9b9
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: block;
    width: 100%;
    height: 1rem;
    margin-bottom: 1rem
}

.progress[value] {
    background-color: #eee;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

.progress[value]::-ms-fill {
    background-color: #0074d9;
    border: 0
}

.progress[value]::-moz-progress-bar {
    background-color: #0074d9;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.progress[value]::-webkit-progress-value {
    background-color: #0074d9;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.progress[value="100"]::-moz-progress-bar {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.progress[value="100"]::-webkit-progress-value {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.progress[value]::-webkit-progress-bar {
    background-color: #eee;
    border-radius: 0
}

.progress[value],
base::-moz-progress-bar {
    background-color: #eee;
    border-radius: 0
}

@media screen and (min-width:0\0) {
    .progress {
        background-color: #eee;
        border-radius: 0
    }

    .progress-bar {
        display: inline-block;
        height: 1rem;
        text-indent: -999rem;
        background-color: #0074d9;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .progress[width="100%"] {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }
}

.progress-striped[value]::-webkit-progress-value {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-striped[value]::-moz-progress-bar {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-striped[value]::-ms-fill {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

@media screen and (min-width:0\0) {
    .progress-bar-striped {
        background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
        background-size: 1rem 1rem
    }
}

.progress-animated[value]::-webkit-progress-value {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-animated[value]::-moz-progress-bar {
    animation: progress-bar-stripes 2s linear infinite
}

@media screen and (min-width:0\0) {
    .progress-animated .progress-bar-striped {
        -webkit-animation: progress-bar-stripes 2s linear infinite;
        animation: progress-bar-stripes 2s linear infinite
    }
}

.progress-success[value]::-webkit-progress-value {
    background-color: #4cbb6c
}

.progress-success[value]::-moz-progress-bar {
    background-color: #4cbb6c
}

.progress-success[value]::-ms-fill {
    background-color: #4cbb6c
}

@media screen and (min-width:0\0) {
    .progress-success .progress-bar {
        background-color: #4cbb6c
    }
}

.progress-info[value]::-webkit-progress-value {
    background-color: #5bc0de
}

.progress-info[value]::-moz-progress-bar {
    background-color: #5bc0de
}

.progress-info[value]::-ms-fill {
    background-color: #5bc0de
}

@media screen and (min-width:0\0) {
    .progress-info .progress-bar {
        background-color: #5bc0de
    }
}

.progress-warning[value]::-webkit-progress-value {
    background-color: #ff9a52
}

.progress-warning[value]::-moz-progress-bar {
    background-color: #ff9a52
}

.progress-warning[value]::-ms-fill {
    background-color: #ff9a52
}

@media screen and (min-width:0\0) {
    .progress-warning .progress-bar {
        background-color: #ff9a52
    }
}

.progress-danger[value]::-webkit-progress-value {
    background-color: #ff4c4c
}

.progress-danger[value]::-moz-progress-bar {
    background-color: #ff4c4c
}

.progress-danger[value]::-ms-fill {
    background-color: #ff4c4c
}

@media screen and (min-width:0\0) {
    .progress-danger .progress-bar {
        background-color: #ff4c4c
    }
}

.media,
.media-body {
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right {
    padding-left: 10px
}

.media-left {
    padding-right: 10px
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #f1f1f1;
    cursor: not-allowed;
    background-color: #f6f6f6
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #f1f1f1
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #6acdc4;
    border-color: #6acdc4
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #d7f1f6
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-item-action {
    width: 100%;
    color: #555;
    text-align: inherit
}

.list-group-item-action .list-group-item-heading {
    color: #333
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9 {
    padding-bottom: 42.85714%
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.embed-responsive-1by1 {
    padding-bottom: 100%
}

.close {
    float: right
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal,
.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header:after {
    content: "";
    display: table;
    clear: both
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:after {
    content: "";
    display: table;
    clear: both
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 600px;
        margin: 30px auto
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.in {
    opacity: .9
}

.tooltip.bs-tether-element-attached-bottom,
.tooltip.tooltip-top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.bs-tether-element-attached-bottom .tooltip-inner:before,
.tooltip.tooltip-top .tooltip-inner:before {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #ff4c4c
}

.tooltip.bs-tether-element-attached-left,
.tooltip.tooltip-right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bs-tether-element-attached-left .tooltip-inner:before,
.tooltip.tooltip-right .tooltip-inner:before {
    top: 50%;
    left: 0;
    margin-top: -5px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #ff4c4c
}

.tooltip.bs-tether-element-attached-top,
.tooltip.tooltip-bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.bs-tether-element-attached-top .tooltip-inner:before,
.tooltip.tooltip-bottom .tooltip-inner:before {
    top: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #ff4c4c
}

.tooltip.bs-tether-element-attached-right,
.tooltip.tooltip-left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip.bs-tether-element-attached-right .tooltip-inner:before,
.tooltip.tooltip-left .tooltip-inner:before {
    top: 50%;
    right: 0;
    margin-top: -5px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #ff4c4c
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #ff4c4c;
    border-radius: 0
}

.tooltip-inner:before {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    padding: 1px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover.bs-tether-element-attached-bottom,
.popover.popover-top {
    margin-top: -10px
}

.popover.bs-tether-element-attached-bottom:after,
.popover.bs-tether-element-attached-bottom:before,
.popover.popover-top:after,
.popover.popover-top:before {
    left: 50%;
    border-bottom-width: 0
}

.popover.bs-tether-element-attached-bottom:before,
.popover.popover-top:before {
    bottom: -11px;
    margin-left: -11px;
    border-top-color: rgba(0, 0, 0, .25)
}

.popover.bs-tether-element-attached-bottom:after,
.popover.popover-top:after {
    bottom: -10px;
    margin-left: -10px;
    border-top-color: #fff
}

.popover.bs-tether-element-attached-left,
.popover.popover-right {
    margin-left: 10px
}

.popover.bs-tether-element-attached-left:after,
.popover.bs-tether-element-attached-left:before,
.popover.popover-right:after,
.popover.popover-right:before {
    top: 50%;
    border-left-width: 0
}

.popover.bs-tether-element-attached-left:before,
.popover.popover-right:before {
    left: -11px;
    margin-top: -11px;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.bs-tether-element-attached-left:after,
.popover.popover-right:after {
    left: -10px;
    margin-top: -10px;
    border-right-color: #fff
}

.popover.bs-tether-element-attached-top,
.popover.popover-bottom {
    margin-top: 10px
}

.popover.bs-tether-element-attached-top:after,
.popover.bs-tether-element-attached-top:before,
.popover.popover-bottom:after,
.popover.popover-bottom:before {
    left: 50%;
    border-top-width: 0
}

.popover.bs-tether-element-attached-top:before,
.popover.popover-bottom:before {
    top: -11px;
    margin-left: -11px;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bs-tether-element-attached-top:after,
.popover.popover-bottom:after {
    top: -10px;
    margin-left: -10px;
    border-bottom-color: #f7f7f7
}

.popover.bs-tether-element-attached-top .popover-title:before,
.popover.popover-bottom .popover-title:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    margin-left: -10px;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.popover.bs-tether-element-attached-right,
.popover.popover-left {
    margin-left: -10px
}

.popover.bs-tether-element-attached-right:after,
.popover.bs-tether-element-attached-right:before,
.popover.popover-left:after,
.popover.popover-left:before {
    top: 50%;
    border-right-width: 0
}

.popover.bs-tether-element-attached-right:before,
.popover.popover-left:before {
    right: -11px;
    margin-top: -11px;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.bs-tether-element-attached-right:after,
.popover.popover-left:after {
    right: -10px;
    margin-top: -10px;
    border-left-color: #fff
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: .2375rem .2375rem 0 0
}

.popover-title:empty {
    display: none
}

.popover-content {
    padding: 9px 14px
}

.popover:after,
.popover:before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover:before {
    content: "";
    border-width: 11px
}

.popover:after {
    content: "";
    border-width: 10px
}

.carousel,
.carousel-inner {
    position: relative
}

.carousel-inner {
    width: 100%;
    overflow: hidden
}

.carousel-inner>.carousel-item {
    position: relative;
    display: none;
    transition: left .6s ease-in-out
}

.carousel-inner>.carousel-item>a>img,
.carousel-inner>.carousel-item>img {
    line-height: 1
}

@media (-webkit-transform-3d),
(transform-3d) {
    .carousel-inner>.carousel-item {
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner>.carousel-item.active.right,
    .carousel-inner>.carousel-item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    .carousel-inner>.carousel-item.active.left,
    .carousel-inner>.carousel-item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    .carousel-inner>.carousel-item.active,
    .carousel-inner>.carousel-item.next.left,
    .carousel-inner>.carousel-item.prev.right {
        left: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    opacity: .5
}

.carousel-control.left {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001));
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5));
    background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev:before {
    content: "\2039"
}

.carousel-control .icon-next:before {
    content: "\203A"
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media (min-width:576px) {

    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.align-baseline {
    vertical-align: baseline
}

.align-top {
    vertical-align: top
}

.align-middle {
    vertical-align: middle
}

.align-bottom {
    vertical-align: bottom
}

.align-text-bottom {
    vertical-align: text-bottom
}

.align-text-top {
    vertical-align: text-top
}

.bg-faded {
    background-color: #f7f7f9
}

.bg-primary {
    background-color: #6acdc4
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #2592a9
}

.bg-success {
    background-color: #4cbb6c
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #3a9a56
}

.bg-info {
    background-color: #5bc0de
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #31b0d5
}

.bg-warning {
    background-color: #ff9a52
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #ff7c1f
}

.bg-danger {
    background-color: #ff4c4c
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #ff1919
}

.bg-inverse {
    background-color: #373a3c
}

a.bg-inverse:focus,
a.bg-inverse:hover {
    background-color: #1f2021
}

.rounded {
    border-radius: 0
}

.rounded-top {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

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

.rounded-bottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

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

.rounded-circle {
    border-radius: 50%
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.d-block {
    display: block
}

.d-inline-block {
    display: inline-block
}

.d-inline {
    display: inline
}

.float-xs-left {
    float: left
}

.float-xs-right {
    float: right
}

.float-xs-none {
    float: none
}

@media (min-width:576px) {
    .float-sm-left {
        float: left
    }

    .float-sm-right {
        float: right
    }

    .float-sm-none {
        float: none
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left
    }

    .float-md-right {
        float: right
    }

    .float-md-none {
        float: none
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left
    }

    .float-lg-right {
        float: right
    }

    .float-lg-none {
        float: none
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left
    }

    .float-xl-right {
        float: right
    }

    .float-xl-none {
        float: none
    }
}

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

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

.w-100 {
    width: 100%
}

.h-100 {
    height: 100%
}

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

.m-0 {
    margin: 0
}

.mt-0 {
    margin-top: 0
}

.mr-0 {
    margin-right: 0
}

.mb-0 {
    margin-bottom: 0
}

.ml-0,
.mx-0 {
    margin-left: 0
}

.mx-0 {
    margin-right: 0
}

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

.m-1 {
    margin: 1rem
}

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

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

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

.ml-1,
.mx-1 {
    margin-left: 1rem
}

.mx-1 {
    margin-right: 1rem
}

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

.m-2 {
    margin: 1.5rem
}

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

.mr-2 {
    margin-right: 1.5rem
}

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

.ml-2,
.mx-2 {
    margin-left: 1.5rem
}

.mx-2 {
    margin-right: 1.5rem
}

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

.m-3 {
    margin: 3rem
}

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

.mr-3 {
    margin-right: 3rem
}

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

.ml-3,
.mx-3 {
    margin-left: 3rem
}

.mx-3 {
    margin-right: 3rem
}

.my-3 {
    margin-top: 3rem;
    margin-bottom: 3rem
}

.p-0 {
    padding: 0
}

.pt-0 {
    padding-top: 0
}

.pr-0 {
    padding-right: 0
}

.pb-0 {
    padding-bottom: 0
}

.pl-0,
.px-0 {
    padding-left: 0
}

.px-0 {
    padding-right: 0
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0
}

.p-1 {
    padding: 1rem
}

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

.pr-1 {
    padding-right: 1rem
}

.pb-1 {
    padding-bottom: 1rem
}

.pl-1,
.px-1 {
    padding-left: 1rem
}

.px-1 {
    padding-right: 1rem
}

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

.p-2 {
    padding: 1.5rem
}

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

.pr-2 {
    padding-right: 1.5rem
}

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

.pl-2,
.px-2 {
    padding-left: 1.5rem
}

.px-2 {
    padding-right: 1.5rem
}

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

.p-3 {
    padding: 3rem
}

.pt-3 {
    padding-top: 3rem
}

.pr-3 {
    padding-right: 3rem
}

.pb-3 {
    padding-bottom: 3rem
}

.pl-3,
.px-3 {
    padding-left: 3rem
}

.px-3 {
    padding-right: 3rem
}

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

.pos-f-t {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-xs-left {
    text-align: left
}

.text-xs-right {
    text-align: right
}

.text-xs-center {
    text-align: center
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left
    }

    .text-sm-right {
        text-align: right
    }

    .text-sm-center {
        text-align: center
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left
    }

    .text-md-right {
        text-align: right
    }

    .text-md-center {
        text-align: center
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left
    }

    .text-lg-right {
        text-align: right
    }

    .text-lg-center {
        text-align: center
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left
    }

    .text-xl-right {
        text-align: right
    }

    .text-xl-center {
        text-align: center
    }
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.font-weight-normal {
    font-weight: 400
}

.font-weight-bold {
    font-weight: 700
}

.font-italic {
    font-style: italic
}

.text-white {
    color: #fff
}

.text-muted {
    color: #7a7a7a
}

a.text-muted:focus,
a.text-muted:hover {
    color: #616161
}

.text-primary {
    color: #6acdc4
}

a.text-primary:focus,
a.text-primary:hover {
    color: #2592a9
}

.text-success {
    color: #4cbb6c
}

a.text-success:focus,
a.text-success:hover {
    color: #3a9a56
}

.text-info {
    color: #5bc0de
}

a.text-info:focus,
a.text-info:hover {
    color: #31b0d5
}

.text-warning {
    color: #ff9a52
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ff7c1f
}

.text-danger {
    color: #ff4c4c
}

a.text-danger:focus,
a.text-danger:hover {
    color: #ff1919
}

.text-gray-dark {
    color: #373a3c
}

a.text-gray-dark:focus,
a.text-gray-dark:hover {
    color: #1f2021
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.invisible {
    visibility: hidden
}

.hidden-xs-up {
    display: none
}

@media (max-width:575px) {
    .hidden-xs-down {
        display: none
    }
}

@media (min-width:576px) {
    .hidden-sm-up {
        display: none
    }
}

@media (max-width:767px) {
    .hidden-sm-down {
        display: none
    }
}

@media (min-width:768px) {
    .hidden-md-up {
        display: none
    }
}

@media (max-width:991px) {
    .hidden-md-down {
        display: none
    }
}

@media (min-width:992px) {
    .hidden-lg-up {
        display: none
    }
}

@media (max-width:1199px) {
    .hidden-lg-down {
        display: none
    }
}

@media (min-width:1200px) {
    .hidden-xl-up {
        display: none
    }
}

.hidden-xl-down,
.visible-print-block {
    display: none
}

@media print {
    .visible-print-block {
        display: block
    }
}

.visible-print-inline {
    display: none
}

@media print {
    .visible-print-inline {
        display: inline
    }
}

.visible-print-inline-block {
    display: none
}

@media print {
    .visible-print-inline-block {
        display: inline-block
    }
}

@media print {
    .hidden-print {
        display: none
    }
}

@font-face {
    font-family: Noto Sans;
    src: url(../css/3d4a907b1b7a232654324a3dd7ae4aa3.eot);
    src: local("Noto Sans Regular"), local("NotoSans-Regular"), url(../css/3d4a907b1b7a232654324a3dd7ae4aa3.eot) format("embedded-opentype"), url(../css/19c1b868764c0e4d15a45d3f61250488.woff2) format("woff2"), url(../css/846c191efd3d0aacde5a916cf2ebf1a4.woff) format("woff"), url(../css/2fd9c16b805724d590c0cff96da070a4.ttf) format("truetype"), url(../css/5ea9fdf2293930126fa9c544968009ae.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Noto Sans;
    src: url(../css/eeb9224f85430652fd070e4e64129aa4.eot);
    src: local("Noto Sans Bold"), local("NotoSans-Bold"), url(../css/eeb9224f85430652fd070e4e64129aa4.eot) format("embedded-opentype"), url(../css/199038f07312bfc6f0aabd3ed6a2b64d.woff2) format("woff2"), url(../css/c2183257e7a697769df4200c547551f1.woff) format("woff"), url(../css/a165a42685795361b25593effb32fdb1.ttf) format("truetype"), url(../css/5dc400bcedda37b13f35cb44623193cf.svg) format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Noto Sans;
    src: url(../css/a77ade19de3d3762dfbf1fe553b293cc.eot);
    src: local("Noto Sans Italic"), local("NotoSans-Italic"), url(../css/a77ade19de3d3762dfbf1fe553b293cc.eot) format("embedded-opentype"), url(../css/7a3ebca0cba2e2c6090e84e1d77e0f94.woff2) format("woff2"), url(../css/332f555bb44cdc394d6c799df0c03389.woff) format("woff"), url(../css/154da4697acc779b55af0a67f1241e4e.ttf) format("truetype"), url(../css/3d34be670a7f15086e512282b97ae35e.svg) format("svg");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: Noto Sans;
    src: url(../css/b467416c449eb823029e16347b2ea510.eot);
    src: local("Noto Sans BoldItalic"), local("NotoSans-BoldItalic"), url(../css/b467416c449eb823029e16347b2ea510.eot) format("embedded-opentype"), url(../css/a68cfe9d548950edf5df102269877edd.woff2) format("woff2"), url(../css/3f81521029cc8a9a703419c4a74704a0.woff) format("woff"), url(../css/4f6ff3639c1e5728b905b650c1a06e75.ttf) format("truetype"), url(../css/80e74ff9406650e53bbec1e292c2c094.svg) format("svg");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: Material Icons;
    font-style: normal;
    font-weight: 400;
    src: url(../css/e79bfd88537def476913f3ed52f4f4b3.eot);
    src: local("Material Icons"), local("MaterialIcons-Regular"), url(../css/570eb83859dc23dd0eec423a49e147fe.woff2) format("woff2"), url(../css/012cf6a10129e2275d79d6adac7f3b02.woff) format("woff"), url(../css/a37b0c01c0baf1888ca812cc0508f6e2.ttf) format("truetype")
}

.material-icons {
    font-family: Material Icons;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga"
}

body,
html {
    height: 100%
}

body {
    direction: ltr;
    font-family: Noto Sans, sans-serif;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #232323;
    line-height: 1.25em
}

ul {
    list-style: none;
    padding-left: 0
}

a:hover {
    color: #6acdc4;
    text-decoration: none
}

.color,
.custom-checkbox input[type=checkbox]+span.color {
    width: 1.25rem;
    height: 1.25rem;
    display: inline-block;
    margin: .3125rem;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .2);
    border: 1px solid rgba(0, 0, 0, .05);
    cursor: pointer;
    background-size: contain
}

.color.active,
.color:hover,
.custom-checkbox input[type=checkbox]+span.color.active,
.custom-checkbox input[type=checkbox]+span.color:hover,
.facet-label.active .custom-checkbox span.color,
.facet-label:hover .custom-checkbox span.color {
    border: 2px solid #232323
}

.h1,
.h2,
.h3 {
    text-transform: uppercase;
    color: #232323
}

.h4 {
    font-weight: 700;
    color: #232323
}

.btn-primary,
.btn-secondary,
.btn-tertiary {
    text-transform: uppercase;
    font-weight: 600;
    padding: .5rem 1.25rem
}

.btn-primary .material-icons,
.btn-secondary .material-icons,
.btn-tertiary .material-icons {
    margin-right: .625rem
}

.btn-tertiary {
    background-color: #f7f7f7;
    text-transform: lowercase;
    color: #7a7a7a;
    padding: .25rem;
    margin: .25rem 0;
    font-weight: 400;
    font-size: .875rem
}

.btn-tertiary .material-icons {
    font-size: 1rem
}

.btn-unstyle {
    background-color: transparent;
    border: none;
    padding: 0;
    text-align: inherit
}

.btn-unstyle:focus {
    outline: 0
}

.btn-unstyle:focus .expand-more {
    color: #6acdc4
}

small.label,
small.value {
    font-size: .8125rem
}

.form-control-label {
    padding-top: .625rem
}

.form-control {
    background: #f1f1f1;
    color: #7a7a7a;
    border: 1px solid rgba(0, 0, 0, .25);
    padding: .5rem 1rem
}

.form-control:focus {
    background-color: #fff;
    color: #232323
}

.input-group .form-control:focus {
    outline: 0
}

.input-group .input-group-btn {
    height: 100%
}

.input-group .input-group-btn>.btn[data-action=show-password] {
    background: #7a7a7a;
    padding: .78rem 1rem
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #7a7a7a
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #7a7a7a
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #7a7a7a
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #7a7a7a
}

input:active::-webkit-input-placeholder,
textarea:active::-webkit-input-placeholder {
    color: #232323
}

input:active::-moz-placeholder,
textarea:active::-moz-placeholder {
    color: #232323
}

input:active:-ms-input-placeholder,
textarea:active:-ms-input-placeholder {
    color: #232323
}

input:active:-moz-placeholder,
textarea:active:-moz-placeholder {
    color: #232323
}

.form-control-select {
    height: 2.625rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #f1f1f1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=) no-repeat scroll right .5rem center/1.25rem 1.25rem;
    padding: 0 .5rem
}

.form-control-valign {
    padding-top: .5rem
}

.form-control-comment {
    font-size: .875rem;
    padding-top: .5rem;
    color: #7a7a7a
}

.form-control-submit.disabled {
    background: #5bc0de;
    color: #fff
}

.form-group.has-error input,
.form-group.has-error select {
    outline: .1875rem solid #ff4c4c
}

.form-group.has-error .help-block {
    color: #ff4c4c
}

.group-span-filestyle label {
    margin: 0
}

.bootstrap-touchspin .group-span-filestyle .btn-touchspin,
.group-span-filestyle .bootstrap-touchspin .btn-touchspin,
.group-span-filestyle .btn-default {
    background: #6acdc4;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    font-size: .875rem
}

.bootstrap-touchspin {
    width: auto;
    float: left;
    display: inline-block
}

.bootstrap-touchspin input:focus {
    outline: 0
}

.bootstrap-touchspin input.form-control,
.bootstrap-touchspin input.input-group {
    color: #232323;
    background-color: #fff;
    height: 2.5rem;
    padding: .175rem .5rem;
    width: 3rem;
    border: 1px solid rgba(0, 0, 0, .25);
    float: left
}

.bootstrap-touchspin .btn-touchspin {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .25);
    height: 1.3125rem
}

.bootstrap-touchspin .btn-touchspin:hover {
    background-color: #f1f1f1
}

.bootstrap-touchspin .input-group-btn-vertical {
    color: #232323;
    width: auto;
    float: left
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down,
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after {
    content: "\E5CE"
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after {
    content: "\E5CF"
}

.bootstrap-touchspin .input-group-btn-vertical i {
    top: .0625rem;
    left: .1875rem;
    font-size: .9375rem
}

.custom-radio {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #7a7a7a;
    background: #fff;
    margin-right: 1.25rem
}

.custom-radio input[type=radio] {
    opacity: 0;
    cursor: pointer
}

.custom-radio input[type=radio]:checked+span {
    display: block;
    background-color: #6acdc4;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    left: .125rem;
    top: .125rem
}

.custom-radio input[type=radio]:focus+span {
    border-color: #7a7a7a
}

.custom-checkbox {
    position: relative
}

.custom-checkbox input[type=checkbox] {
    margin-top: .25rem;
    opacity: 0;
    cursor: pointer;
    position: absolute
}

.custom-checkbox input[type=checkbox]+span {
    margin-right: 3px;
    display: inline-block;
    width: .9375rem;
    height: .9375rem;
    vertical-align: middle;
    cursor: pointer;
    border: 2px solid #232323
}

.custom-checkbox input[type=checkbox]+span .checkbox-checked {
    display: none;
    margin: -.25rem -.125rem;
    font-size: 1.1rem;
    color: #232323
}

.custom-checkbox input[type=checkbox]:checked+span .checkbox-checked {
    display: block
}

.custom-checkbox input[type=checkbox]:focus+span {
    border-color: #7a7a7a
}

.custom-checkbox label {
    text-align: left
}

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

.done {
    color: #4cbb6c;
    display: inline-block;
    padding: 0 .8125rem;
    margin-right: 1.563rem
}

.thumb-mask>.mask {
    position: relative;
    width: 3.438rem;
    height: 3.438rem;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    margin: .625rem 0
}

.thumb-mask>.mask img {
    width: 55px;
    height: 55px
}

.definition-list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.definition-list dl dt {
    font-weight: 400
}

.definition-list dl dd,
.definition-list dl dt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    background: #f1f1f1;
    padding: .625rem;
    margin: .125rem
}

.definition-list dl dd:nth-of-type(2n),
.definition-list dl dt:nth-of-type(2n) {
    background: #f6f6f6
}

.help-block {
    margin-top: .625rem
}

.btn.disabled,
.btn.disabled:hover {
    background: #7a7a7a
}

.alert-warning .material-icons {
    color: #ff9a52;
    font-size: 2rem;
    margin-right: .625rem;
    padding-top: .3125rem
}

.alert-warning .alert-text {
    font-size: .9375rem;
    padding-top: .625rem
}

.alert-warning .alert-link {
    border-radius: 2px;
    border-width: 2px;
    margin-left: .625rem;
    padding: .3125rem 1.25rem;
    font-weight: 600;
    font-size: .8125rem;
    color: #6c868e
}

.alert-warning ul li:last-child .alert-link {
    color: #fff
}

.alert-warning .warning-buttons {
    margin-top: .3125rem
}

.btn-tertiary-outline {
    color: #6c868e;
    background-image: none;
    background-color: transparent;
    border-color: #6c868e;
    border: .15rem solid #6c868e
}

.btn-tertiary-outline:hover {
    border-color: #bbcdd2;
    color: #bbcdd2
}

.alert {
    font-size: .8125rem
}

.separator {
    margin: 0;
    border-color: rgba(0, 0, 0, .25)
}

.ps-alert-error {
    margin-bottom: 0
}

.ps-alert-error .item,
.ps-alert-success .item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #ff4c4c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #ff4c4c;
    margin-bottom: 1rem
}

.ps-alert-error .item i,
.ps-alert-success .item i {
    border: 15px solid #ff4c4c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ps-alert-error .item i svg,
.ps-alert-success .item i svg {
    background-color: #ff4c4c;
    width: 24px;
    height: 24px
}

.ps-alert-error .item p,
.ps-alert-success .item p {
    background-color: #fff;
    margin: 0;
    padding: 18px 20px;
    width: 100%
}

.ps-alert-success {
    padding: .25rem .25rem 2.75rem
}

.ps-alert-success .item {
    border-color: #4cbb6c;
    background-color: #4cbb6c
}

.ps-alert-success .item i {
    border-color: #4cbb6c
}

.ps-alert-success .item i svg {
    background-color: #4cbb6c
}

.dropdown {
    color: #7a7a7a
}

.dropdown:hover .expand-more {
    color: #6acdc4
}

.dropdown .expand-more {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.dropdown .active {
    max-height: 200px;
    overflow-y: hidden;
    visibility: visible
}

.dropdown select {
    -moz-appearance: none;
    border: 0 none;
    outline: 0 none;
    color: #232323;
    background: #fff
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: 0 0;
    text-decoration: none;
    color: #6acdc4
}

#checkout #search_widget {
    display: none
}

#pagenotfound .page-content #search_widget {
    width: 100%
}

.page-not-found .search-widget form {
    display: inline-block
}

@media (max-width:767px) {
    .header-top .search-widget {
        float: none
    }

    .header-top .search-widget form {
        margin: 0 auto
    }

    .header-top .search-widget form input[type=text] {
        min-width: inherit;
        background: #fff
    }
}

.top-menu[data-depth="1"] {
    margin: .625rem
}

.top-menu a:not([data-depth="0"]) {
    display: block;
    padding: .625rem;
    color: #7a7a7a;
    font-weight: 400
}



.top-menu a[data-depth="0"] {
    font-weight: 600
}

#header .top-menu a[data-depth="0"]:hover {
    text-decoration: none
}

.top-menu a[data-depth="1"],
.top-menu a[data-depth="2"] {
    padding: 0 .625rem .625rem 0
}

.top-menu .collapse {
    display: inherit
}

.top-menu .sub-menu {
    box-shadow: 2px 1px 11px 2px rgba(0, 0, 0, .1);
    border: none;
    margin-left: .9375rem;
    width: calc(100% - 30px);
    min-width: calc(100% - 30px);
    z-index: 18;
    display: none
}

.top-menu .sub-menu.collapse {
    display: none
}

.top-menu .sub-menu ul[data-depth="1"]>li {
    float: left;
    margin: 0 1.25rem
}

.top-menu .sub-menu a:hover {
    color: #6acdc4
}

.top-menu .popover {
    max-width: inherit;
    border-radius: 0
}

.popover.bs-tether-element-attached-top {
    margin-top: 0
}

/*#_desktop_top_menu .top-menu[data-depth="0"] li:hover .sub-menu {
    display: block
}*/

/*#mobile_top_menu_wrapper {
    padding: 15px;
    background: #fff
}

#mobile_top_menu_wrapper #top-menu {
    margin-bottom: .625rem
}

#mobile_top_menu_wrapper .top-menu {
    color: #232323
}

#mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded=true] .add {
    display: none
}

#mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded=true] .remove {
    display: block
}

#mobile_top_menu_wrapper .top-menu .collapse-icons .remove {
    display: none
}

#mobile_top_menu_wrapper .top-menu .navbar-toggler {
    display: inline-block;
    padding: 0
}

#mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
    padding: .625rem;
    border-bottom: 1px solid #f6f6f6
}

#mobile_top_menu_wrapper .top-menu .collapse {
    display: none
}

#mobile_top_menu_wrapper .top-menu .collapse.in {
    display: block
}

#mobile_top_menu_wrapper .top-menu .sub-menu {
    box-shadow: none;
    z-index: inherit;
    display: block;
    position: static;
    overflow: hidden;
    margin-left: 0;
    width: 100%;
    min-width: 100%;
    background: #fff
}

#mobile_top_menu_wrapper .top-menu .sub-menu.collapse {
    display: none
}

#mobile_top_menu_wrapper .top-menu .sub-menu.collapse.in {
    display: block
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="0"]>li {
    border-bottom: 1px solid #7a7a7a
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] {
    margin: 0
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"]>li {
    float: none;
    margin: 0
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"]>li a {
    text-transform: none
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul {
    padding: 0
}

#mobile_top_menu_wrapper .top-menu .sub-menu li>a {
    padding: .625rem;
    border-bottom: 1px solid #fff;
    font-weight: 700
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="2"] li a {
    padding-left: 1.25rem
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="3"] li a {
    padding-left: 2.5rem
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="4"] li a {
    padding-left: 3.75rem
}

#mobile_top_menu_wrapper .js-top-menu-bottom a {
    color: #7a7a7a
}

#mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper {
    padding: .625rem
}

#mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper .language-selector {
    display: inline
}

#mobile_top_menu_wrapper .js-top-menu-bottom #contact-link,
#mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector {
    padding: .625rem
}

#mobile_top_menu_wrapper .js-top-menu-bottom .user-info {
    padding: 0 .625rem
}

#mobile_top_menu_wrapper .js-top-menu-bottom .user-info a {
    padding: .625rem 0;
    display: block;
    width: 100%
}*/

body#checkout {
    color: #232323
}

body#checkout #header .header-nav {
    max-height: none;
    border: none
}

body#checkout #header .header-nav .logo {
    max-height: 4.375rem;
    width: auto
}

body#checkout .custom-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

body#checkout .custom-checkbox span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15px;
    flex: 0 0 15px
}

body#checkout section#content {
    margin-bottom: 1.563rem
}

body#checkout .container {
    min-height: 100%;
    max-width: 1280px
}

body#checkout section.checkout-step {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .25);
    padding: .9375rem
}

body#checkout section.checkout-step:last-child {
    border: 0
}

body#checkout section.checkout-step .step-title {
    cursor: pointer
}

body#checkout section.checkout-step .content {
    padding: 0 2.313rem
}

body#checkout section.checkout-step .step-edit {
    text-transform: lowercase;
    font-weight: 400
}

body#checkout section.checkout-step .step-edit .edit {
    font-size: 1rem
}

body#checkout section.checkout-step .not-allowed {
    cursor: not-allowed;
    opacity: .5
}

body#checkout section.checkout-step .content,
body#checkout section.checkout-step .done,
body#checkout section.checkout-step .step-edit {
    display: none
}

body#checkout section.checkout-step.-current .content {
    display: block
}

body#checkout section.checkout-step.-current.-reachable.-complete .done,
body#checkout section.checkout-step.-current.-reachable.-complete .step-edit {
    display: none
}

body#checkout section.checkout-step.-current.-reachable.-complete .step-number {
    display: inline-block
}

body#checkout section.checkout-step.-current.-reachable.-complete .content {
    display: block
}

body#checkout section.checkout-step.-reachable.-complete h1 .done {
    display: inline-block
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-number {
    display: none
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    cursor: pointer;
    display: block;
    float: right;
    margin-right: .125rem;
    color: #7a7a7a
}

body#checkout section.checkout-step.-reachable.-complete .content {
    display: none
}

body#checkout section.checkout-step small {
    color: #7a7a7a
}

body#checkout section.checkout-step .default-input {
    min-width: 40%
}

body#checkout section.checkout-step .default-input[name=address1],
body#checkout section.checkout-step .default-input[name=address2] {
    min-width: 60%
}

body#checkout section.checkout-step .radio-field {
    margin-top: 1.875rem
}

body#checkout section.checkout-step .radio-field label {
    display: inline
}

body#checkout section.checkout-step .checkbox-field div {
    margin-top: 3.75rem
}

body#checkout section.checkout-step .checkbox-field+.checkbox-field div {
    margin-top: 0
}

body#checkout section.checkout-step .select-field div {
    background: #f6f6f6;
    padding: .625rem 3.125rem
}

body#checkout section.checkout-step .form-footer {
    text-align: center
}

body#checkout section.checkout-step #conditions-to-approve {
    padding-top: 1rem
}

body#checkout section.checkout-step .payment-options label {
    display: table-cell
}

body#checkout section.checkout-step .payment-options .custom-radio {
    margin-right: 1.25rem
}

body#checkout section.checkout-step .payment-options .payment-option {
    margin-bottom: .5rem
}

body#checkout section.checkout-step .step-number {
    display: inline-block;
    padding: .625rem
}

body#checkout section.checkout-step .address-selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body#checkout section.checkout-step .address-item {
    background: #f6f6f6;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    margin-bottom: .625rem;
    border: 3px solid transparent
}

body#checkout section.checkout-step .address-item.selected {
    background: #fff;
    border: 3px solid #6acdc4
}

body#checkout section.checkout-step .address-alias {
    display: inline-block;
    font-weight: 600;
    margin-bottom: .625rem
}

body#checkout section.checkout-step .address {
    margin-left: 1.563rem;
    font-weight: 400
}

body#checkout section.checkout-step .radio-block {
    padding: .9375rem;
    text-align: left;
    cursor: pointer
}

body#checkout section.checkout-step .custom-radio {
    margin-right: 0
}

body#checkout section.checkout-step .custom-radio input[type=radio] {
    height: 1.25rem;
    width: 1.25rem
}

body#checkout section.checkout-step .delete-address,
body#checkout section.checkout-step .edit-address {
    color: #7a7a7a;
    display: inline-block;
    margin: 0 .3125rem
}

body#checkout section.checkout-step .delete-address .delete,
body#checkout section.checkout-step .delete-address .edit,
body#checkout section.checkout-step .edit-address .delete,
body#checkout section.checkout-step .edit-address .edit {
    font-size: 1rem
}

body#checkout section.checkout-step hr {
    margin: 0
}

body#checkout section.checkout-step .address-footer {
    text-align: center;
    padding: .625rem
}

body#checkout section.checkout-step #delivery-addresses,
body#checkout section.checkout-step #invoice-addresses,
body#checkout section.checkout-step .add-address {
    margin-top: 1.25rem
}

body#checkout section.checkout-step .add-address a i {
    font-size: .9375rem
}

body#checkout section.checkout-step .delivery-option {
    background: #f6f6f6;
    padding: .9375rem 0;
    margin-bottom: .9375rem
}

body#checkout section.checkout-step .delivery-option label {
    text-align: inherit
}

body#checkout section.checkout-step .carrier-delay,
body#checkout section.checkout-step .carrier-name {
    display: inline-block;
    word-break: break-word;
    text-align: left
}

body#checkout section.checkout-step #customer-form,
body#checkout section.checkout-step #delivery-address,
body#checkout section.checkout-step #invoice-address,
body#checkout section.checkout-step #login-form {
    margin-left: .3125rem;
    margin-top: 1.563rem
}

body#checkout section.checkout-step #customer-form .form-control-label,
body#checkout section.checkout-step #delivery-address .form-control-label,
body#checkout section.checkout-step #invoice-address .form-control-label,
body#checkout section.checkout-step #login-form .form-control-label {
    text-align: left
}

body#checkout section.checkout-step #customer-form .radio-inline,
body#checkout section.checkout-step #delivery-address .radio-inline,
body#checkout section.checkout-step #invoice-address .radio-inline,
body#checkout section.checkout-step #login-form .radio-inline {
    padding: 0
}

body#checkout section.checkout-step .sign-in {
    font-size: .875rem
}

body#checkout section.checkout-step .forgot-password {
    margin-left: 14.38rem
}

body#checkout .additional-information {
    font-size: .875rem;
    margin-left: 2.875rem;
    margin-top: 1.25rem
}

body#checkout .condition-label {
    margin-left: 2.5rem;
    margin-top: .625rem
}

body#checkout .condition-label label {
    text-align: inherit
}

body#checkout .cancel-address {
    margin: .625rem;
    display: block;
    color: #7a7a7a;
    text-decoration: underline
}

body#checkout .modal-content {
    padding: 1.25rem;
    background-color: #f1f1f1
}

body#checkout #cart-summary-product-list {
    font-size: .875rem
}

body#checkout #cart-summary-product-list img {
    border: 1px solid #f1f1f1;
    width: 3.125rem
}

body#checkout #cart-summary-product-list .media-body {
    vertical-align: middle
}

body#checkout #order-summary-content {
    padding-top: .9375rem
}

body#checkout #order-summary-content h4.h4 {
    margin-top: .625rem;
    margin-bottom: 1.25rem;
    color: #232323
}

body#checkout #order-summary-content h4.black {
    color: #000
}

body#checkout #order-summary-content h4.addresshead {
    margin-top: .1875rem
}

body#checkout #order-summary-content .noshadow {
    box-shadow: none
}

body#checkout #order-summary-content #order-items {
    border-right: 0
}

body#checkout #order-summary-content #order-items h3.h3 {
    color: #232323;
    margin-top: 1.25rem
}

body#checkout #order-summary-content #order-items table tr:first-child td {
    border-top: 0
}

body#checkout #order-summary-content .order-confirmation-table {
    padding: 1rem;
    margin-bottom: 2rem;
    background-color: #fff;
    border: 3px solid #e5e5e5;
    border-radius: 0
}

body#checkout #order-summary-content .summary-selected-carrier {
    margin-bottom: .75rem;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    padding: 1rem
}

body#checkout #order-summary-content .step-edit {
    display: inline;
    color: #7a7a7a
}

body#checkout #order-summary-content .step-edit:hover {
    cursor: pointer
}

body#checkout #order-summary-content a .step-edit {
    color: #7a7a7a
}

body#checkout #delivery,
body#checkout #gift_message {
    max-width: 100%;
    border-color: #232323
}

body#checkout #delivery textarea,
body#checkout #gift_message textarea {
    max-width: 100%;
    margin-bottom: 10px
}

body#checkout #footer {
    padding: .9375rem;
    background: #fff;
    color: #7a7a7a
}

#order-details {
    padding-left: 1.875rem
}

#order-details>.card-title {
    margin-bottom: 1.875rem
}

#order-details ul {
    margin-bottom: 1.25rem
}

#order-details ul li {
    margin-bottom: .625rem
}

#order-items {
    border-right: 1px solid #f1f1f1
}

#order-items hr {
    border-top-color: #232323
}

#order-items table {
    width: 100%
}

#order-items table tr {
    height: 1.875rem
}

#order-items table tr td:last-child {
    text-align: right
}

#order-items .order-line {
    margin-top: 1rem
}

#order-items .image img {
    width: 100%;
    border: 1px solid gray-lighter;
    margin-bottom: 1rem
}

#order-items .details {
    margin-bottom: 1rem
}

#order-items .details .customizations {
    margin-top: .625rem
}

#order-items .qty {
    margin-bottom: 1rem
}

#order-confirmation #registration-form {
    width: 50%;
    margin: 0 auto 1rem
}

@media (max-width:991px) {
    .done {
        margin: 0;
        padding: 0
    }

    body#checkout section.checkout-step .address-item {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    body#checkout section.checkout-step .delivery-option-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .delivery-option {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: auto
    }

    .delivery-option .custom-radio {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .condition-label label[for="conditions_to_approve[terms-and-conditions]"] {
        text-align: left
    }

    #order-confirmation #registration-form {
        width: 100%
    }
}

@media (max-width:767px) {
    body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
        float: none;
        margin-top: .25rem;
        margin-left: 1.25rem
    }

    body#checkout #header .header-nav {
        max-height: none;
        padding: 0
    }

    body#checkout section.checkout-step .content {
        padding: .9375rem
    }

    body#checkout .form-group {
        margin-bottom: .5rem
    }

    #order-items {
        border-right: 0;
        margin-bottom: 2.5rem
    }

    #order-items .card-title {
        border-bottom: 1px solid #f1f1f1;
        margin-bottom: 1rem;
        padding-bottom: 1rem
    }

    #order-items hr {
        border-top-color: #f1f1f1
    }

    .bold {
        font-weight: 700
    }

    #order-details {
        padding-left: .9375rem
    }

    #order-details .card-title {
        border-bottom: 1px solid #f1f1f1;
        margin-bottom: 1rem;
        padding-bottom: 1rem
    }
}

@media (max-width:575px) {
    body#checkout section.checkout-step .content {
        padding: .9375rem 0
    }

    #payment-confirmation button {
        font-size: .875rem
    }

    #payment-confirmation button.btn {
        white-space: normal
    }
}

.js-payment-binary,
.js-payment-binary .accept-cgv {
    display: none
}

.js-payment-binary.disabled {
    opacity: .6;
    cursor: not-allowed
}

.js-payment-binary.disabled:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none
}

.js-payment-binary.disabled .accept-cgv {
    display: block
}

.table-labeled td,
.table-labeled th {
    vertical-align: middle
}

.table-labeled .label {
    font-weight: 400;
    border-radius: 3px;
    font-size: inherit;
    padding: .25rem .375rem;
    margin: .125rem;
    color: #fff;
    white-space: nowrap
}

.page-order .table {
    margin-bottom: 0
}

.page-order table td,
.page-order table th {
    padding: .5rem
}

.page-order table thead th {
    text-align: center
}

#authentication .tooltip.tooltip-bottom {
    padding: 0;
    margin: 0
}

#authentication .custom-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#authentication .custom-checkbox span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 .9375rem;
    flex: 0 0 .9375rem
}

#authentication .custom-checkbox label {
    padding-left: .625rem
}

#authentication .radio-inline,
#identity .radio-inline {
    padding: 0
}

#authentication .radio-inline .custom-radio,
#identity .radio-inline .custom-radio {
    margin-right: 0
}

.page-customer-account #content {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    background: #fff;
    padding: 1rem;
    font-size: .875rem;
    color: #7a7a7a
}

.page-customer-account #content .order-actions a {
    padding: 0 .125rem
}

.page-customer-account #content .forgot-password {
    text-align: center;
    font-size: .875rem;
    margin-top: 1rem;
    padding-bottom: .9375rem
}

.page-customer-account #content .no-account {
    text-align: center;
    font-size: 1rem
}

.page-addresses .address,
.page-authentication #content {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    background: #fff
}

.page-addresses .address {
    margin-bottom: 1.875rem;
    font-size: .875rem;
    color: #232323
}

.page-addresses .address .address-body {
    padding: 1rem
}

.page-addresses .address .address-body h4 {
    font-size: 1rem;
    font-weight: 700
}

.page-addresses .address .address-body address {
    min-height: 9rem
}

.page-addresses .address .address-footer {
    border-top: 1px solid #7a7a7a;
    padding: .5rem 1rem
}

.page-addresses .address .address-footer a {
    color: #7a7a7a;
    margin-right: .5rem
}

.page-addresses .address .address-footer a:hover {
    color: #232323
}

.page-addresses .address .address-footer a i {
    font-size: 1rem
}

.page-addresses .address .address-footer a span {
    font-size: .9375rem;
    vertical-align: middle
}

.page-addresses .addresses-footer {
    margin: 0 .9375rem
}

.page-addresses .addresses-footer a,
.page-addresses .addresses-footer a:hover {
    color: #232323
}

.page-addresses .addresses-footer a i {
    font-size: 1rem
}

.page-addresses .addresses-footer a span {
    font-size: 1rem;
    vertical-align: middle;
    margin-top: .625rem
}

.page-order-detail {
    font-size: .875rem;
    color: #7a7a7a
}

.page-order-detail .box {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    background: #fff;
    padding: 1rem;
    margin-bottom: 1rem
}

.page-order-detail h3 {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #232323;
    margin-bottom: 1rem
}

.page-order-detail #order-infos ul {
    margin: 0
}

.page-order-detail #order-history .history-lines .history-line {
    padding: .5rem 0;
    border-bottom: 1px solid #f6f6f6
}

.page-order-detail #order-history .history-lines .history-line:last-child {
    border-bottom: 0
}

.page-order-detail #order-history .history-lines .history-line .label {
    display: inline-block;
    margin: .25rem 0;
    padding: .25rem .375rem;
    color: #fff;
    border-radius: 3px
}

.page-order-detail .addresses {
    margin: 0 -.9375rem
}

.page-order-detail .addresses h4 {
    font-size: 1rem;
    font-weight: 700
}

.page-order-detail #order-products.return {
    margin-bottom: 1rem
}

.page-order-detail #order-products.return th.head-checkbox {
    width: 30px
}

.page-order-detail #order-products.return td {
    padding: 1.375rem .75rem
}

.page-order-detail #order-products.return td.qty {
    min-width: 125px
}

.page-order-detail #order-products.return td.qty .current {
    width: 30%;
    float: left;
    text-align: right;
    padding-right: .5rem
}

.page-order-detail #order-products.return td.qty .select {
    width: 70%;
    float: left;
    margin: -.625rem 0;
    padding-left: .25rem
}

.page-order-detail #order-products.return td.qty .select select {
    text-align: center
}

.page-order-detail .order-items {
    padding: 0
}

.page-order-detail .order-items .order-item {
    padding: 1rem 1rem 0;
    border-bottom: 1px solid #f6f6f6
}

.page-order-detail .order-items .order-item .checkbox {
    width: 30px;
    float: left;
    padding: 0 .9375rem
}

.page-order-detail .order-items .order-item .content {
    width: calc(100% - 30px);
    float: left;
    padding: 0 .9375rem
}

.page-order-detail .order-items .order-item .desc {
    margin-bottom: 1rem
}

.page-order-detail .order-items .order-item .desc .name {
    font-weight: 700
}

.page-order-detail .order-items .order-item .qty {
    margin-bottom: 1rem
}

.page-order-detail .order-items .order-item .qty .q,
.page-order-detail .order-items .order-item .qty .s {
    margin-bottom: .25rem
}

.page-order-detail .messages .message {
    margin-top: .5rem;
    border-bottom: 1px solid #f6f6f6
}

.page-order-detail .messages .message:last-child {
    border-bottom: 0
}

.page-order-detail .messages .message>div {
    margin-bottom: .5rem
}

.page-order-detail .customization {
    margin-top: .75rem
}

#order-return-infos .thead-default th {
    color: #232323
}

#order-return-infos .customization {
    margin-top: .75rem
}

.page-my-account #content .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.page-my-account #content .links a {
    text-align: center;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #7a7a7a;
    padding: 0 .9375rem;
    margin-bottom: 1.875rem
}

.page-my-account #content .links a span.link-item {
    display: block;
    height: 100%;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    background: #fff;
    padding: 1rem
}

.page-my-account #content .links a i {
    display: block;
    font-size: 2.6rem;
    width: 100%;
    color: #232323;
    padding-bottom: 3.4rem
}

.page-my-account #content .links a:hover {
    color: #232323
}

.page-my-account #content .links a:hover i {
    color: #6acdc4
}

#history .orders {
    margin: 0 -1rem
}

#history .orders .order {
    padding: .75rem 1rem;
    border-bottom: 1px solid #f6f6f6
}

#history .orders .order a h3 {
    color: #7a7a7a
}

#history .orders .order .label {
    display: inline-block;
    margin: .25rem 0;
    padding: .25rem .375rem;
    color: #fff;
    border-radius: 3px
}

#history .orders .order:last-child {
    border-bottom: 0
}

.page-footer .account-link {
    margin-right: 1rem
}

.page-footer .account-link i {
    font-size: 1rem
}

.page-footer .account-link span {
    font-size: .875rem;
    vertical-align: middle
}

.login-form {
    margin-top: 15px
}

.forgotten-password {
    padding: 4px
}

.forgotten-password .form-fields .center-email-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:767px) {
    .forgotten-password .form-fields .center-email-fields {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .forgotten-password .form-fields .center-email-fields button {
        margin: 10px;
        width: calc(100% - 20px)
    }
}

.forgotten-password .form-fields .center-email-fields button {
    height: 38px
}

.forgotten-password .form-fields .email {
    padding-left: 0;
    padding-right: 0;
    width: 430px
}

@media (max-width:767px) {
    .forgotten-password .form-fields .email {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%
    }
}

.forgotten-password .form-fields .email input {
    height: 38px
}

.forgotten-password .form-fields label.required {
    width: 130px
}

.send-renew-password-link {
    padding-left: 10px;
    padding-right: 10px
}

.renew-password {
    margin-left: 10px
}

.renew-password .email {
    padding-bottom: 30px
}

.renew-password [type=submit] {
    margin-left: 50px
}

.carousel {
    box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, .15);
    margin-bottom: 1.5rem
}

.carousel .direction {
    z-index: auto
}

.carousel .carousel-item {
    height: 100%
}

@media (max-width:767px) {
    .carousel .carousel-item img {
        max-width: 100%;
        height: auto
    }
}

@media (min-width:768px) {
    .carousel .carousel-item img {
        width: 100%;
        margin-left: 0
    }
}

.carousel .carousel-control {
    opacity: 1
}

.carousel .carousel-control .icon-next:before,
.carousel .carousel-control .icon-prev:before {
    content: ""
}

.carousel .carousel-control .icon-next i,
.carousel .carousel-control .icon-prev i {
    font-size: 3.125rem;
    color: #fff
}

.carousel .carousel-control .icon-next:hover i,
.carousel .carousel-control .icon-prev:hover i {
    color: #6acdc4
}

.carousel .carousel-control .icon-prev {
    left: 1rem
}

.carousel .carousel-control .icon-next {
    right: 2rem
}

.carousel .carousel-control.left,
.carousel .carousel-control.right {
    background: 0 0
}

#products .products,
.featured-products .products,
.product-accessories .products,
.product-miniature .products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

#products .product-thumbnail,
.featured-products .product-thumbnail,
.product-accessories .product-thumbnail,
.product-miniature .product-thumbnail {
    display: block
}

#products .product-title a,
.featured-products .product-title a,
.product-accessories .product-title a,
.product-miniature .product-title a {
    color: #7a7a7a;
    font-size: .875rem;
    text-decoration: none;
    text-align: center;
    font-weight: 400
}

#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
    position: relative;
    margin-bottom: 1.563rem;
    height: 318px;
    width: 257px;
    background: #fff;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2)
}

#products .thumbnail-container:focus .highlighted-informations,
#products .thumbnail-container:hover .highlighted-informations,
.featured-products .thumbnail-container:focus .highlighted-informations,
.featured-products .thumbnail-container:hover .highlighted-informations,
.product-accessories .thumbnail-container:focus .highlighted-informations,
.product-accessories .thumbnail-container:hover .highlighted-informations,
.product-miniature .thumbnail-container:focus .highlighted-informations,
.product-miniature .thumbnail-container:hover .highlighted-informations {
    bottom: 5.5rem
}

#products .thumbnail-container:focus .highlighted-informations:after,
#products .thumbnail-container:hover .highlighted-informations:after,
.featured-products .thumbnail-container:focus .highlighted-informations:after,
.featured-products .thumbnail-container:hover .highlighted-informations:after,
.product-accessories .thumbnail-container:focus .highlighted-informations:after,
.product-accessories .thumbnail-container:hover .highlighted-informations:after,
.product-miniature .thumbnail-container:focus .highlighted-informations:after,
.product-miniature .thumbnail-container:hover .highlighted-informations:after {
    opacity: 1
}

#products .thumbnail-container:focus .highlighted-informations.no-variants,
#products .thumbnail-container:hover .highlighted-informations.no-variants,
.featured-products .thumbnail-container:focus .highlighted-informations.no-variants,
.featured-products .thumbnail-container:hover .highlighted-informations.no-variants,
.product-accessories .thumbnail-container:focus .highlighted-informations.no-variants,
.product-accessories .thumbnail-container:hover .highlighted-informations.no-variants,
.product-miniature .thumbnail-container:focus .highlighted-informations.no-variants,
.product-miniature .thumbnail-container:hover .highlighted-informations.no-variants {
    bottom: 4.2rem
}

#products .thumbnail-container:focus .product-description:after,
#products .thumbnail-container:hover .product-description:after,
.featured-products .thumbnail-container:focus .product-description:after,
.featured-products .thumbnail-container:hover .product-description:after,
.product-accessories .thumbnail-container:focus .product-description:after,
.product-accessories .thumbnail-container:hover .product-description:after,
.product-miniature .thumbnail-container:focus .product-description:after,
.product-miniature .thumbnail-container:hover .product-description:after {
    content: "";
    border-top: 1px solid #7a7a7a;
    position: absolute;
    width: 80%;
    top: 0;
    left: 10%;
    opacity: .25
}

#products .products-section-title,
.featured-products .products-section-title,
.product-accessories .products-section-title,
.product-miniature .products-section-title {
    text-align: center
}

#products .product-title,
.featured-products .product-title,
.product-accessories .product-title,
.product-miniature .product-title {
    text-align: center;
    text-transform: capitalize;
    margin-top: 1rem
}

#products .variant-links,
.featured-products .variant-links,
.product-accessories .variant-links,
.product-miniature .variant-links {
    position: relative;
    text-align: center;
    width: 100%;
    top: -.25em;
    padding-top: .1875rem;
    min-height: 2.5rem;
    background: #fff
}

#products .highlighted-informations,
.featured-products .highlighted-informations,
.product-accessories .highlighted-informations,
.product-miniature .highlighted-informations {
    position: absolute;
    bottom: 1.25rem;
    padding-top: .625rem;
    z-index: 0;
    background: #fff;
    text-align: center;
    width: 257px;
    height: 3.125rem;
    box-shadow: 0 -5px 10px -5px rgba(0, 0, 0, .2);
    transition: bottom .3s
}

#products .highlighted-informations .quick-view,
.featured-products .highlighted-informations .quick-view,
.product-accessories .highlighted-informations .quick-view,
.product-miniature .highlighted-informations .quick-view {
    color: #7a7a7a;
    font-size: 1rem
}

#products .highlighted-informations .quick-view:hover,
.featured-products .highlighted-informations .quick-view:hover,
.product-accessories .highlighted-informations .quick-view:hover,
.product-miniature .highlighted-informations .quick-view:hover {
    color: #6acdc4
}

#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description {
    position: absolute;
    z-index: 1;
    background: #fff;
    width: 257px;
    bottom: 0;
    height: 70px
}

#products .product-miniature .discount,
.featured-products .product-miniature .discount,
.product-accessories .product-miniature .discount,
.product-miniature .product-miniature .discount {
    display: none
}

#products .product-miniature .discount-amount,
#products .product-miniature .discount-percentage,
#products .product-miniature .on-sale,
#products .product-miniature .online-only,
#products .product-miniature .pack,
#products .product-miniature .product-flags .new,
.featured-products .product-miniature .discount-amount,
.featured-products .product-miniature .discount-percentage,
.featured-products .product-miniature .on-sale,
.featured-products .product-miniature .online-only,
.featured-products .product-miniature .pack,
.featured-products .product-miniature .product-flags .new,
.product-accessories .product-miniature .discount-amount,
.product-accessories .product-miniature .discount-percentage,
.product-accessories .product-miniature .on-sale,
.product-accessories .product-miniature .online-only,
.product-accessories .product-miniature .pack,
.product-accessories .product-miniature .product-flags .new,
.product-miniature .product-miniature .discount-amount,
.product-miniature .product-miniature .discount-percentage,
.product-miniature .product-miniature .on-sale,
.product-miniature .product-miniature .online-only,
.product-miniature .product-miniature .pack,
.product-miniature .product-miniature .product-flags .new {
    display: block;
    position: absolute;
    left: -.4375rem;
    padding: .3125rem .4375rem;
    color: #fff;
    background: #6acdc4;
    text-transform: uppercase;
    min-width: 3.125rem;
    min-height: 1.875rem;
    font-size: 1rem;
    font-weight: 600;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .2)
}

#products .product-miniature .discount-amount.discount-amount,
#products .product-miniature .discount-amount.discount-percentage,
#products .product-miniature .discount-percentage.discount-amount,
#products .product-miniature .discount-percentage.discount-percentage,
#products .product-miniature .on-sale.discount-amount,
#products .product-miniature .on-sale.discount-percentage,
#products .product-miniature .online-only.discount-amount,
#products .product-miniature .online-only.discount-percentage,
#products .product-miniature .pack.discount-amount,
#products .product-miniature .pack.discount-percentage,
#products .product-miniature .product-flags .new.discount-amount,
#products .product-miniature .product-flags .new.discount-percentage,
.featured-products .product-miniature .discount-amount.discount-amount,
.featured-products .product-miniature .discount-amount.discount-percentage,
.featured-products .product-miniature .discount-percentage.discount-amount,
.featured-products .product-miniature .discount-percentage.discount-percentage,
.featured-products .product-miniature .on-sale.discount-amount,
.featured-products .product-miniature .on-sale.discount-percentage,
.featured-products .product-miniature .online-only.discount-amount,
.featured-products .product-miniature .online-only.discount-percentage,
.featured-products .product-miniature .pack.discount-amount,
.featured-products .product-miniature .pack.discount-percentage,
.featured-products .product-miniature .product-flags .new.discount-amount,
.featured-products .product-miniature .product-flags .new.discount-percentage,
.product-accessories .product-miniature .discount-amount.discount-amount,
.product-accessories .product-miniature .discount-amount.discount-percentage,
.product-accessories .product-miniature .discount-percentage.discount-amount,
.product-accessories .product-miniature .discount-percentage.discount-percentage,
.product-accessories .product-miniature .on-sale.discount-amount,
.product-accessories .product-miniature .on-sale.discount-percentage,
.product-accessories .product-miniature .online-only.discount-amount,
.product-accessories .product-miniature .online-only.discount-percentage,
.product-accessories .product-miniature .pack.discount-amount,
.product-accessories .product-miniature .pack.discount-percentage,
.product-accessories .product-miniature .product-flags .new.discount-amount,
.product-accessories .product-miniature .product-flags .new.discount-percentage,
.product-miniature .product-miniature .discount-amount.discount-amount,
.product-miniature .product-miniature .discount-amount.discount-percentage,
.product-miniature .product-miniature .discount-percentage.discount-amount,
.product-miniature .product-miniature .discount-percentage.discount-percentage,
.product-miniature .product-miniature .on-sale.discount-amount,
.product-miniature .product-miniature .on-sale.discount-percentage,
.product-miniature .product-miniature .online-only.discount-amount,
.product-miniature .product-miniature .online-only.discount-percentage,
.product-miniature .product-miniature .pack.discount-amount,
.product-miniature .product-miniature .pack.discount-percentage,
.product-miniature .product-miniature .product-flags .new.discount-amount,
.product-miniature .product-miniature .product-flags .new.discount-percentage {
    z-index: 2;
    background: #f39d72
}

#products .product-miniature .discount-amount.on-sale,
#products .product-miniature .discount-percentage.on-sale,
#products .product-miniature .on-sale.on-sale,
#products .product-miniature .online-only.on-sale,
#products .product-miniature .pack.on-sale,
#products .product-miniature .product-flags .new.on-sale,
.featured-products .product-miniature .discount-amount.on-sale,
.featured-products .product-miniature .discount-percentage.on-sale,
.featured-products .product-miniature .on-sale.on-sale,
.featured-products .product-miniature .online-only.on-sale,
.featured-products .product-miniature .pack.on-sale,
.featured-products .product-miniature .product-flags .new.on-sale,
.product-accessories .product-miniature .discount-amount.on-sale,
.product-accessories .product-miniature .discount-percentage.on-sale,
.product-accessories .product-miniature .on-sale.on-sale,
.product-accessories .product-miniature .online-only.on-sale,
.product-accessories .product-miniature .pack.on-sale,
.product-accessories .product-miniature .product-flags .new.on-sale,
.product-miniature .product-miniature .discount-amount.on-sale,
.product-miniature .product-miniature .discount-percentage.on-sale,
.product-miniature .product-miniature .on-sale.on-sale,
.product-miniature .product-miniature .online-only.on-sale,
.product-miniature .product-miniature .pack.on-sale,
.product-miniature .product-miniature .product-flags .new.on-sale {
    background: #f39d72;
    width: 100%;
    text-align: center;
    left: 0;
    top: 0
}

#products .product-miniature .discount-amount.online-only,
#products .product-miniature .discount-percentage.online-only,
#products .product-miniature .on-sale.online-only,
#products .product-miniature .online-only.online-only,
#products .product-miniature .pack.online-only,
#products .product-miniature .product-flags .new.online-only,
.featured-products .product-miniature .discount-amount.online-only,
.featured-products .product-miniature .discount-percentage.online-only,
.featured-products .product-miniature .on-sale.online-only,
.featured-products .product-miniature .online-only.online-only,
.featured-products .product-miniature .pack.online-only,
.featured-products .product-miniature .product-flags .new.online-only,
.product-accessories .product-miniature .discount-amount.online-only,
.product-accessories .product-miniature .discount-percentage.online-only,
.product-accessories .product-miniature .on-sale.online-only,
.product-accessories .product-miniature .online-only.online-only,
.product-accessories .product-miniature .pack.online-only,
.product-accessories .product-miniature .product-flags .new.online-only,
.product-miniature .product-miniature .discount-amount.online-only,
.product-miniature .product-miniature .discount-percentage.online-only,
.product-miniature .product-miniature .on-sale.online-only,
.product-miniature .product-miniature .online-only.online-only,
.product-miniature .product-miniature .pack.online-only,
.product-miniature .product-miniature .product-flags .new.online-only {
    font-size: .8125rem;
    margin-top: 13rem;
    margin-left: 8.688rem
}

#products .product-miniature .discount-amount.online-only:before,
#products .product-miniature .discount-percentage.online-only:before,
#products .product-miniature .on-sale.online-only:before,
#products .product-miniature .online-only.online-only:before,
#products .product-miniature .pack.online-only:before,
#products .product-miniature .product-flags .new.online-only:before,
.featured-products .product-miniature .discount-amount.online-only:before,
.featured-products .product-miniature .discount-percentage.online-only:before,
.featured-products .product-miniature .on-sale.online-only:before,
.featured-products .product-miniature .online-only.online-only:before,
.featured-products .product-miniature .pack.online-only:before,
.featured-products .product-miniature .product-flags .new.online-only:before,
.product-accessories .product-miniature .discount-amount.online-only:before,
.product-accessories .product-miniature .discount-percentage.online-only:before,
.product-accessories .product-miniature .on-sale.online-only:before,
.product-accessories .product-miniature .online-only.online-only:before,
.product-accessories .product-miniature .pack.online-only:before,
.product-accessories .product-miniature .product-flags .new.online-only:before,
.product-miniature .product-miniature .discount-amount.online-only:before,
.product-miniature .product-miniature .discount-percentage.online-only:before,
.product-miniature .product-miniature .on-sale.online-only:before,
.product-miniature .product-miniature .online-only.online-only:before,
.product-miniature .product-miniature .pack.online-only:before,
.product-miniature .product-miniature .product-flags .new.online-only:before {
    content: "\E30A";
    font-family: Material Icons;
    vertical-align: middle;
    margin: .3125rem
}

#products .comments_note,
.featured-products .comments_note,
.product-accessories .comments_note,
.product-miniature .comments_note {
    text-align: center;
    color: #7a7a7a
}

#products .regular-price,
.featured-products .regular-price,
.product-accessories .regular-price,
.product-miniature .regular-price {
    color: #7a7a7a;
    text-decoration: line-through;
    font-size: .875rem
}

#products .count,
.featured-products .count,
.product-accessories .count,
.product-miniature .count {
    color: #7a7a7a;
    font-weight: 700;
    position: relative;
    bottom: .5rem
}

#products .all-product-link,
.featured-products .all-product-link,
.product-accessories .all-product-link,
.product-miniature .all-product-link {
    clear: both;
    color: #7a7a7a;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

@media (max-width:767px) {

    #products .thumbnail-container,
    .featured-products .thumbnail-container,
    .product-accessories .thumbnail-container {
        box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2)
    }

    #products .thumbnail-container .product-description,
    .featured-products .thumbnail-container .product-description,
    .product-accessories .thumbnail-container .product-description {
        box-shadow: 0 -5px 10px -5px rgba(0, 0, 0, .2)
    }
}

#custom-text {
    background: #fff;
    border-radius: 2px;
    margin-bottom: 1.5rem;
    padding: 3.125rem;
    text-align: center
}

#custom-text h2 {
    text-transform: uppercase;
    color: #232323;
    font-size: 1.563rem;
    font-weight: 700
}

#custom-text p {
    color: #232323;
    font-weight: 400;
    font-size: 1.1em
}

#custom-text p .dark {
    color: #7a7a7a;
    font-weight: 400
}

.page-content.page-cms {
    background: #fff;
    padding: 1.25rem;
    text-align: justify
}

.page-content.page-cms .cms-box img {
    max-width: 100%
}

@media (max-width:991px) {
    #block-cmsinfo {
        padding: 1.25rem 1.875rem
    }
}

#products {
    color: #7a7a7a
}

#products .products-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#products .up {
    margin-bottom: 1rem
}

#products .up .btn-secondary,
#products .up .btn-tertiary {
    color: #7a7a7a;
    text-transform: inherit
}

#products .up .btn-secondary .material-icons,
#products .up .btn-tertiary .material-icons {
    margin-right: 0
}

.block-category #category-description p,
.block-category #category-description strong {
    font-weight: 400;
    color: #7a7a7a
}

.block-category #category-description p {
    color: #232323;
    margin-bottom: 0
}

.block-category #category-description p:first-child {
    margin-bottom: 1.25rem
}

.block-category .category-cover {
    position: absolute;
    right: .75rem;
    bottom: 0
}

.block-category .category-cover img {
    width: 141px;
    height: 180px
}

.products-selection .sort-by-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.products-selection .sort-by {
    white-space: normal;
    word-break: break-word;
    margin-right: -.9375rem;
    margin-left: .9375rem;
    text-align: right
}

.products-selection .total-products,
.products-selection h1 {
    padding-top: .625rem
}

.products-sort-order {
    color: #7a7a7a
}

.products-sort-order .select-title {
    display: inline-block;
    width: 100%;
    cursor: pointer
}

.products-sort-order .select-list {
    display: block;
    color: #232323;
    padding: .625rem 1.25rem
}

.products-sort-order .select-list:hover {
    background: #6acdc4;
    color: #fff;
    text-decoration: none
}

.products-sort-order .dropdown-menu {
    left: auto;
    width: 16.88rem;
    background: #f6f6f6;
    border: none;
    border-radius: 0;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .1);
    margin: 0
}

.facet-dropdown {
    color: #7a7a7a;
    padding-left: 0;
    padding-right: 0;
    background: #f1f1f1;
    border: 3px solid transparent;
    box-sizing: border-box;
    box-shadow: 1px 1px 1px 1px #f1f1f1
}

.facet-dropdown.open {
    border: 0
}

.facet-dropdown.open>.select-title {
    border: 3px solid #6acdc4;
    background: #f6f6f6
}

.facet-dropdown .select-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0;
    width: 100%;
    color: #232323;
    background: #f1f1f1;
    padding: .625rem .625rem .625rem 1.25rem;
    cursor: pointer
}

.facet-dropdown .select-title>i {
    margin-left: auto
}

.facet-dropdown .select-list {
    display: block;
    color: #232323;
    background: #f6f6f6;
    padding: .625rem 1.25rem
}

.facet-dropdown .select-list:hover {
    background: #6acdc4;
    color: #fff;
    text-decoration: none
}

.facet-dropdown .dropdown-menu {
    padding: 0;
    margin-top: 3px;
    left: auto;
    width: 100%;
    background: #f6f6f6;
    border: none;
    box-shadow: 1px 1px 1px 1px #f1f1f1
}

#search_filters,
#search_filters_brands,
#search_filters_suppliers {
    margin-bottom: 1.563rem;
    padding: 1.563rem 1.25rem
}

#search_filters .facet .collapse,
#search_filters_brands .facet .collapse,
#search_filters_suppliers .facet .collapse {
    display: block
}

#search_filters .facet .facet-title,
#search_filters_brands .facet .facet-title,
#search_filters_suppliers .facet .facet-title {
    color: #7a7a7a
}

#search_filters .facet .facet-label,
#search_filters_brands .facet .facet-label,
#search_filters_suppliers .facet .facet-label {
    margin-bottom: 0
}

#search_filters .facet .facet-label a,
#search_filters_brands .facet .facet-label a,
#search_filters_suppliers .facet .facet-label a {
    margin-top: .4375rem;
    color: #232323;
    display: inline-block;
    font-size: .9375rem
}

#search_filters_brands .facet,
#search_filters_suppliers .facet {
    padding-top: 0
}

#search_filters_brands .facet .facet-label,
#search_filters_suppliers .facet .facet-label {
    margin-bottom: .3125rem
}

.pagination {
    width: 100%
}

.pagination>div:first-child {
    line-height: 2.5rem
}

.pagination .page-list {
    background: #fff;
    padding: .375rem;
    margin-bottom: 0;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .2)
}

.pagination .page-list li {
    display: inline
}

.pagination a {
    color: #000;
    font-weight: 600
}

.pagination a:not(.previous):not(.next) {
    letter-spacing: .125rem
}

.pagination .previous {
    float: left
}

.pagination .next {
    float: right
}

.pagination .disabled {
    color: #7a7a7a
}

.pagination .current a {
    color: #6acdc4;
    text-decoration: none;
    font-size: 1.25rem
}

.active_filters {
    padding: .625rem 1.875rem 0;
    margin-bottom: 1.25rem
}

.active_filters .active-filter-title {
    display: inline;
    margin-right: .625rem;
    font-weight: 600
}

.active_filters ul {
    display: inline
}

.active_filters .filter-block {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    color: #232323;
    margin-right: .625rem;
    margin-bottom: .625rem;
    background: #fff;
    padding: .625rem;
    display: inline-block;
    font-size: .8125rem
}

.active_filters .filter-block .close {
    color: #232323;
    font-size: .9375rem;
    opacity: 1;
    margin-top: .1875rem;
    margin-left: .3125rem
}

.block-categories {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    background: #fff;
    padding: 1.563rem 1.25rem;
    margin-bottom: 1.563rem
}

.block-categories .category-sub-menu {
    margin-top: .625rem
}

.block-categories .category-sub-menu .category-sub-link {
    font-size: .875rem
}

.block-categories .category-sub-menu li {
    position: relative
}

.block-categories .category-sub-menu li[data-depth="1"] {
    margin-bottom: .625rem
}

.block-categories .category-sub-menu li[data-depth="0"]>a {
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, .25);
    width: 100%;
    display: inline-block;
    margin: .3125rem 0 0;
    padding-bottom: .1875rem
}

.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]) {
    padding-left: .3125rem
}

.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]):before {
    content: "-";
    margin-right: .3125rem
}

.block-categories a {
    color: #232323
}

.block-categories .collapse-icons {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    cursor: pointer
}

.block-categories .collapse-icons[aria-expanded=true] .add {
    display: none
}

.block-categories .collapse-icons[aria-expanded=true] .remove {
    display: block
}

.block-categories .collapse-icons .add:hover,
.block-categories .collapse-icons .remove:hover {
    color: #6acdc4
}

.block-categories .collapse-icons .remove {
    display: none
}

.block-categories .arrows .arrow-down,
.block-categories .arrows .arrow-right {
    font-size: .875rem;
    cursor: pointer;
    margin-left: 2px
}

.block-categories .arrows .arrow-down:hover,
.block-categories .arrows .arrow-right:hover {
    color: #6acdc4
}

.block-categories .arrows .arrow-down,
.block-categories .arrows[aria-expanded=true] .arrow-right {
    display: none
}

.block-categories .arrows[aria-expanded=true] .arrow-down {
    display: inline-block
}

.facets-title {
    color: #232323
}

.products-selection .filter-button .btn-secondary,
.products-selection .filter-button .btn-tertiary {
    padding: .75rem .5rem .6875rem
}

.advertising-block {
    margin-bottom: 1.563rem
}

.advertising-block img {
    width: 100%
}

@media (max-width:767px) {
    #category #left-column {
        width: 100%
    }

    #category #left-column #search_filters_wrapper {
        margin-left: -30px;
        margin-right: -30px
    }

    #category #left-column #search_filter_controls {
        text-align: center;
        margin-bottom: 1rem
    }

    #category #left-column #search_filter_controls button {
        margin: 0 .5rem
    }

    #category #left-column #search_filters {
        margin-bottom: 0;
        box-shadow: none;
        padding: 0;
        border-top: 1px solid #f6f6f6
    }

    #category #left-column #search_filters .facet {
        padding-top: 0;
        border-bottom: 1px solid #f6f6f6
    }

    #category #left-column #search_filters .facet .title {
        cursor: pointer
    }

    #category #left-column #search_filters .facet .title .collapse-icons .remove,
    #category #left-column #search_filters .facet .title[aria-expanded=true] .collapse-icons .add {
        display: none
    }

    #category #left-column #search_filters .facet .title[aria-expanded=true] .collapse-icons .remove {
        display: block
    }

    #category #left-column #search_filters .facet .facet-title {
        color: #232323;
        text-transform: uppercase
    }

    #category #left-column #search_filters .facet .h6 {
        margin-bottom: 0;
        padding: .625rem;
        display: inline-block
    }

    #category #left-column #search_filters .facet .navbar-toggler {
        display: inline-block;
        padding: .625rem .625rem 0 0
    }

    #category #left-column #search_filters .facet .collapse {
        display: none
    }

    #category #left-column #search_filters .facet .collapse.in {
        display: block
    }

    #category #left-column #search_filters .facet .facet-label a {
        margin-top: 0
    }

    #category #left-column #search_filters .facet ul {
        margin-bottom: 0
    }

    #category #left-column #search_filters .facet ul li {
        border-top: 1px solid #f6f6f6;
        padding: .625rem
    }

    #category #content-wrapper,
    #category #search_filter_toggler {
        width: 100%
    }

    .products-sort-order .select-title {
        margin-left: 0
    }

    .products-selection h1 {
        padding-top: 0;
        text-align: center;
        margin-bottom: 1rem
    }

    .products-selection .showing {
        padding-top: 1rem
    }

    #best-sales #content-wrapper,
    #new-products #content-wrapper,
    #prices-drop #content-wrapper {
        width: 100%
    }
}

@media (max-width:575px) {
    .products-selection .filter-button {
        padding-left: 0
    }

    #category #left-column #search_filters_wrapper {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media screen and (max-width:767px) {
    .category-cover {
        display: none
    }

    .block-category {
        min-height: 0;
        margin-bottom: 0
    }

    .card-block {
        padding: 0
    }

    .card {
        box-shadow: none;
        background-color: inherit;
        border: none
    }
}

.product-price {
    display: inline-block
}

#product-description-short {
    color: #232323
}

.product-information {
    font-size: .9375rem;
    color: #232323
}

.product-information .manufacturer-logo {
    height: 35px
}

.product-information .product-description img {
    max-width: 100%;
    height: auto
}

.input-color {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 1.25rem;
    width: 1.25rem
}

.input-container {
    position: relative
}

.input-radio {
    position: absolute;
    top: 0;
    cursor: pointer;
    opacity: 0;
    width: 100%;
    height: 100%
}

.input-color:checked+span,
.input-color:hover+span,
.input-radio:checked+span,
.input-radio:hover+span {
    border: 2px solid #232323
}

.radio-label {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    background: #fff;
    display: inline-block;
    padding: .125rem .625rem;
    font-weight: 600;
    border: 2px solid #fff
}

.product-actions .add-to-cart .material-icons {
    line-height: inherit
}

.product-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-quantity .add,
.product-quantity .qty {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.product-quantity .qty {
    margin-right: .4rem
}

.product-quantity .input-group-btn-vertical {
    width: auto
}

.product-quantity .input-group-btn-vertical .btn {
    padding: .5rem .6875rem
}

.product-quantity .input-group-btn-vertical .btn i {
    font-size: 1rem;
    top: .125rem;
    left: .1875rem
}

.product-quantity .btn-touchspin {
    height: 1.438rem
}

.product-discounts {
    margin-bottom: 1.5rem
}

.product-discounts>.product-discounts-title {
    font-weight: 400;
    font-size: .875rem
}

.product-discounts>.table-product-discounts thead tr th {
    width: 33%;
    padding: .625rem 1.25rem;
    background: #fff;
    border: .3125rem solid #f1f1f1;
    text-align: center
}

.product-discounts>.table-product-discounts tbody tr {
    background: #f6f6f6
}

.product-discounts>.table-product-discounts tbody tr:nth-of-type(2n) {
    background: #fff
}

.product-discounts>.table-product-discounts tbody tr td {
    padding: .625rem 1.25rem;
    text-align: center;
    border: .3125rem solid #f1f1f1
}

.product-prices .tax-shipping-delivery-label .delivery-information {
    padding: 0 0 0 2px
}

.product-prices .tax-shipping-delivery-label .delivery-information:before {
    content: "-";
    padding: 0 2px 0 0
}

.product-discount {
    color: #7a7a7a
}

.product-discount .regular-price {
    text-decoration: line-through;
    font-weight: 400;
    margin-right: .625rem
}

.has-discount p,
.has-discount.product-price {
    color: #f39d72
}

.has-discount .discount {
    background: #f39d72;
    color: #fff;
    font-weight: 600;
    padding: .3125rem .625rem;
    font-size: 1rem;
    margin-left: .625rem;
    text-transform: uppercase;
    display: inline-block
}

.product-unit-price {
    font-size: .8125rem;
    margin-bottom: 0
}

.tabs {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    margin-top: 2rem;
    background: #fff;
    padding: 1.25rem 1.875rem
}

.tabs .tab-pane {
    padding-top: 1.25rem
}

.tabs .nav-tabs {
    border: none;
    border-bottom: 2px solid #f1f1f1
}

.tabs .nav-tabs .nav-link {
    color: #7a7a7a;
    border: 0 solid transparent
}

.tabs .nav-tabs .nav-link.active {
    color: #6acdc4
}

.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
    border: none;
    border-bottom: 3px solid #6acdc4
}

.tabs .nav-tabs .nav-item {
    float: left;
    margin-bottom: -.125rem
}

.product-cover {
    margin-bottom: 1.25rem;
    position: relative
}

#product-modal .modal-content {
    background: 0 0;
    border: none;
    padding: 0
}

#product-modal .modal-content .modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -30%
}

#product-modal .modal-content .modal-body .product-cover-modal {
    background: #fff
}

#product-modal .modal-content .modal-body .image-caption {
    background: #fff;
    width: 800px;
    padding: .625rem 1.25rem;
    border-top: 1px solid #f1f1f1
}

#product-modal .modal-content .modal-body .image-caption p {
    margin-bottom: 0
}

#product-modal .modal-content .modal-body .thumbnails {
    position: relative
}

#product-modal .modal-content .modal-body .mask {
    position: relative;
    overflow: hidden;
    max-height: 49.38rem;
    margin-top: 2.188rem;
    z-index: 1
}

#product-modal .modal-content .modal-body .mask.nomargin {
    margin-top: 0
}

#product-modal .modal-content .modal-body .product-images {
    margin-left: 2.5rem
}

#product-modal .modal-content .modal-body .product-images img {
    width: 9.25rem;
    cursor: pointer;
    background: #fff
}

#product-modal .modal-content .modal-body .product-images img:hover {
    border: 3px solid #6acdc4
}

#product-modal .modal-content .modal-body .arrows {
    height: 100%;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    color: #fff;
    right: 1.875rem;
    z-index: 0;
    cursor: pointer
}

#product-modal .modal-content .modal-body .arrows .arrow-up {
    position: absolute;
    top: -2rem;
    opacity: .2
}

#product-modal .modal-content .modal-body .arrows .arrow-down {
    position: absolute;
    bottom: -2rem
}

#product-modal .modal-content .modal-body .arrows i {
    font-size: 6.25rem;
    display: inline
}

#blockcart-modal {
    color: #232323
}

#blockcart-modal .modal-header {
    background: #81d8d0
}

#blockcart-modal .modal-body {
    background: #f1f1f1;
    padding: 3.125rem 1.875rem
}

#blockcart-modal .modal-body .divide-right span {
    display: inline-block;
    margin-bottom: .3125rem
}

#blockcart-modal .modal-dialog {
    max-width: 1140px;
    width: 100%
}

#blockcart-modal .product-image {
    width: 100%
}

#blockcart-modal .modal-title {
    color: #fff
}

#blockcart-modal .modal-title i.material-icons {
    margin-right: 1.875rem
}

#blockcart-modal .cart-content {
    padding-left: 2.5rem
}

#blockcart-modal .cart-content .cart-content-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

#blockcart-modal .cart-content .cart-content-btn button {
    margin-right: .3125rem
}

#blockcart-modal .cart-content .cart-content-btn .btn {
    white-space: inherit
}

.product-images>li.thumb-container {
    display: inline-block
}

.product-images>li.thumb-container>.thumb {
    cursor: pointer;
    margin-bottom: .625rem
}

.images-container .product-images>li.thumb-container>.thumb {
    margin-right: .8125rem
}

.product-images>li.thumb-container>.thumb.selected,
.product-images>li.thumb-container>.thumb:hover {
    border: 3px solid #6acdc4
}

#main .images-container .js-qv-mask {
    white-space: nowrap;
    overflow: hidden
}

#main .images-container .js-qv-mask.scroll {
    width: calc(100% - 60px);
    margin: 0 auto
}

.scroll-box-arrows {
    display: none
}

.scroll-box-arrows.scroll {
    display: block
}

.scroll-box-arrows i {
    position: absolute;
    bottom: 1.625rem;
    height: 100px;
    line-height: 100px;
    cursor: pointer
}

.scroll-box-arrows .left {
    left: 0
}

.scroll-box-arrows .right {
    right: 0
}

#product-availability {
    margin-top: .625rem;
    display: inline-block;
    font-weight: 700
}

#product-availability .material-icons {
    line-height: inherit
}

#product-availability .product-available {
    color: #4cbb6c
}

#product-availability .product-last-items,
#product-availability .product-unavailable {
    color: #ff9a52
}

#product-details .label {
    font-size: 1rem;
    color: #232323;
    font-weight: 700
}

.product-features {
    margin-top: 1.25rem;
    margin-left: .3125rem
}

.product-features>dl.data-sheet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.product-features>dl.data-sheet dd.value,
.product-features>dl.data-sheet dt.name {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
    font-weight: 400;
    background: #f1f1f1;
    padding: .625rem;
    margin-right: .625rem;
    min-height: 2.5rem;
    word-break: normal;
    text-transform: capitalize;
    margin-bottom: .5rem
}

.product-features>dl.data-sheet dd.value:nth-of-type(2n),
.product-features>dl.data-sheet dt.name:nth-of-type(2n) {
    background: #f6f6f6
}

.product-variants>.product-variants-item {
    margin: 1.25rem 0
}

.product-variants>.product-variants-item ul li {
    margin-right: .625rem
}

.product-variants>.product-variants-item .color {
    margin-left: 0;
    margin-top: 0
}

.product-flags {
    position: absolute;
    top: 0;
    width: 100%
}

li.product-flag {
    display: block;
    position: absolute;
    background: #6acdc4;
    font-weight: 700;
    padding: .3125rem .4375rem;
    text-transform: uppercase;
    color: #fff;
    margin-top: .625rem;
    z-index: 2
}

li.product-flag.online-only {
    top: 25rem;
    right: 0;
    font-size: .8125rem
}

li.product-flag.online-only:before {
    content: "\E30A";
    font-family: Material Icons;
    vertical-align: middle;
    margin: .3125rem
}

li.product-flag.discount {
    display: none
}

li.product-flag.on-sale {
    background: #f39d72;
    width: 100%;
    text-align: center;
    margin: 0;
    left: 0;
    top: 0
}

li.product-flag:not(.discount):not(.on-sale)~li.product-flag {
    margin-top: 3.75rem
}

.product-customization {
    margin: 2.5rem 0
}

.product-customization .product-customization-item {
    margin: 1.25rem 0
}

.product-customization .product-message {
    background: #f1f1f1;
    border: none;
    width: 100%;
    height: 3.125rem;
    resize: none;
    padding: .625rem
}

.product-customization .product-message:focus {
    background-color: #fff;
    outline: .1875rem solid #6acdc4
}

.product-customization .file-input {
    width: 100%;
    opacity: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    height: 2.625rem;
    overflow: hidden;
    position: absolute
}

.product-customization .customization-message {
    margin-top: 20px
}

.product-customization .custom-file {
    position: relative;
    background: #f1f1f1;
    width: 100%;
    height: 2.625rem;
    line-height: 2.625rem;
    text-indent: .625rem;
    display: block;
    color: #7a7a7a;
    margin-top: 1.25rem
}

.product-customization .custom-file button {
    z-index: 0;
    position: absolute;
    right: 0;
    top: 0
}

.product-customization small {
    color: #7a7a7a
}

.product-pack {
    margin-top: 2.5rem
}

.product-pack .pack-product-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.product-pack .pack-product-container .pack-product-name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    font-size: .875rem;
    color: #7a7a7a
}

.product-pack .pack-product-container .pack-product-quantity {
    border-left: 2px solid #f1f1f1;
    padding-left: .625rem
}

.product-pack .pack-product-container .pack-product-name,
.product-pack .pack-product-container .pack-product-price,
.product-pack .pack-product-container .pack-product-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-refresh {
    margin-top: 1.25rem
}

.social-sharing {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.5rem
}

.social-sharing ul {
    margin-bottom: 0
}

.social-sharing li {
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .2);
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%;
    display: inline-block;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 2rem 2rem;
    background-position: .25rem .25rem;
    cursor: pointer;
    margin-left: .5rem
}

.social-sharing li a {
    display: block;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden
}

.social-sharing li a:hover {
    color: transparent
}

.products-selection {
    margin-bottom: 1.25rem
}

.products-selection .title {
    color: #7a7a7a
}

#blockcart-modal .cart-content .btn {
    margin-bottom: .625rem
}

@media (max-width:991px) {
    .product-cover img {
        width: 100%
    }

    #product-modal .modal-content .modal-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0
    }

    #product-modal .modal-content .modal-body img.product-cover-modal {
        width: 100%
    }

    #product-modal .modal-content .modal-body .arrows {
        display: none
    }

    #product-modal .modal-content .modal-body .image-caption {
        width: 100%
    }

    #blockcart-modal .modal-dialog {
        width: calc(100% - 20px)
    }

    #blockcart-modal .modal-body {
        padding: 1.875rem
    }
}

@media (max-width:767px) {
    #blockcart-modal .divide-right {
        border-right: none
    }

    #blockcart-modal .modal-body {
        padding: 1rem
    }
}

.cart-grid {
    margin-bottom: 1rem
}

.cart-items {
    margin-bottom: 0
}

.cart-item {
    padding: 1rem 0
}

.cart-summary-line {
    clear: both
}

.cart-summary-line:after {
    content: "";
    display: table;
    clear: both
}

.cart-summary-line .value {
    color: #232323;
    float: right
}

.cart-summary-line.cart-summary-subtotals .label,
.cart-summary-line.cart-summary-subtotals .value {
    font-weight: 400
}

.cart-grid-body {
    margin-bottom: .75rem
}

.cart-grid-body a.label:hover {
    color: #6acdc4
}

.cart-grid-body .card-block {
    padding: 1rem
}

.cart-grid-body .cart-overview {
    padding: 1rem
}

.cart-grid-right .promo-discounts {
    margin-bottom: 0
}

.cart-grid-right .promo-discounts .cart-summary-line .label {
    color: #7a7a7a
}

.cart-grid-right .promo-discounts .cart-summary-line .label .code {
    text-decoration: underline;
    cursor: pointer
}

.block-promo .promo-code {
    padding: 1.6rem;
    background: #f1f1f1
}

.block-promo .promo-code .alert-danger {
    position: relative;
    margin-top: 1.25rem;
    background: #ff4c4c;
    color: #fff;
    display: none
}

.block-promo .promo-code .alert-danger:after {
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #ff4c4c;
    border-width: 10px;
    margin-left: -10px
}

.block-promo .promo-code form {
    text-align: center
}

.block-promo .promo-input {
    color: #232323;
    border: 1px solid #7a7a7a;
    height: 2.5rem;
    text-indent: .625rem;
    width: 50%
}

.block-promo .promo-input+button {
    margin-top: -4px;
    text-transform: capitalize
}

.block-promo .cart-summary-line .label,
.block-promo .promo-name {
    color: #ff9a52;
    font-weight: 600
}

.block-promo .cart-summary-line .label a,
.block-promo .promo-name a {
    font-weight: 400;
    color: #232323;
    display: inline-block
}

.block-promo .promo-code-button {
    padding-left: 1.25rem;
    margin-bottom: 1.25rem;
    display: inline-block
}

.block-promo.promo-highlighted {
    padding: 1.25rem;
    padding-bottom: 0;
    margin-bottom: 0
}

.product-line-grid-left img {
    max-width: 100%
}

.product-line-grid-body>.product-line-info>.label {
    padding: 0;
    text-align: left;
    white-space: inherit
}

.product-line-grid-body>.product-line-info>.out-of-stock {
    color: red
}

.product-line-grid-body>.product-line-info>.available {
    color: #4cbb6c
}

.product-line-grid-body>.product-line-info>.unit-price-cart {
    padding-left: .3125rem;
    font-size: .875rem;
    color: #7a7a7a
}

@media (max-width:767px) {
    .product-line-grid-body {
        margin-bottom: 1rem
    }
}

@media (max-width:575px) {
    .cart-items {
        padding: 1rem 0
    }

    .cart-item {
        border-bottom: 1px solid #f1f1f1
    }

    .cart-item:last-child {
        border-bottom: 0
    }

    .cart-grid-body .cart-overview {
        padding: 0
    }

    .cart-grid-body .no-items {
        padding: 1rem;
        display: inline-block
    }

    .product-line-grid-left {
        padding-right: 0
    }
}

@media (max-width:360px) {

    .product-line-grid-right .price,
    .product-line-grid-right .qty {
        width: 100%
    }
}

.quickview .modal-dialog {
    width: calc(100% - 30px);
    max-width: 64rem
}

.quickview .modal-content {
    background: #f1f1f1;
    min-height: 28.13rem
}

.quickview .modal-header {
    border: none;
    padding: .625rem
}

.quickview .modal-body {
    min-height: 23.75rem
}

.quickview .modal-footer {
    border-top: 1px solid hsla(0, 0%, 48%, .3)
}

.quickview .layer {
    display: none
}

.quickview .product-cover img {
    width: 95%
}

.quickview .images-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    min-height: 21.88rem
}

.quickview .images-container .product-images>li.thumb-container>.thumb {
    width: 100%;
    max-width: 4.938rem;
    margin-bottom: .8125rem;
    background: #fff
}

.quickview .mask {
    width: 35%;
    max-height: 22.5rem;
    overflow: hidden;
    margin-left: .625rem
}

.quickview .arrows {
    position: absolute;
    top: 0;
    bottom: 0;
    max-height: 22.5rem;
    right: 5rem;
    z-index: 0
}

.quickview .arrows .arrow-up {
    margin-top: -3.125rem;
    cursor: pointer;
    opacity: .2
}

.quickview .arrows .arrow-down {
    position: absolute;
    bottom: -1.875rem;
    cursor: pointer
}

.quickview .social-sharing {
    margin-top: 0;
    margin-left: 2.5rem
}

.block_newsletter {
    font-size: .875rem;
    margin-bottom: .625rem
}

.block_newsletter form {
    position: relative
}

.block_newsletter form input[type=text] {
    border: none;
    padding: 10px;
    min-width: 255px;
    color: #7a7a7a;
    border: 1px solid rgba(0, 0, 0, .25)
}

.block_newsletter form input[type=text]:focus {
    outline: 3px solid #6acdc4;
    color: #232323;
    background: #fff
}

.block_newsletter form input[type=text]:focus+button .search {
    color: #6acdc4
}

.block_newsletter form button[type=submit] {
    position: absolute;
    background: 0 0;
    border: none;
    bottom: .3125rem;
    right: .125rem;
    color: #7a7a7a
}

.block_newsletter form button[type=submit] .search:hover {
    color: #6acdc4
}

.block_newsletter p {
    padding-top: .625rem
}

.block_newsletter form .input-wrapper {
    overflow: hidden
}

.block_newsletter form input[type=email] {
    padding: 11px;
    width: 100%
}

.block_newsletter form input[type=email]:focus {
    border: 3px solid #6acdc4;
    padding: 8px 8px 9px;
    outline: 0
}

.block_newsletter form input {
    height: 42px;
    box-shadow: none
}

.block-contact .block-contact-title,
.linklist .blockcms-title a {
    color: #232323
}

.account-list a {
    color: #7a7a7a
}

.account-list a:hover {
    color: #6acdc4
}

.block-contact-title,
.blockcms-title,
.myaccount-title,
.myaccount-title a {
    font-weight: 700;
    font-size: 1rem
}

.block-social {
    text-align: right
}

.block-social li {
    height: 2.5rem;
    width: 2.5rem;
    background-color: #f1f1f1;
    background-repeat: no-repeat;
    display: inline-block;
    margin: .125rem;
    cursor: pointer
}

.block-social li:hover {
    background-color: #6acdc4
}

.block-social li a {
    display: block;
    height: 100%;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden
}

.block-social li a:hover {
    color: transparent
}

.facebook {
    background-image: url(../css/3935e107ea61866e60d7946dc6a962f1.svg)
}

.facebook:before {
    content: "";
    background-image: url(../css/8b05d51ede908907d65695558974d86f.svg)
}

.facebook.icon-gray {
    background-image: url(../css/082a71677e756fb75817e8f262a07cb4.svg)
}

.facebook.icon-gray:hover {
    background-image: url(../css/8b05d51ede908907d65695558974d86f.svg)
}

.twitter {
    background-image: url(../css/a67175d1ea11389d9107bd8c08f9d7d7.svg)
}

.twitter:before {
    content: "";
    background-image: url(../css/ffddcb3736980b23405b31142a324b62.svg)
}

.twitter.icon-gray {
    background-image: url(../css/e049aeb07a2ae1627933e8e58d3886d2.svg)
}

.twitter.icon-gray:hover {
    background-image: url(../css/ffddcb3736980b23405b31142a324b62.svg)
}

.rss {
    background-image: url(../css/cf2f3c1d5c7cb02c29f61964313148e1.svg)
}

.youtube {
    background-image: url(../css/22c0528acb6d9cd5bf4c8f96381bc05c.svg)
}

.googleplus {
    background-image: url(../css/36bff72dcba3098b4b70b482b22c29ab.svg)
}

.googleplus:before {
    content: "";
    background-image: url(../css/c1a65805f759901a39d10eb854c1dcf2.svg)
}

.googleplus.icon-gray {
    background-image: url(../css/3a2aeeba930cc29e4d31ebfa1b7cdaa2.svg)
}

.googleplus.icon-gray:hover {
    background-image: url(../css/c1a65805f759901a39d10eb854c1dcf2.svg)
}

#block_myaccount_infos .myaccount-title a {
    color: #232323
}

.pinterest {
    background-image: url(../css/afb2ed6d67613a724a420a39b4fe5b0d.svg)
}

.pinterest:before {
    content: "";
    background-image: url(../css/b1db819132e64a3e01911a1413c33acf.svg)
}

.pinterest.icon-gray {
    background-image: url(../css/99db8adec61e4fcf5586e1afa549b432.svg)
}

.pinterest.icon-gray:hover {
    background-image: url(../css/b1db819132e64a3e01911a1413c33acf.svg)
}

.vimeo {
    background-image: url(../css/f255af0bbbe837e79f7821827f9c6f10.svg)
}

.instagram {
    background-image: url(../css/0266b05265f317a7409560b751cd61e8.svg)
}

.footer-container {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    overflow: hidden;
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .3)
}

.links .collapse {
    display: inherit
}

@media (max-width:767px) {
    .block_newsletter {
        padding-bottom: .625rem;
        border-bottom: 1px solid #f6f6f6
    }

    .footer-container {
        box-shadow: none;
        margin-top: 0
    }

    .footer-container .wrapper {
        padding-left: 0;
        padding-right: 0
    }

    .footer-container .links .h3 {
        line-height: 1.5;
        font-size: 1rem
    }

    .footer-container .links ul>li {
        padding: .625rem;
        font-weight: 700
    }

    .links .collapse {
        display: none
    }

    .links .collapse.in {
        display: block
    }

    .links .title {
        padding: .625rem;
        border-bottom: 1px solid #f6f6f6;
        cursor: pointer
    }

    .links .title .collapse-icons .remove,
    .links .title[aria-expanded=true] .collapse-icons .add {
        display: none
    }

    .links .title[aria-expanded=true] .collapse-icons .remove {
        display: block
    }

    .links .navbar-toggler {
        display: inline-block;
        padding: 0
    }
}

@media (max-width:991px) {
    .block-social {
        text-align: center
    }

    .block-contact {
        padding-left: 1.5rem
    }
}

.contact-rich .block {
    height: auto;
    overflow: hidden
}

.contact-rich .block .data {
    color: #232323;
    font-size: .875rem;
    width: auto;
    overflow: hidden
}

.contact-rich .block .data.email {
    padding-top: .375rem
}

#pagenotfound #main .page-header,
#products #main .page-header {
    margin: 2rem 0 3rem
}

#pagenotfound #main .page-content,
#products #main .page-content {
    margin-bottom: 10rem
}

#pagenotfound .page-not-found,
#products .page-not-found {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    background: #fff;
    padding: 1rem;
    font-size: .875rem;
    color: #7a7a7a;
    max-width: 570px;
    margin: 0 auto
}

#pagenotfound .page-not-found h4,
#products .page-not-found h4 {
    font-size: 1rem;
    font-weight: 700;
    margin: .5rem 0 1rem
}

#pagenotfound .page-not-found .search-widget,
#products .page-not-found .search-widget {
    float: none
}

#pagenotfound .page-not-found .search-widget input,
#products .page-not-found .search-widget input {
    width: 100%
}

.customization-modal .modal-content {
    border-radius: 0;
    border: 1px solid #f6f6f6
}

.customization-modal .modal-content .modal-body {
    padding-top: 0
}

.customization-modal .modal-content .modal-body .product-customization-line {
    border-bottom: 1px solid #f6f6f6
}

.customization-modal .modal-content .modal-body .product-customization-line .label {
    font-weight: 700;
    text-align: right
}

.sitemap-title {
    text-transform: capitalize
}

.sitemap {
    margin-top: .9375rem
}

.sitemap h2 {
    color: #232323;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 600;
    border-bottom: 1px solid #7a7a7a;
    margin-left: -15px;
    width: 100%;
    height: 35px
}

.sitemap ul {
    margin-left: -15px;
    margin-top: 20px
}

.sitemap ul.nested {
    margin-left: 20px
}

.sitemap ul li {
    font-size: .9rem;
    margin-bottom: 1rem
}

@media (max-width:575px) {
    .sitemap {
        margin-top: 0
    }
}

#header {
    background: #fff;
    color: #7a7a7a
}

#header a:hover {
    text-decoration: none
}

#header .menu,
#header .menu>ul>li {
    display: inline-block
}

#header .header-nav {
    border-bottom: 2px solid #f1f1f1;
    max-height: 50px;
    margin-bottom: 30px
}

#header .header-nav #menu-icon {
    vertical-align: middle;
    cursor: pointer;
    margin: 0 1rem
}

#header .header-nav #menu-icon .material-icons {
    line-height: 50px
}

#header .header-nav .right-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

#header .header-nav .currency-selector {
    margin-top: .9375rem;
    margin-left: .9375rem;
    white-space: nowrap
}

#header .header-nav .user-info {
    margin-left: 2.5rem;
    margin-top: .9375rem;
    text-align: right;
    white-space: nowrap
}

#header .header-nav .user-info .account {
    margin-left: .625rem
}

#header .header-nav .language-selector {
    margin-top: .9375rem;
    white-space: nowrap
}

#header .header-nav .cart-preview.active {
    background: #6acdc4
}

#header .header-nav .cart-preview.active a,
#header .header-nav .cart-preview.active i {
    color: #fff
}

#header .header-nav .cart-preview .shopping-cart {
    vertical-align: middle;
    color: #7a7a7a
}

#header .header-nav .cart-preview .body {
    display: none
}

#header .header-nav .blockcart {
    background: #f1f1f1;
    height: 3rem;
    padding: .75rem;
    margin-left: .9375rem;
    text-align: center;
    white-space: nowrap
}

#header .header-nav .blockcart a {
    color: #7a7a7a
}

#header .header-nav .blockcart a:hover {
    color: #6acdc4
}

#header .header-nav .blockcart.active a:hover {
    color: #fff
}

#header .header-nav .blockcart .header {
    margin-top: .125rem
}

#header .header-nav #_desktop_contact_link {
    display: inline-block
}

#header .header-nav #_desktop_contact_link #contact-link {
    margin-top: .9375rem
}

#header .header-nav .search-widget {
    margin-top: .2rem
}

#header .header-nav .material-icons {
    line-height: inherit
}

#header .header-nav .material-icons.expand-more {
    margin-left: -.375rem
}

#header .header-top {
    padding-bottom: 1.25rem
}

#header .header-top>.container {
    position: relative
}

#header .header-top .menu {
    padding-left: 15px;
    margin-bottom: .375rem
}

#header .header-top .position-static {
    position: static
}

#header .header-top a[data-depth="0"] {
    color: #7a7a7a;
    text-transform: uppercase
}

#header .header-top .search-widget {
    float: right
}

#header .top-menu-link {
    margin-left: 1.25rem
}

.popover {
    font-family: inherit
}

#wrapper .banner {
    margin-bottom: 1.5rem;
    display: block
}

#wrapper .banner img {
    box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, .15)
}

#wrapper .breadcrumb {
    background: 0 0;
    padding: 0
}

#wrapper .breadcrumb[data-depth="1"] {
    display: none
}

#wrapper .breadcrumb ol {
    padding-left: 0;
    margin-bottom: 0
}

#wrapper .breadcrumb li {
    display: inline
}

#wrapper .breadcrumb li:after {
    content: "/";
    color: #7a7a7a;
    margin: .3125rem
}

#wrapper .breadcrumb li:last-child {
    content: "/";
    color: #7a7a7a;
    margin: 0
}

#wrapper .breadcrumb li:last-child:after {
    content: ""
}

#wrapper .breadcrumb li a {
    color: #232323
}

#main .page-content,
#main .page-header {
    margin-bottom: 1.563rem
}

#main .page-content h6 {
    margin-bottom: 1.125rem
}

#main .page-content #notifications {
    margin-left: -15px;
    margin-right: -15px
}

#main .page-footer {
    margin-bottom: 1.563rem
}

#notifications ul {
    margin-bottom: 0
}

#footer {
    padding-top: 2.5rem
}

@media (max-width:1199px) {
    #header .header-nav {
        max-height: inherit
    }

    #header .header-nav .search-widget {
        float: none;
        width: 15.63rem
    }
}

@media (max-width:991px) {
    .container {
        max-width: 100%
    }

    #header .header-top .search-widget {
        min-width: inherit
    }

    #products .product-miniature,
    .featured-products .product-miniature {
        margin: 0 auto
    }

    .sub-menu {
        left: 0;
        min-width: 100%
    }

    #blockcart-modal .product-image {
        width: 100%;
        display: block;
        max-width: 15.63rem;
        margin: 0 auto .9375rem
    }

    #blockcart-modal .cart-content {
        padding-left: 0
    }

    #blockcart-modal .product-name,
    #product-availability {
        margin-top: .625rem
    }

    #search_filters .facet .facet-label {
        text-align: left
    }

    .block-category .category-cover {
        position: relative;
        text-align: center
    }

    .block-category {
        padding-bottom: 0
    }
}

@media (max-width:767px) {
    #wrapper {
        box-shadow: none
    }

    #checkout-cart-summary {
        float: none;
        width: 100%;
        margin-top: 1rem
    }

    #header .header-nav {
        background: #fff;
        margin-bottom: .625rem;
        color: #232323
    }

    #header .header-nav .top-logo {
        padding-top: 11px
    }

    #header .header-nav .top-logo a img {
        max-height: 50px;
        max-width: 100%
    }

    #header .header-nav .right-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #header .header-nav .user-info {
        text-align: left;
        margin-left: 0
    }

    #header .header-nav .user-info .logged {
        color: #6acdc4
    }

    #header .header-nav .blockcart {
        margin-left: 0;
        background: inherit
    }

    #header .header-nav .blockcart.active {
        margin-left: .5rem
    }

    #header .header-nav .blockcart.inactive .cart-products-count {
        display: none
    }

    #header .header-top {
        padding-bottom: 0
    }

    #header .header-top a[data-depth="0"] {
        color: #232323
    }

    #header .header-top .search-widget {
        width: 100%
    }

    #header.is-open,
    #header.is-open .header-top {
        background-color: #fff
    }

    section.checkout-step {
        width: 100%
    }

    .default-input {
        min-width: 100%
    }

    label {
        clear: both
    }

    #products .product-miniature,
    .featured-products .product-miniature {
        margin: 0 auto
    }

    .block-contact {
        padding-left: .9375rem;
        border: none
    }

    .dropdown-item,
    .menu {
        padding-left: 0
    }

    #footer {
        padding-top: .5rem
    }
}

@media (max-width:575px) {

    #content-wrapper,
    #left-column {
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (min-width:1280px) {
    #header img.logo {
        width: 14vw;
        margin-left: 1vw;
        margin-right: 1vw
    }

    .mobile-menu-toggle img {
        width: 1.7vw
    }

    #js-product-list-header {
        margin-top: 3vw
    }

    #header-top {
        height: 5vw
    }

    #header-top>div {
        padding-right: 5vw
    }

    .mobile-menu-toggle {
        width: 5vw
    }

    #left-v-banner>div {
        width: 5vw
    }

    .left-v-banner-text {
        width: 5vw
    }

    .cart-grid-body {
        margin-right: 3vw
    }

    #stores .responsive-stretch {
        margin-left: -3vw
    }

    body#contact .responsive-stretch {
        margin-left: 5vw
    }

    body #wrapper {
        padding-left: 5vw;
        padding-right: 5vw;
        padding-top: 8vw
    }

    body#index #wrapper {
        padding-top: 5vw;
        padding-left: 0;
        padding-right: 0
    }

    body #content-wrapper {
        margin-left: 3vw
    }

    body#index #content-wrapper {
        margin-left: 0
    }

    #left-column {
        padding-left: 3vw;
        margin-right: 3vw
    }

    ul.top-menu {
        margin-left: 1vw;
        margin-right: 1vw
    }

    .fleche-droite,
    .fleche-gauche {
        width: 1.8vw
    }

    section .featured-category {
        padding-bottom: 3vw
    }

    section.featured-products {
        margin-bottom: 3vw
    }

    .qty .qty-label {
        margin-right: .5vw
    }

    .submitContainer .qty {
        padding-left: 1vw;
        padding-right: 1vw
    }

    body .input-group.bootstrap-touchspin #quantity_wanted {
        width: 1vw
    }

    #submitNdkcsfields {
        padding: 1.2vw 1.6vw 1.2vw 1.6vw
    }

    .reassurance>div {
        width: 4vw
    }

    .reassurance img {
        width: 2vw
    }

    .reassurance-image {
        max-width: 3.5vw;
        max-height: 3vw
    }

    body#checkout #wrapper {
        padding-top: 3vw
    }

    .footer-information img {
        max-width: 15vw
    }
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -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 {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

html {
    box-sizing: border-box;
    font-family: sans-serif
}

*,
:after,
:before {
    box-sizing: inherit
}

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

button {
    background: 0 0;
    padding: 0
}

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

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

ol,
ul {
    list-style: none
}

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

*,
:after,
:before {
    border: 0 solid #e8e8e8
}

img {
    border-style: solid
}

textarea {
    resize: vertical
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: .5
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: inherit;
    opacity: .5
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: inherit;
    opacity: .5
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: inherit;
    opacity: .5
}

input::placeholder,
textarea::placeholder {
    color: inherit;
    opacity: .5
}

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

table {
    border-collapse: collapse
}

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

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

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

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

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

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

.container {
    width: 100%
}

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

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

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

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

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

.bg-fixed {
    background-attachment: fixed
}

.bg-local {
    background-attachment: local
}

.bg-scroll {
    background-attachment: scroll
}

.bg-transparent {
    background-color: transparent
}

.bg-primary {
    background-color: #81d8d0
}

.bg-primarydarker {
    background-color: #6acdc4
}

.bg-black,
.bg-turquoise {
    background-color: #000
}

.bg-gold {
    background-color: #d0ae5f
}

.bg-white {
    background-color: #fff
}

.bg-whiteHalfTransparent {
    background-color: hsla(0, 0%, 100%, .5)
}

.bg-brown {
    background-color: #36261e
}

.bg-browndark {
    background-color: #130c0e
}

.bg-gray-100 {
    background-color: #f2f2f2
}

.bg-gray-150 {
    background-color: #f3f3f3
}

.bg-gray-200 {
    background-color: #f6f6f6
}

.bg-gray-300 {
    background-color: #e8e8e8
}

.bg-gray-400 {
    background-color: #cbd5e0
}

.bg-gray-450 {
    background-color: #c3c3c3
}

.bg-gray-500 {
    background-color: #b1afaf
}

.bg-gray-600 {
    background-color: #777
}

.bg-gray-700 {
    background-color: #4a5568
}

.bg-gray-800 {
    background-color: #2d3748
}

.bg-gray-900 {
    background-color: #1a202c
}

.bg-red-100 {
    background-color: #fff5f5
}

.bg-red-200 {
    background-color: #fff6f7
}

.bg-red-300 {
    background-color: #feb2b2
}

.bg-red-400 {
    background-color: #bc6366
}

.bg-red-500 {
    background-color: #f56565
}

.bg-red-600 {
    background-color: #e53e3e
}

.bg-red-700 {
    background-color: #c53030
}

.bg-red-800 {
    background-color: #9b2c2c
}

.bg-red-900 {
    background-color: #742a2a
}

.bg-orange-100 {
    background-color: #fffaf0
}

.bg-orange-200 {
    background-color: #feebc8
}

.bg-orange-300 {
    background-color: #fbd38d
}

.bg-orange-400 {
    background-color: #f6ad55
}

.bg-orange-500 {
    background-color: #ed8936
}

.bg-orange-600 {
    background-color: #dd6b20
}

.bg-orange-700 {
    background-color: #c05621
}

.bg-orange-800 {
    background-color: #9c4221
}

.bg-orange-900 {
    background-color: #7b341e
}

.bg-yellow-100 {
    background-color: ivory
}

.bg-yellow-200 {
    background-color: #fffaee
}

.bg-yellow-300 {
    background-color: #faf089
}

.bg-yellow-400 {
    background-color: #d0ae5f
}

.bg-yellow-500 {
    background-color: #ecc94b
}

.bg-yellow-600 {
    background-color: #d69e2e
}

.bg-yellow-700 {
    background-color: #b7791f
}

.bg-yellow-800 {
    background-color: #975a16
}

.bg-yellow-900 {
    background-color: #744210
}

.bg-green-100 {
    background-color: #f0fff4
}

.bg-green-200 {
    background-color: #c6f6d5
}

.bg-green-300 {
    background-color: #9ae6b4
}

.bg-green-400 {
    background-color: #68d391
}

.bg-green-500 {
    background-color: #48bb78
}

.bg-green-600 {
    background-color: #38a169
}

.bg-green-700 {
    background-color: #2f855a
}

.bg-green-800 {
    background-color: #276749
}

.bg-green-900 {
    background-color: #22543d
}

.bg-teal-100 {
    background-color: #e6fffa
}

.bg-teal-200 {
    background-color: #b2f5ea
}

.bg-teal-300 {
    background-color: #81e6d9
}

.bg-teal-400 {
    background-color: #4fd1c5
}

.bg-teal-500 {
    background-color: #38b2ac
}

.bg-teal-600 {
    background-color: #319795
}

.bg-teal-700 {
    background-color: #2c7a7b
}

.bg-teal-800 {
    background-color: #285e61
}

.bg-teal-900 {
    background-color: #234e52
}

.bg-blue-100 {
    background-color: #ebf8ff
}

.bg-blue-200 {
    background-color: #effafd
}

.bg-blue-300 {
    background-color: #90cdf4
}

.bg-blue-400 {
    background-color: #396973
}

.bg-blue-500 {
    background-color: #4299e1
}

.bg-blue-600 {
    background-color: #3182ce
}

.bg-blue-700 {
    background-color: #2b6cb0
}

.bg-blue-800 {
    background-color: #2c5282
}

.bg-blue-900 {
    background-color: #2a4365
}

.bg-indigo-100 {
    background-color: #ebf4ff
}

.bg-indigo-200 {
    background-color: #c3dafe
}

.bg-indigo-300 {
    background-color: #a3bffa
}

.bg-indigo-400 {
    background-color: #7f9cf5
}

.bg-indigo-500 {
    background-color: #667eea
}

.bg-indigo-600 {
    background-color: #5a67d8
}

.bg-indigo-700 {
    background-color: #4c51bf
}

.bg-indigo-800 {
    background-color: #434190
}

.bg-indigo-900 {
    background-color: #3c366b
}

.bg-purple-100 {
    background-color: #faf5ff
}

.bg-purple-200 {
    background-color: #e9d8fd
}

.bg-purple-300 {
    background-color: #d6bcfa
}

.bg-purple-400 {
    background-color: #b794f4
}

.bg-purple-500 {
    background-color: #9f7aea
}

.bg-purple-600 {
    background-color: #805ad5
}

.bg-purple-700 {
    background-color: #6b46c1
}

.bg-purple-800 {
    background-color: #553c9a
}

.bg-purple-900 {
    background-color: #44337a
}

.bg-pink-100 {
    background-color: #fff5f7
}

.bg-pink-200 {
    background-color: #fed7e2
}

.bg-pink-300 {
    background-color: #fbb6ce
}

.bg-pink-400 {
    background-color: #f687b3
}

.bg-pink-500 {
    background-color: #ed64a6
}

.bg-pink-600 {
    background-color: #d53f8c
}

.bg-pink-700 {
    background-color: #b83280
}

.bg-pink-800 {
    background-color: #97266d
}

.bg-pink-900 {
    background-color: #702459
}

.hover\:bg-transparent:hover {
    background-color: transparent
}

.hover\:bg-primary:hover {
    background-color: #81d8d0
}

.hover\:bg-primarydarker:hover {
    background-color: #6acdc4
}

.hover\:bg-black:hover,
.hover\:bg-turquoise:hover {
    background-color: #000
}

.hover\:bg-gold:hover {
    background-color: #d0ae5f
}

.hover\:bg-white:hover {
    background-color: #fff
}

.hover\:bg-whiteHalfTransparent:hover {
    background-color: hsla(0, 0%, 100%, .5)
}

.hover\:bg-brown:hover {
    background-color: #36261e
}

.hover\:bg-browndark:hover {
    background-color: #130c0e
}

.hover\:bg-gray-100:hover {
    background-color: #f2f2f2
}

.hover\:bg-gray-150:hover {
    background-color: #f3f3f3
}

.hover\:bg-gray-200:hover {
    background-color: #f6f6f6
}

.hover\:bg-gray-300:hover {
    background-color: #e8e8e8
}

.hover\:bg-gray-400:hover {
    background-color: #cbd5e0
}

.hover\:bg-gray-450:hover {
    background-color: #c3c3c3
}

.hover\:bg-gray-500:hover {
    background-color: #b1afaf
}

.hover\:bg-gray-600:hover {
    background-color: #777
}

.hover\:bg-gray-700:hover {
    background-color: #4a5568
}

.hover\:bg-gray-800:hover {
    background-color: #2d3748
}

.hover\:bg-gray-900:hover {
    background-color: #1a202c
}

.hover\:bg-red-100:hover {
    background-color: #fff5f5
}

.hover\:bg-red-200:hover {
    background-color: #fff6f7
}

.hover\:bg-red-300:hover {
    background-color: #feb2b2
}

.hover\:bg-red-400:hover {
    background-color: #bc6366
}

.hover\:bg-red-500:hover {
    background-color: #f56565
}

.hover\:bg-red-600:hover {
    background-color: #e53e3e
}

.hover\:bg-red-700:hover {
    background-color: #c53030
}

.hover\:bg-red-800:hover {
    background-color: #9b2c2c
}

.hover\:bg-red-900:hover {
    background-color: #742a2a
}

.hover\:bg-orange-100:hover {
    background-color: #fffaf0
}

.hover\:bg-orange-200:hover {
    background-color: #feebc8
}

.hover\:bg-orange-300:hover {
    background-color: #fbd38d
}

.hover\:bg-orange-400:hover {
    background-color: #f6ad55
}

.hover\:bg-orange-500:hover {
    background-color: #ed8936
}

.hover\:bg-orange-600:hover {
    background-color: #dd6b20
}

.hover\:bg-orange-700:hover {
    background-color: #c05621
}

.hover\:bg-orange-800:hover {
    background-color: #9c4221
}

.hover\:bg-orange-900:hover {
    background-color: #7b341e
}

.hover\:bg-yellow-100:hover {
    background-color: ivory
}

.hover\:bg-yellow-200:hover {
    background-color: #fffaee
}

.hover\:bg-yellow-300:hover {
    background-color: #faf089
}

.hover\:bg-yellow-400:hover {
    background-color: #d0ae5f
}

.hover\:bg-yellow-500:hover {
    background-color: #ecc94b
}

.hover\:bg-yellow-600:hover {
    background-color: #d69e2e
}

.hover\:bg-yellow-700:hover {
    background-color: #b7791f
}

.hover\:bg-yellow-800:hover {
    background-color: #975a16
}

.hover\:bg-yellow-900:hover {
    background-color: #744210
}

.hover\:bg-green-100:hover {
    background-color: #f0fff4
}

.hover\:bg-green-200:hover {
    background-color: #c6f6d5
}

.hover\:bg-green-300:hover {
    background-color: #9ae6b4
}

.hover\:bg-green-400:hover {
    background-color: #68d391
}

.hover\:bg-green-500:hover {
    background-color: #48bb78
}

.hover\:bg-green-600:hover {
    background-color: #38a169
}

.hover\:bg-green-700:hover {
    background-color: #2f855a
}

.hover\:bg-green-800:hover {
    background-color: #276749
}

.hover\:bg-green-900:hover {
    background-color: #22543d
}

.hover\:bg-teal-100:hover {
    background-color: #e6fffa
}

.hover\:bg-teal-200:hover {
    background-color: #b2f5ea
}

.hover\:bg-teal-300:hover {
    background-color: #81e6d9
}

.hover\:bg-teal-400:hover {
    background-color: #4fd1c5
}

.hover\:bg-teal-500:hover {
    background-color: #38b2ac
}

.hover\:bg-teal-600:hover {
    background-color: #319795
}

.hover\:bg-teal-700:hover {
    background-color: #2c7a7b
}

.hover\:bg-teal-800:hover {
    background-color: #285e61
}

.hover\:bg-teal-900:hover {
    background-color: #234e52
}

.hover\:bg-blue-100:hover {
    background-color: #ebf8ff
}

.hover\:bg-blue-200:hover {
    background-color: #effafd
}

.hover\:bg-blue-300:hover {
    background-color: #90cdf4
}

.hover\:bg-blue-400:hover {
    background-color: #396973
}

.hover\:bg-blue-500:hover {
    background-color: #4299e1
}

.hover\:bg-blue-600:hover {
    background-color: #3182ce
}

.hover\:bg-blue-700:hover {
    background-color: #2b6cb0
}

.hover\:bg-blue-800:hover {
    background-color: #2c5282
}

.hover\:bg-blue-900:hover {
    background-color: #2a4365
}

.hover\:bg-indigo-100:hover {
    background-color: #ebf4ff
}

.hover\:bg-indigo-200:hover {
    background-color: #c3dafe
}

.hover\:bg-indigo-300:hover {
    background-color: #a3bffa
}

.hover\:bg-indigo-400:hover {
    background-color: #7f9cf5
}

.hover\:bg-indigo-500:hover {
    background-color: #667eea
}

.hover\:bg-indigo-600:hover {
    background-color: #5a67d8
}

.hover\:bg-indigo-700:hover {
    background-color: #4c51bf
}

.hover\:bg-indigo-800:hover {
    background-color: #434190
}

.hover\:bg-indigo-900:hover {
    background-color: #3c366b
}

.hover\:bg-purple-100:hover {
    background-color: #faf5ff
}

.hover\:bg-purple-200:hover {
    background-color: #e9d8fd
}

.hover\:bg-purple-300:hover {
    background-color: #d6bcfa
}

.hover\:bg-purple-400:hover {
    background-color: #b794f4
}

.hover\:bg-purple-500:hover {
    background-color: #9f7aea
}

.hover\:bg-purple-600:hover {
    background-color: #805ad5
}

.hover\:bg-purple-700:hover {
    background-color: #6b46c1
}

.hover\:bg-purple-800:hover {
    background-color: #553c9a
}

.hover\:bg-purple-900:hover {
    background-color: #44337a
}

.hover\:bg-pink-100:hover {
    background-color: #fff5f7
}

.hover\:bg-pink-200:hover {
    background-color: #fed7e2
}

.hover\:bg-pink-300:hover {
    background-color: #fbb6ce
}

.hover\:bg-pink-400:hover {
    background-color: #f687b3
}

.hover\:bg-pink-500:hover {
    background-color: #ed64a6
}

.hover\:bg-pink-600:hover {
    background-color: #d53f8c
}

.hover\:bg-pink-700:hover {
    background-color: #b83280
}

.hover\:bg-pink-800:hover {
    background-color: #97266d
}

.hover\:bg-pink-900:hover {
    background-color: #702459
}

.focus\:bg-transparent:focus {
    background-color: transparent
}

.focus\:bg-primary:focus {
    background-color: #81d8d0
}

.focus\:bg-primarydarker:focus {
    background-color: #6acdc4
}

.focus\:bg-black:focus,
.focus\:bg-turquoise:focus {
    background-color: #000
}

.focus\:bg-gold:focus {
    background-color: #d0ae5f
}

.focus\:bg-white:focus {
    background-color: #fff
}

.focus\:bg-whiteHalfTransparent:focus {
    background-color: hsla(0, 0%, 100%, .5)
}

.focus\:bg-brown:focus {
    background-color: #36261e
}

.focus\:bg-browndark:focus {
    background-color: #130c0e
}

.focus\:bg-gray-100:focus {
    background-color: #f2f2f2
}

.focus\:bg-gray-150:focus {
    background-color: #f3f3f3
}

.focus\:bg-gray-200:focus {
    background-color: #f6f6f6
}

.focus\:bg-gray-300:focus {
    background-color: #e8e8e8
}

.focus\:bg-gray-400:focus {
    background-color: #cbd5e0
}

.focus\:bg-gray-450:focus {
    background-color: #c3c3c3
}

.focus\:bg-gray-500:focus {
    background-color: #b1afaf
}

.focus\:bg-gray-600:focus {
    background-color: #777
}

.focus\:bg-gray-700:focus {
    background-color: #4a5568
}

.focus\:bg-gray-800:focus {
    background-color: #2d3748
}

.focus\:bg-gray-900:focus {
    background-color: #1a202c
}

.focus\:bg-red-100:focus {
    background-color: #fff5f5
}

.focus\:bg-red-200:focus {
    background-color: #fff6f7
}

.focus\:bg-red-300:focus {
    background-color: #feb2b2
}

.focus\:bg-red-400:focus {
    background-color: #bc6366
}

.focus\:bg-red-500:focus {
    background-color: #f56565
}

.focus\:bg-red-600:focus {
    background-color: #e53e3e
}

.focus\:bg-red-700:focus {
    background-color: #c53030
}

.focus\:bg-red-800:focus {
    background-color: #9b2c2c
}

.focus\:bg-red-900:focus {
    background-color: #742a2a
}

.focus\:bg-orange-100:focus {
    background-color: #fffaf0
}

.focus\:bg-orange-200:focus {
    background-color: #feebc8
}

.focus\:bg-orange-300:focus {
    background-color: #fbd38d
}

.focus\:bg-orange-400:focus {
    background-color: #f6ad55
}

.focus\:bg-orange-500:focus {
    background-color: #ed8936
}

.focus\:bg-orange-600:focus {
    background-color: #dd6b20
}

.focus\:bg-orange-700:focus {
    background-color: #c05621
}

.focus\:bg-orange-800:focus {
    background-color: #9c4221
}

.focus\:bg-orange-900:focus {
    background-color: #7b341e
}

.focus\:bg-yellow-100:focus {
    background-color: ivory
}

.focus\:bg-yellow-200:focus {
    background-color: #fffaee
}

.focus\:bg-yellow-300:focus {
    background-color: #faf089
}

.focus\:bg-yellow-400:focus {
    background-color: #d0ae5f
}

.focus\:bg-yellow-500:focus {
    background-color: #ecc94b
}

.focus\:bg-yellow-600:focus {
    background-color: #d69e2e
}

.focus\:bg-yellow-700:focus {
    background-color: #b7791f
}

.focus\:bg-yellow-800:focus {
    background-color: #975a16
}

.focus\:bg-yellow-900:focus {
    background-color: #744210
}

.focus\:bg-green-100:focus {
    background-color: #f0fff4
}

.focus\:bg-green-200:focus {
    background-color: #c6f6d5
}

.focus\:bg-green-300:focus {
    background-color: #9ae6b4
}

.focus\:bg-green-400:focus {
    background-color: #68d391
}

.focus\:bg-green-500:focus {
    background-color: #48bb78
}

.focus\:bg-green-600:focus {
    background-color: #38a169
}

.focus\:bg-green-700:focus {
    background-color: #2f855a
}

.focus\:bg-green-800:focus {
    background-color: #276749
}

.focus\:bg-green-900:focus {
    background-color: #22543d
}

.focus\:bg-teal-100:focus {
    background-color: #e6fffa
}

.focus\:bg-teal-200:focus {
    background-color: #b2f5ea
}

.focus\:bg-teal-300:focus {
    background-color: #81e6d9
}

.focus\:bg-teal-400:focus {
    background-color: #4fd1c5
}

.focus\:bg-teal-500:focus {
    background-color: #38b2ac
}

.focus\:bg-teal-600:focus {
    background-color: #319795
}

.focus\:bg-teal-700:focus {
    background-color: #2c7a7b
}

.focus\:bg-teal-800:focus {
    background-color: #285e61
}

.focus\:bg-teal-900:focus {
    background-color: #234e52
}

.focus\:bg-blue-100:focus {
    background-color: #ebf8ff
}

.focus\:bg-blue-200:focus {
    background-color: #effafd
}

.focus\:bg-blue-300:focus {
    background-color: #90cdf4
}

.focus\:bg-blue-400:focus {
    background-color: #396973
}

.focus\:bg-blue-500:focus {
    background-color: #4299e1
}

.focus\:bg-blue-600:focus {
    background-color: #3182ce
}

.focus\:bg-blue-700:focus {
    background-color: #2b6cb0
}

.focus\:bg-blue-800:focus {
    background-color: #2c5282
}

.focus\:bg-blue-900:focus {
    background-color: #2a4365
}

.focus\:bg-indigo-100:focus {
    background-color: #ebf4ff
}

.focus\:bg-indigo-200:focus {
    background-color: #c3dafe
}

.focus\:bg-indigo-300:focus {
    background-color: #a3bffa
}

.focus\:bg-indigo-400:focus {
    background-color: #7f9cf5
}

.focus\:bg-indigo-500:focus {
    background-color: #667eea
}

.focus\:bg-indigo-600:focus {
    background-color: #5a67d8
}

.focus\:bg-indigo-700:focus {
    background-color: #4c51bf
}

.focus\:bg-indigo-800:focus {
    background-color: #434190
}

.focus\:bg-indigo-900:focus {
    background-color: #3c366b
}

.focus\:bg-purple-100:focus {
    background-color: #faf5ff
}

.focus\:bg-purple-200:focus {
    background-color: #e9d8fd
}

.focus\:bg-purple-300:focus {
    background-color: #d6bcfa
}

.focus\:bg-purple-400:focus {
    background-color: #b794f4
}

.focus\:bg-purple-500:focus {
    background-color: #9f7aea
}

.focus\:bg-purple-600:focus {
    background-color: #805ad5
}

.focus\:bg-purple-700:focus {
    background-color: #6b46c1
}

.focus\:bg-purple-800:focus {
    background-color: #553c9a
}

.focus\:bg-purple-900:focus {
    background-color: #44337a
}

.focus\:bg-pink-100:focus {
    background-color: #fff5f7
}

.focus\:bg-pink-200:focus {
    background-color: #fed7e2
}

.focus\:bg-pink-300:focus {
    background-color: #fbb6ce
}

.focus\:bg-pink-400:focus {
    background-color: #f687b3
}

.focus\:bg-pink-500:focus {
    background-color: #ed64a6
}

.focus\:bg-pink-600:focus {
    background-color: #d53f8c
}

.focus\:bg-pink-700:focus {
    background-color: #b83280
}

.focus\:bg-pink-800:focus {
    background-color: #97266d
}

.focus\:bg-pink-900:focus {
    background-color: #702459
}

.bg-bottom {
    background-position: bottom
}

.bg-center {
    background-position: 50%
}

.bg-left {
    background-position: 0
}

.bg-left-bottom {
    background-position: 0 100%
}

.bg-left-top {
    background-position: 0 0
}

.bg-right {
    background-position: 100%
}

.bg-right-bottom {
    background-position: 100% 100%
}

.bg-right-top {
    background-position: 100% 0
}

.bg-top {
    background-position: top
}

.bg-repeat {
    background-repeat: repeat
}

.bg-no-repeat {
    background-repeat: no-repeat
}

.bg-repeat-x {
    background-repeat: repeat-x
}

.bg-repeat-y {
    background-repeat: repeat-y
}

.bg-repeat-round {
    background-repeat: round
}

.bg-repeat-space {
    background-repeat: space
}

.bg-auto {
    background-size: auto
}

.bg-cover {
    background-size: cover
}

.bg-contain {
    background-size: contain
}

.border-collapse {
    border-collapse: collapse
}

.border-separate {
    border-collapse: separate
}

.border-transparent {
    border-color: transparent
}

.border-primary {
    border-color: #81d8d0
}

.border-primarydarker {
    border-color: #6acdc4
}

.border-black,
.border-turquoise {
    border-color: #000
}

.border-gold {
    border-color: #d0ae5f
}

.border-white {
    border-color: #fff
}

.border-whiteHalfTransparent {
    border-color: hsla(0, 0%, 100%, .5)
}

.border-brown {
    border-color: #36261e
}

.border-browndark {
    border-color: #130c0e
}

.border-gray-100 {
    border-color: #f2f2f2
}

.border-gray-150 {
    border-color: #f3f3f3
}

.border-gray-200 {
    border-color: #f6f6f6
}

.border-gray-300 {
    border-color: #e8e8e8
}

.border-gray-400 {
    border-color: #cbd5e0
}

.border-gray-450 {
    border-color: #c3c3c3
}

.border-gray-500 {
    border-color: #b1afaf
}

.border-gray-600 {
    border-color: #777
}

.border-gray-700 {
    border-color: #4a5568
}

.border-gray-800 {
    border-color: #2d3748
}

.border-gray-900 {
    border-color: #1a202c
}

.border-red-100 {
    border-color: #fff5f5
}

.border-red-200 {
    border-color: #fff6f7
}

.border-red-300 {
    border-color: #feb2b2
}

.border-red-400 {
    border-color: #bc6366
}

.border-red-500 {
    border-color: #f56565
}

.border-red-600 {
    border-color: #e53e3e
}

.border-red-700 {
    border-color: #c53030
}

.border-red-800 {
    border-color: #9b2c2c
}

.border-red-900 {
    border-color: #742a2a
}

.border-orange-100 {
    border-color: #fffaf0
}

.border-orange-200 {
    border-color: #feebc8
}

.border-orange-300 {
    border-color: #fbd38d
}

.border-orange-400 {
    border-color: #f6ad55
}

.border-orange-500 {
    border-color: #ed8936
}

.border-orange-600 {
    border-color: #dd6b20
}

.border-orange-700 {
    border-color: #c05621
}

.border-orange-800 {
    border-color: #9c4221
}

.border-orange-900 {
    border-color: #7b341e
}

.border-yellow-100 {
    border-color: ivory
}

.border-yellow-200 {
    border-color: #fffaee
}

.border-yellow-300 {
    border-color: #faf089
}

.border-yellow-400 {
    border-color: #d0ae5f
}

.border-yellow-500 {
    border-color: #ecc94b
}

.border-yellow-600 {
    border-color: #d69e2e
}

.border-yellow-700 {
    border-color: #b7791f
}

.border-yellow-800 {
    border-color: #975a16
}

.border-yellow-900 {
    border-color: #744210
}

.border-green-100 {
    border-color: #f0fff4
}

.border-green-200 {
    border-color: #c6f6d5
}

.border-green-300 {
    border-color: #9ae6b4
}

.border-green-400 {
    border-color: #68d391
}

.border-green-500 {
    border-color: #48bb78
}

.border-green-600 {
    border-color: #38a169
}

.border-green-700 {
    border-color: #2f855a
}

.border-green-800 {
    border-color: #276749
}

.border-green-900 {
    border-color: #22543d
}

.border-teal-100 {
    border-color: #e6fffa
}

.border-teal-200 {
    border-color: #b2f5ea
}

.border-teal-300 {
    border-color: #81e6d9
}

.border-teal-400 {
    border-color: #4fd1c5
}

.border-teal-500 {
    border-color: #38b2ac
}

.border-teal-600 {
    border-color: #319795
}

.border-teal-700 {
    border-color: #2c7a7b
}

.border-teal-800 {
    border-color: #285e61
}

.border-teal-900 {
    border-color: #234e52
}

.border-blue-100 {
    border-color: #ebf8ff
}

.border-blue-200 {
    border-color: #effafd
}

.border-blue-300 {
    border-color: #90cdf4
}

.border-blue-400 {
    border-color: #396973
}

.border-blue-500 {
    border-color: #4299e1
}

.border-blue-600 {
    border-color: #3182ce
}

.border-blue-700 {
    border-color: #2b6cb0
}

.border-blue-800 {
    border-color: #2c5282
}

.border-blue-900 {
    border-color: #2a4365
}

.border-indigo-100 {
    border-color: #ebf4ff
}

.border-indigo-200 {
    border-color: #c3dafe
}

.border-indigo-300 {
    border-color: #a3bffa
}

.border-indigo-400 {
    border-color: #7f9cf5
}

.border-indigo-500 {
    border-color: #667eea
}

.border-indigo-600 {
    border-color: #5a67d8
}

.border-indigo-700 {
    border-color: #4c51bf
}

.border-indigo-800 {
    border-color: #434190
}

.border-indigo-900 {
    border-color: #3c366b
}

.border-purple-100 {
    border-color: #faf5ff
}

.border-purple-200 {
    border-color: #e9d8fd
}

.border-purple-300 {
    border-color: #d6bcfa
}

.border-purple-400 {
    border-color: #b794f4
}

.border-purple-500 {
    border-color: #9f7aea
}

.border-purple-600 {
    border-color: #805ad5
}

.border-purple-700 {
    border-color: #6b46c1
}

.border-purple-800 {
    border-color: #553c9a
}

.border-purple-900 {
    border-color: #44337a
}

.border-pink-100 {
    border-color: #fff5f7
}

.border-pink-200 {
    border-color: #fed7e2
}

.border-pink-300 {
    border-color: #fbb6ce
}

.border-pink-400 {
    border-color: #f687b3
}

.border-pink-500 {
    border-color: #ed64a6
}

.border-pink-600 {
    border-color: #d53f8c
}

.border-pink-700 {
    border-color: #b83280
}

.border-pink-800 {
    border-color: #97266d
}

.border-pink-900 {
    border-color: #702459
}

.hover\:border-transparent:hover {
    border-color: transparent
}

.hover\:border-primary:hover {
    border-color: #81d8d0
}

.hover\:border-primarydarker:hover {
    border-color: #6acdc4
}

.hover\:border-black:hover,
.hover\:border-turquoise:hover {
    border-color: #000
}

.hover\:border-gold:hover {
    border-color: #d0ae5f
}

.hover\:border-white:hover {
    border-color: #fff
}

.hover\:border-whiteHalfTransparent:hover {
    border-color: hsla(0, 0%, 100%, .5)
}

.hover\:border-brown:hover {
    border-color: #36261e
}

.hover\:border-browndark:hover {
    border-color: #130c0e
}

.hover\:border-gray-100:hover {
    border-color: #f2f2f2
}

.hover\:border-gray-150:hover {
    border-color: #f3f3f3
}

.hover\:border-gray-200:hover {
    border-color: #f6f6f6
}

.hover\:border-gray-300:hover {
    border-color: #e8e8e8
}

.hover\:border-gray-400:hover {
    border-color: #cbd5e0
}

.hover\:border-gray-450:hover {
    border-color: #c3c3c3
}

.hover\:border-gray-500:hover {
    border-color: #b1afaf
}

.hover\:border-gray-600:hover {
    border-color: #777
}

.hover\:border-gray-700:hover {
    border-color: #4a5568
}

.hover\:border-gray-800:hover {
    border-color: #2d3748
}

.hover\:border-gray-900:hover {
    border-color: #1a202c
}

.hover\:border-red-100:hover {
    border-color: #fff5f5
}

.hover\:border-red-200:hover {
    border-color: #fff6f7
}

.hover\:border-red-300:hover {
    border-color: #feb2b2
}

.hover\:border-red-400:hover {
    border-color: #bc6366
}

.hover\:border-red-500:hover {
    border-color: #f56565
}

.hover\:border-red-600:hover {
    border-color: #e53e3e
}

.hover\:border-red-700:hover {
    border-color: #c53030
}

.hover\:border-red-800:hover {
    border-color: #9b2c2c
}

.hover\:border-red-900:hover {
    border-color: #742a2a
}

.hover\:border-orange-100:hover {
    border-color: #fffaf0
}

.hover\:border-orange-200:hover {
    border-color: #feebc8
}

.hover\:border-orange-300:hover {
    border-color: #fbd38d
}

.hover\:border-orange-400:hover {
    border-color: #f6ad55
}

.hover\:border-orange-500:hover {
    border-color: #ed8936
}

.hover\:border-orange-600:hover {
    border-color: #dd6b20
}

.hover\:border-orange-700:hover {
    border-color: #c05621
}

.hover\:border-orange-800:hover {
    border-color: #9c4221
}

.hover\:border-orange-900:hover {
    border-color: #7b341e
}

.hover\:border-yellow-100:hover {
    border-color: ivory
}

.hover\:border-yellow-200:hover {
    border-color: #fffaee
}

.hover\:border-yellow-300:hover {
    border-color: #faf089
}

.hover\:border-yellow-400:hover {
    border-color: #d0ae5f
}

.hover\:border-yellow-500:hover {
    border-color: #ecc94b
}

.hover\:border-yellow-600:hover {
    border-color: #d69e2e
}

.hover\:border-yellow-700:hover {
    border-color: #b7791f
}

.hover\:border-yellow-800:hover {
    border-color: #975a16
}

.hover\:border-yellow-900:hover {
    border-color: #744210
}

.hover\:border-green-100:hover {
    border-color: #f0fff4
}

.hover\:border-green-200:hover {
    border-color: #c6f6d5
}

.hover\:border-green-300:hover {
    border-color: #9ae6b4
}

.hover\:border-green-400:hover {
    border-color: #68d391
}

.hover\:border-green-500:hover {
    border-color: #48bb78
}

.hover\:border-green-600:hover {
    border-color: #38a169
}

.hover\:border-green-700:hover {
    border-color: #2f855a
}

.hover\:border-green-800:hover {
    border-color: #276749
}

.hover\:border-green-900:hover {
    border-color: #22543d
}

.hover\:border-teal-100:hover {
    border-color: #e6fffa
}

.hover\:border-teal-200:hover {
    border-color: #b2f5ea
}

.hover\:border-teal-300:hover {
    border-color: #81e6d9
}

.hover\:border-teal-400:hover {
    border-color: #4fd1c5
}

.hover\:border-teal-500:hover {
    border-color: #38b2ac
}

.hover\:border-teal-600:hover {
    border-color: #319795
}

.hover\:border-teal-700:hover {
    border-color: #2c7a7b
}

.hover\:border-teal-800:hover {
    border-color: #285e61
}

.hover\:border-teal-900:hover {
    border-color: #234e52
}

.hover\:border-blue-100:hover {
    border-color: #ebf8ff
}

.hover\:border-blue-200:hover {
    border-color: #effafd
}

.hover\:border-blue-300:hover {
    border-color: #90cdf4
}

.hover\:border-blue-400:hover {
    border-color: #396973
}

.hover\:border-blue-500:hover {
    border-color: #4299e1
}

.hover\:border-blue-600:hover {
    border-color: #3182ce
}

.hover\:border-blue-700:hover {
    border-color: #2b6cb0
}

.hover\:border-blue-800:hover {
    border-color: #2c5282
}

.hover\:border-blue-900:hover {
    border-color: #2a4365
}

.hover\:border-indigo-100:hover {
    border-color: #ebf4ff
}

.hover\:border-indigo-200:hover {
    border-color: #c3dafe
}

.hover\:border-indigo-300:hover {
    border-color: #a3bffa
}

.hover\:border-indigo-400:hover {
    border-color: #7f9cf5
}

.hover\:border-indigo-500:hover {
    border-color: #667eea
}

.hover\:border-indigo-600:hover {
    border-color: #5a67d8
}

.hover\:border-indigo-700:hover {
    border-color: #4c51bf
}

.hover\:border-indigo-800:hover {
    border-color: #434190
}

.hover\:border-indigo-900:hover {
    border-color: #3c366b
}

.hover\:border-purple-100:hover {
    border-color: #faf5ff
}

.hover\:border-purple-200:hover {
    border-color: #e9d8fd
}

.hover\:border-purple-300:hover {
    border-color: #d6bcfa
}

.hover\:border-purple-400:hover {
    border-color: #b794f4
}

.hover\:border-purple-500:hover {
    border-color: #9f7aea
}

.hover\:border-purple-600:hover {
    border-color: #805ad5
}

.hover\:border-purple-700:hover {
    border-color: #6b46c1
}

.hover\:border-purple-800:hover {
    border-color: #553c9a
}

.hover\:border-purple-900:hover {
    border-color: #44337a
}

.hover\:border-pink-100:hover {
    border-color: #fff5f7
}

.hover\:border-pink-200:hover {
    border-color: #fed7e2
}

.hover\:border-pink-300:hover {
    border-color: #fbb6ce
}

.hover\:border-pink-400:hover {
    border-color: #f687b3
}

.hover\:border-pink-500:hover {
    border-color: #ed64a6
}

.hover\:border-pink-600:hover {
    border-color: #d53f8c
}

.hover\:border-pink-700:hover {
    border-color: #b83280
}

.hover\:border-pink-800:hover {
    border-color: #97266d
}

.hover\:border-pink-900:hover {
    border-color: #702459
}

.focus\:border-transparent:focus {
    border-color: transparent
}

.focus\:border-primary:focus {
    border-color: #81d8d0
}

.focus\:border-primarydarker:focus {
    border-color: #6acdc4
}

.focus\:border-black:focus,
.focus\:border-turquoise:focus {
    border-color: #000
}

.focus\:border-gold:focus {
    border-color: #d0ae5f
}

.focus\:border-white:focus {
    border-color: #fff
}

.focus\:border-whiteHalfTransparent:focus {
    border-color: hsla(0, 0%, 100%, .5)
}

.focus\:border-brown:focus {
    border-color: #36261e
}

.focus\:border-browndark:focus {
    border-color: #130c0e
}

.focus\:border-gray-100:focus {
    border-color: #f2f2f2
}

.focus\:border-gray-150:focus {
    border-color: #f3f3f3
}

.focus\:border-gray-200:focus {
    border-color: #f6f6f6
}

.focus\:border-gray-300:focus {
    border-color: #e8e8e8
}

.focus\:border-gray-400:focus {
    border-color: #cbd5e0
}

.focus\:border-gray-450:focus {
    border-color: #c3c3c3
}

.focus\:border-gray-500:focus {
    border-color: #b1afaf
}

.focus\:border-gray-600:focus {
    border-color: #777
}

.focus\:border-gray-700:focus {
    border-color: #4a5568
}

.focus\:border-gray-800:focus {
    border-color: #2d3748
}

.focus\:border-gray-900:focus {
    border-color: #1a202c
}

.focus\:border-red-100:focus {
    border-color: #fff5f5
}

.focus\:border-red-200:focus {
    border-color: #fff6f7
}

.focus\:border-red-300:focus {
    border-color: #feb2b2
}

.focus\:border-red-400:focus {
    border-color: #bc6366
}

.focus\:border-red-500:focus {
    border-color: #f56565
}

.focus\:border-red-600:focus {
    border-color: #e53e3e
}

.focus\:border-red-700:focus {
    border-color: #c53030
}

.focus\:border-red-800:focus {
    border-color: #9b2c2c
}

.focus\:border-red-900:focus {
    border-color: #742a2a
}

.focus\:border-orange-100:focus {
    border-color: #fffaf0
}

.focus\:border-orange-200:focus {
    border-color: #feebc8
}

.focus\:border-orange-300:focus {
    border-color: #fbd38d
}

.focus\:border-orange-400:focus {
    border-color: #f6ad55
}

.focus\:border-orange-500:focus {
    border-color: #ed8936
}

.focus\:border-orange-600:focus {
    border-color: #dd6b20
}

.focus\:border-orange-700:focus {
    border-color: #c05621
}

.focus\:border-orange-800:focus {
    border-color: #9c4221
}

.focus\:border-orange-900:focus {
    border-color: #7b341e
}

.focus\:border-yellow-100:focus {
    border-color: ivory
}

.focus\:border-yellow-200:focus {
    border-color: #fffaee
}

.focus\:border-yellow-300:focus {
    border-color: #faf089
}

.focus\:border-yellow-400:focus {
    border-color: #d0ae5f
}

.focus\:border-yellow-500:focus {
    border-color: #ecc94b
}

.focus\:border-yellow-600:focus {
    border-color: #d69e2e
}

.focus\:border-yellow-700:focus {
    border-color: #b7791f
}

.focus\:border-yellow-800:focus {
    border-color: #975a16
}

.focus\:border-yellow-900:focus {
    border-color: #744210
}

.focus\:border-green-100:focus {
    border-color: #f0fff4
}

.focus\:border-green-200:focus {
    border-color: #c6f6d5
}

.focus\:border-green-300:focus {
    border-color: #9ae6b4
}

.focus\:border-green-400:focus {
    border-color: #68d391
}

.focus\:border-green-500:focus {
    border-color: #48bb78
}

.focus\:border-green-600:focus {
    border-color: #38a169
}

.focus\:border-green-700:focus {
    border-color: #2f855a
}

.focus\:border-green-800:focus {
    border-color: #276749
}

.focus\:border-green-900:focus {
    border-color: #22543d
}

.focus\:border-teal-100:focus {
    border-color: #e6fffa
}

.focus\:border-teal-200:focus {
    border-color: #b2f5ea
}

.focus\:border-teal-300:focus {
    border-color: #81e6d9
}

.focus\:border-teal-400:focus {
    border-color: #4fd1c5
}

.focus\:border-teal-500:focus {
    border-color: #38b2ac
}

.focus\:border-teal-600:focus {
    border-color: #319795
}

.focus\:border-teal-700:focus {
    border-color: #2c7a7b
}

.focus\:border-teal-800:focus {
    border-color: #285e61
}

.focus\:border-teal-900:focus {
    border-color: #234e52
}

.focus\:border-blue-100:focus {
    border-color: #ebf8ff
}

.focus\:border-blue-200:focus {
    border-color: #effafd
}

.focus\:border-blue-300:focus {
    border-color: #90cdf4
}

.focus\:border-blue-400:focus {
    border-color: #396973
}

.focus\:border-blue-500:focus {
    border-color: #4299e1
}

.focus\:border-blue-600:focus {
    border-color: #3182ce
}

.focus\:border-blue-700:focus {
    border-color: #2b6cb0
}

.focus\:border-blue-800:focus {
    border-color: #2c5282
}

.focus\:border-blue-900:focus {
    border-color: #2a4365
}

.focus\:border-indigo-100:focus {
    border-color: #ebf4ff
}

.focus\:border-indigo-200:focus {
    border-color: #c3dafe
}

.focus\:border-indigo-300:focus {
    border-color: #a3bffa
}

.focus\:border-indigo-400:focus {
    border-color: #7f9cf5
}

.focus\:border-indigo-500:focus {
    border-color: #667eea
}

.focus\:border-indigo-600:focus {
    border-color: #5a67d8
}

.focus\:border-indigo-700:focus {
    border-color: #4c51bf
}

.focus\:border-indigo-800:focus {
    border-color: #434190
}

.focus\:border-indigo-900:focus {
    border-color: #3c366b
}

.focus\:border-purple-100:focus {
    border-color: #faf5ff
}

.focus\:border-purple-200:focus {
    border-color: #e9d8fd
}

.focus\:border-purple-300:focus {
    border-color: #d6bcfa
}

.focus\:border-purple-400:focus {
    border-color: #b794f4
}

.focus\:border-purple-500:focus {
    border-color: #9f7aea
}

.focus\:border-purple-600:focus {
    border-color: #805ad5
}

.focus\:border-purple-700:focus {
    border-color: #6b46c1
}

.focus\:border-purple-800:focus {
    border-color: #553c9a
}

.focus\:border-purple-900:focus {
    border-color: #44337a
}

.focus\:border-pink-100:focus {
    border-color: #fff5f7
}

.focus\:border-pink-200:focus {
    border-color: #fed7e2
}

.focus\:border-pink-300:focus {
    border-color: #fbb6ce
}

.focus\:border-pink-400:focus {
    border-color: #f687b3
}

.focus\:border-pink-500:focus {
    border-color: #ed64a6
}

.focus\:border-pink-600:focus {
    border-color: #d53f8c
}

.focus\:border-pink-700:focus {
    border-color: #b83280
}

.focus\:border-pink-800:focus {
    border-color: #97266d
}

.focus\:border-pink-900:focus {
    border-color: #702459
}

.rounded-none {
    border-radius: 0
}

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

.rounded {
    border-radius: .25rem
}

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

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

.rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

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

.rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

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

.rounded-t-sm {
    border-top-left-radius: .125rem
}

.rounded-r-sm,
.rounded-t-sm {
    border-top-right-radius: .125rem
}

.rounded-b-sm,
.rounded-r-sm {
    border-bottom-right-radius: .125rem
}

.rounded-b-sm,
.rounded-l-sm {
    border-bottom-left-radius: .125rem
}

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

.rounded-t {
    border-top-left-radius: .25rem
}

.rounded-r,
.rounded-t {
    border-top-right-radius: .25rem
}

.rounded-b,
.rounded-r {
    border-bottom-right-radius: .25rem
}

.rounded-b,
.rounded-l {
    border-bottom-left-radius: .25rem
}

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

.rounded-t-lg {
    border-top-left-radius: .5rem
}

.rounded-r-lg,
.rounded-t-lg {
    border-top-right-radius: .5rem
}

.rounded-b-lg,
.rounded-r-lg {
    border-bottom-right-radius: .5rem
}

.rounded-b-lg,
.rounded-l-lg {
    border-bottom-left-radius: .5rem
}

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

.rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px
}

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

.rounded-b-full,
.rounded-r-full {
    border-bottom-right-radius: 9999px
}

.rounded-b-full,
.rounded-l-full {
    border-bottom-left-radius: 9999px
}

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

.rounded-tl-none {
    border-top-left-radius: 0
}

.rounded-tr-none {
    border-top-right-radius: 0
}

.rounded-br-none {
    border-bottom-right-radius: 0
}

.rounded-bl-none {
    border-bottom-left-radius: 0
}

.rounded-tl-sm {
    border-top-left-radius: .125rem
}

.rounded-tr-sm {
    border-top-right-radius: .125rem
}

.rounded-br-sm {
    border-bottom-right-radius: .125rem
}

.rounded-bl-sm {
    border-bottom-left-radius: .125rem
}

.rounded-tl {
    border-top-left-radius: .25rem
}

.rounded-tr {
    border-top-right-radius: .25rem
}

.rounded-br {
    border-bottom-right-radius: .25rem
}

.rounded-bl {
    border-bottom-left-radius: .25rem
}

.rounded-tl-lg {
    border-top-left-radius: .5rem
}

.rounded-tr-lg {
    border-top-right-radius: .5rem
}

.rounded-br-lg {
    border-bottom-right-radius: .5rem
}

.rounded-bl-lg {
    border-bottom-left-radius: .5rem
}

.rounded-tl-full {
    border-top-left-radius: 9999px
}

.rounded-tr-full {
    border-top-right-radius: 9999px
}

.rounded-br-full {
    border-bottom-right-radius: 9999px
}

.rounded-bl-full {
    border-bottom-left-radius: 9999px
}

.border-solid {
    border-style: solid
}

.border-dashed {
    border-style: dashed
}

.border-dotted {
    border-style: dotted
}

.border-none {
    border-style: none
}

.border-0 {
    border-width: 0
}

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

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

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

.border {
    border-width: 1px
}

.border-t-0 {
    border-top-width: 0
}

.border-r-0 {
    border-right-width: 0
}

.border-b-0 {
    border-bottom-width: 0
}

.border-l-0 {
    border-left-width: 0
}

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

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

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

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

.border-t-4 {
    border-top-width: 4px
}

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

.border-b-4 {
    border-bottom-width: 4px
}

.border-l-4 {
    border-left-width: 4px
}

.border-t-8 {
    border-top-width: 8px
}

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

.border-b-8 {
    border-bottom-width: 8px
}

.border-l-8 {
    border-left-width: 8px
}

.border-t {
    border-top-width: 1px
}

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

.border-b {
    border-bottom-width: 1px
}

.border-l {
    border-left-width: 1px
}

.cursor-auto {
    cursor: auto
}

.cursor-default {
    cursor: default
}

.cursor-pointer {
    cursor: pointer
}

.cursor-wait {
    cursor: wait
}

.cursor-move {
    cursor: move
}

.cursor-not-allowed {
    cursor: not-allowed
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.table {
    display: table
}

.table-row {
    display: table-row
}

.table-cell {
    display: table-cell
}

.hidden {
    display: none
}

.flex-row {
    flex-direction: row
}

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

.flex-col {
    flex-direction: column
}

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

.flex-wrap {
    flex-wrap: wrap
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse
}

.flex-no-wrap {
    flex-wrap: nowrap
}

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

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

.items-center {
    align-items: center
}

.items-baseline {
    align-items: baseline
}

.items-stretch {
    align-items: stretch
}

.self-auto {
    align-self: auto
}

.self-start {
    align-self: flex-start
}

.self-end {
    align-self: flex-end
}

.self-center {
    align-self: center
}

.self-stretch {
    align-self: stretch
}

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

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

.justify-center {
    justify-content: center
}

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

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

.content-center {
    align-content: center
}

.content-start {
    align-content: flex-start
}

.content-end {
    align-content: flex-end
}

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

.content-around {
    align-content: space-around
}

.flex-1 {
    flex: 1 1 0%
}

.flex-auto {
    flex: 1 1 auto
}

.flex-initial {
    flex: 0 1 auto
}

.flex-none {
    flex: none
}

.flex-grow-0 {
    flex-grow: 0
}

.flex-grow {
    flex-grow: 1
}

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

.flex-shrink {
    flex-shrink: 1
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.order-first {
    order: -9999
}

.order-last {
    order: 9999
}

.order-none {
    order: 0
}

.float-right {
    float: right
}

.float-left {
    float: left
}

.float-none {
    float: none
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.font-sans {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

.font-serif {
    font-family: Georgia, Cambria, Times New Roman, Times, serif
}

.font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

.font-domain {
    font-family: Domaine Disp
}

.font-graphik {
    font-family: Graphik
}

.font-playfair {
    font-family: Playfair Display
}

.font-hairline {
    font-weight: 100
}

.font-thin {
    font-weight: 200
}

.font-light {
    font-weight: 300
}

.font-normal {
    font-weight: 400
}

.font-medium {
    font-weight: 500
}

.font-semibold {
    font-weight: 600
}

.font-bold {
    font-weight: 700
}

.font-extrabold {
    font-weight: 800
}

.font-black {
    font-weight: 900
}

.hover\:font-hairline:hover {
    font-weight: 100
}

.hover\:font-thin:hover {
    font-weight: 200
}

.hover\:font-light:hover {
    font-weight: 300
}

.hover\:font-normal:hover {
    font-weight: 400
}

.hover\:font-medium:hover {
    font-weight: 500
}

.hover\:font-semibold:hover {
    font-weight: 600
}

.hover\:font-bold:hover {
    font-weight: 700
}

.hover\:font-extrabold:hover {
    font-weight: 800
}

.hover\:font-black:hover {
    font-weight: 900
}

.focus\:font-hairline:focus {
    font-weight: 100
}

.focus\:font-thin:focus {
    font-weight: 200
}

.focus\:font-light:focus {
    font-weight: 300
}

.focus\:font-normal:focus {
    font-weight: 400
}

.focus\:font-medium:focus {
    font-weight: 500
}

.focus\:font-semibold:focus {
    font-weight: 600
}

.focus\:font-bold:focus {
    font-weight: 700
}

.focus\:font-extrabold:focus {
    font-weight: 800
}

.focus\:font-black:focus {
    font-weight: 900
}

.h-0 {
    height: 0
}

.h-1 {
    height: .25rem
}

.h-2 {
    height: .5rem
}

.h-3 {
    height: .75rem
}

.h-4 {
    height: 1rem
}

.h-5 {
    height: 1.25rem
}

.h-6 {
    height: 1.5rem
}

.h-8 {
    height: 2rem
}

.h-10 {
    height: 2.5rem
}

.h-12 {
    height: 3rem
}

.h-15 {
    height: 3.7rem
}

.h-16 {
    height: 4rem
}

.h-20 {
    height: 5rem
}

.h-24 {
    height: 6rem
}

.h-32 {
    height: 8rem
}

.h-40 {
    height: 10rem
}

.h-48 {
    height: 12rem
}

.h-56 {
    height: 14rem
}

.h-64 {
    height: 16rem
}

.h-auto {
    height: auto
}

.h-px {
    height: 1px
}

.h-6vw {
    height: 1vw
}

.h-10vw {
    height: 2vw
}

.h-12vw {
    height: 2.5vw
}

.h-20vw {
    height: 3vw
}

.h-22vw {
    height: 4.3vw
}

.h-24vw {
    height: 3.6vw
}

.h-40vw {
    height: 9vw
}

.h-48vw {
    height: 11vw
}

.h--1 {
    height: -1px
}

.h--2 {
    height: -2px
}

.h--4 {
    height: -1rem
}

.h--8 {
    height: -2rem
}

.h-3vw {
    height: .5vw
}

.h-full {
    height: 100%
}

.h-screen {
    height: 100vh
}

.leading-none {
    line-height: 1
}

.leading-tight {
    line-height: 1.25
}

.leading-snug {
    line-height: 1.375
}

.leading-normal {
    line-height: 1.5
}

.leading-relaxed {
    line-height: 1.625
}

.leading-loose {
    line-height: 2
}

.list-inside {
    list-style-position: inside
}

.list-outside {
    list-style-position: outside
}

.list-none {
    list-style-type: none
}

.list-disc {
    list-style-type: disc
}

.list-decimal {
    list-style-type: decimal
}

.m-0 {
    margin: 0
}

.m-1 {
    margin: .25rem
}

.m-2 {
    margin: .5rem
}

.m-3 {
    margin: .75rem
}

.m-4 {
    margin: 1rem
}

.m-5 {
    margin: 1.25rem
}

.m-6 {
    margin: 1.5rem
}

.m-8 {
    margin: 2rem
}

.m-10 {
    margin: 2.5rem
}

.m-12 {
    margin: 3rem
}

.m-15 {
    margin: 3.7rem
}

.m-16 {
    margin: 4rem
}

.m-20 {
    margin: 5rem
}

.m-24 {
    margin: 6rem
}

.m-32 {
    margin: 8rem
}

.m-40 {
    margin: 10rem
}

.m-48 {
    margin: 12rem
}

.m-56 {
    margin: 14rem
}

.m-64 {
    margin: 16rem
}

.m-auto {
    margin: auto
}

.m-px {
    margin: 1px
}

.m-6vw {
    margin: 1vw
}

.m-10vw {
    margin: 2vw
}

.m-12vw {
    margin: 2.5vw
}

.m-20vw {
    margin: 3vw
}

.m-22vw {
    margin: 4.3vw
}

.m-24vw {
    margin: 3.6vw
}

.m-40vw {
    margin: 9vw
}

.m-48vw {
    margin: 11vw
}

.-m-1 {
    margin: -1px
}

.-m-2 {
    margin: -2px
}

.-m-4 {
    margin: -1rem
}

.-m-8 {
    margin: -2rem
}

.m-3vw {
    margin: .5vw
}

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

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

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

.mx-1 {
    margin-left: .25rem;
    margin-right: .25rem
}

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

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

.my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem
}

.mx-3 {
    margin-left: .75rem;
    margin-right: .75rem
}

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

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem
}

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

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

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

.mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem
}

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

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

.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

.mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem
}

.my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem
}

.mx-12 {
    margin-left: 3rem;
    margin-right: 3rem
}

.my-15 {
    margin-top: 3.7rem;
    margin-bottom: 3.7rem
}

.mx-15 {
    margin-left: 3.7rem;
    margin-right: 3.7rem
}

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

.mx-16 {
    margin-left: 4rem;
    margin-right: 4rem
}

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

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

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

.mx-24 {
    margin-left: 6rem;
    margin-right: 6rem
}

.my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem
}

.mx-32 {
    margin-left: 8rem;
    margin-right: 8rem
}

.my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem
}

.mx-40 {
    margin-left: 10rem;
    margin-right: 10rem
}

.my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem
}

.mx-48 {
    margin-left: 12rem;
    margin-right: 12rem
}

.my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem
}

.mx-56 {
    margin-left: 14rem;
    margin-right: 14rem
}

.my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem
}

.mx-64 {
    margin-left: 16rem;
    margin-right: 16rem
}

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

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

.my-px {
    margin-top: 1px;
    margin-bottom: 1px
}

.mx-px {
    margin-left: 1px;
    margin-right: 1px
}

.my-6vw {
    margin-top: 1vw;
    margin-bottom: 1vw
}

.mx-6vw {
    margin-left: 1vw;
    margin-right: 1vw
}

.my-10vw {
    margin-top: 2vw;
    margin-bottom: 2vw
}

.mx-10vw {
    margin-left: 2vw;
    margin-right: 2vw
}

.my-12vw {
    margin-top: 2.5vw;
    margin-bottom: 2.5vw
}

.mx-12vw {
    margin-left: 2.5vw;
    margin-right: 2.5vw
}

.my-20vw {
    margin-top: 3vw;
    margin-bottom: 3vw
}

.mx-20vw {
    margin-left: 3vw;
    margin-right: 3vw
}

.my-22vw {
    margin-top: 4.3vw;
    margin-bottom: 4.3vw
}

.mx-22vw {
    margin-left: 4.3vw;
    margin-right: 4.3vw
}

.my-24vw {
    margin-top: 3.6vw;
    margin-bottom: 3.6vw
}

.mx-24vw {
    margin-left: 3.6vw;
    margin-right: 3.6vw
}

.my-40vw {
    margin-top: 9vw;
    margin-bottom: 9vw
}

.mx-40vw {
    margin-left: 9vw;
    margin-right: 9vw
}

.my-48vw {
    margin-top: 11vw;
    margin-bottom: 11vw
}

.mx-48vw {
    margin-left: 11vw;
    margin-right: 11vw
}

.-my-1 {
    margin-top: -1px;
    margin-bottom: -1px
}

.-mx-1 {
    margin-left: -1px;
    margin-right: -1px
}

.-my-2 {
    margin-top: -2px;
    margin-bottom: -2px
}

.-mx-2 {
    margin-left: -2px;
    margin-right: -2px
}

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

.-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem
}

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

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

.my-3vw {
    margin-top: .5vw;
    margin-bottom: .5vw
}

.mx-3vw {
    margin-left: .5vw;
    margin-right: .5vw
}

.mt-0 {
    margin-top: 0
}

.mr-0 {
    margin-right: 0
}

.mb-0 {
    margin-bottom: 0
}

.ml-0 {
    margin-left: 0
}

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

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

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

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

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

.mr-2 {
    margin-right: .5rem
}

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

.ml-2 {
    margin-left: .5rem
}

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

.mr-3 {
    margin-right: .75rem
}

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

.ml-3 {
    margin-left: .75rem
}

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

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

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

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

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

.mr-5 {
    margin-right: 1.25rem
}

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

.ml-5 {
    margin-left: 1.25rem
}

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

.mr-6 {
    margin-right: 1.5rem
}

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

.ml-6 {
    margin-left: 1.5rem
}

.mt-8 {
    margin-top: 2rem
}

.mr-8 {
    margin-right: 2rem
}

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

.ml-8 {
    margin-left: 2rem
}

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

.mr-10 {
    margin-right: 2.5rem
}

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

.ml-10 {
    margin-left: 2.5rem
}

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

.mr-12 {
    margin-right: 3rem
}

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

.ml-12 {
    margin-left: 3rem
}

.mt-15 {
    margin-top: 3.7rem
}

.mr-15 {
    margin-right: 3.7rem
}

.mb-15 {
    margin-bottom: 3.7rem
}

.ml-15 {
    margin-left: 3.7rem
}

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

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

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

.ml-16 {
    margin-left: 4rem
}

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

.mr-20 {
    margin-right: 5rem
}

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

.ml-20 {
    margin-left: 5rem
}

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

.mr-24 {
    margin-right: 6rem
}

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

.ml-24 {
    margin-left: 6rem
}

.mt-32 {
    margin-top: 8rem
}

.mr-32 {
    margin-right: 8rem
}

.mb-32 {
    margin-bottom: 8rem
}

.ml-32 {
    margin-left: 8rem
}

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

.mr-40 {
    margin-right: 10rem
}

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

.ml-40 {
    margin-left: 10rem
}

.mt-48 {
    margin-top: 12rem
}

.mr-48 {
    margin-right: 12rem
}

.mb-48 {
    margin-bottom: 12rem
}

.ml-48 {
    margin-left: 12rem
}

.mt-56 {
    margin-top: 14rem
}

.mr-56 {
    margin-right: 14rem
}

.mb-56 {
    margin-bottom: 14rem
}

.ml-56 {
    margin-left: 14rem
}

.mt-64 {
    margin-top: 16rem
}

.mr-64 {
    margin-right: 16rem
}

.mb-64 {
    margin-bottom: 16rem
}

.ml-64 {
    margin-left: 16rem
}

.mt-auto {
    margin-top: auto
}

.mr-auto {
    margin-right: auto
}

.mb-auto {
    margin-bottom: auto
}

.ml-auto {
    margin-left: auto
}

.mt-px {
    margin-top: 1px
}

.mr-px {
    margin-right: 1px
}

.mb-px {
    margin-bottom: 1px
}

.ml-px {
    margin-left: 1px
}

.mt-6vw {
    margin-top: 1vw
}

.mr-6vw {
    margin-right: 1vw
}

.mb-6vw {
    margin-bottom: 1vw
}

.ml-6vw {
    margin-left: 1vw
}

.mt-10vw {
    margin-top: 2vw
}

.mr-10vw {
    margin-right: 2vw
}

.mb-10vw {
    margin-bottom: 2vw
}

.ml-10vw {
    margin-left: 2vw
}

.mt-12vw {
    margin-top: 2.5vw
}

.mr-12vw {
    margin-right: 2.5vw
}

.mb-12vw {
    margin-bottom: 2.5vw
}

.ml-12vw {
    margin-left: 2.5vw
}

.mt-20vw {
    margin-top: 3vw
}

.mr-20vw {
    margin-right: 3vw
}

.mb-20vw {
    margin-bottom: 3vw
}

.ml-20vw {
    margin-left: 3vw
}

.mt-22vw {
    margin-top: 4.3vw
}

.mr-22vw {
    margin-right: 4.3vw
}

.mb-22vw {
    margin-bottom: 4.3vw
}

.ml-22vw {
    margin-left: 4.3vw
}

.mt-24vw {
    margin-top: 3.6vw
}

.mr-24vw {
    margin-right: 3.6vw
}

.mb-24vw {
    margin-bottom: 3.6vw
}

.ml-24vw {
    margin-left: 3.6vw
}

.mt-40vw {
    margin-top: 9vw
}

.mr-40vw {
    margin-right: 9vw
}

.mb-40vw {
    margin-bottom: 9vw
}

.ml-40vw {
    margin-left: 9vw
}

.mt-48vw {
    margin-top: 11vw
}

.mr-48vw {
    margin-right: 11vw
}

.mb-48vw {
    margin-bottom: 11vw
}

.ml-48vw {
    margin-left: 11vw
}

.-mt-1 {
    margin-top: -1px
}

.-mr-1 {
    margin-right: -1px
}

.-mb-1 {
    margin-bottom: -1px
}

.-ml-1 {
    margin-left: -1px
}

.-mt-2 {
    margin-top: -2px
}

.-mr-2 {
    margin-right: -2px
}

.-mb-2 {
    margin-bottom: -2px
}

.-ml-2 {
    margin-left: -2px
}

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

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

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

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

.-mt-8 {
    margin-top: -2rem
}

.-mr-8 {
    margin-right: -2rem
}

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

.-ml-8 {
    margin-left: -2rem
}

.mt-3vw {
    margin-top: .5vw
}

.mr-3vw {
    margin-right: .5vw
}

.mb-3vw {
    margin-bottom: .5vw
}

.ml-3vw {
    margin-left: .5vw
}

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

.max-h-screen {
    max-height: 100vh
}

.max-h-xl {
    max-height: 36rem
}

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

.max-w-sm {
    max-width: 24rem
}

.max-w-md {
    max-width: 28rem
}

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

.max-w-xl {
    max-width: 36rem
}

.max-w-2xl {
    max-width: 42rem
}

.max-w-3xl {
    max-width: 48rem
}

.max-w-3xlvw {
    max-width: 40vw
}

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

.max-w-5xl {
    max-width: 64rem
}

.max-w-6xl {
    max-width: 72rem
}

.max-w-7xl {
    max-width: 78rem
}

.max-w-7xlvw {
    max-width: 69vw
}

.max-w-8xl {
    max-width: 150rem
}

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

.max-w-2\/3 {
    max-width: 66.66667%
}

.max-w-3\/4 {
    max-width: 75%
}

.max-w-4\/5 {
    max-width: 80%
}

.max-w-1\/2 {
    max-width: 50%
}

.min-h-0 {
    min-height: 0
}

.min-h-1 {
    min-height: .25rem
}

.min-h-2 {
    min-height: .5rem
}

.min-h-3 {
    min-height: .75rem
}

.min-h-4 {
    min-height: 1rem
}

.min-h-5 {
    min-height: 1.25rem
}

.min-h-6 {
    min-height: 1.5rem
}

.min-h-8 {
    min-height: 2rem
}

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

.min-h-12 {
    min-height: 3rem
}

.min-h-15 {
    min-height: 3.7rem
}

.min-h-16 {
    min-height: 4rem
}

.min-h-20 {
    min-height: 5rem
}

.min-h-24 {
    min-height: 6rem
}

.min-h-32 {
    min-height: 8rem
}

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

.min-h-48 {
    min-height: 12rem
}

.min-h-56 {
    min-height: 14rem
}

.min-h-64 {
    min-height: 16rem
}

.min-h-px {
    min-height: 1px
}

.min-h-6vw {
    min-height: 1vw
}

.min-h-10vw {
    min-height: 2vw
}

.min-h-12vw {
    min-height: 2.5vw
}

.min-h-20vw {
    min-height: 3vw
}

.min-h-22vw {
    min-height: 4.3vw
}

.min-h-24vw {
    min-height: 3.6vw
}

.min-h-40vw {
    min-height: 9vw
}

.min-h-48vw {
    min-height: 11vw
}

.min-h--1 {
    min-height: -1px
}

.min-h--2 {
    min-height: -2px
}

.min-h--4 {
    min-height: -1rem
}

.min-h--8 {
    min-height: -2rem
}

.min-h-3vw {
    min-height: .5vw
}

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

.min-h-screen {
    min-height: 100vh
}

.min-w-0 {
    min-width: 0
}

.min-w-full {
    min-width: 100%
}

.min-w-40vw {
    min-width: 9vw
}

.min-w-32vw {
    min-width: 6vw
}

.min-w-8xl {
    min-width: 71rem
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.object-fill {
    -o-object-fit: fill;
    object-fit: fill
}

.object-none {
    -o-object-fit: none;
    object-fit: none
}

.object-scale-down {
    -o-object-fit: scale-down;
    object-fit: scale-down
}

.object-bottom {
    -o-object-position: bottom;
    object-position: bottom
}

.object-center {
    -o-object-position: center;
    object-position: center
}

.object-left {
    -o-object-position: left;
    object-position: left
}

.object-left-bottom {
    -o-object-position: left bottom;
    object-position: left bottom
}

.object-left-top {
    -o-object-position: left top;
    object-position: left top
}

.object-right {
    -o-object-position: right;
    object-position: right
}

.object-right-bottom {
    -o-object-position: right bottom;
    object-position: right bottom
}

.object-right-top {
    -o-object-position: right top;
    object-position: right top
}

.object-top {
    -o-object-position: top;
    object-position: top
}

.opacity-0 {
    opacity: 0
}

.opacity-25 {
    opacity: .25
}

.opacity-50 {
    opacity: .5
}

.opacity-75 {
    opacity: .75
}

.opacity-100 {
    opacity: 1
}

.focus\:outline-none:focus,
.outline-none {
    outline: 0
}

.overflow-auto {
    overflow: auto
}

.overflow-hidden {
    overflow: hidden
}

.overflow-visible {
    overflow: visible
}

.overflow-scroll {
    overflow: scroll
}

.overflow-x-auto {
    overflow-x: auto
}

.overflow-y-auto {
    overflow-y: auto
}

.overflow-x-hidden {
    overflow-x: hidden
}

.overflow-y-hidden {
    overflow-y: hidden
}

.overflow-x-visible {
    overflow-x: visible
}

.overflow-y-visible {
    overflow-y: visible
}

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

.overflow-y-scroll {
    overflow-y: scroll
}

.scrolling-touch {
    -webkit-overflow-scrolling: touch
}

.scrolling-auto {
    -webkit-overflow-scrolling: auto
}

.p-0 {
    padding: 0
}

.p-1 {
    padding: .25rem
}

.p-2 {
    padding: .5rem
}

.p-3 {
    padding: .75rem
}

.p-4 {
    padding: 1rem
}

.p-5 {
    padding: 1.25rem
}

.p-6 {
    padding: 1.5rem
}

.p-8 {
    padding: 2rem
}

.p-10 {
    padding: 2.5rem
}

.p-12 {
    padding: 3rem
}

.p-15 {
    padding: 3.7rem
}

.p-16 {
    padding: 4rem
}

.p-20 {
    padding: 5rem
}

.p-24 {
    padding: 6rem
}

.p-32 {
    padding: 8rem
}

.p-40 {
    padding: 10rem
}

.p-48 {
    padding: 12rem
}

.p-56 {
    padding: 14rem
}

.p-64 {
    padding: 16rem
}

.p-px {
    padding: 1px
}

.p-6vw {
    padding: 1vw
}

.p-10vw {
    padding: 2vw
}

.p-12vw {
    padding: 2.5vw
}

.p-20vw {
    padding: 3vw
}

.p-22vw {
    padding: 4.3vw
}

.p-24vw {
    padding: 3.6vw
}

.p-40vw {
    padding: 9vw
}

.p-48vw {
    padding: 11vw
}

.p-3vw {
    padding: .5vw
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0
}

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

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

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

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

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

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

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

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

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

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

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

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

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

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

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

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

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

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

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

.py-15 {
    padding-top: 3.7rem;
    padding-bottom: 3.7rem
}

.px-15 {
    padding-left: 3.7rem;
    padding-right: 3.7rem
}

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

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

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

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

.py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem
}

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

.py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem
}

.px-32 {
    padding-left: 8rem;
    padding-right: 8rem
}

.py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem
}

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

.py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem
}

.px-48 {
    padding-left: 12rem;
    padding-right: 12rem
}

.py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem
}

.px-56 {
    padding-left: 14rem;
    padding-right: 14rem
}

.py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem
}

.px-64 {
    padding-left: 16rem;
    padding-right: 16rem
}

.py-px {
    padding-top: 1px;
    padding-bottom: 1px
}

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

.py-6vw {
    padding-top: 1vw;
    padding-bottom: 1vw
}

.px-6vw {
    padding-left: 1vw;
    padding-right: 1vw
}

.py-10vw {
    padding-top: 2vw;
    padding-bottom: 2vw
}

.px-10vw {
    padding-left: 2vw;
    padding-right: 2vw
}

.py-12vw {
    padding-top: 2.5vw;
    padding-bottom: 2.5vw
}

.px-12vw {
    padding-left: 2.5vw;
    padding-right: 2.5vw
}

.py-20vw {
    padding-top: 3vw;
    padding-bottom: 3vw
}

.px-20vw {
    padding-left: 3vw;
    padding-right: 3vw
}

.py-22vw {
    padding-top: 4.3vw;
    padding-bottom: 4.3vw
}

.px-22vw {
    padding-left: 4.3vw;
    padding-right: 4.3vw
}

.py-24vw {
    padding-top: 3.6vw;
    padding-bottom: 3.6vw
}

.px-24vw {
    padding-left: 3.6vw;
    padding-right: 3.6vw
}

.py-40vw {
    padding-top: 9vw;
    padding-bottom: 9vw
}

.px-40vw {
    padding-left: 9vw;
    padding-right: 9vw
}

.py-48vw {
    padding-top: 11vw;
    padding-bottom: 11vw
}

.px-48vw {
    padding-left: 11vw;
    padding-right: 11vw
}

.py-3vw {
    padding-top: .5vw;
    padding-bottom: .5vw
}

.px-3vw {
    padding-left: .5vw;
    padding-right: .5vw
}

.pt-0 {
    padding-top: 0
}

.pr-0 {
    padding-right: 0
}

.pb-0 {
    padding-bottom: 0
}

.pl-0 {
    padding-left: 0
}

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

.pr-1 {
    padding-right: .25rem
}

.pb-1 {
    padding-bottom: .25rem
}

.pl-1 {
    padding-left: .25rem
}

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

.pr-2 {
    padding-right: .5rem
}

.pb-2 {
    padding-bottom: .5rem
}

.pl-2 {
    padding-left: .5rem
}

.pt-3 {
    padding-top: .75rem
}

.pr-3 {
    padding-right: .75rem
}

.pb-3 {
    padding-bottom: .75rem
}

.pl-3 {
    padding-left: .75rem
}

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

.pr-4 {
    padding-right: 1rem
}

.pb-4 {
    padding-bottom: 1rem
}

.pl-4 {
    padding-left: 1rem
}

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

.pr-5 {
    padding-right: 1.25rem
}

.pb-5 {
    padding-bottom: 1.25rem
}

.pl-5 {
    padding-left: 1.25rem
}

.pt-6 {
    padding-top: 1.5rem
}

.pr-6 {
    padding-right: 1.5rem
}

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

.pl-6 {
    padding-left: 1.5rem
}

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

.pr-8 {
    padding-right: 2rem
}

.pb-8 {
    padding-bottom: 2rem
}

.pl-8 {
    padding-left: 2rem
}

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

.pr-10 {
    padding-right: 2.5rem
}

.pb-10 {
    padding-bottom: 2.5rem
}

.pl-10 {
    padding-left: 2.5rem
}

.pt-12 {
    padding-top: 3rem
}

.pr-12 {
    padding-right: 3rem
}

.pb-12 {
    padding-bottom: 3rem
}

.pl-12 {
    padding-left: 3rem
}

.pt-15 {
    padding-top: 3.7rem
}

.pr-15 {
    padding-right: 3.7rem
}

.pb-15 {
    padding-bottom: 3.7rem
}

.pl-15 {
    padding-left: 3.7rem
}

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

.pr-16 {
    padding-right: 4rem
}

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

.pl-16 {
    padding-left: 4rem
}

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

.pr-20 {
    padding-right: 5rem
}

.pb-20 {
    padding-bottom: 5rem
}

.pl-20 {
    padding-left: 5rem
}

.pt-24 {
    padding-top: 6rem
}

.pr-24 {
    padding-right: 6rem
}

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

.pl-24 {
    padding-left: 6rem
}

.pt-32 {
    padding-top: 8rem
}

.pr-32 {
    padding-right: 8rem
}

.pb-32 {
    padding-bottom: 8rem
}

.pl-32 {
    padding-left: 8rem
}

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

.pr-40 {
    padding-right: 10rem
}

.pb-40 {
    padding-bottom: 10rem
}

.pl-40 {
    padding-left: 10rem
}

.pt-48 {
    padding-top: 12rem
}

.pr-48 {
    padding-right: 12rem
}

.pb-48 {
    padding-bottom: 12rem
}

.pl-48 {
    padding-left: 12rem
}

.pt-56 {
    padding-top: 14rem
}

.pr-56 {
    padding-right: 14rem
}

.pb-56 {
    padding-bottom: 14rem
}

.pl-56 {
    padding-left: 14rem
}

.pt-64 {
    padding-top: 16rem
}

.pr-64 {
    padding-right: 16rem
}

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

.pl-64 {
    padding-left: 16rem
}

.pt-px {
    padding-top: 1px
}

.pr-px {
    padding-right: 1px
}

.pb-px {
    padding-bottom: 1px
}

.pl-px {
    padding-left: 1px
}

.pt-6vw {
    padding-top: 1vw
}

.pr-6vw {
    padding-right: 1vw
}

.pb-6vw {
    padding-bottom: 1vw
}

.pl-6vw {
    padding-left: 1vw
}

.pt-10vw {
    padding-top: 2vw
}

.pr-10vw {
    padding-right: 2vw
}

.pb-10vw {
    padding-bottom: 2vw
}

.pl-10vw {
    padding-left: 2vw
}

.pt-12vw {
    padding-top: 2.5vw
}

.pr-12vw {
    padding-right: 2.5vw
}

.pb-12vw {
    padding-bottom: 2.5vw
}

.pl-12vw {
    padding-left: 2.5vw
}

.pt-20vw {
    padding-top: 3vw
}

.pr-20vw {
    padding-right: 3vw
}

.pb-20vw {
    padding-bottom: 3vw
}

.pl-20vw {
    padding-left: 3vw
}

.pt-22vw {
    padding-top: 4.3vw
}

.pr-22vw {
    padding-right: 4.3vw
}

.pb-22vw {
    padding-bottom: 4.3vw
}

.pl-22vw {
    padding-left: 4.3vw
}

.pt-24vw {
    padding-top: 3.6vw
}

.pr-24vw {
    padding-right: 3.6vw
}

.pb-24vw {
    padding-bottom: 3.6vw
}

.pl-24vw {
    padding-left: 3.6vw
}

.pt-40vw {
    padding-top: 9vw
}

.pr-40vw {
    padding-right: 9vw
}

.pb-40vw {
    padding-bottom: 9vw
}

.pl-40vw {
    padding-left: 9vw
}

.pt-48vw {
    padding-top: 11vw
}

.pr-48vw {
    padding-right: 11vw
}

.pb-48vw {
    padding-bottom: 11vw
}

.pl-48vw {
    padding-left: 11vw
}

.pt-3vw {
    padding-top: .5vw
}

.pr-3vw {
    padding-right: .5vw
}

.pb-3vw {
    padding-bottom: .5vw
}

.pl-3vw {
    padding-left: .5vw
}

.pointer-events-none {
    pointer-events: none
}

.pointer-events-auto {
    pointer-events: auto
}

.static {
    position: static
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: -webkit-sticky;
    position: sticky
}

.inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto
}

.inset-y-0 {
    top: 0;
    bottom: 0
}

.inset-x-0 {
    right: 0;
    left: 0
}

.inset-y-auto {
    top: auto;
    bottom: auto
}

.inset-x-auto {
    right: auto;
    left: auto
}

.top-0 {
    top: 0
}

.right-0 {
    right: 0
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.top-auto {
    top: auto
}

.right-auto {
    right: auto
}

.bottom-auto {
    bottom: auto
}

.left-auto {
    left: auto
}

.resize-none {
    resize: none
}

.resize-y {
    resize: vertical
}

.resize-x {
    resize: horizontal
}

.resize {
    resize: both
}

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

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

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

.shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04)
}

.shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25)
}

.shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06)
}

.shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, .5)
}

.shadow-none {
    box-shadow: none
}

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

.hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)
}

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

.hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04)
}

.hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25)
}

.hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06)
}

.hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, .5)
}

.hover\:shadow-none:hover {
    box-shadow: none
}

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

.focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)
}

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

.focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04)
}

.focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25)
}

.focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06)
}

.focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, .5)
}

.focus\:shadow-none:focus {
    box-shadow: none
}

.fill-current {
    fill: currentColor
}

.stroke-current {
    stroke: currentColor
}

.table-auto {
    table-layout: auto
}

.table-fixed {
    table-layout: fixed
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify
}

.text-transparent {
    color: transparent
}

.text-primary {
    color: #81d8d0
}

.text-primarydarker {
    color: #6acdc4
}

.text-black,
.text-turquoise {
    color: #000
}

.text-gold {
    color: #d0ae5f
}

.text-white {
    color: #fff
}

.text-whiteHalfTransparent {
    color: hsla(0, 0%, 100%, .5)
}

.text-brown {
    color: #36261e
}

.text-browndark {
    color: #130c0e
}

.text-gray-100 {
    color: #f2f2f2
}

.text-gray-150 {
    color: #f3f3f3
}

.text-gray-200 {
    color: #f6f6f6
}

.text-gray-300 {
    color: #e8e8e8
}

.text-gray-400 {
    color: #cbd5e0
}

.text-gray-450 {
    color: #c3c3c3
}

.text-gray-500 {
    color: #b1afaf
}

.text-gray-600 {
    color: #777
}

.text-gray-700 {
    color: #4a5568
}

.text-gray-800 {
    color: #2d3748
}

.text-gray-900 {
    color: #1a202c
}

.text-red-100 {
    color: #fff5f5
}

.text-red-200 {
    color: #fff6f7
}

.text-red-300 {
    color: #feb2b2
}

.text-red-400 {
    color: #bc6366
}

.text-red-500 {
    color: #f56565
}

.text-red-600 {
    color: #e53e3e
}

.text-red-700 {
    color: #c53030
}

.text-red-800 {
    color: #9b2c2c
}

.text-red-900 {
    color: #742a2a
}

.text-orange-100 {
    color: #fffaf0
}

.text-orange-200 {
    color: #feebc8
}

.text-orange-300 {
    color: #fbd38d
}

.text-orange-400 {
    color: #f6ad55
}

.text-orange-500 {
    color: #ed8936
}

.text-orange-600 {
    color: #dd6b20
}

.text-orange-700 {
    color: #c05621
}

.text-orange-800 {
    color: #9c4221
}

.text-orange-900 {
    color: #7b341e
}

.text-yellow-100 {
    color: ivory
}

.text-yellow-200 {
    color: #fffaee
}

.text-yellow-300 {
    color: #faf089
}

.text-yellow-400 {
    color: #d0ae5f
}

.text-yellow-500 {
    color: #ecc94b
}

.text-yellow-600 {
    color: #d69e2e
}

.text-yellow-700 {
    color: #b7791f
}

.text-yellow-800 {
    color: #975a16
}

.text-yellow-900 {
    color: #744210
}

.text-green-100 {
    color: #f0fff4
}

.text-green-200 {
    color: #c6f6d5
}

.text-green-300 {
    color: #9ae6b4
}

.text-green-400 {
    color: #68d391
}

.text-green-500 {
    color: #48bb78
}

.text-green-600 {
    color: #38a169
}

.text-green-700 {
    color: #2f855a
}

.text-green-800 {
    color: #276749
}

.text-green-900 {
    color: #22543d
}

.text-teal-100 {
    color: #e6fffa
}

.text-teal-200 {
    color: #b2f5ea
}

.text-teal-300 {
    color: #81e6d9
}

.text-teal-400 {
    color: #4fd1c5
}

.text-teal-500 {
    color: #38b2ac
}

.text-teal-600 {
    color: #319795
}

.text-teal-700 {
    color: #2c7a7b
}

.text-teal-800 {
    color: #285e61
}

.text-teal-900 {
    color: #234e52
}

.text-blue-100 {
    color: #ebf8ff
}

.text-blue-200 {
    color: #effafd
}

.text-blue-300 {
    color: #90cdf4
}

.text-blue-400 {
    color: #396973
}

.text-blue-500 {
    color: #4299e1
}

.text-blue-600 {
    color: #3182ce
}

.text-blue-700 {
    color: #2b6cb0
}

.text-blue-800 {
    color: #2c5282
}

.text-blue-900 {
    color: #2a4365
}

.text-indigo-100 {
    color: #ebf4ff
}

.text-indigo-200 {
    color: #c3dafe
}

.text-indigo-300 {
    color: #a3bffa
}

.text-indigo-400 {
    color: #7f9cf5
}

.text-indigo-500 {
    color: #667eea
}

.text-indigo-600 {
    color: #5a67d8
}

.text-indigo-700 {
    color: #4c51bf
}

.text-indigo-800 {
    color: #434190
}

.text-indigo-900 {
    color: #3c366b
}

.text-purple-100 {
    color: #faf5ff
}

.text-purple-200 {
    color: #e9d8fd
}

.text-purple-300 {
    color: #d6bcfa
}

.text-purple-400 {
    color: #b794f4
}

.text-purple-500 {
    color: #9f7aea
}

.text-purple-600 {
    color: #805ad5
}

.text-purple-700 {
    color: #6b46c1
}

.text-purple-800 {
    color: #553c9a
}

.text-purple-900 {
    color: #44337a
}

.text-pink-100 {
    color: #fff5f7
}

.text-pink-200 {
    color: #fed7e2
}

.text-pink-300 {
    color: #fbb6ce
}

.text-pink-400 {
    color: #f687b3
}

.text-pink-500 {
    color: #ed64a6
}

.text-pink-600 {
    color: #d53f8c
}

.text-pink-700 {
    color: #b83280
}

.text-pink-800 {
    color: #97266d
}

.text-pink-900 {
    color: #702459
}

.hover\:text-transparent:hover {
    color: transparent
}

.hover\:text-primary:hover {
    color: #81d8d0
}

.hover\:text-primarydarker:hover {
    color: #6acdc4
}

.hover\:text-black:hover,
.hover\:text-turquoise:hover {
    color: #000
}

.hover\:text-gold:hover {
    color: #d0ae5f
}

.hover\:text-white:hover {
    color: #fff
}

.hover\:text-whiteHalfTransparent:hover {
    color: hsla(0, 0%, 100%, .5)
}

.hover\:text-brown:hover {
    color: #36261e
}

.hover\:text-browndark:hover {
    color: #130c0e
}

.hover\:text-gray-100:hover {
    color: #f2f2f2
}

.hover\:text-gray-150:hover {
    color: #f3f3f3
}

.hover\:text-gray-200:hover {
    color: #f6f6f6
}

.hover\:text-gray-300:hover {
    color: #e8e8e8
}

.hover\:text-gray-400:hover {
    color: #cbd5e0
}

.hover\:text-gray-450:hover {
    color: #c3c3c3
}

.hover\:text-gray-500:hover {
    color: #b1afaf
}

.hover\:text-gray-600:hover {
    color: #777
}

.hover\:text-gray-700:hover {
    color: #4a5568
}

.hover\:text-gray-800:hover {
    color: #2d3748
}

.hover\:text-gray-900:hover {
    color: #1a202c
}

.hover\:text-red-100:hover {
    color: #fff5f5
}

.hover\:text-red-200:hover {
    color: #fff6f7
}

.hover\:text-red-300:hover {
    color: #feb2b2
}

.hover\:text-red-400:hover {
    color: #bc6366
}

.hover\:text-red-500:hover {
    color: #f56565
}

.hover\:text-red-600:hover {
    color: #e53e3e
}

.hover\:text-red-700:hover {
    color: #c53030
}

.hover\:text-red-800:hover {
    color: #9b2c2c
}

.hover\:text-red-900:hover {
    color: #742a2a
}

.hover\:text-orange-100:hover {
    color: #fffaf0
}

.hover\:text-orange-200:hover {
    color: #feebc8
}

.hover\:text-orange-300:hover {
    color: #fbd38d
}

.hover\:text-orange-400:hover {
    color: #f6ad55
}

.hover\:text-orange-500:hover {
    color: #ed8936
}

.hover\:text-orange-600:hover {
    color: #dd6b20
}

.hover\:text-orange-700:hover {
    color: #c05621
}

.hover\:text-orange-800:hover {
    color: #9c4221
}

.hover\:text-orange-900:hover {
    color: #7b341e
}

.hover\:text-yellow-100:hover {
    color: ivory
}

.hover\:text-yellow-200:hover {
    color: #fffaee
}

.hover\:text-yellow-300:hover {
    color: #faf089
}

.hover\:text-yellow-400:hover {
    color: #d0ae5f
}

.hover\:text-yellow-500:hover {
    color: #ecc94b
}

.hover\:text-yellow-600:hover {
    color: #d69e2e
}

.hover\:text-yellow-700:hover {
    color: #b7791f
}

.hover\:text-yellow-800:hover {
    color: #975a16
}

.hover\:text-yellow-900:hover {
    color: #744210
}

.hover\:text-green-100:hover {
    color: #f0fff4
}

.hover\:text-green-200:hover {
    color: #c6f6d5
}

.hover\:text-green-300:hover {
    color: #9ae6b4
}

.hover\:text-green-400:hover {
    color: #68d391
}

.hover\:text-green-500:hover {
    color: #48bb78
}

.hover\:text-green-600:hover {
    color: #38a169
}

.hover\:text-green-700:hover {
    color: #2f855a
}

.hover\:text-green-800:hover {
    color: #276749
}

.hover\:text-green-900:hover {
    color: #22543d
}

.hover\:text-teal-100:hover {
    color: #e6fffa
}

.hover\:text-teal-200:hover {
    color: #b2f5ea
}

.hover\:text-teal-300:hover {
    color: #81e6d9
}

.hover\:text-teal-400:hover {
    color: #4fd1c5
}

.hover\:text-teal-500:hover {
    color: #38b2ac
}

.hover\:text-teal-600:hover {
    color: #319795
}

.hover\:text-teal-700:hover {
    color: #2c7a7b
}

.hover\:text-teal-800:hover {
    color: #285e61
}

.hover\:text-teal-900:hover {
    color: #234e52
}

.hover\:text-blue-100:hover {
    color: #ebf8ff
}

.hover\:text-blue-200:hover {
    color: #effafd
}

.hover\:text-blue-300:hover {
    color: #90cdf4
}

.hover\:text-blue-400:hover {
    color: #396973
}

.hover\:text-blue-500:hover {
    color: #4299e1
}

.hover\:text-blue-600:hover {
    color: #3182ce
}

.hover\:text-blue-700:hover {
    color: #2b6cb0
}

.hover\:text-blue-800:hover {
    color: #2c5282
}

.hover\:text-blue-900:hover {
    color: #2a4365
}

.hover\:text-indigo-100:hover {
    color: #ebf4ff
}

.hover\:text-indigo-200:hover {
    color: #c3dafe
}

.hover\:text-indigo-300:hover {
    color: #a3bffa
}

.hover\:text-indigo-400:hover {
    color: #7f9cf5
}

.hover\:text-indigo-500:hover {
    color: #667eea
}

.hover\:text-indigo-600:hover {
    color: #5a67d8
}

.hover\:text-indigo-700:hover {
    color: #4c51bf
}

.hover\:text-indigo-800:hover {
    color: #434190
}

.hover\:text-indigo-900:hover {
    color: #3c366b
}

.hover\:text-purple-100:hover {
    color: #faf5ff
}

.hover\:text-purple-200:hover {
    color: #e9d8fd
}

.hover\:text-purple-300:hover {
    color: #d6bcfa
}

.hover\:text-purple-400:hover {
    color: #b794f4
}

.hover\:text-purple-500:hover {
    color: #9f7aea
}

.hover\:text-purple-600:hover {
    color: #805ad5
}

.hover\:text-purple-700:hover {
    color: #6b46c1
}

.hover\:text-purple-800:hover {
    color: #553c9a
}

.hover\:text-purple-900:hover {
    color: #44337a
}

.hover\:text-pink-100:hover {
    color: #fff5f7
}

.hover\:text-pink-200:hover {
    color: #fed7e2
}

.hover\:text-pink-300:hover {
    color: #fbb6ce
}

.hover\:text-pink-400:hover {
    color: #f687b3
}

.hover\:text-pink-500:hover {
    color: #ed64a6
}

.hover\:text-pink-600:hover {
    color: #d53f8c
}

.hover\:text-pink-700:hover {
    color: #b83280
}

.hover\:text-pink-800:hover {
    color: #97266d
}

.hover\:text-pink-900:hover {
    color: #702459
}

.focus\:text-transparent:focus {
    color: transparent
}

.focus\:text-primary:focus {
    color: #81d8d0
}

.focus\:text-primarydarker:focus {
    color: #6acdc4
}

.focus\:text-black:focus,
.focus\:text-turquoise:focus {
    color: #000
}

.focus\:text-gold:focus {
    color: #d0ae5f
}

.focus\:text-white:focus {
    color: #fff
}

.focus\:text-whiteHalfTransparent:focus {
    color: hsla(0, 0%, 100%, .5)
}

.focus\:text-brown:focus {
    color: #36261e
}

.focus\:text-browndark:focus {
    color: #130c0e
}

.focus\:text-gray-100:focus {
    color: #f2f2f2
}

.focus\:text-gray-150:focus {
    color: #f3f3f3
}

.focus\:text-gray-200:focus {
    color: #f6f6f6
}

.focus\:text-gray-300:focus {
    color: #e8e8e8
}

.focus\:text-gray-400:focus {
    color: #cbd5e0
}

.focus\:text-gray-450:focus {
    color: #c3c3c3
}

.focus\:text-gray-500:focus {
    color: #b1afaf
}

.focus\:text-gray-600:focus {
    color: #777
}

.focus\:text-gray-700:focus {
    color: #4a5568
}

.focus\:text-gray-800:focus {
    color: #2d3748
}

.focus\:text-gray-900:focus {
    color: #1a202c
}

.focus\:text-red-100:focus {
    color: #fff5f5
}

.focus\:text-red-200:focus {
    color: #fff6f7
}

.focus\:text-red-300:focus {
    color: #feb2b2
}

.focus\:text-red-400:focus {
    color: #bc6366
}

.focus\:text-red-500:focus {
    color: #f56565
}

.focus\:text-red-600:focus {
    color: #e53e3e
}

.focus\:text-red-700:focus {
    color: #c53030
}

.focus\:text-red-800:focus {
    color: #9b2c2c
}

.focus\:text-red-900:focus {
    color: #742a2a
}

.focus\:text-orange-100:focus {
    color: #fffaf0
}

.focus\:text-orange-200:focus {
    color: #feebc8
}

.focus\:text-orange-300:focus {
    color: #fbd38d
}

.focus\:text-orange-400:focus {
    color: #f6ad55
}

.focus\:text-orange-500:focus {
    color: #ed8936
}

.focus\:text-orange-600:focus {
    color: #dd6b20
}

.focus\:text-orange-700:focus {
    color: #c05621
}

.focus\:text-orange-800:focus {
    color: #9c4221
}

.focus\:text-orange-900:focus {
    color: #7b341e
}

.focus\:text-yellow-100:focus {
    color: ivory
}

.focus\:text-yellow-200:focus {
    color: #fffaee
}

.focus\:text-yellow-300:focus {
    color: #faf089
}

.focus\:text-yellow-400:focus {
    color: #d0ae5f
}

.focus\:text-yellow-500:focus {
    color: #ecc94b
}

.focus\:text-yellow-600:focus {
    color: #d69e2e
}

.focus\:text-yellow-700:focus {
    color: #b7791f
}

.focus\:text-yellow-800:focus {
    color: #975a16
}

.focus\:text-yellow-900:focus {
    color: #744210
}

.focus\:text-green-100:focus {
    color: #f0fff4
}

.focus\:text-green-200:focus {
    color: #c6f6d5
}

.focus\:text-green-300:focus {
    color: #9ae6b4
}

.focus\:text-green-400:focus {
    color: #68d391
}

.focus\:text-green-500:focus {
    color: #48bb78
}

.focus\:text-green-600:focus {
    color: #38a169
}

.focus\:text-green-700:focus {
    color: #2f855a
}

.focus\:text-green-800:focus {
    color: #276749
}

.focus\:text-green-900:focus {
    color: #22543d
}

.focus\:text-teal-100:focus {
    color: #e6fffa
}

.focus\:text-teal-200:focus {
    color: #b2f5ea
}

.focus\:text-teal-300:focus {
    color: #81e6d9
}

.focus\:text-teal-400:focus {
    color: #4fd1c5
}

.focus\:text-teal-500:focus {
    color: #38b2ac
}

.focus\:text-teal-600:focus {
    color: #319795
}

.focus\:text-teal-700:focus {
    color: #2c7a7b
}

.focus\:text-teal-800:focus {
    color: #285e61
}

.focus\:text-teal-900:focus {
    color: #234e52
}

.focus\:text-blue-100:focus {
    color: #ebf8ff
}

.focus\:text-blue-200:focus {
    color: #effafd
}

.focus\:text-blue-300:focus {
    color: #90cdf4
}

.focus\:text-blue-400:focus {
    color: #396973
}

.focus\:text-blue-500:focus {
    color: #4299e1
}

.focus\:text-blue-600:focus {
    color: #3182ce
}

.focus\:text-blue-700:focus {
    color: #2b6cb0
}

.focus\:text-blue-800:focus {
    color: #2c5282
}

.focus\:text-blue-900:focus {
    color: #2a4365
}

.focus\:text-indigo-100:focus {
    color: #ebf4ff
}

.focus\:text-indigo-200:focus {
    color: #c3dafe
}

.focus\:text-indigo-300:focus {
    color: #a3bffa
}

.focus\:text-indigo-400:focus {
    color: #7f9cf5
}

.focus\:text-indigo-500:focus {
    color: #667eea
}

.focus\:text-indigo-600:focus {
    color: #5a67d8
}

.focus\:text-indigo-700:focus {
    color: #4c51bf
}

.focus\:text-indigo-800:focus {
    color: #434190
}

.focus\:text-indigo-900:focus {
    color: #3c366b
}

.focus\:text-purple-100:focus {
    color: #faf5ff
}

.focus\:text-purple-200:focus {
    color: #e9d8fd
}

.focus\:text-purple-300:focus {
    color: #d6bcfa
}

.focus\:text-purple-400:focus {
    color: #b794f4
}

.focus\:text-purple-500:focus {
    color: #9f7aea
}

.focus\:text-purple-600:focus {
    color: #805ad5
}

.focus\:text-purple-700:focus {
    color: #6b46c1
}

.focus\:text-purple-800:focus {
    color: #553c9a
}

.focus\:text-purple-900:focus {
    color: #44337a
}

.focus\:text-pink-100:focus {
    color: #fff5f7
}

.focus\:text-pink-200:focus {
    color: #fed7e2
}

.focus\:text-pink-300:focus {
    color: #fbb6ce
}

.focus\:text-pink-400:focus {
    color: #f687b3
}

.focus\:text-pink-500:focus {
    color: #ed64a6
}

.focus\:text-pink-600:focus {
    color: #d53f8c
}

.focus\:text-pink-700:focus {
    color: #b83280
}

.focus\:text-pink-800:focus {
    color: #97266d
}

.focus\:text-pink-900:focus {
    color: #702459
}

.text-2xs {
    font-size: .6rem
}

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

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

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

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

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

.text-2xl {
    font-size: 1.5rem
}

.text-3xl {
    font-size: 2rem
}

.text-4xl {
    font-size: 2.5rem
}

.text-5xl {
    font-size: 3.5rem
}

.text-5\.5xl {
    font-size: 4rem
}

.text-6xl {
    font-size: 6.3rem
}

.text-2xsvw {
    font-size: .54vw
}

.text-xsvw {
    font-size: .6vw
}

.text-smvw {
    font-size: .7vw
}

.text-mdvw {
    font-size: .8vw
}

.text-lgvw {
    font-size: .94vw
}

.text-xlvw {
    font-size: 1.05vw
}

.text-2xlvw {
    font-size: 1.4vw
}

.text-3xlvw {
    font-size: 1.7vw
}

.text-4xlvw {
    font-size: 2vw
}

.text-5xlvw {
    font-size: 3vw
}

.text-5\.5xlvw {
    font-size: 3.4vw
}

.text-6xlvw {
    font-size: 5.3vw
}

.italic {
    font-style: italic
}

.not-italic {
    font-style: normal
}

.uppercase {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

.capitalize {
    text-transform: capitalize
}

.normal-case {
    text-transform: none
}

.underline {
    text-decoration: underline
}

.line-through {
    text-decoration: line-through
}

.no-underline {
    text-decoration: none
}

.hover\:underline:hover {
    text-decoration: underline
}

.hover\:line-through:hover {
    text-decoration: line-through
}

.hover\:no-underline:hover {
    text-decoration: none
}

.focus\:underline:focus {
    text-decoration: underline
}

.focus\:line-through:focus {
    text-decoration: line-through
}

.focus\:no-underline:focus {
    text-decoration: none
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto
}

.tracking-tighter {
    letter-spacing: -.05em
}

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

.tracking-normal {
    letter-spacing: 0
}

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

.tracking-wider {
    letter-spacing: .05em
}

.tracking-widest {
    letter-spacing: .1em
}

.select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.select-text {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.select-all {
    -webkit-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all
}

.select-auto {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.align-baseline {
    vertical-align: baseline
}

.align-top {
    vertical-align: top
}

.align-middle {
    vertical-align: middle
}

.align-bottom {
    vertical-align: bottom
}

.align-text-top {
    vertical-align: text-top
}

.align-text-bottom {
    vertical-align: text-bottom
}

.visible {
    visibility: visible
}

.invisible {
    visibility: hidden
}

.whitespace-normal {
    white-space: normal
}

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

.whitespace-pre {
    white-space: pre
}

.whitespace-pre-line {
    white-space: pre-line
}

.whitespace-pre-wrap {
    white-space: pre-wrap
}

.break-normal {
    overflow-wrap: normal;
    word-break: normal
}

.break-words {
    overflow-wrap: break-word
}

.break-all {
    word-break: break-all
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.w-0 {
    width: 0
}

.w-1 {
    width: .25rem
}

.w-2 {
    width: .5rem
}

.w-3 {
    width: .75rem
}

.w-4 {
    width: 1rem
}

.w-5 {
    width: 1.25rem
}

.w-6 {
    width: 1.5rem
}

.w-8 {
    width: 2rem
}

.w-10 {
    width: 2.5rem
}

.w-12 {
    width: 3rem
}

.w-15 {
    width: 3.7rem
}

.w-16 {
    width: 4rem
}

.w-20 {
    width: 5rem
}

.w-24 {
    width: 6rem
}

.w-32 {
    width: 8rem
}

.w-40 {
    width: 10rem
}

.w-48 {
    width: 12rem
}

.w-56 {
    width: 14rem
}

.w-64 {
    width: 16rem
}

.w-auto {
    width: auto
}

.w-px {
    width: 1px
}

.w-6vw {
    width: 1vw
}

.w-10vw {
    width: 2vw
}

.w-12vw {
    width: 2.5vw
}

.w-20vw {
    width: 3vw
}

.w-22vw {
    width: 4.3vw
}

.w-24vw {
    width: 3.6vw
}

.w-40vw {
    width: 9vw
}

.w-48vw {
    width: 11vw
}

.w--1 {
    width: -1px
}

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

.w--4 {
    width: -1rem
}

.w--8 {
    width: -2rem
}

.w-3vw {
    width: .5vw
}

.w-1\/2 {
    width: 50%
}

.w-1\/3 {
    width: 33.33333%
}

.w-2\/3 {
    width: 66.66667%
}

.w-1\/4 {
    width: 25%
}

.w-3\/4 {
    width: 75%
}

.w-1\/5 {
    width: 20%
}

.w-2\/5 {
    width: 40%
}

.w-3\/5 {
    width: 60%
}

.w-4\/5 {
    width: 80%
}

.w-1\/6 {
    width: 16.66667%
}

.w-5\/6 {
    width: 83.33333%
}

.w-5\/12 {
    width: 41.666667%
}

.w-7\/12 {
    width: 58.333333%
}

.w-full {
    width: 100%
}

.w-screen {
    width: 100vw
}

.z-0 {
    z-index: 0
}

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.z-30 {
    z-index: 30
}

.z-40 {
    z-index: 40
}

.z-50 {
    z-index: 50
}

.z-auto {
    z-index: auto
}

#cms #content {
    font-size: 1.125rem
}

#cms #content p {
    margin-bottom: 1rem
}

#cms #content ul {
    list-style: circle;
    padding-left: 40px;
    line-height: 160%
}

#cms #content .h2,
#cms #content h2 {
    font-family: Domaine Disp;
    font-weight: 500;
    font-size: 2.5rem;
    font-size: 2rem;
    margin-bottom: 2rem;
    margin-top: 1.5rem
}

@media screen and (min-width:1280px) {

    #cms #content .h2,
    #cms #content h2 {
        font-size: 2vw
    }
}

#cms #content .h3,
#cms #content h3 {
    font-family: Domaine Disp;
    font-weight: 500;
    font-size: 2.5rem;
    font-size: 2rem;
    margin-bottom: 2rem;
    margin-top: 1.5rem
}

@media screen and (min-width:1280px) {

    #cms #content .h3,
    #cms #content h3 {
        font-size: 2vw
    }
}

body {
    font-family: Graphik
}

@media screen and (min-width:1280px) {
    body {
        font-size: .8vw
    }
}

label {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em
}

input[type=email],
input[type=password],
input[type=tel],
input[type=text]:not(.an_pf_text) {
    border-radius: 9999px;
    padding: .5rem 1rem;
    border: 1px solid #000
}

input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:not(.an_pf_text):focus {
    outline: 0
}

input[type=email].simple-style,
input[type=password].simple-style,
input[type=tel].simple-style,
input[type=text]:not(.an_pf_text).simple-style {
    border-radius: 0
}

.btn-primary {
    color: #fff;
    background-color: #81d8d0
}

.btn-primary:hover {
    background-color: #6acdc4;
    color: #fff
}

select {
    border-radius: 9999px;
    padding: .5rem 1rem .5rem .5rem;
    border: 1px solid #000;
    font-weight: 600
}

select:focus {
    outline: 0
}

#additionnal_price {
    display: none !important
}

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

.bootstrap-filestyle.input-group .input-group-btn {
    overflow: hidden;
    width: auto
}

.bootstrap-filestyle.input-group .input-group-btn>.btn {
    display: block;
    line-height: 1;
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
    padding: .75rem 1.25rem .75rem .75rem;
    font-size: .6rem;
    background-color: #36261e
}

.bootstrap-filestyle.input-group .form-control {
    width: auto;
    flex: 1 1 0%
}

.bootstrap-filestyle.input-group .buttonText {
    display: block;
    margin-top: 1px;
    margin-bottom: 2px
}

.footer-container {
    background-image: url(/themes/orfelis/assets/img/diamond.svg);
    background-repeat: no-repeat;
    background-position: 100% 100%
}

.footer-container * {
    color: #fff
}

#password #content,
.page-authentication #content {
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5rem
}

.h1,
.h2,
h1,
h2 {
    font-size: 4rem;
    font-family: Domaine Disp;
    text-transform: none;
    margin-bottom: 4rem;
    font-weight: 500;
    text-align: center
}

@media screen and (min-width:1280px) {

    .h1,
    .h2,
    h1,
    h2 {
        font-size: 3.4vw
    }
}

@media screen and (max-width:768px) {

    .h2,
    h2 {
        font-size: 2rem
    }

    .h1,
    h1 {
        font-size: 2.5rem
    }
}

.slide-description * {
    color: #000;
    line-height: 1.5
}

#order-confirmation .container {
    width: 1280px
}

.btn.btn-styled {
    padding: 1rem 3rem 1rem 2.5rem;
    letter-spacing: .1em;
    font-weight: 600;
    background-image: url(/themes/orfelis/assets/img/btn_bg.svg), url(/themes/orfelis/assets/img/arrow.svg);
    background-position: 0, right 10px center;
    background-repeat: no-repeat;
    background-size: auto 100%, auto auto;
    transition: .4s
}

.btn.btn-styled:hover {
    background-color: #d0ae5f
}

.btn.btn-styled.btn-styled-sm {
    padding: 1rem 5rem 1rem 3rem;
    letter-spacing: .05em;
    font-size: .8rem;
    background-size: 80% 80%, auto auto
}

@media screen and (min-width:1280px) {
    .btn.btn-styled.btn-styled-sm {
        font-size: .6vw;
        padding-left: 2.5vw;
        padding-right: 3vw
    }
}

.btn.btn-styled.btn-styled-gray {
    background-image: url(/themes/orfelis/assets/img/btn_bg_gray.svg), url(/themes/orfelis/assets/img/arrow.svg)
}

.btn.btn-styled.btn-styled-gray:hover {
    background-color: #f6f6f6
}

.btn.btn-styled.btn-styled-primarydarker {
    background-image: url(/themes/orfelis/assets/img/btn_bg_primarydarker.svg), url(/themes/orfelis/assets/img/arrow.svg)
}

.btn.btn-styled.btn-styled-primarydarker:hover {
    background-color: #6acdc4
}

.btn.btn-styled.btn-styled-white {
    background-image: url(/themes/orfelis/assets/img/btn_bg_white.svg), url(/themes/orfelis/assets/img/arrow.svg)
}

.btn.btn-styled.btn-styled-white.btn-styled-white-red {
    background-image: url(/themes/orfelis/assets/img/btn_bg_white.svg), url(/themes/orfelis/assets/img/arrow_red.svg)
}

.btn.btn-styled.btn-styled-white.btn-styled-white-yellow {
    background-image: url(/themes/orfelis/assets/img/btn_bg_white.svg), url(/themes/orfelis/assets/img/arrow_yellow.svg)
}

.btn.btn-styled.btn-styled-white.btn-styled-white-blue {
    background-image: url(/themes/orfelis/assets/img/btn_bg_white.svg), url(/themes/orfelis/assets/img/arrow_blue.svg)
}

.btn.btn-styled.btn-styled-white:hover {
    background-color: #fff
}

@media screen and (min-width:1024px) and (max-width:1279px) {
    .btn.btn-styled {
        padding: 1rem 2.5rem 1rem 1.5rem
    }
}

@media screen and (max-width:768px) {
    .btn.btn-styled {
        padding-left: 1.5rem;
        padding-right: 2.5rem;
        font-size: .8rem
    }

    .btn.btn-styled.mobile-no-arrow {
        background-position: 0, right -999px center !important
    }

    .btn.btn-styled.btn-styled-sm {
        padding: 1rem 3rem 1rem 1.5rem
    }
}

.vertical-text {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    transform: rotate(-180deg);
    display: flex;
    justify-content: center;
    align-items: center;
    top: 100px
}

.align-super {
    vertical-align: super
}

.offset-br {
    bottom: 3rem;
    left: 3rem
}

@media (min-width:1024px) and (max-width:1279px) {
    .lg-full-container {
        max-width: 100%;
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:1280px) {
    body {
        overflow-x: hidden
    }

    .container {
        padding-left: 8px;
        padding-right: 8px;
        max-width: 90vw
    }

    .responsive-stretch {
        /* width: 95vw */
        width: calc(100% - 5vw);
    }
}

@media (min-width:576px) {
    .carousel-control .icon-next {
        margin-right: 10px
    }
}

#search_widget #search {
    position: absolute;
    padding: .5rem 1rem;
    right: 34px;
    top: -6px;
    box-shadow: 0 0 31px 0 #6acdc4;
    border-radius: 4px;
    width: 400px
}

@media screen and (max-width:1024px) {
    #search_widget #search {
        position: fixed;
        margin-left: auto;
        margin-right: auto;
        background-color: #fff;
        top: 68px;
        left: 0;
        right: 0;
        z-index: 5;
        width: 100%;
        box-shadow: none;
        border-radius: 0;
        border: none;
        background-color: #dfdfdf;
        padding: 0.8rem 1rem;
    }

    #search_widget #search::placeholder{
        opacity: 1;
    }
}

.big-text p {
    font-size: 2.5rem;
    line-height: 1.25;
    font-family: Domaine Disp;
    color: #000;
    margin-bottom: 1.5rem
}

@media screen and (min-width:1024px) and (max-width:1279px) {
    .big-text p {
        font-size: 1.5rem
    }
}

@media screen and (min-width:1280px) {
    .big-text p {
        font-size: 1.4vw
    }
}

.big-text.big-text-3xl p {
    font-size: 1.5rem
}

@media screen and (min-width:1280px) {
    .big-text.big-text-3xl p {
        font-size: 1.4vw
    }
}

@media screen and (max-width:768px) {

    .big-text p,
    .big-text.big-text-3xl p {
        font-size: 1.5rem
    }
}

#carousel {
    background-image: url(/themes/orfelis/assets/img/slider_bg.png);
    background-position: 100%;
    background-size: auto 100%
}

.owl-carousel,
.owl-carousel-products {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

@media screen and (min-width:769px) {

    .owl-carousel,
    .owl-carousel-products {
        max-width: 80%
    }
}

.owl-carousel .owl-nav,
.owl-carousel-products .owl-nav {
    position: absolute;
    width: 120%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel-products .owl-nav .owl-next {
    float: right
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel-products .owl-nav .owl-prev {
    float: left
}

@media screen and (max-width:768px) {

    .owl-carousel .owl-nav,
    .owl-carousel-products .owl-nav {
        display: none
    }
}

.owl-carousel-products {
    overflow: hidden
}

.owl-carousel-products .owl-item {
    float: left
}

.owl-carousel-products .owl-nav .disabled {
    display: none
}

.nav-item .nav-link.active {
    font-weight: 600
}

.input-group.bootstrap-touchspin {
    display: flex;
    align-items: center
}

.input-group.bootstrap-touchspin #quantity_wanted {
    border-style: none;
    text-align: center;
    color: #81d8d0;
    padding: 0;
    font-weight: 500;
    width: 2rem
}

.input-group.bootstrap-touchspin .input-group-btn {
    width: auto;
    height: 100%
}

.input-group.bootstrap-touchspin .input-group-btn>.btn {
    color: #81d8d0;
    padding-left: 0;
    padding-right: 0
}

.input-group.bootstrap-touchspin .bootstrap-touchspin-down {
    width: 1.25rem;
    background-image: url(/themes/orfelis/assets/img/moins.svg);
    background-position: 50%;
    background-repeat: no-repeat
}

.input-group.bootstrap-touchspin .bootstrap-touchspin-up {
    width: 1.25rem;
    background-image: url(/themes/orfelis/assets/img/plus.svg);
    background-position: 50%;
    background-repeat: no-repeat
}

.blockPrice {
    position: relative;
    display: inline-block !important;
    width: auto !important
}

.blockPrice .tax-shipping-delivery-label {
    position: absolute;
    top: 16px;
    right: -38px
}

.footer-information p {
    max-width: 20rem;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.125rem;
    line-height: 1.625
}

@media screen and (min-width:1280px) {
    .footer-information p {
        font-size: .94vw
    }
}

.js-sub-menu ul {
    display: flex;
    flex-direction: column
}

.top-menu a[data-depth="0"] {
    text-transform: uppercase
}

.radio-inline.an_radio {
    margin-bottom: .75rem
}

@media screen and (min-width:1025px) {
    #_desktop_top_menu .top-menu[data-depth="0"] li:hover .sub-menu {
        width: auto;
        display: block !important;
        min-width: 0;
        left: auto;
        right: auto
    }

    #_desktop_top_menu .top-menu[data-depth="0"] li:hover .sub-menu li:first-child {
        margin-top: 10px
    }
}

@media screen and (max-width:991px) {


    #_desktop_top_menu .top-menu[data-depth="0"] li .sub-menu ul {
        margin-bottom: 0
    }

    #_desktop_top_menu .top-menu[data-depth="0"] li .sub-menu ul li {
        margin-left: 0
    }

    #_desktop_top_menu .top-menu[data-depth="0"] li .sub-menu ul li a {
        color: #fff;
        padding-bottom: .25rem
    }
}

.select2-selection__arrow {
    display: none
}

.select2-container--default {
    width: auto !important;
    min-width: 200px
}

.select2-selection__rendered {
    text-transform: uppercase;
    font-weight: 600
}

.select2-container .select2-selection--single {
    height: auto;
    padding: .25rem .75rem;
    border-color: #000;
    border-radius: 19px;
    height: 38px
}

.select2-container .select2-selection--single:focus {
    outline: 0
}

.quality td {
    padding: 5px 10px;
    text-align: center
}

.quality td:first-child {
    border: 1px #000;
    border-style: solid solid dotted
}

.quality td:nth-child(2) {
    border: 1px dotted #000;
    border-left: 0
}

.quality .quality tr:last-child td:first-child {
    border-bottom: 1px solid #000
}

#js-checkout-summary {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .25);
    padding: .9375rem
}

.input-group.bootstrap-touchspin .bootstrap-touchspin-down,
.input-group.bootstrap-touchspin .bootstrap-touchspin-up {
    background-image: none
}

@media (min-width:640px) {
    .sm\:appearance-none {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

    .sm\:bg-fixed {
        background-attachment: fixed
    }

    .sm\:bg-local {
        background-attachment: local
    }

    .sm\:bg-scroll {
        background-attachment: scroll
    }

    .sm\:bg-transparent {
        background-color: transparent
    }

    .sm\:bg-primary {
        background-color: #81d8d0
    }

    .sm\:bg-primarydarker {
        background-color: #6acdc4
    }

    .sm\:bg-black,
    .sm\:bg-turquoise {
        background-color: #000
    }

    .sm\:bg-gold {
        background-color: #d0ae5f
    }

    .sm\:bg-white {
        background-color: #fff
    }

    .sm\:bg-whiteHalfTransparent {
        background-color: hsla(0, 0%, 100%, .5)
    }

    .sm\:bg-brown {
        background-color: #36261e
    }

    .sm\:bg-browndark {
        background-color: #130c0e
    }

    .sm\:bg-gray-100 {
        background-color: #f2f2f2
    }

    .sm\:bg-gray-150 {
        background-color: #f3f3f3
    }

    .sm\:bg-gray-200 {
        background-color: #f6f6f6
    }

    .sm\:bg-gray-300 {
        background-color: #e8e8e8
    }

    .sm\:bg-gray-400 {
        background-color: #cbd5e0
    }

    .sm\:bg-gray-450 {
        background-color: #c3c3c3
    }

    .sm\:bg-gray-500 {
        background-color: #b1afaf
    }

    .sm\:bg-gray-600 {
        background-color: #777
    }

    .sm\:bg-gray-700 {
        background-color: #4a5568
    }

    .sm\:bg-gray-800 {
        background-color: #2d3748
    }

    .sm\:bg-gray-900 {
        background-color: #1a202c
    }

    .sm\:bg-red-100 {
        background-color: #fff5f5
    }

    .sm\:bg-red-200 {
        background-color: #fff6f7
    }

    .sm\:bg-red-300 {
        background-color: #feb2b2
    }

    .sm\:bg-red-400 {
        background-color: #bc6366
    }

    .sm\:bg-red-500 {
        background-color: #f56565
    }

    .sm\:bg-red-600 {
        background-color: #e53e3e
    }

    .sm\:bg-red-700 {
        background-color: #c53030
    }

    .sm\:bg-red-800 {
        background-color: #9b2c2c
    }

    .sm\:bg-red-900 {
        background-color: #742a2a
    }

    .sm\:bg-orange-100 {
        background-color: #fffaf0
    }

    .sm\:bg-orange-200 {
        background-color: #feebc8
    }

    .sm\:bg-orange-300 {
        background-color: #fbd38d
    }

    .sm\:bg-orange-400 {
        background-color: #f6ad55
    }

    .sm\:bg-orange-500 {
        background-color: #ed8936
    }

    .sm\:bg-orange-600 {
        background-color: #dd6b20
    }

    .sm\:bg-orange-700 {
        background-color: #c05621
    }

    .sm\:bg-orange-800 {
        background-color: #9c4221
    }

    .sm\:bg-orange-900 {
        background-color: #7b341e
    }

    .sm\:bg-yellow-100 {
        background-color: ivory
    }

    .sm\:bg-yellow-200 {
        background-color: #fffaee
    }

    .sm\:bg-yellow-300 {
        background-color: #faf089
    }

    .sm\:bg-yellow-400 {
        background-color: #d0ae5f
    }

    .sm\:bg-yellow-500 {
        background-color: #ecc94b
    }

    .sm\:bg-yellow-600 {
        background-color: #d69e2e
    }

    .sm\:bg-yellow-700 {
        background-color: #b7791f
    }

    .sm\:bg-yellow-800 {
        background-color: #975a16
    }

    .sm\:bg-yellow-900 {
        background-color: #744210
    }

    .sm\:bg-green-100 {
        background-color: #f0fff4
    }

    .sm\:bg-green-200 {
        background-color: #c6f6d5
    }

    .sm\:bg-green-300 {
        background-color: #9ae6b4
    }

    .sm\:bg-green-400 {
        background-color: #68d391
    }

    .sm\:bg-green-500 {
        background-color: #48bb78
    }

    .sm\:bg-green-600 {
        background-color: #38a169
    }

    .sm\:bg-green-700 {
        background-color: #2f855a
    }

    .sm\:bg-green-800 {
        background-color: #276749
    }

    .sm\:bg-green-900 {
        background-color: #22543d
    }

    .sm\:bg-teal-100 {
        background-color: #e6fffa
    }

    .sm\:bg-teal-200 {
        background-color: #b2f5ea
    }

    .sm\:bg-teal-300 {
        background-color: #81e6d9
    }

    .sm\:bg-teal-400 {
        background-color: #4fd1c5
    }

    .sm\:bg-teal-500 {
        background-color: #38b2ac
    }

    .sm\:bg-teal-600 {
        background-color: #319795
    }

    .sm\:bg-teal-700 {
        background-color: #2c7a7b
    }

    .sm\:bg-teal-800 {
        background-color: #285e61
    }

    .sm\:bg-teal-900 {
        background-color: #234e52
    }

    .sm\:bg-blue-100 {
        background-color: #ebf8ff
    }

    .sm\:bg-blue-200 {
        background-color: #effafd
    }

    .sm\:bg-blue-300 {
        background-color: #90cdf4
    }

    .sm\:bg-blue-400 {
        background-color: #396973
    }

    .sm\:bg-blue-500 {
        background-color: #4299e1
    }

    .sm\:bg-blue-600 {
        background-color: #3182ce
    }

    .sm\:bg-blue-700 {
        background-color: #2b6cb0
    }

    .sm\:bg-blue-800 {
        background-color: #2c5282
    }

    .sm\:bg-blue-900 {
        background-color: #2a4365
    }

    .sm\:bg-indigo-100 {
        background-color: #ebf4ff
    }

    .sm\:bg-indigo-200 {
        background-color: #c3dafe
    }

    .sm\:bg-indigo-300 {
        background-color: #a3bffa
    }

    .sm\:bg-indigo-400 {
        background-color: #7f9cf5
    }

    .sm\:bg-indigo-500 {
        background-color: #667eea
    }

    .sm\:bg-indigo-600 {
        background-color: #5a67d8
    }

    .sm\:bg-indigo-700 {
        background-color: #4c51bf
    }

    .sm\:bg-indigo-800 {
        background-color: #434190
    }

    .sm\:bg-indigo-900 {
        background-color: #3c366b
    }

    .sm\:bg-purple-100 {
        background-color: #faf5ff
    }

    .sm\:bg-purple-200 {
        background-color: #e9d8fd
    }

    .sm\:bg-purple-300 {
        background-color: #d6bcfa
    }

    .sm\:bg-purple-400 {
        background-color: #b794f4
    }

    .sm\:bg-purple-500 {
        background-color: #9f7aea
    }

    .sm\:bg-purple-600 {
        background-color: #805ad5
    }

    .sm\:bg-purple-700 {
        background-color: #6b46c1
    }

    .sm\:bg-purple-800 {
        background-color: #553c9a
    }

    .sm\:bg-purple-900 {
        background-color: #44337a
    }

    .sm\:bg-pink-100 {
        background-color: #fff5f7
    }

    .sm\:bg-pink-200 {
        background-color: #fed7e2
    }

    .sm\:bg-pink-300 {
        background-color: #fbb6ce
    }

    .sm\:bg-pink-400 {
        background-color: #f687b3
    }

    .sm\:bg-pink-500 {
        background-color: #ed64a6
    }

    .sm\:bg-pink-600 {
        background-color: #d53f8c
    }

    .sm\:bg-pink-700 {
        background-color: #b83280
    }

    .sm\:bg-pink-800 {
        background-color: #97266d
    }

    .sm\:bg-pink-900 {
        background-color: #702459
    }

    .sm\:hover\:bg-transparent:hover {
        background-color: transparent
    }

    .sm\:hover\:bg-primary:hover {
        background-color: #81d8d0
    }

    .sm\:hover\:bg-primarydarker:hover {
        background-color: #6acdc4
    }

    .sm\:hover\:bg-black:hover,
    .sm\:hover\:bg-turquoise:hover {
        background-color: #000
    }

    .sm\:hover\:bg-gold:hover {
        background-color: #d0ae5f
    }

    .sm\:hover\:bg-white:hover {
        background-color: #fff
    }

    .sm\:hover\:bg-whiteHalfTransparent:hover {
        background-color: hsla(0, 0%, 100%, .5)
    }

    .sm\:hover\:bg-brown:hover {
        background-color: #36261e
    }

    .sm\:hover\:bg-browndark:hover {
        background-color: #130c0e
    }

    .sm\:hover\:bg-gray-100:hover {
        background-color: #f2f2f2
    }

    .sm\:hover\:bg-gray-150:hover {
        background-color: #f3f3f3
    }

    .sm\:hover\:bg-gray-200:hover {
        background-color: #f6f6f6
    }

    .sm\:hover\:bg-gray-300:hover {
        background-color: #e8e8e8
    }

    .sm\:hover\:bg-gray-400:hover {
        background-color: #cbd5e0
    }

    .sm\:hover\:bg-gray-450:hover {
        background-color: #c3c3c3
    }

    .sm\:hover\:bg-gray-500:hover {
        background-color: #b1afaf
    }

    .sm\:hover\:bg-gray-600:hover {
        background-color: #777
    }

    .sm\:hover\:bg-gray-700:hover {
        background-color: #4a5568
    }

    .sm\:hover\:bg-gray-800:hover {
        background-color: #2d3748
    }

    .sm\:hover\:bg-gray-900:hover {
        background-color: #1a202c
    }

    .sm\:hover\:bg-red-100:hover {
        background-color: #fff5f5
    }

    .sm\:hover\:bg-red-200:hover {
        background-color: #fff6f7
    }

    .sm\:hover\:bg-red-300:hover {
        background-color: #feb2b2
    }

    .sm\:hover\:bg-red-400:hover {
        background-color: #bc6366
    }

    .sm\:hover\:bg-red-500:hover {
        background-color: #f56565
    }

    .sm\:hover\:bg-red-600:hover {
        background-color: #e53e3e
    }

    .sm\:hover\:bg-red-700:hover {
        background-color: #c53030
    }

    .sm\:hover\:bg-red-800:hover {
        background-color: #9b2c2c
    }

    .sm\:hover\:bg-red-900:hover {
        background-color: #742a2a
    }

    .sm\:hover\:bg-orange-100:hover {
        background-color: #fffaf0
    }

    .sm\:hover\:bg-orange-200:hover {
        background-color: #feebc8
    }

    .sm\:hover\:bg-orange-300:hover {
        background-color: #fbd38d
    }

    .sm\:hover\:bg-orange-400:hover {
        background-color: #f6ad55
    }

    .sm\:hover\:bg-orange-500:hover {
        background-color: #ed8936
    }

    .sm\:hover\:bg-orange-600:hover {
        background-color: #dd6b20
    }

    .sm\:hover\:bg-orange-700:hover {
        background-color: #c05621
    }

    .sm\:hover\:bg-orange-800:hover {
        background-color: #9c4221
    }

    .sm\:hover\:bg-orange-900:hover {
        background-color: #7b341e
    }

    .sm\:hover\:bg-yellow-100:hover {
        background-color: ivory
    }

    .sm\:hover\:bg-yellow-200:hover {
        background-color: #fffaee
    }

    .sm\:hover\:bg-yellow-300:hover {
        background-color: #faf089
    }

    .sm\:hover\:bg-yellow-400:hover {
        background-color: #d0ae5f
    }

    .sm\:hover\:bg-yellow-500:hover {
        background-color: #ecc94b
    }

    .sm\:hover\:bg-yellow-600:hover {
        background-color: #d69e2e
    }

    .sm\:hover\:bg-yellow-700:hover {
        background-color: #b7791f
    }

    .sm\:hover\:bg-yellow-800:hover {
        background-color: #975a16
    }

    .sm\:hover\:bg-yellow-900:hover {
        background-color: #744210
    }

    .sm\:hover\:bg-green-100:hover {
        background-color: #f0fff4
    }

    .sm\:hover\:bg-green-200:hover {
        background-color: #c6f6d5
    }

    .sm\:hover\:bg-green-300:hover {
        background-color: #9ae6b4
    }

    .sm\:hover\:bg-green-400:hover {
        background-color: #68d391
    }

    .sm\:hover\:bg-green-500:hover {
        background-color: #48bb78
    }

    .sm\:hover\:bg-green-600:hover {
        background-color: #38a169
    }

    .sm\:hover\:bg-green-700:hover {
        background-color: #2f855a
    }

    .sm\:hover\:bg-green-800:hover {
        background-color: #276749
    }

    .sm\:hover\:bg-green-900:hover {
        background-color: #22543d
    }

    .sm\:hover\:bg-teal-100:hover {
        background-color: #e6fffa
    }

    .sm\:hover\:bg-teal-200:hover {
        background-color: #b2f5ea
    }

    .sm\:hover\:bg-teal-300:hover {
        background-color: #81e6d9
    }

    .sm\:hover\:bg-teal-400:hover {
        background-color: #4fd1c5
    }

    .sm\:hover\:bg-teal-500:hover {
        background-color: #38b2ac
    }

    .sm\:hover\:bg-teal-600:hover {
        background-color: #319795
    }

    .sm\:hover\:bg-teal-700:hover {
        background-color: #2c7a7b
    }

    .sm\:hover\:bg-teal-800:hover {
        background-color: #285e61
    }

    .sm\:hover\:bg-teal-900:hover {
        background-color: #234e52
    }

    .sm\:hover\:bg-blue-100:hover {
        background-color: #ebf8ff
    }

    .sm\:hover\:bg-blue-200:hover {
        background-color: #effafd
    }

    .sm\:hover\:bg-blue-300:hover {
        background-color: #90cdf4
    }

    .sm\:hover\:bg-blue-400:hover {
        background-color: #396973
    }

    .sm\:hover\:bg-blue-500:hover {
        background-color: #4299e1
    }

    .sm\:hover\:bg-blue-600:hover {
        background-color: #3182ce
    }

    .sm\:hover\:bg-blue-700:hover {
        background-color: #2b6cb0
    }

    .sm\:hover\:bg-blue-800:hover {
        background-color: #2c5282
    }

    .sm\:hover\:bg-blue-900:hover {
        background-color: #2a4365
    }

    .sm\:hover\:bg-indigo-100:hover {
        background-color: #ebf4ff
    }

    .sm\:hover\:bg-indigo-200:hover {
        background-color: #c3dafe
    }

    .sm\:hover\:bg-indigo-300:hover {
        background-color: #a3bffa
    }

    .sm\:hover\:bg-indigo-400:hover {
        background-color: #7f9cf5
    }

    .sm\:hover\:bg-indigo-500:hover {
        background-color: #667eea
    }

    .sm\:hover\:bg-indigo-600:hover {
        background-color: #5a67d8
    }

    .sm\:hover\:bg-indigo-700:hover {
        background-color: #4c51bf
    }

    .sm\:hover\:bg-indigo-800:hover {
        background-color: #434190
    }

    .sm\:hover\:bg-indigo-900:hover {
        background-color: #3c366b
    }

    .sm\:hover\:bg-purple-100:hover {
        background-color: #faf5ff
    }

    .sm\:hover\:bg-purple-200:hover {
        background-color: #e9d8fd
    }

    .sm\:hover\:bg-purple-300:hover {
        background-color: #d6bcfa
    }

    .sm\:hover\:bg-purple-400:hover {
        background-color: #b794f4
    }

    .sm\:hover\:bg-purple-500:hover {
        background-color: #9f7aea
    }

    .sm\:hover\:bg-purple-600:hover {
        background-color: #805ad5
    }

    .sm\:hover\:bg-purple-700:hover {
        background-color: #6b46c1
    }

    .sm\:hover\:bg-purple-800:hover {
        background-color: #553c9a
    }

    .sm\:hover\:bg-purple-900:hover {
        background-color: #44337a
    }

    .sm\:hover\:bg-pink-100:hover {
        background-color: #fff5f7
    }

    .sm\:hover\:bg-pink-200:hover {
        background-color: #fed7e2
    }

    .sm\:hover\:bg-pink-300:hover {
        background-color: #fbb6ce
    }

    .sm\:hover\:bg-pink-400:hover {
        background-color: #f687b3
    }

    .sm\:hover\:bg-pink-500:hover {
        background-color: #ed64a6
    }

    .sm\:hover\:bg-pink-600:hover {
        background-color: #d53f8c
    }

    .sm\:hover\:bg-pink-700:hover {
        background-color: #b83280
    }

    .sm\:hover\:bg-pink-800:hover {
        background-color: #97266d
    }

    .sm\:hover\:bg-pink-900:hover {
        background-color: #702459
    }

    .sm\:focus\:bg-transparent:focus {
        background-color: transparent
    }

    .sm\:focus\:bg-primary:focus {
        background-color: #81d8d0
    }

    .sm\:focus\:bg-primarydarker:focus {
        background-color: #6acdc4
    }

    .sm\:focus\:bg-black:focus,
    .sm\:focus\:bg-turquoise:focus {
        background-color: #000
    }

    .sm\:focus\:bg-gold:focus {
        background-color: #d0ae5f
    }

    .sm\:focus\:bg-white:focus {
        background-color: #fff
    }

    .sm\:focus\:bg-whiteHalfTransparent:focus {
        background-color: hsla(0, 0%, 100%, .5)
    }

    .sm\:focus\:bg-brown:focus {
        background-color: #36261e
    }

    .sm\:focus\:bg-browndark:focus {
        background-color: #130c0e
    }

    .sm\:focus\:bg-gray-100:focus {
        background-color: #f2f2f2
    }

    .sm\:focus\:bg-gray-150:focus {
        background-color: #f3f3f3
    }

    .sm\:focus\:bg-gray-200:focus {
        background-color: #f6f6f6
    }

    .sm\:focus\:bg-gray-300:focus {
        background-color: #e8e8e8
    }

    .sm\:focus\:bg-gray-400:focus {
        background-color: #cbd5e0
    }

    .sm\:focus\:bg-gray-450:focus {
        background-color: #c3c3c3
    }

    .sm\:focus\:bg-gray-500:focus {
        background-color: #b1afaf
    }

    .sm\:focus\:bg-gray-600:focus {
        background-color: #777
    }

    .sm\:focus\:bg-gray-700:focus {
        background-color: #4a5568
    }

    .sm\:focus\:bg-gray-800:focus {
        background-color: #2d3748
    }

    .sm\:focus\:bg-gray-900:focus {
        background-color: #1a202c
    }

    .sm\:focus\:bg-red-100:focus {
        background-color: #fff5f5
    }

    .sm\:focus\:bg-red-200:focus {
        background-color: #fff6f7
    }

    .sm\:focus\:bg-red-300:focus {
        background-color: #feb2b2
    }

    .sm\:focus\:bg-red-400:focus {
        background-color: #bc6366
    }

    .sm\:focus\:bg-red-500:focus {
        background-color: #f56565
    }

    .sm\:focus\:bg-red-600:focus {
        background-color: #e53e3e
    }

    .sm\:focus\:bg-red-700:focus {
        background-color: #c53030
    }

    .sm\:focus\:bg-red-800:focus {
        background-color: #9b2c2c
    }

    .sm\:focus\:bg-red-900:focus {
        background-color: #742a2a
    }

    .sm\:focus\:bg-orange-100:focus {
        background-color: #fffaf0
    }

    .sm\:focus\:bg-orange-200:focus {
        background-color: #feebc8
    }

    .sm\:focus\:bg-orange-300:focus {
        background-color: #fbd38d
    }

    .sm\:focus\:bg-orange-400:focus {
        background-color: #f6ad55
    }

    .sm\:focus\:bg-orange-500:focus {
        background-color: #ed8936
    }

    .sm\:focus\:bg-orange-600:focus {
        background-color: #dd6b20
    }

    .sm\:focus\:bg-orange-700:focus {
        background-color: #c05621
    }

    .sm\:focus\:bg-orange-800:focus {
        background-color: #9c4221
    }

    .sm\:focus\:bg-orange-900:focus {
        background-color: #7b341e
    }

    .sm\:focus\:bg-yellow-100:focus {
        background-color: ivory
    }

    .sm\:focus\:bg-yellow-200:focus {
        background-color: #fffaee
    }

    .sm\:focus\:bg-yellow-300:focus {
        background-color: #faf089
    }

    .sm\:focus\:bg-yellow-400:focus {
        background-color: #d0ae5f
    }

    .sm\:focus\:bg-yellow-500:focus {
        background-color: #ecc94b
    }

    .sm\:focus\:bg-yellow-600:focus {
        background-color: #d69e2e
    }

    .sm\:focus\:bg-yellow-700:focus {
        background-color: #b7791f
    }

    .sm\:focus\:bg-yellow-800:focus {
        background-color: #975a16
    }

    .sm\:focus\:bg-yellow-900:focus {
        background-color: #744210
    }

    .sm\:focus\:bg-green-100:focus {
        background-color: #f0fff4
    }

    .sm\:focus\:bg-green-200:focus {
        background-color: #c6f6d5
    }

    .sm\:focus\:bg-green-300:focus {
        background-color: #9ae6b4
    }

    .sm\:focus\:bg-green-400:focus {
        background-color: #68d391
    }

    .sm\:focus\:bg-green-500:focus {
        background-color: #48bb78
    }

    .sm\:focus\:bg-green-600:focus {
        background-color: #38a169
    }

    .sm\:focus\:bg-green-700:focus {
        background-color: #2f855a
    }

    .sm\:focus\:bg-green-800:focus {
        background-color: #276749
    }

    .sm\:focus\:bg-green-900:focus {
        background-color: #22543d
    }

    .sm\:focus\:bg-teal-100:focus {
        background-color: #e6fffa
    }

    .sm\:focus\:bg-teal-200:focus {
        background-color: #b2f5ea
    }

    .sm\:focus\:bg-teal-300:focus {
        background-color: #81e6d9
    }

    .sm\:focus\:bg-teal-400:focus {
        background-color: #4fd1c5
    }

    .sm\:focus\:bg-teal-500:focus {
        background-color: #38b2ac
    }

    .sm\:focus\:bg-teal-600:focus {
        background-color: #319795
    }

    .sm\:focus\:bg-teal-700:focus {
        background-color: #2c7a7b
    }

    .sm\:focus\:bg-teal-800:focus {
        background-color: #285e61
    }

    .sm\:focus\:bg-teal-900:focus {
        background-color: #234e52
    }

    .sm\:focus\:bg-blue-100:focus {
        background-color: #ebf8ff
    }

    .sm\:focus\:bg-blue-200:focus {
        background-color: #effafd
    }

    .sm\:focus\:bg-blue-300:focus {
        background-color: #90cdf4
    }

    .sm\:focus\:bg-blue-400:focus {
        background-color: #396973
    }

    .sm\:focus\:bg-blue-500:focus {
        background-color: #4299e1
    }

    .sm\:focus\:bg-blue-600:focus {
        background-color: #3182ce
    }

    .sm\:focus\:bg-blue-700:focus {
        background-color: #2b6cb0
    }

    .sm\:focus\:bg-blue-800:focus {
        background-color: #2c5282
    }

    .sm\:focus\:bg-blue-900:focus {
        background-color: #2a4365
    }

    .sm\:focus\:bg-indigo-100:focus {
        background-color: #ebf4ff
    }

    .sm\:focus\:bg-indigo-200:focus {
        background-color: #c3dafe
    }

    .sm\:focus\:bg-indigo-300:focus {
        background-color: #a3bffa
    }

    .sm\:focus\:bg-indigo-400:focus {
        background-color: #7f9cf5
    }

    .sm\:focus\:bg-indigo-500:focus {
        background-color: #667eea
    }

    .sm\:focus\:bg-indigo-600:focus {
        background-color: #5a67d8
    }

    .sm\:focus\:bg-indigo-700:focus {
        background-color: #4c51bf
    }

    .sm\:focus\:bg-indigo-800:focus {
        background-color: #434190
    }

    .sm\:focus\:bg-indigo-900:focus {
        background-color: #3c366b
    }

    .sm\:focus\:bg-purple-100:focus {
        background-color: #faf5ff
    }

    .sm\:focus\:bg-purple-200:focus {
        background-color: #e9d8fd
    }

    .sm\:focus\:bg-purple-300:focus {
        background-color: #d6bcfa
    }

    .sm\:focus\:bg-purple-400:focus {
        background-color: #b794f4
    }

    .sm\:focus\:bg-purple-500:focus {
        background-color: #9f7aea
    }

    .sm\:focus\:bg-purple-600:focus {
        background-color: #805ad5
    }

    .sm\:focus\:bg-purple-700:focus {
        background-color: #6b46c1
    }

    .sm\:focus\:bg-purple-800:focus {
        background-color: #553c9a
    }

    .sm\:focus\:bg-purple-900:focus {
        background-color: #44337a
    }

    .sm\:focus\:bg-pink-100:focus {
        background-color: #fff5f7
    }

    .sm\:focus\:bg-pink-200:focus {
        background-color: #fed7e2
    }

    .sm\:focus\:bg-pink-300:focus {
        background-color: #fbb6ce
    }

    .sm\:focus\:bg-pink-400:focus {
        background-color: #f687b3
    }

    .sm\:focus\:bg-pink-500:focus {
        background-color: #ed64a6
    }

    .sm\:focus\:bg-pink-600:focus {
        background-color: #d53f8c
    }

    .sm\:focus\:bg-pink-700:focus {
        background-color: #b83280
    }

    .sm\:focus\:bg-pink-800:focus {
        background-color: #97266d
    }

    .sm\:focus\:bg-pink-900:focus {
        background-color: #702459
    }

    .sm\:bg-bottom {
        background-position: bottom
    }

    .sm\:bg-center {
        background-position: 50%
    }

    .sm\:bg-left {
        background-position: 0
    }

    .sm\:bg-left-bottom {
        background-position: 0 100%
    }

    .sm\:bg-left-top {
        background-position: 0 0
    }

    .sm\:bg-right {
        background-position: 100%
    }

    .sm\:bg-right-bottom {
        background-position: 100% 100%
    }

    .sm\:bg-right-top {
        background-position: 100% 0
    }

    .sm\:bg-top {
        background-position: top
    }

    .sm\:bg-repeat {
        background-repeat: repeat
    }

    .sm\:bg-no-repeat {
        background-repeat: no-repeat
    }

    .sm\:bg-repeat-x {
        background-repeat: repeat-x
    }

    .sm\:bg-repeat-y {
        background-repeat: repeat-y
    }

    .sm\:bg-repeat-round {
        background-repeat: round
    }

    .sm\:bg-repeat-space {
        background-repeat: space
    }

    .sm\:bg-auto {
        background-size: auto
    }

    .sm\:bg-cover {
        background-size: cover
    }

    .sm\:bg-contain {
        background-size: contain
    }

    .sm\:border-transparent {
        border-color: transparent
    }

    .sm\:border-primary {
        border-color: #81d8d0
    }

    .sm\:border-primarydarker {
        border-color: #6acdc4
    }

    .sm\:border-black,
    .sm\:border-turquoise {
        border-color: #000
    }

    .sm\:border-gold {
        border-color: #d0ae5f
    }

    .sm\:border-white {
        border-color: #fff
    }

    .sm\:border-whiteHalfTransparent {
        border-color: hsla(0, 0%, 100%, .5)
    }

    .sm\:border-brown {
        border-color: #36261e
    }

    .sm\:border-browndark {
        border-color: #130c0e
    }

    .sm\:border-gray-100 {
        border-color: #f2f2f2
    }

    .sm\:border-gray-150 {
        border-color: #f3f3f3
    }

    .sm\:border-gray-200 {
        border-color: #f6f6f6
    }

    .sm\:border-gray-300 {
        border-color: #e8e8e8
    }

    .sm\:border-gray-400 {
        border-color: #cbd5e0
    }

    .sm\:border-gray-450 {
        border-color: #c3c3c3
    }

    .sm\:border-gray-500 {
        border-color: #b1afaf
    }

    .sm\:border-gray-600 {
        border-color: #777
    }

    .sm\:border-gray-700 {
        border-color: #4a5568
    }

    .sm\:border-gray-800 {
        border-color: #2d3748
    }

    .sm\:border-gray-900 {
        border-color: #1a202c
    }

    .sm\:border-red-100 {
        border-color: #fff5f5
    }

    .sm\:border-red-200 {
        border-color: #fff6f7
    }

    .sm\:border-red-300 {
        border-color: #feb2b2
    }

    .sm\:border-red-400 {
        border-color: #bc6366
    }

    .sm\:border-red-500 {
        border-color: #f56565
    }

    .sm\:border-red-600 {
        border-color: #e53e3e
    }

    .sm\:border-red-700 {
        border-color: #c53030
    }

    .sm\:border-red-800 {
        border-color: #9b2c2c
    }

    .sm\:border-red-900 {
        border-color: #742a2a
    }

    .sm\:border-orange-100 {
        border-color: #fffaf0
    }

    .sm\:border-orange-200 {
        border-color: #feebc8
    }

    .sm\:border-orange-300 {
        border-color: #fbd38d
    }

    .sm\:border-orange-400 {
        border-color: #f6ad55
    }

    .sm\:border-orange-500 {
        border-color: #ed8936
    }

    .sm\:border-orange-600 {
        border-color: #dd6b20
    }

    .sm\:border-orange-700 {
        border-color: #c05621
    }

    .sm\:border-orange-800 {
        border-color: #9c4221
    }

    .sm\:border-orange-900 {
        border-color: #7b341e
    }

    .sm\:border-yellow-100 {
        border-color: ivory
    }

    .sm\:border-yellow-200 {
        border-color: #fffaee
    }

    .sm\:border-yellow-300 {
        border-color: #faf089
    }

    .sm\:border-yellow-400 {
        border-color: #d0ae5f
    }

    .sm\:border-yellow-500 {
        border-color: #ecc94b
    }

    .sm\:border-yellow-600 {
        border-color: #d69e2e
    }

    .sm\:border-yellow-700 {
        border-color: #b7791f
    }

    .sm\:border-yellow-800 {
        border-color: #975a16
    }

    .sm\:border-yellow-900 {
        border-color: #744210
    }

    .sm\:border-green-100 {
        border-color: #f0fff4
    }

    .sm\:border-green-200 {
        border-color: #c6f6d5
    }

    .sm\:border-green-300 {
        border-color: #9ae6b4
    }

    .sm\:border-green-400 {
        border-color: #68d391
    }

    .sm\:border-green-500 {
        border-color: #48bb78
    }

    .sm\:border-green-600 {
        border-color: #38a169
    }

    .sm\:border-green-700 {
        border-color: #2f855a
    }

    .sm\:border-green-800 {
        border-color: #276749
    }

    .sm\:border-green-900 {
        border-color: #22543d
    }

    .sm\:border-teal-100 {
        border-color: #e6fffa
    }

    .sm\:border-teal-200 {
        border-color: #b2f5ea
    }

    .sm\:border-teal-300 {
        border-color: #81e6d9
    }

    .sm\:border-teal-400 {
        border-color: #4fd1c5
    }

    .sm\:border-teal-500 {
        border-color: #38b2ac
    }

    .sm\:border-teal-600 {
        border-color: #319795
    }

    .sm\:border-teal-700 {
        border-color: #2c7a7b
    }

    .sm\:border-teal-800 {
        border-color: #285e61
    }

    .sm\:border-teal-900 {
        border-color: #234e52
    }

    .sm\:border-blue-100 {
        border-color: #ebf8ff
    }

    .sm\:border-blue-200 {
        border-color: #effafd
    }

    .sm\:border-blue-300 {
        border-color: #90cdf4
    }

    .sm\:border-blue-400 {
        border-color: #396973
    }

    .sm\:border-blue-500 {
        border-color: #4299e1
    }

    .sm\:border-blue-600 {
        border-color: #3182ce
    }

    .sm\:border-blue-700 {
        border-color: #2b6cb0
    }

    .sm\:border-blue-800 {
        border-color: #2c5282
    }

    .sm\:border-blue-900 {
        border-color: #2a4365
    }

    .sm\:border-indigo-100 {
        border-color: #ebf4ff
    }

    .sm\:border-indigo-200 {
        border-color: #c3dafe
    }

    .sm\:border-indigo-300 {
        border-color: #a3bffa
    }

    .sm\:border-indigo-400 {
        border-color: #7f9cf5
    }

    .sm\:border-indigo-500 {
        border-color: #667eea
    }

    .sm\:border-indigo-600 {
        border-color: #5a67d8
    }

    .sm\:border-indigo-700 {
        border-color: #4c51bf
    }

    .sm\:border-indigo-800 {
        border-color: #434190
    }

    .sm\:border-indigo-900 {
        border-color: #3c366b
    }

    .sm\:border-purple-100 {
        border-color: #faf5ff
    }

    .sm\:border-purple-200 {
        border-color: #e9d8fd
    }

    .sm\:border-purple-300 {
        border-color: #d6bcfa
    }

    .sm\:border-purple-400 {
        border-color: #b794f4
    }

    .sm\:border-purple-500 {
        border-color: #9f7aea
    }

    .sm\:border-purple-600 {
        border-color: #805ad5
    }

    .sm\:border-purple-700 {
        border-color: #6b46c1
    }

    .sm\:border-purple-800 {
        border-color: #553c9a
    }

    .sm\:border-purple-900 {
        border-color: #44337a
    }

    .sm\:border-pink-100 {
        border-color: #fff5f7
    }

    .sm\:border-pink-200 {
        border-color: #fed7e2
    }

    .sm\:border-pink-300 {
        border-color: #fbb6ce
    }

    .sm\:border-pink-400 {
        border-color: #f687b3
    }

    .sm\:border-pink-500 {
        border-color: #ed64a6
    }

    .sm\:border-pink-600 {
        border-color: #d53f8c
    }

    .sm\:border-pink-700 {
        border-color: #b83280
    }

    .sm\:border-pink-800 {
        border-color: #97266d
    }

    .sm\:border-pink-900 {
        border-color: #702459
    }

    .sm\:hover\:border-transparent:hover {
        border-color: transparent
    }

    .sm\:hover\:border-primary:hover {
        border-color: #81d8d0
    }

    .sm\:hover\:border-primarydarker:hover {
        border-color: #6acdc4
    }

    .sm\:hover\:border-black:hover,
    .sm\:hover\:border-turquoise:hover {
        border-color: #000
    }

    .sm\:hover\:border-gold:hover {
        border-color: #d0ae5f
    }

    .sm\:hover\:border-white:hover {
        border-color: #fff
    }

    .sm\:hover\:border-whiteHalfTransparent:hover {
        border-color: hsla(0, 0%, 100%, .5)
    }

    .sm\:hover\:border-brown:hover {
        border-color: #36261e
    }

    .sm\:hover\:border-browndark:hover {
        border-color: #130c0e
    }

    .sm\:hover\:border-gray-100:hover {
        border-color: #f2f2f2
    }

    .sm\:hover\:border-gray-150:hover {
        border-color: #f3f3f3
    }

    .sm\:hover\:border-gray-200:hover {
        border-color: #f6f6f6
    }

    .sm\:hover\:border-gray-300:hover {
        border-color: #e8e8e8
    }

    .sm\:hover\:border-gray-400:hover {
        border-color: #cbd5e0
    }

    .sm\:hover\:border-gray-450:hover {
        border-color: #c3c3c3
    }

    .sm\:hover\:border-gray-500:hover {
        border-color: #b1afaf
    }

    .sm\:hover\:border-gray-600:hover {
        border-color: #777
    }

    .sm\:hover\:border-gray-700:hover {
        border-color: #4a5568
    }

    .sm\:hover\:border-gray-800:hover {
        border-color: #2d3748
    }

    .sm\:hover\:border-gray-900:hover {
        border-color: #1a202c
    }

    .sm\:hover\:border-red-100:hover {
        border-color: #fff5f5
    }

    .sm\:hover\:border-red-200:hover {
        border-color: #fff6f7
    }

    .sm\:hover\:border-red-300:hover {
        border-color: #feb2b2
    }

    .sm\:hover\:border-red-400:hover {
        border-color: #bc6366
    }

    .sm\:hover\:border-red-500:hover {
        border-color: #f56565
    }

    .sm\:hover\:border-red-600:hover {
        border-color: #e53e3e
    }

    .sm\:hover\:border-red-700:hover {
        border-color: #c53030
    }

    .sm\:hover\:border-red-800:hover {
        border-color: #9b2c2c
    }

    .sm\:hover\:border-red-900:hover {
        border-color: #742a2a
    }

    .sm\:hover\:border-orange-100:hover {
        border-color: #fffaf0
    }

    .sm\:hover\:border-orange-200:hover {
        border-color: #feebc8
    }

    .sm\:hover\:border-orange-300:hover {
        border-color: #fbd38d
    }

    .sm\:hover\:border-orange-400:hover {
        border-color: #f6ad55
    }

    .sm\:hover\:border-orange-500:hover {
        border-color: #ed8936
    }

    .sm\:hover\:border-orange-600:hover {
        border-color: #dd6b20
    }

    .sm\:hover\:border-orange-700:hover {
        border-color: #c05621
    }

    .sm\:hover\:border-orange-800:hover {
        border-color: #9c4221
    }

    .sm\:hover\:border-orange-900:hover {
        border-color: #7b341e
    }

    .sm\:hover\:border-yellow-100:hover {
        border-color: ivory
    }

    .sm\:hover\:border-yellow-200:hover {
        border-color: #fffaee
    }

    .sm\:hover\:border-yellow-300:hover {
        border-color: #faf089
    }

    .sm\:hover\:border-yellow-400:hover {
        border-color: #d0ae5f
    }

    .sm\:hover\:border-yellow-500:hover {
        border-color: #ecc94b
    }

    .sm\:hover\:border-yellow-600:hover {
        border-color: #d69e2e
    }

    .sm\:hover\:border-yellow-700:hover {
        border-color: #b7791f
    }

    .sm\:hover\:border-yellow-800:hover {
        border-color: #975a16
    }

    .sm\:hover\:border-yellow-900:hover {
        border-color: #744210
    }

    .sm\:hover\:border-green-100:hover {
        border-color: #f0fff4
    }

    .sm\:hover\:border-green-200:hover {
        border-color: #c6f6d5
    }

    .sm\:hover\:border-green-300:hover {
        border-color: #9ae6b4
    }

    .sm\:hover\:border-green-400:hover {
        border-color: #68d391
    }

    .sm\:hover\:border-green-500:hover {
        border-color: #48bb78
    }

    .sm\:hover\:border-green-600:hover {
        border-color: #38a169
    }

    .sm\:hover\:border-green-700:hover {
        border-color: #2f855a
    }

    .sm\:hover\:border-green-800:hover {
        border-color: #276749
    }

    .sm\:hover\:border-green-900:hover {
        border-color: #22543d
    }

    .sm\:hover\:border-teal-100:hover {
        border-color: #e6fffa
    }

    .sm\:hover\:border-teal-200:hover {
        border-color: #b2f5ea
    }

    .sm\:hover\:border-teal-300:hover {
        border-color: #81e6d9
    }

    .sm\:hover\:border-teal-400:hover {
        border-color: #4fd1c5
    }

    .sm\:hover\:border-teal-500:hover {
        border-color: #38b2ac
    }

    .sm\:hover\:border-teal-600:hover {
        border-color: #319795
    }

    .sm\:hover\:border-teal-700:hover {
        border-color: #2c7a7b
    }

    .sm\:hover\:border-teal-800:hover {
        border-color: #285e61
    }

    .sm\:hover\:border-teal-900:hover {
        border-color: #234e52
    }

    .sm\:hover\:border-blue-100:hover {
        border-color: #ebf8ff
    }

    .sm\:hover\:border-blue-200:hover {
        border-color: #effafd
    }

    .sm\:hover\:border-blue-300:hover {
        border-color: #90cdf4
    }

    .sm\:hover\:border-blue-400:hover {
        border-color: #396973
    }

    .sm\:hover\:border-blue-500:hover {
        border-color: #4299e1
    }

    .sm\:hover\:border-blue-600:hover {
        border-color: #3182ce
    }

    .sm\:hover\:border-blue-700:hover {
        border-color: #2b6cb0
    }

    .sm\:hover\:border-blue-800:hover {
        border-color: #2c5282
    }

    .sm\:hover\:border-blue-900:hover {
        border-color: #2a4365
    }

    .sm\:hover\:border-indigo-100:hover {
        border-color: #ebf4ff
    }

    .sm\:hover\:border-indigo-200:hover {
        border-color: #c3dafe
    }

    .sm\:hover\:border-indigo-300:hover {
        border-color: #a3bffa
    }

    .sm\:hover\:border-indigo-400:hover {
        border-color: #7f9cf5
    }

    .sm\:hover\:border-indigo-500:hover {
        border-color: #667eea
    }

    .sm\:hover\:border-indigo-600:hover {
        border-color: #5a67d8
    }

    .sm\:hover\:border-indigo-700:hover {
        border-color: #4c51bf
    }

    .sm\:hover\:border-indigo-800:hover {
        border-color: #434190
    }

    .sm\:hover\:border-indigo-900:hover {
        border-color: #3c366b
    }

    .sm\:hover\:border-purple-100:hover {
        border-color: #faf5ff
    }

    .sm\:hover\:border-purple-200:hover {
        border-color: #e9d8fd
    }

    .sm\:hover\:border-purple-300:hover {
        border-color: #d6bcfa
    }

    .sm\:hover\:border-purple-400:hover {
        border-color: #b794f4
    }

    .sm\:hover\:border-purple-500:hover {
        border-color: #9f7aea
    }

    .sm\:hover\:border-purple-600:hover {
        border-color: #805ad5
    }

    .sm\:hover\:border-purple-700:hover {
        border-color: #6b46c1
    }

    .sm\:hover\:border-purple-800:hover {
        border-color: #553c9a
    }

    .sm\:hover\:border-purple-900:hover {
        border-color: #44337a
    }

    .sm\:hover\:border-pink-100:hover {
        border-color: #fff5f7
    }

    .sm\:hover\:border-pink-200:hover {
        border-color: #fed7e2
    }

    .sm\:hover\:border-pink-300:hover {
        border-color: #fbb6ce
    }

    .sm\:hover\:border-pink-400:hover {
        border-color: #f687b3
    }

    .sm\:hover\:border-pink-500:hover {
        border-color: #ed64a6
    }

    .sm\:hover\:border-pink-600:hover {
        border-color: #d53f8c
    }

    .sm\:hover\:border-pink-700:hover {
        border-color: #b83280
    }

    .sm\:hover\:border-pink-800:hover {
        border-color: #97266d
    }

    .sm\:hover\:border-pink-900:hover {
        border-color: #702459
    }

    .sm\:focus\:border-transparent:focus {
        border-color: transparent
    }

    .sm\:focus\:border-primary:focus {
        border-color: #81d8d0
    }

    .sm\:focus\:border-primarydarker:focus {
        border-color: #6acdc4
    }

    .sm\:focus\:border-black:focus,
    .sm\:focus\:border-turquoise:focus {
        border-color: #000
    }

    .sm\:focus\:border-gold:focus {
        border-color: #d0ae5f
    }

    .sm\:focus\:border-white:focus {
        border-color: #fff
    }

    .sm\:focus\:border-whiteHalfTransparent:focus {
        border-color: hsla(0, 0%, 100%, .5)
    }

    .sm\:focus\:border-brown:focus {
        border-color: #36261e
    }

    .sm\:focus\:border-browndark:focus {
        border-color: #130c0e
    }

    .sm\:focus\:border-gray-100:focus {
        border-color: #f2f2f2
    }

    .sm\:focus\:border-gray-150:focus {
        border-color: #f3f3f3
    }

    .sm\:focus\:border-gray-200:focus {
        border-color: #f6f6f6
    }

    .sm\:focus\:border-gray-300:focus {
        border-color: #e8e8e8
    }

    .sm\:focus\:border-gray-400:focus {
        border-color: #cbd5e0
    }

    .sm\:focus\:border-gray-450:focus {
        border-color: #c3c3c3
    }

    .sm\:focus\:border-gray-500:focus {
        border-color: #b1afaf
    }

    .sm\:focus\:border-gray-600:focus {
        border-color: #777
    }

    .sm\:focus\:border-gray-700:focus {
        border-color: #4a5568
    }

    .sm\:focus\:border-gray-800:focus {
        border-color: #2d3748
    }

    .sm\:focus\:border-gray-900:focus {
        border-color: #1a202c
    }

    .sm\:focus\:border-red-100:focus {
        border-color: #fff5f5
    }

    .sm\:focus\:border-red-200:focus {
        border-color: #fff6f7
    }

    .sm\:focus\:border-red-300:focus {
        border-color: #feb2b2
    }

    .sm\:focus\:border-red-400:focus {
        border-color: #bc6366
    }

    .sm\:focus\:border-red-500:focus {
        border-color: #f56565
    }

    .sm\:focus\:border-red-600:focus {
        border-color: #e53e3e
    }

    .sm\:focus\:border-red-700:focus {
        border-color: #c53030
    }

    .sm\:focus\:border-red-800:focus {
        border-color: #9b2c2c
    }

    .sm\:focus\:border-red-900:focus {
        border-color: #742a2a
    }

    .sm\:focus\:border-orange-100:focus {
        border-color: #fffaf0
    }

    .sm\:focus\:border-orange-200:focus {
        border-color: #feebc8
    }

    .sm\:focus\:border-orange-300:focus {
        border-color: #fbd38d
    }

    .sm\:focus\:border-orange-400:focus {
        border-color: #f6ad55
    }

    .sm\:focus\:border-orange-500:focus {
        border-color: #ed8936
    }

    .sm\:focus\:border-orange-600:focus {
        border-color: #dd6b20
    }

    .sm\:focus\:border-orange-700:focus {
        border-color: #c05621
    }

    .sm\:focus\:border-orange-800:focus {
        border-color: #9c4221
    }

    .sm\:focus\:border-orange-900:focus {
        border-color: #7b341e
    }

    .sm\:focus\:border-yellow-100:focus {
        border-color: ivory
    }

    .sm\:focus\:border-yellow-200:focus {
        border-color: #fffaee
    }

    .sm\:focus\:border-yellow-300:focus {
        border-color: #faf089
    }

    .sm\:focus\:border-yellow-400:focus {
        border-color: #d0ae5f
    }

    .sm\:focus\:border-yellow-500:focus {
        border-color: #ecc94b
    }

    .sm\:focus\:border-yellow-600:focus {
        border-color: #d69e2e
    }

    .sm\:focus\:border-yellow-700:focus {
        border-color: #b7791f
    }

    .sm\:focus\:border-yellow-800:focus {
        border-color: #975a16
    }

    .sm\:focus\:border-yellow-900:focus {
        border-color: #744210
    }

    .sm\:focus\:border-green-100:focus {
        border-color: #f0fff4
    }

    .sm\:focus\:border-green-200:focus {
        border-color: #c6f6d5
    }

    .sm\:focus\:border-green-300:focus {
        border-color: #9ae6b4
    }

    .sm\:focus\:border-green-400:focus {
        border-color: #68d391
    }

    .sm\:focus\:border-green-500:focus {
        border-color: #48bb78
    }

    .sm\:focus\:border-green-600:focus {
        border-color: #38a169
    }

    .sm\:focus\:border-green-700:focus {
        border-color: #2f855a
    }

    .sm\:focus\:border-green-800:focus {
        border-color: #276749
    }

    .sm\:focus\:border-green-900:focus {
        border-color: #22543d
    }

    .sm\:focus\:border-teal-100:focus {
        border-color: #e6fffa
    }

    .sm\:focus\:border-teal-200:focus {
        border-color: #b2f5ea
    }

    .sm\:focus\:border-teal-300:focus {
        border-color: #81e6d9
    }

    .sm\:focus\:border-teal-400:focus {
        border-color: #4fd1c5
    }

    .sm\:focus\:border-teal-500:focus {
        border-color: #38b2ac
    }

    .sm\:focus\:border-teal-600:focus {
        border-color: #319795
    }

    .sm\:focus\:border-teal-700:focus {
        border-color: #2c7a7b
    }

    .sm\:focus\:border-teal-800:focus {
        border-color: #285e61
    }

    .sm\:focus\:border-teal-900:focus {
        border-color: #234e52
    }

    .sm\:focus\:border-blue-100:focus {
        border-color: #ebf8ff
    }

    .sm\:focus\:border-blue-200:focus {
        border-color: #effafd
    }

    .sm\:focus\:border-blue-300:focus {
        border-color: #90cdf4
    }

    .sm\:focus\:border-blue-400:focus {
        border-color: #396973
    }

    .sm\:focus\:border-blue-500:focus {
        border-color: #4299e1
    }

    .sm\:focus\:border-blue-600:focus {
        border-color: #3182ce
    }

    .sm\:focus\:border-blue-700:focus {
        border-color: #2b6cb0
    }

    .sm\:focus\:border-blue-800:focus {
        border-color: #2c5282
    }

    .sm\:focus\:border-blue-900:focus {
        border-color: #2a4365
    }

    .sm\:focus\:border-indigo-100:focus {
        border-color: #ebf4ff
    }

    .sm\:focus\:border-indigo-200:focus {
        border-color: #c3dafe
    }

    .sm\:focus\:border-indigo-300:focus {
        border-color: #a3bffa
    }

    .sm\:focus\:border-indigo-400:focus {
        border-color: #7f9cf5
    }

    .sm\:focus\:border-indigo-500:focus {
        border-color: #667eea
    }

    .sm\:focus\:border-indigo-600:focus {
        border-color: #5a67d8
    }

    .sm\:focus\:border-indigo-700:focus {
        border-color: #4c51bf
    }

    .sm\:focus\:border-indigo-800:focus {
        border-color: #434190
    }

    .sm\:focus\:border-indigo-900:focus {
        border-color: #3c366b
    }

    .sm\:focus\:border-purple-100:focus {
        border-color: #faf5ff
    }

    .sm\:focus\:border-purple-200:focus {
        border-color: #e9d8fd
    }

    .sm\:focus\:border-purple-300:focus {
        border-color: #d6bcfa
    }

    .sm\:focus\:border-purple-400:focus {
        border-color: #b794f4
    }

    .sm\:focus\:border-purple-500:focus {
        border-color: #9f7aea
    }

    .sm\:focus\:border-purple-600:focus {
        border-color: #805ad5
    }

    .sm\:focus\:border-purple-700:focus {
        border-color: #6b46c1
    }

    .sm\:focus\:border-purple-800:focus {
        border-color: #553c9a
    }

    .sm\:focus\:border-purple-900:focus {
        border-color: #44337a
    }

    .sm\:focus\:border-pink-100:focus {
        border-color: #fff5f7
    }

    .sm\:focus\:border-pink-200:focus {
        border-color: #fed7e2
    }

    .sm\:focus\:border-pink-300:focus {
        border-color: #fbb6ce
    }

    .sm\:focus\:border-pink-400:focus {
        border-color: #f687b3
    }

    .sm\:focus\:border-pink-500:focus {
        border-color: #ed64a6
    }

    .sm\:focus\:border-pink-600:focus {
        border-color: #d53f8c
    }

    .sm\:focus\:border-pink-700:focus {
        border-color: #b83280
    }

    .sm\:focus\:border-pink-800:focus {
        border-color: #97266d
    }

    .sm\:focus\:border-pink-900:focus {
        border-color: #702459
    }

    .sm\:rounded-none {
        border-radius: 0
    }

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

    .sm\:rounded {
        border-radius: .25rem
    }

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

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

    .sm\:rounded-t-none {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

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

    .sm\:rounded-b-none {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

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

    .sm\:rounded-t-sm {
        border-top-left-radius: .125rem;
        border-top-right-radius: .125rem
    }

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

    .sm\:rounded-b-sm {
        border-bottom-right-radius: .125rem;
        border-bottom-left-radius: .125rem
    }

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

    .sm\:rounded-t {
        border-top-left-radius: .25rem
    }

    .sm\:rounded-r,
    .sm\:rounded-t {
        border-top-right-radius: .25rem
    }

    .sm\:rounded-b,
    .sm\:rounded-r {
        border-bottom-right-radius: .25rem
    }

    .sm\:rounded-b,
    .sm\:rounded-l {
        border-bottom-left-radius: .25rem
    }

    .sm\:rounded-l {
        border-top-left-radius: .25rem
    }

    .sm\:rounded-t-lg {
        border-top-left-radius: .5rem;
        border-top-right-radius: .5rem
    }

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

    .sm\:rounded-b-lg {
        border-bottom-right-radius: .5rem;
        border-bottom-left-radius: .5rem
    }

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

    .sm\:rounded-t-full {
        border-top-left-radius: 9999px;
        border-top-right-radius: 9999px
    }

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

    .sm\:rounded-b-full {
        border-bottom-right-radius: 9999px;
        border-bottom-left-radius: 9999px
    }

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

    .sm\:rounded-tl-none {
        border-top-left-radius: 0
    }

    .sm\:rounded-tr-none {
        border-top-right-radius: 0
    }

    .sm\:rounded-br-none {
        border-bottom-right-radius: 0
    }

    .sm\:rounded-bl-none {
        border-bottom-left-radius: 0
    }

    .sm\:rounded-tl-sm {
        border-top-left-radius: .125rem
    }

    .sm\:rounded-tr-sm {
        border-top-right-radius: .125rem
    }

    .sm\:rounded-br-sm {
        border-bottom-right-radius: .125rem
    }

    .sm\:rounded-bl-sm {
        border-bottom-left-radius: .125rem
    }

    .sm\:rounded-tl {
        border-top-left-radius: .25rem
    }

    .sm\:rounded-tr {
        border-top-right-radius: .25rem
    }

    .sm\:rounded-br {
        border-bottom-right-radius: .25rem
    }

    .sm\:rounded-bl {
        border-bottom-left-radius: .25rem
    }

    .sm\:rounded-tl-lg {
        border-top-left-radius: .5rem
    }

    .sm\:rounded-tr-lg {
        border-top-right-radius: .5rem
    }

    .sm\:rounded-br-lg {
        border-bottom-right-radius: .5rem
    }

    .sm\:rounded-bl-lg {
        border-bottom-left-radius: .5rem
    }

    .sm\:rounded-tl-full {
        border-top-left-radius: 9999px
    }

    .sm\:rounded-tr-full {
        border-top-right-radius: 9999px
    }

    .sm\:rounded-br-full {
        border-bottom-right-radius: 9999px
    }

    .sm\:rounded-bl-full {
        border-bottom-left-radius: 9999px
    }

    .sm\:border-solid {
        border-style: solid
    }

    .sm\:border-dashed {
        border-style: dashed
    }

    .sm\:border-dotted {
        border-style: dotted
    }

    .sm\:border-none {
        border-style: none
    }

    .sm\:border-0 {
        border-width: 0
    }

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

    .sm\:border-4 {
        border-width: 4px
    }

    .sm\:border-8 {
        border-width: 8px
    }

    .sm\:border {
        border-width: 1px
    }

    .sm\:border-t-0 {
        border-top-width: 0
    }

    .sm\:border-r-0 {
        border-right-width: 0
    }

    .sm\:border-b-0 {
        border-bottom-width: 0
    }

    .sm\:border-l-0 {
        border-left-width: 0
    }

    .sm\:border-t-2 {
        border-top-width: 2px
    }

    .sm\:border-r-2 {
        border-right-width: 2px
    }

    .sm\:border-b-2 {
        border-bottom-width: 2px
    }

    .sm\:border-l-2 {
        border-left-width: 2px
    }

    .sm\:border-t-4 {
        border-top-width: 4px
    }

    .sm\:border-r-4 {
        border-right-width: 4px
    }

    .sm\:border-b-4 {
        border-bottom-width: 4px
    }

    .sm\:border-l-4 {
        border-left-width: 4px
    }

    .sm\:border-t-8 {
        border-top-width: 8px
    }

    .sm\:border-r-8 {
        border-right-width: 8px
    }

    .sm\:border-b-8 {
        border-bottom-width: 8px
    }

    .sm\:border-l-8 {
        border-left-width: 8px
    }

    .sm\:border-t {
        border-top-width: 1px
    }

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

    .sm\:border-b {
        border-bottom-width: 1px
    }

    .sm\:border-l {
        border-left-width: 1px
    }

    .sm\:cursor-auto {
        cursor: auto
    }

    .sm\:cursor-default {
        cursor: default
    }

    .sm\:cursor-pointer {
        cursor: pointer
    }

    .sm\:cursor-wait {
        cursor: wait
    }

    .sm\:cursor-move {
        cursor: move
    }

    .sm\:cursor-not-allowed {
        cursor: not-allowed
    }

    .sm\:block {
        display: block
    }

    .sm\:inline-block {
        display: inline-block
    }

    .sm\:inline {
        display: inline
    }

    .sm\:flex {
        display: flex
    }

    .sm\:inline-flex {
        display: inline-flex
    }

    .sm\:table {
        display: table
    }

    .sm\:table-row {
        display: table-row
    }

    .sm\:table-cell {
        display: table-cell
    }

    .sm\:hidden {
        display: none
    }

    .sm\:flex-row {
        flex-direction: row
    }

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

    .sm\:flex-col {
        flex-direction: column
    }

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

    .sm\:flex-wrap {
        flex-wrap: wrap
    }

    .sm\:flex-wrap-reverse {
        flex-wrap: wrap-reverse
    }

    .sm\:flex-no-wrap {
        flex-wrap: nowrap
    }

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

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

    .sm\:items-center {
        align-items: center
    }

    .sm\:items-baseline {
        align-items: baseline
    }

    .sm\:items-stretch {
        align-items: stretch
    }

    .sm\:self-auto {
        align-self: auto
    }

    .sm\:self-start {
        align-self: flex-start
    }

    .sm\:self-end {
        align-self: flex-end
    }

    .sm\:self-center {
        align-self: center
    }

    .sm\:self-stretch {
        align-self: stretch
    }

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

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

    .sm\:justify-center {
        justify-content: center
    }

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

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

    .sm\:content-center {
        align-content: center
    }

    .sm\:content-start {
        align-content: flex-start
    }

    .sm\:content-end {
        align-content: flex-end
    }

    .sm\:content-between {
        align-content: space-between
    }

    .sm\:content-around {
        align-content: space-around
    }

    .sm\:flex-1 {
        flex: 1 1 0%
    }

    .sm\:flex-auto {
        flex: 1 1 auto
    }

    .sm\:flex-initial {
        flex: 0 1 auto
    }

    .sm\:flex-none {
        flex: none
    }

    .sm\:flex-grow-0 {
        flex-grow: 0
    }

    .sm\:flex-grow {
        flex-grow: 1
    }

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

    .sm\:flex-shrink {
        flex-shrink: 1
    }

    .sm\:order-1 {
        order: 1
    }

    .sm\:order-2 {
        order: 2
    }

    .sm\:order-3 {
        order: 3
    }

    .sm\:order-4 {
        order: 4
    }

    .sm\:order-5 {
        order: 5
    }

    .sm\:order-6 {
        order: 6
    }

    .sm\:order-7 {
        order: 7
    }

    .sm\:order-8 {
        order: 8
    }

    .sm\:order-9 {
        order: 9
    }

    .sm\:order-10 {
        order: 10
    }

    .sm\:order-11 {
        order: 11
    }

    .sm\:order-12 {
        order: 12
    }

    .sm\:order-first {
        order: -9999
    }

    .sm\:order-last {
        order: 9999
    }

    .sm\:order-none {
        order: 0
    }

    .sm\:float-right {
        float: right
    }

    .sm\:float-left {
        float: left
    }

    .sm\:float-none {
        float: none
    }

    .sm\:clearfix:after {
        content: "";
        display: table;
        clear: both
    }

    .sm\:font-sans {
        font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
    }

    .sm\:font-serif {
        font-family: Georgia, Cambria, Times New Roman, Times, serif
    }

    .sm\:font-mono {
        font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
    }

    .sm\:font-domain {
        font-family: Domaine Disp
    }

    .sm\:font-graphik {
        font-family: Graphik
    }

    .sm\:font-playfair {
        font-family: Playfair Display
    }

    .sm\:font-hairline {
        font-weight: 100
    }

    .sm\:font-thin {
        font-weight: 200
    }

    .sm\:font-light {
        font-weight: 300
    }

    .sm\:font-normal {
        font-weight: 400
    }

    .sm\:font-medium {
        font-weight: 500
    }

    .sm\:font-semibold {
        font-weight: 600
    }

    .sm\:font-bold {
        font-weight: 700
    }

    .sm\:font-extrabold {
        font-weight: 800
    }

    .sm\:font-black {
        font-weight: 900
    }

    .sm\:hover\:font-hairline:hover {
        font-weight: 100
    }

    .sm\:hover\:font-thin:hover {
        font-weight: 200
    }

    .sm\:hover\:font-light:hover {
        font-weight: 300
    }

    .sm\:hover\:font-normal:hover {
        font-weight: 400
    }

    .sm\:hover\:font-medium:hover {
        font-weight: 500
    }

    .sm\:hover\:font-semibold:hover {
        font-weight: 600
    }

    .sm\:hover\:font-bold:hover {
        font-weight: 700
    }

    .sm\:hover\:font-extrabold:hover {
        font-weight: 800
    }

    .sm\:hover\:font-black:hover {
        font-weight: 900
    }

    .sm\:focus\:font-hairline:focus {
        font-weight: 100
    }

    .sm\:focus\:font-thin:focus {
        font-weight: 200
    }

    .sm\:focus\:font-light:focus {
        font-weight: 300
    }

    .sm\:focus\:font-normal:focus {
        font-weight: 400
    }

    .sm\:focus\:font-medium:focus {
        font-weight: 500
    }

    .sm\:focus\:font-semibold:focus {
        font-weight: 600
    }

    .sm\:focus\:font-bold:focus {
        font-weight: 700
    }

    .sm\:focus\:font-extrabold:focus {
        font-weight: 800
    }

    .sm\:focus\:font-black:focus {
        font-weight: 900
    }

    .sm\:h-0 {
        height: 0
    }

    .sm\:h-1 {
        height: .25rem
    }

    .sm\:h-2 {
        height: .5rem
    }

    .sm\:h-3 {
        height: .75rem
    }

    .sm\:h-4 {
        height: 1rem
    }

    .sm\:h-5 {
        height: 1.25rem
    }

    .sm\:h-6 {
        height: 1.5rem
    }

    .sm\:h-8 {
        height: 2rem
    }

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

    .sm\:h-12 {
        height: 3rem
    }

    .sm\:h-15 {
        height: 3.7rem
    }

    .sm\:h-16 {
        height: 4rem
    }

    .sm\:h-20 {
        height: 5rem
    }

    .sm\:h-24 {
        height: 6rem
    }

    .sm\:h-32 {
        height: 8rem
    }

    .sm\:h-40 {
        height: 10rem
    }

    .sm\:h-48 {
        height: 12rem
    }

    .sm\:h-56 {
        height: 14rem
    }

    .sm\:h-64 {
        height: 16rem
    }

    .sm\:h-auto {
        height: auto
    }

    .sm\:h-px {
        height: 1px
    }

    .sm\:h-6vw {
        height: 1vw
    }

    .sm\:h-10vw {
        height: 2vw
    }

    .sm\:h-12vw {
        height: 2.5vw
    }

    .sm\:h-20vw {
        height: 3vw
    }

    .sm\:h-22vw {
        height: 4.3vw
    }

    .sm\:h-24vw {
        height: 3.6vw
    }

    .sm\:h-40vw {
        height: 9vw
    }

    .sm\:h-48vw {
        height: 11vw
    }

    .sm\:h--1 {
        height: -1px
    }

    .sm\:h--2 {
        height: -2px
    }

    .sm\:h--4 {
        height: -1rem
    }

    .sm\:h--8 {
        height: -2rem
    }

    .sm\:h-3vw {
        height: .5vw
    }

    .sm\:h-full {
        height: 100%
    }

    .sm\:h-screen {
        height: 100vh
    }

    .sm\:leading-none {
        line-height: 1
    }

    .sm\:leading-tight {
        line-height: 1.25
    }

    .sm\:leading-snug {
        line-height: 1.375
    }

    .sm\:leading-normal {
        line-height: 1.5
    }

    .sm\:leading-relaxed {
        line-height: 1.625
    }

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

    .sm\:list-inside {
        list-style-position: inside
    }

    .sm\:list-outside {
        list-style-position: outside
    }

    .sm\:list-none {
        list-style-type: none
    }

    .sm\:list-disc {
        list-style-type: disc
    }

    .sm\:list-decimal {
        list-style-type: decimal
    }

    .sm\:m-0 {
        margin: 0
    }

    .sm\:m-1 {
        margin: .25rem
    }

    .sm\:m-2 {
        margin: .5rem
    }

    .sm\:m-3 {
        margin: .75rem
    }

    .sm\:m-4 {
        margin: 1rem
    }

    .sm\:m-5 {
        margin: 1.25rem
    }

    .sm\:m-6 {
        margin: 1.5rem
    }

    .sm\:m-8 {
        margin: 2rem
    }

    .sm\:m-10 {
        margin: 2.5rem
    }

    .sm\:m-12 {
        margin: 3rem
    }

    .sm\:m-15 {
        margin: 3.7rem
    }

    .sm\:m-16 {
        margin: 4rem
    }

    .sm\:m-20 {
        margin: 5rem
    }

    .sm\:m-24 {
        margin: 6rem
    }

    .sm\:m-32 {
        margin: 8rem
    }

    .sm\:m-40 {
        margin: 10rem
    }

    .sm\:m-48 {
        margin: 12rem
    }

    .sm\:m-56 {
        margin: 14rem
    }

    .sm\:m-64 {
        margin: 16rem
    }

    .sm\:m-auto {
        margin: auto
    }

    .sm\:m-px {
        margin: 1px
    }

    .sm\:m-6vw {
        margin: 1vw
    }

    .sm\:m-10vw {
        margin: 2vw
    }

    .sm\:m-12vw {
        margin: 2.5vw
    }

    .sm\:m-20vw {
        margin: 3vw
    }

    .sm\:m-22vw {
        margin: 4.3vw
    }

    .sm\:m-24vw {
        margin: 3.6vw
    }

    .sm\:m-40vw {
        margin: 9vw
    }

    .sm\:m-48vw {
        margin: 11vw
    }

    .sm\:-m-1 {
        margin: -1px
    }

    .sm\:-m-2 {
        margin: -2px
    }

    .sm\:-m-4 {
        margin: -1rem
    }

    .sm\:-m-8 {
        margin: -2rem
    }

    .sm\:m-3vw {
        margin: .5vw
    }

    .sm\:my-0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .sm\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .sm\:my-1 {
        margin-top: .25rem;
        margin-bottom: .25rem
    }

    .sm\:mx-1 {
        margin-left: .25rem;
        margin-right: .25rem
    }

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

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

    .sm\:my-3 {
        margin-top: .75rem;
        margin-bottom: .75rem
    }

    .sm\:mx-3 {
        margin-left: .75rem;
        margin-right: .75rem
    }

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

    .sm\:mx-4 {
        margin-left: 1rem;
        margin-right: 1rem
    }

    .sm\:my-5 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem
    }

    .sm\:mx-5 {
        margin-left: 1.25rem;
        margin-right: 1.25rem
    }

    .sm\:my-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem
    }

    .sm\:mx-6 {
        margin-left: 1.5rem;
        margin-right: 1.5rem
    }

    .sm\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem
    }

    .sm\:mx-8 {
        margin-left: 2rem;
        margin-right: 2rem
    }

    .sm\:my-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem
    }

    .sm\:mx-10 {
        margin-left: 2.5rem;
        margin-right: 2.5rem
    }

    .sm\:my-12 {
        margin-top: 3rem;
        margin-bottom: 3rem
    }

    .sm\:mx-12 {
        margin-left: 3rem;
        margin-right: 3rem
    }

    .sm\:my-15 {
        margin-top: 3.7rem;
        margin-bottom: 3.7rem
    }

    .sm\:mx-15 {
        margin-left: 3.7rem;
        margin-right: 3.7rem
    }

    .sm\:my-16 {
        margin-top: 4rem;
        margin-bottom: 4rem
    }

    .sm\:mx-16 {
        margin-left: 4rem;
        margin-right: 4rem
    }

    .sm\:my-20 {
        margin-top: 5rem;
        margin-bottom: 5rem
    }

    .sm\:mx-20 {
        margin-left: 5rem;
        margin-right: 5rem
    }

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

    .sm\:mx-24 {
        margin-left: 6rem;
        margin-right: 6rem
    }

    .sm\:my-32 {
        margin-top: 8rem;
        margin-bottom: 8rem
    }

    .sm\:mx-32 {
        margin-left: 8rem;
        margin-right: 8rem
    }

    .sm\:my-40 {
        margin-top: 10rem;
        margin-bottom: 10rem
    }

    .sm\:mx-40 {
        margin-left: 10rem;
        margin-right: 10rem
    }

    .sm\:my-48 {
        margin-top: 12rem;
        margin-bottom: 12rem
    }

    .sm\:mx-48 {
        margin-left: 12rem;
        margin-right: 12rem
    }

    .sm\:my-56 {
        margin-top: 14rem;
        margin-bottom: 14rem
    }

    .sm\:mx-56 {
        margin-left: 14rem;
        margin-right: 14rem
    }

    .sm\:my-64 {
        margin-top: 16rem;
        margin-bottom: 16rem
    }

    .sm\:mx-64 {
        margin-left: 16rem;
        margin-right: 16rem
    }

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

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

    .sm\:my-px {
        margin-top: 1px;
        margin-bottom: 1px
    }

    .sm\:mx-px {
        margin-left: 1px;
        margin-right: 1px
    }

    .sm\:my-6vw {
        margin-top: 1vw;
        margin-bottom: 1vw
    }

    .sm\:mx-6vw {
        margin-left: 1vw;
        margin-right: 1vw
    }

    .sm\:my-10vw {
        margin-top: 2vw;
        margin-bottom: 2vw
    }

    .sm\:mx-10vw {
        margin-left: 2vw;
        margin-right: 2vw
    }

    .sm\:my-12vw {
        margin-top: 2.5vw;
        margin-bottom: 2.5vw
    }

    .sm\:mx-12vw {
        margin-left: 2.5vw;
        margin-right: 2.5vw
    }

    .sm\:my-20vw {
        margin-top: 3vw;
        margin-bottom: 3vw
    }

    .sm\:mx-20vw {
        margin-left: 3vw;
        margin-right: 3vw
    }

    .sm\:my-22vw {
        margin-top: 4.3vw;
        margin-bottom: 4.3vw
    }

    .sm\:mx-22vw {
        margin-left: 4.3vw;
        margin-right: 4.3vw
    }

    .sm\:my-24vw {
        margin-top: 3.6vw;
        margin-bottom: 3.6vw
    }

    .sm\:mx-24vw {
        margin-left: 3.6vw;
        margin-right: 3.6vw
    }

    .sm\:my-40vw {
        margin-top: 9vw;
        margin-bottom: 9vw
    }

    .sm\:mx-40vw {
        margin-left: 9vw;
        margin-right: 9vw
    }

    .sm\:my-48vw {
        margin-top: 11vw;
        margin-bottom: 11vw
    }

    .sm\:mx-48vw {
        margin-left: 11vw;
        margin-right: 11vw
    }

    .sm\:-my-1 {
        margin-top: -1px;
        margin-bottom: -1px
    }

    .sm\:-mx-1 {
        margin-left: -1px;
        margin-right: -1px
    }

    .sm\:-my-2 {
        margin-top: -2px;
        margin-bottom: -2px
    }

    .sm\:-mx-2 {
        margin-left: -2px;
        margin-right: -2px
    }

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

    .sm\:-mx-4 {
        margin-left: -1rem;
        margin-right: -1rem
    }

    .sm\:-my-8 {
        margin-top: -2rem;
        margin-bottom: -2rem
    }

    .sm\:-mx-8 {
        margin-left: -2rem;
        margin-right: -2rem
    }

    .sm\:my-3vw {
        margin-top: .5vw;
        margin-bottom: .5vw
    }

    .sm\:mx-3vw {
        margin-left: .5vw;
        margin-right: .5vw
    }

    .sm\:mt-0 {
        margin-top: 0
    }

    .sm\:mr-0 {
        margin-right: 0
    }

    .sm\:mb-0 {
        margin-bottom: 0
    }

    .sm\:ml-0 {
        margin-left: 0
    }

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

    .sm\:mr-1 {
        margin-right: .25rem
    }

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

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

    .sm\:mt-2 {
        margin-top: .5rem
    }

    .sm\:mr-2 {
        margin-right: .5rem
    }

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

    .sm\:ml-2 {
        margin-left: .5rem
    }

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

    .sm\:mr-3 {
        margin-right: .75rem
    }

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

    .sm\:ml-3 {
        margin-left: .75rem
    }

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

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

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

    .sm\:ml-4 {
        margin-left: 1rem
    }

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

    .sm\:mr-5 {
        margin-right: 1.25rem
    }

    .sm\:mb-5 {
        margin-bottom: 1.25rem
    }

    .sm\:ml-5 {
        margin-left: 1.25rem
    }

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

    .sm\:mr-6 {
        margin-right: 1.5rem
    }

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

    .sm\:ml-6 {
        margin-left: 1.5rem
    }

    .sm\:mt-8 {
        margin-top: 2rem
    }

    .sm\:mr-8 {
        margin-right: 2rem
    }

    .sm\:mb-8 {
        margin-bottom: 2rem
    }

    .sm\:ml-8 {
        margin-left: 2rem
    }

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

    .sm\:mr-10 {
        margin-right: 2.5rem
    }

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

    .sm\:ml-10 {
        margin-left: 2.5rem
    }

    .sm\:mt-12 {
        margin-top: 3rem
    }

    .sm\:mr-12 {
        margin-right: 3rem
    }

    .sm\:mb-12 {
        margin-bottom: 3rem
    }

    .sm\:ml-12 {
        margin-left: 3rem
    }

    .sm\:mt-15 {
        margin-top: 3.7rem
    }

    .sm\:mr-15 {
        margin-right: 3.7rem
    }

    .sm\:mb-15 {
        margin-bottom: 3.7rem
    }

    .sm\:ml-15 {
        margin-left: 3.7rem
    }

    .sm\:mt-16 {
        margin-top: 4rem
    }

    .sm\:mr-16 {
        margin-right: 4rem
    }

    .sm\:mb-16 {
        margin-bottom: 4rem
    }

    .sm\:ml-16 {
        margin-left: 4rem
    }

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

    .sm\:mr-20 {
        margin-right: 5rem
    }

    .sm\:mb-20 {
        margin-bottom: 5rem
    }

    .sm\:ml-20 {
        margin-left: 5rem
    }

    .sm\:mt-24 {
        margin-top: 6rem
    }

    .sm\:mr-24 {
        margin-right: 6rem
    }

    .sm\:mb-24 {
        margin-bottom: 6rem
    }

    .sm\:ml-24 {
        margin-left: 6rem
    }

    .sm\:mt-32 {
        margin-top: 8rem
    }

    .sm\:mr-32 {
        margin-right: 8rem
    }

    .sm\:mb-32 {
        margin-bottom: 8rem
    }

    .sm\:ml-32 {
        margin-left: 8rem
    }

    .sm\:mt-40 {
        margin-top: 10rem
    }

    .sm\:mr-40 {
        margin-right: 10rem
    }

    .sm\:mb-40 {
        margin-bottom: 10rem
    }

    .sm\:ml-40 {
        margin-left: 10rem
    }

    .sm\:mt-48 {
        margin-top: 12rem
    }

    .sm\:mr-48 {
        margin-right: 12rem
    }

    .sm\:mb-48 {
        margin-bottom: 12rem
    }

    .sm\:ml-48 {
        margin-left: 12rem
    }

    .sm\:mt-56 {
        margin-top: 14rem
    }

    .sm\:mr-56 {
        margin-right: 14rem
    }

    .sm\:mb-56 {
        margin-bottom: 14rem
    }

    .sm\:ml-56 {
        margin-left: 14rem
    }

    .sm\:mt-64 {
        margin-top: 16rem
    }

    .sm\:mr-64 {
        margin-right: 16rem
    }

    .sm\:mb-64 {
        margin-bottom: 16rem
    }

    .sm\:ml-64 {
        margin-left: 16rem
    }

    .sm\:mt-auto {
        margin-top: auto
    }

    .sm\:mr-auto {
        margin-right: auto
    }

    .sm\:mb-auto {
        margin-bottom: auto
    }

    .sm\:ml-auto {
        margin-left: auto
    }

    .sm\:mt-px {
        margin-top: 1px
    }

    .sm\:mr-px {
        margin-right: 1px
    }

    .sm\:mb-px {
        margin-bottom: 1px
    }

    .sm\:ml-px {
        margin-left: 1px
    }

    .sm\:mt-6vw {
        margin-top: 1vw
    }

    .sm\:mr-6vw {
        margin-right: 1vw
    }

    .sm\:mb-6vw {
        margin-bottom: 1vw
    }

    .sm\:ml-6vw {
        margin-left: 1vw
    }

    .sm\:mt-10vw {
        margin-top: 2vw
    }

    .sm\:mr-10vw {
        margin-right: 2vw
    }

    .sm\:mb-10vw {
        margin-bottom: 2vw
    }

    .sm\:ml-10vw {
        margin-left: 2vw
    }

    .sm\:mt-12vw {
        margin-top: 2.5vw
    }

    .sm\:mr-12vw {
        margin-right: 2.5vw
    }

    .sm\:mb-12vw {
        margin-bottom: 2.5vw
    }

    .sm\:ml-12vw {
        margin-left: 2.5vw
    }

    .sm\:mt-20vw {
        margin-top: 3vw
    }

    .sm\:mr-20vw {
        margin-right: 3vw
    }

    .sm\:mb-20vw {
        margin-bottom: 3vw
    }

    .sm\:ml-20vw {
        margin-left: 3vw
    }

    .sm\:mt-22vw {
        margin-top: 4.3vw
    }

    .sm\:mr-22vw {
        margin-right: 4.3vw
    }

    .sm\:mb-22vw {
        margin-bottom: 4.3vw
    }

    .sm\:ml-22vw {
        margin-left: 4.3vw
    }

    .sm\:mt-24vw {
        margin-top: 3.6vw
    }

    .sm\:mr-24vw {
        margin-right: 3.6vw
    }

    .sm\:mb-24vw {
        margin-bottom: 3.6vw
    }

    .sm\:ml-24vw {
        margin-left: 3.6vw
    }

    .sm\:mt-40vw {
        margin-top: 9vw
    }

    .sm\:mr-40vw {
        margin-right: 9vw
    }

    .sm\:mb-40vw {
        margin-bottom: 9vw
    }

    .sm\:ml-40vw {
        margin-left: 9vw
    }

    .sm\:mt-48vw {
        margin-top: 11vw
    }

    .sm\:mr-48vw {
        margin-right: 11vw
    }

    .sm\:mb-48vw {
        margin-bottom: 11vw
    }

    .sm\:ml-48vw {
        margin-left: 11vw
    }

    .sm\:-mt-1 {
        margin-top: -1px
    }

    .sm\:-mr-1 {
        margin-right: -1px
    }

    .sm\:-mb-1 {
        margin-bottom: -1px
    }

    .sm\:-ml-1 {
        margin-left: -1px
    }

    .sm\:-mt-2 {
        margin-top: -2px
    }

    .sm\:-mr-2 {
        margin-right: -2px
    }

    .sm\:-mb-2 {
        margin-bottom: -2px
    }

    .sm\:-ml-2 {
        margin-left: -2px
    }

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

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

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

    .sm\:-ml-4 {
        margin-left: -1rem
    }

    .sm\:-mt-8 {
        margin-top: -2rem
    }

    .sm\:-mr-8 {
        margin-right: -2rem
    }

    .sm\:-mb-8 {
        margin-bottom: -2rem
    }

    .sm\:-ml-8 {
        margin-left: -2rem
    }

    .sm\:mt-3vw {
        margin-top: .5vw
    }

    .sm\:mr-3vw {
        margin-right: .5vw
    }

    .sm\:mb-3vw {
        margin-bottom: .5vw
    }

    .sm\:ml-3vw {
        margin-left: .5vw
    }

    .sm\:max-h-full {
        max-height: 100%
    }

    .sm\:max-h-screen {
        max-height: 100vh
    }

    .sm\:max-h-xl {
        max-height: 36rem
    }

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

    .sm\:max-w-sm {
        max-width: 24rem
    }

    .sm\:max-w-md {
        max-width: 28rem
    }

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

    .sm\:max-w-xl {
        max-width: 36rem
    }

    .sm\:max-w-2xl {
        max-width: 42rem
    }

    .sm\:max-w-3xl {
        max-width: 48rem
    }

    .sm\:max-w-3xlvw {
        max-width: 40vw
    }

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

    .sm\:max-w-5xl {
        max-width: 64rem
    }

    .sm\:max-w-6xl {
        max-width: 72rem
    }

    .sm\:max-w-7xl {
        max-width: 78rem
    }

    .sm\:max-w-7xlvw {
        max-width: 69vw
    }

    .sm\:max-w-8xl {
        max-width: 150rem
    }

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

    .sm\:max-w-2\/3 {
        max-width: 66.66667%
    }

    .sm\:max-w-3\/4 {
        max-width: 75%
    }

    .sm\:max-w-4\/5 {
        max-width: 80%
    }

    .sm\:max-w-1\/2 {
        max-width: 50%
    }

    .sm\:min-h-0 {
        min-height: 0
    }

    .sm\:min-h-1 {
        min-height: .25rem
    }

    .sm\:min-h-2 {
        min-height: .5rem
    }

    .sm\:min-h-3 {
        min-height: .75rem
    }

    .sm\:min-h-4 {
        min-height: 1rem
    }

    .sm\:min-h-5 {
        min-height: 1.25rem
    }

    .sm\:min-h-6 {
        min-height: 1.5rem
    }

    .sm\:min-h-8 {
        min-height: 2rem
    }

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

    .sm\:min-h-12 {
        min-height: 3rem
    }

    .sm\:min-h-15 {
        min-height: 3.7rem
    }

    .sm\:min-h-16 {
        min-height: 4rem
    }

    .sm\:min-h-20 {
        min-height: 5rem
    }

    .sm\:min-h-24 {
        min-height: 6rem
    }

    .sm\:min-h-32 {
        min-height: 8rem
    }

    .sm\:min-h-40 {
        min-height: 10rem
    }

    .sm\:min-h-48 {
        min-height: 12rem
    }

    .sm\:min-h-56 {
        min-height: 14rem
    }

    .sm\:min-h-64 {
        min-height: 16rem
    }

    .sm\:min-h-px {
        min-height: 1px
    }

    .sm\:min-h-6vw {
        min-height: 1vw
    }

    .sm\:min-h-10vw {
        min-height: 2vw
    }

    .sm\:min-h-12vw {
        min-height: 2.5vw
    }

    .sm\:min-h-20vw {
        min-height: 3vw
    }

    .sm\:min-h-22vw {
        min-height: 4.3vw
    }

    .sm\:min-h-24vw {
        min-height: 3.6vw
    }

    .sm\:min-h-40vw {
        min-height: 9vw
    }

    .sm\:min-h-48vw {
        min-height: 11vw
    }

    .sm\:min-h--1 {
        min-height: -1px
    }

    .sm\:min-h--2 {
        min-height: -2px
    }

    .sm\:min-h--4 {
        min-height: -1rem
    }

    .sm\:min-h--8 {
        min-height: -2rem
    }

    .sm\:min-h-3vw {
        min-height: .5vw
    }

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

    .sm\:min-h-screen {
        min-height: 100vh
    }

    .sm\:min-w-0 {
        min-width: 0
    }

    .sm\:min-w-full {
        min-width: 100%
    }

    .sm\:min-w-40vw {
        min-width: 9vw
    }

    .sm\:min-w-32vw {
        min-width: 6vw
    }

    .sm\:min-w-8xl {
        min-width: 71rem
    }

    .sm\:object-contain {
        -o-object-fit: contain;
        object-fit: contain
    }

    .sm\:object-cover {
        -o-object-fit: cover;
        object-fit: cover
    }

    .sm\:object-fill {
        -o-object-fit: fill;
        object-fit: fill
    }

    .sm\:object-none {
        -o-object-fit: none;
        object-fit: none
    }

    .sm\:object-scale-down {
        -o-object-fit: scale-down;
        object-fit: scale-down
    }

    .sm\:object-bottom {
        -o-object-position: bottom;
        object-position: bottom
    }

    .sm\:object-center {
        -o-object-position: center;
        object-position: center
    }

    .sm\:object-left {
        -o-object-position: left;
        object-position: left
    }

    .sm\:object-left-bottom {
        -o-object-position: left bottom;
        object-position: left bottom
    }

    .sm\:object-left-top {
        -o-object-position: left top;
        object-position: left top
    }

    .sm\:object-right {
        -o-object-position: right;
        object-position: right
    }

    .sm\:object-right-bottom {
        -o-object-position: right bottom;
        object-position: right bottom
    }

    .sm\:object-right-top {
        -o-object-position: right top;
        object-position: right top
    }

    .sm\:object-top {
        -o-object-position: top;
        object-position: top
    }

    .sm\:opacity-0 {
        opacity: 0
    }

    .sm\:opacity-25 {
        opacity: .25
    }

    .sm\:opacity-50 {
        opacity: .5
    }

    .sm\:opacity-75 {
        opacity: .75
    }

    .sm\:opacity-100 {
        opacity: 1
    }

    .sm\:overflow-auto {
        overflow: auto
    }

    .sm\:overflow-hidden {
        overflow: hidden
    }

    .sm\:overflow-visible {
        overflow: visible
    }

    .sm\:overflow-scroll {
        overflow: scroll
    }

    .sm\:overflow-x-auto {
        overflow-x: auto
    }

    .sm\:overflow-y-auto {
        overflow-y: auto
    }

    .sm\:overflow-x-hidden {
        overflow-x: hidden
    }

    .sm\:overflow-y-hidden {
        overflow-y: hidden
    }

    .sm\:overflow-x-visible {
        overflow-x: visible
    }

    .sm\:overflow-y-visible {
        overflow-y: visible
    }

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

    .sm\:overflow-y-scroll {
        overflow-y: scroll
    }

    .sm\:scrolling-touch {
        -webkit-overflow-scrolling: touch
    }

    .sm\:scrolling-auto {
        -webkit-overflow-scrolling: auto
    }

    .sm\:p-0 {
        padding: 0
    }

    .sm\:p-1 {
        padding: .25rem
    }

    .sm\:p-2 {
        padding: .5rem
    }

    .sm\:p-3 {
        padding: .75rem
    }

    .sm\:p-4 {
        padding: 1rem
    }

    .sm\:p-5 {
        padding: 1.25rem
    }

    .sm\:p-6 {
        padding: 1.5rem
    }

    .sm\:p-8 {
        padding: 2rem
    }

    .sm\:p-10 {
        padding: 2.5rem
    }

    .sm\:p-12 {
        padding: 3rem
    }

    .sm\:p-15 {
        padding: 3.7rem
    }

    .sm\:p-16 {
        padding: 4rem
    }

    .sm\:p-20 {
        padding: 5rem
    }

    .sm\:p-24 {
        padding: 6rem
    }

    .sm\:p-32 {
        padding: 8rem
    }

    .sm\:p-40 {
        padding: 10rem
    }

    .sm\:p-48 {
        padding: 12rem
    }

    .sm\:p-56 {
        padding: 14rem
    }

    .sm\:p-64 {
        padding: 16rem
    }

    .sm\:p-px {
        padding: 1px
    }

    .sm\:p-6vw {
        padding: 1vw
    }

    .sm\:p-10vw {
        padding: 2vw
    }

    .sm\:p-12vw {
        padding: 2.5vw
    }

    .sm\:p-20vw {
        padding: 3vw
    }

    .sm\:p-22vw {
        padding: 4.3vw
    }

    .sm\:p-24vw {
        padding: 3.6vw
    }

    .sm\:p-40vw {
        padding: 9vw
    }

    .sm\:p-48vw {
        padding: 11vw
    }

    .sm\:p-3vw {
        padding: .5vw
    }

    .sm\:py-0 {
        padding-top: 0;
        padding-bottom: 0
    }

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

    .sm\:py-1 {
        padding-top: .25rem;
        padding-bottom: .25rem
    }

    .sm\:px-1 {
        padding-left: .25rem;
        padding-right: .25rem
    }

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

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

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

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

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

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

    .sm\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }

    .sm\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .sm\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

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

    .sm\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .sm\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .sm\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

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

    .sm\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .sm\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .sm\:py-15 {
        padding-top: 3.7rem;
        padding-bottom: 3.7rem
    }

    .sm\:px-15 {
        padding-left: 3.7rem;
        padding-right: 3.7rem
    }

    .sm\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .sm\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem
    }

    .sm\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .sm\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem
    }

    .sm\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem
    }

    .sm\:px-24 {
        padding-left: 6rem;
        padding-right: 6rem
    }

    .sm\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem
    }

    .sm\:px-32 {
        padding-left: 8rem;
        padding-right: 8rem
    }

    .sm\:py-40 {
        padding-top: 10rem;
        padding-bottom: 10rem
    }

    .sm\:px-40 {
        padding-left: 10rem;
        padding-right: 10rem
    }

    .sm\:py-48 {
        padding-top: 12rem;
        padding-bottom: 12rem
    }

    .sm\:px-48 {
        padding-left: 12rem;
        padding-right: 12rem
    }

    .sm\:py-56 {
        padding-top: 14rem;
        padding-bottom: 14rem
    }

    .sm\:px-56 {
        padding-left: 14rem;
        padding-right: 14rem
    }

    .sm\:py-64 {
        padding-top: 16rem;
        padding-bottom: 16rem
    }

    .sm\:px-64 {
        padding-left: 16rem;
        padding-right: 16rem
    }

    .sm\:py-px {
        padding-top: 1px;
        padding-bottom: 1px
    }

    .sm\:px-px {
        padding-left: 1px;
        padding-right: 1px
    }

    .sm\:py-6vw {
        padding-top: 1vw;
        padding-bottom: 1vw
    }

    .sm\:px-6vw {
        padding-left: 1vw;
        padding-right: 1vw
    }

    .sm\:py-10vw {
        padding-top: 2vw;
        padding-bottom: 2vw
    }

    .sm\:px-10vw {
        padding-left: 2vw;
        padding-right: 2vw
    }

    .sm\:py-12vw {
        padding-top: 2.5vw;
        padding-bottom: 2.5vw
    }

    .sm\:px-12vw {
        padding-left: 2.5vw;
        padding-right: 2.5vw
    }

    .sm\:py-20vw {
        padding-top: 3vw;
        padding-bottom: 3vw
    }

    .sm\:px-20vw {
        padding-left: 3vw;
        padding-right: 3vw
    }

    .sm\:py-22vw {
        padding-top: 4.3vw;
        padding-bottom: 4.3vw
    }

    .sm\:px-22vw {
        padding-left: 4.3vw;
        padding-right: 4.3vw
    }

    .sm\:py-24vw {
        padding-top: 3.6vw;
        padding-bottom: 3.6vw
    }

    .sm\:px-24vw {
        padding-left: 3.6vw;
        padding-right: 3.6vw
    }

    .sm\:py-40vw {
        padding-top: 9vw;
        padding-bottom: 9vw
    }

    .sm\:px-40vw {
        padding-left: 9vw;
        padding-right: 9vw
    }

    .sm\:py-48vw {
        padding-top: 11vw;
        padding-bottom: 11vw
    }

    .sm\:px-48vw {
        padding-left: 11vw;
        padding-right: 11vw
    }

    .sm\:py-3vw {
        padding-top: .5vw;
        padding-bottom: .5vw
    }

    .sm\:px-3vw {
        padding-left: .5vw;
        padding-right: .5vw
    }

    .sm\:pt-0 {
        padding-top: 0
    }

    .sm\:pr-0 {
        padding-right: 0
    }

    .sm\:pb-0 {
        padding-bottom: 0
    }

    .sm\:pl-0 {
        padding-left: 0
    }

    .sm\:pt-1 {
        padding-top: .25rem
    }

    .sm\:pr-1 {
        padding-right: .25rem
    }

    .sm\:pb-1 {
        padding-bottom: .25rem
    }

    .sm\:pl-1 {
        padding-left: .25rem
    }

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

    .sm\:pr-2 {
        padding-right: .5rem
    }

    .sm\:pb-2 {
        padding-bottom: .5rem
    }

    .sm\:pl-2 {
        padding-left: .5rem
    }

    .sm\:pt-3 {
        padding-top: .75rem
    }

    .sm\:pr-3 {
        padding-right: .75rem
    }

    .sm\:pb-3 {
        padding-bottom: .75rem
    }

    .sm\:pl-3 {
        padding-left: .75rem
    }

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

    .sm\:pr-4 {
        padding-right: 1rem
    }

    .sm\:pb-4 {
        padding-bottom: 1rem
    }

    .sm\:pl-4 {
        padding-left: 1rem
    }

    .sm\:pt-5 {
        padding-top: 1.25rem
    }

    .sm\:pr-5 {
        padding-right: 1.25rem
    }

    .sm\:pb-5 {
        padding-bottom: 1.25rem
    }

    .sm\:pl-5 {
        padding-left: 1.25rem
    }

    .sm\:pt-6 {
        padding-top: 1.5rem
    }

    .sm\:pr-6 {
        padding-right: 1.5rem
    }

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

    .sm\:pl-6 {
        padding-left: 1.5rem
    }

    .sm\:pt-8 {
        padding-top: 2rem
    }

    .sm\:pr-8 {
        padding-right: 2rem
    }

    .sm\:pb-8 {
        padding-bottom: 2rem
    }

    .sm\:pl-8 {
        padding-left: 2rem
    }

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

    .sm\:pr-10 {
        padding-right: 2.5rem
    }

    .sm\:pb-10 {
        padding-bottom: 2.5rem
    }

    .sm\:pl-10 {
        padding-left: 2.5rem
    }

    .sm\:pt-12 {
        padding-top: 3rem
    }

    .sm\:pr-12 {
        padding-right: 3rem
    }

    .sm\:pb-12 {
        padding-bottom: 3rem
    }

    .sm\:pl-12 {
        padding-left: 3rem
    }

    .sm\:pt-15 {
        padding-top: 3.7rem
    }

    .sm\:pr-15 {
        padding-right: 3.7rem
    }

    .sm\:pb-15 {
        padding-bottom: 3.7rem
    }

    .sm\:pl-15 {
        padding-left: 3.7rem
    }

    .sm\:pt-16 {
        padding-top: 4rem
    }

    .sm\:pr-16 {
        padding-right: 4rem
    }

    .sm\:pb-16 {
        padding-bottom: 4rem
    }

    .sm\:pl-16 {
        padding-left: 4rem
    }

    .sm\:pt-20 {
        padding-top: 5rem
    }

    .sm\:pr-20 {
        padding-right: 5rem
    }

    .sm\:pb-20 {
        padding-bottom: 5rem
    }

    .sm\:pl-20 {
        padding-left: 5rem
    }

    .sm\:pt-24 {
        padding-top: 6rem
    }

    .sm\:pr-24 {
        padding-right: 6rem
    }

    .sm\:pb-24 {
        padding-bottom: 6rem
    }

    .sm\:pl-24 {
        padding-left: 6rem
    }

    .sm\:pt-32 {
        padding-top: 8rem
    }

    .sm\:pr-32 {
        padding-right: 8rem
    }

    .sm\:pb-32 {
        padding-bottom: 8rem
    }

    .sm\:pl-32 {
        padding-left: 8rem
    }

    .sm\:pt-40 {
        padding-top: 10rem
    }

    .sm\:pr-40 {
        padding-right: 10rem
    }

    .sm\:pb-40 {
        padding-bottom: 10rem
    }

    .sm\:pl-40 {
        padding-left: 10rem
    }

    .sm\:pt-48 {
        padding-top: 12rem
    }

    .sm\:pr-48 {
        padding-right: 12rem
    }

    .sm\:pb-48 {
        padding-bottom: 12rem
    }

    .sm\:pl-48 {
        padding-left: 12rem
    }

    .sm\:pt-56 {
        padding-top: 14rem
    }

    .sm\:pr-56 {
        padding-right: 14rem
    }

    .sm\:pb-56 {
        padding-bottom: 14rem
    }

    .sm\:pl-56 {
        padding-left: 14rem
    }

    .sm\:pt-64 {
        padding-top: 16rem
    }

    .sm\:pr-64 {
        padding-right: 16rem
    }

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

    .sm\:pl-64 {
        padding-left: 16rem
    }

    .sm\:pt-px {
        padding-top: 1px
    }

    .sm\:pr-px {
        padding-right: 1px
    }

    .sm\:pb-px {
        padding-bottom: 1px
    }

    .sm\:pl-px {
        padding-left: 1px
    }

    .sm\:pt-6vw {
        padding-top: 1vw
    }

    .sm\:pr-6vw {
        padding-right: 1vw
    }

    .sm\:pb-6vw {
        padding-bottom: 1vw
    }

    .sm\:pl-6vw {
        padding-left: 1vw
    }

    .sm\:pt-10vw {
        padding-top: 2vw
    }

    .sm\:pr-10vw {
        padding-right: 2vw
    }

    .sm\:pb-10vw {
        padding-bottom: 2vw
    }

    .sm\:pl-10vw {
        padding-left: 2vw
    }

    .sm\:pt-12vw {
        padding-top: 2.5vw
    }

    .sm\:pr-12vw {
        padding-right: 2.5vw
    }

    .sm\:pb-12vw {
        padding-bottom: 2.5vw
    }

    .sm\:pl-12vw {
        padding-left: 2.5vw
    }

    .sm\:pt-20vw {
        padding-top: 3vw
    }

    .sm\:pr-20vw {
        padding-right: 3vw
    }

    .sm\:pb-20vw {
        padding-bottom: 3vw
    }

    .sm\:pl-20vw {
        padding-left: 3vw
    }

    .sm\:pt-22vw {
        padding-top: 4.3vw
    }

    .sm\:pr-22vw {
        padding-right: 4.3vw
    }

    .sm\:pb-22vw {
        padding-bottom: 4.3vw
    }

    .sm\:pl-22vw {
        padding-left: 4.3vw
    }

    .sm\:pt-24vw {
        padding-top: 3.6vw
    }

    .sm\:pr-24vw {
        padding-right: 3.6vw
    }

    .sm\:pb-24vw {
        padding-bottom: 3.6vw
    }

    .sm\:pl-24vw {
        padding-left: 3.6vw
    }

    .sm\:pt-40vw {
        padding-top: 9vw
    }

    .sm\:pr-40vw {
        padding-right: 9vw
    }

    .sm\:pb-40vw {
        padding-bottom: 9vw
    }

    .sm\:pl-40vw {
        padding-left: 9vw
    }

    .sm\:pt-48vw {
        padding-top: 11vw
    }

    .sm\:pr-48vw {
        padding-right: 11vw
    }

    .sm\:pb-48vw {
        padding-bottom: 11vw
    }

    .sm\:pl-48vw {
        padding-left: 11vw
    }

    .sm\:pt-3vw {
        padding-top: .5vw
    }

    .sm\:pr-3vw {
        padding-right: .5vw
    }

    .sm\:pb-3vw {
        padding-bottom: .5vw
    }

    .sm\:pl-3vw {
        padding-left: .5vw
    }

    .sm\:pointer-events-none {
        pointer-events: none
    }

    .sm\:pointer-events-auto {
        pointer-events: auto
    }

    .sm\:static {
        position: static
    }

    .sm\:fixed {
        position: fixed
    }

    .sm\:absolute {
        position: absolute
    }

    .sm\:relative {
        position: relative
    }

    .sm\:sticky {
        position: -webkit-sticky;
        position: sticky
    }

    .sm\:inset-0 {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }

    .sm\:inset-auto {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto
    }

    .sm\:inset-y-0 {
        top: 0;
        bottom: 0
    }

    .sm\:inset-x-0 {
        right: 0;
        left: 0
    }

    .sm\:inset-y-auto {
        top: auto;
        bottom: auto
    }

    .sm\:inset-x-auto {
        right: auto;
        left: auto
    }

    .sm\:top-0 {
        top: 0
    }

    .sm\:right-0 {
        right: 0
    }

    .sm\:bottom-0 {
        bottom: 0
    }

    .sm\:left-0 {
        left: 0
    }

    .sm\:top-auto {
        top: auto
    }

    .sm\:right-auto {
        right: auto
    }

    .sm\:bottom-auto {
        bottom: auto
    }

    .sm\:left-auto {
        left: auto
    }

    .sm\:resize-none {
        resize: none
    }

    .sm\:resize-y {
        resize: vertical
    }

    .sm\:resize-x {
        resize: horizontal
    }

    .sm\:resize {
        resize: both
    }

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

    .sm\:shadow-md {
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)
    }

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

    .sm\:shadow-xl {
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04)
    }

    .sm\:shadow-2xl {
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25)
    }

    .sm\:shadow-inner {
        box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06)
    }

    .sm\:shadow-outline {
        box-shadow: 0 0 0 3px rgba(66, 153, 225, .5)
    }

    .sm\:shadow-none {
        box-shadow: none
    }

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

    .sm\:hover\:shadow-md:hover {
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)
    }

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

    .sm\:hover\:shadow-xl:hover {
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04)
    }

    .sm\:hover\:shadow-2xl:hover {
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25)
    }

    .sm\:hover\:shadow-inner:hover {
        box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06)
    }

    .sm\:hover\:shadow-outline:hover {
        box-shadow: 0 0 0 3px rgba(66, 153, 225, .5)
    }

    .sm\:hover\:shadow-none:hover {
        box-shadow: none
    }

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

    .sm\:focus\:shadow-md:focus {
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)
    }

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

    .sm\:focus\:shadow-xl:focus {
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04)
    }

    .sm\:focus\:shadow-2xl:focus {
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25)
    }

    .sm\:focus\:shadow-inner:focus {
        box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06)
    }

    .sm\:focus\:shadow-outline:focus {
        box-shadow: 0 0 0 3px rgba(66, 153, 225, .5)
    }

    .sm\:focus\:shadow-none:focus {
        box-shadow: none
    }

    .sm\:table-auto {
        table-layout: auto
    }

    .sm\:table-fixed {
        table-layout: fixed
    }

    .sm\:text-left {
        text-align: left
    }

    .sm\:text-center {
        text-align: center
    }

    .sm\:text-right {
        text-align: right
    }

    .sm\:text-justify {
        text-align: justify
    }

    .sm\:text-transparent {
        color: transparent
    }

    .sm\:text-primary {
        color: #81d8d0
    }

    .sm\:text-primarydarker {
        color: #6acdc4
    }

    .sm\:text-black,
    .sm\:text-turquoise {
        color: #000
    }

    .sm\:text-gold {
        color: #d0ae5f
    }

    .sm\:text-white {
        color: #fff
    }

    .sm\:text-whiteHalfTransparent {
        color: hsla(0, 0%, 100%, .5)
    }

    .sm\:text-brown {
        color: #36261e
    }

    .sm\:text-browndark {
        color: #130c0e
    }

    .sm\:text-gray-100 {
        color: #f2f2f2
    }

    .sm\:text-gray-150 {
        color: #f3f3f3
    }

    .sm\:text-gray-200 {
        color: #f6f6f6
    }

    .sm\:text-gray-300 {
        color: #e8e8e8
    }

    .sm\:text-gray-400 {
        color: #cbd5e0
    }

    .sm\:text-gray-450 {
        color: #c3c3c3
    }

    .sm\:text-gray-500 {
        color: #b1afaf
    }

    .sm\:text-gray-600 {
        color: #777
    }

    .sm\:text-gray-700 {
        color: #4a5568
    }

    .sm\:text-gray-800 {
        color: #2d3748
    }

    .sm\:text-gray-900 {
        color: #1a202c
    }

    .sm\:text-red-100 {
        color: #fff5f5
    }

    .sm\:text-red-200 {
        color: #fff6f7
    }

    .sm\:text-red-300 {
        color: #feb2b2
    }

    .sm\:text-red-400 {
        color: #bc6366
    }

    .sm\:text-red-500 {
        color: #f56565
    }

    .sm\:text-red-600 {
        color: #e53e3e
    }

    .sm\:text-red-700 {
        color: #c53030
    }

    .sm\:text-red-800 {
        color: #9b2c2c
    }

    .sm\:text-red-900 {
        color: #742a2a
    }

    .sm\:text-orange-100 {
        color: #fffaf0
    }

    .sm\:text-orange-200 {
        color: #feebc8
    }

    .sm\:text-orange-300 {
        color: #fbd38d
    }

    .sm\:text-orange-400 {
        color: #f6ad55
    }

    .sm\:text-orange-500 {
        color: #ed8936
    }

    .sm\:text-orange-600 {
        color: #dd6b20
    }

    .sm\:text-orange-700 {
        color: #c05621
    }

    .sm\:text-orange-800 {
        color: #9c4221
    }

    .sm\:text-orange-900 {
        color: #7b341e
    }

    .sm\:text-yellow-100 {
        color: ivory
    }

    .sm\:text-yellow-200 {
        color: #fffaee
    }

    .sm\:text-yellow-300 {
        color: #faf089
    }

    .sm\:text-yellow-400 {
        color: #d0ae5f
    }

    .sm\:text-yellow-500 {
        color: #ecc94b
    }

    .sm\:text-yellow-600 {
        color: #d69e2e
    }

    .sm\:text-yellow-700 {
        color: #b7791f
    }

    .sm\:text-yellow-800 {
        color: #975a16
    }

    .sm\:text-yellow-900 {
        color: #744210
    }

    .sm\:text-green-100 {
        color: #f0fff4
    }

    .sm\:text-green-200 {
        color: #c6f6d5
    }

    .sm\:text-green-300 {
        color: #9ae6b4
    }

    .sm\:text-green-400 {
        color: #68d391
    }

    .sm\:text-green-500 {
        color: #48bb78
    }

    .sm\:text-green-600 {
        color: #38a169
    }

    .sm\:text-green-700 {
        color: #2f855a
    }

    .sm\:text-green-800 {
        color: #276749
    }

    .sm\:text-green-900 {
        color: #22543d
    }

    .sm\:text-teal-100 {
        color: #e6fffa
    }

    .sm\:text-teal-200 {
        color: #b2f5ea
    }

    .sm\:text-teal-300 {
        color: #81e6d9
    }

    .sm\:text-teal-400 {
        color: #4fd1c5
    }

    .sm\:text-teal-500 {
        color: #38b2ac
    }

    .sm\:text-teal-600 {
        color: #319795
    }

    .sm\:text-teal-700 {
        color: #2c7a7b
    }

    .sm\:text-teal-800 {
        color: #285e61
    }

    .sm\:text-teal-900 {
        color: #234e52
    }

    .sm\:text-blue-100 {
        color: #ebf8ff
    }

    .sm\:text-blue-200 {
        color: #effafd
    }

    .sm\:text-blue-300 {
        color: #90cdf4
    }

    .sm\:text-blue-400 {
        color: #396973
    }

    .sm\:text-blue-500 {
        color: #4299e1
    }

    .sm\:text-blue-600 {
        color: #3182ce
    }

    .sm\:text-blue-700 {
        color: #2b6cb0
    }

    .sm\:text-blue-800 {
        color: #2c5282
    }

    .sm\:text-blue-900 {
        color: #2a4365
    }

    .sm\:text-indigo-100 {
        color: #ebf4ff
    }

    .sm\:text-indigo-200 {
        color: #c3dafe
    }

    .sm\:text-indigo-300 {
        color: #a3bffa
    }

    .sm\:text-indigo-400 {
        color: #7f9cf5
    }

    .sm\:text-indigo-500 {
        color: #667eea
    }

    .sm\:text-indigo-600 {
        color: #5a67d8
    }

    .sm\:text-indigo-700 {
        color: #4c51bf
    }

    .sm\:text-indigo-800 {
        color: #434190
    }

    .sm\:text-indigo-900 {
        color: #3c366b
    }

    .sm\:text-purple-100 {
        color: #faf5ff
    }

    .sm\:text-purple-200 {
        color: #e9d8fd
    }

    .sm\:text-purple-300 {
        color: #d6bcfa
    }

    .sm\:text-purple-400 {
        color: #b794f4
    }

    .sm\:text-purple-500 {
        color: #9f7aea
    }

    .sm\:text-purple-600 {
        color: #805ad5
    }

    .sm\:text-purple-700 {
        color: #6b46c1
    }

    .sm\:text-purple-800 {
        color: #553c9a
    }

    .sm\:text-purple-900 {
        color: #44337a
    }

    .sm\:text-pink-100 {
        color: #fff5f7
    }

    .sm\:text-pink-200 {
        color: #fed7e2
    }

    .sm\:text-pink-300 {
        color: #fbb6ce
    }

    .sm\:text-pink-400 {
        color: #f687b3
    }

    .sm\:text-pink-500 {
        color: #ed64a6
    }

    .sm\:text-pink-600 {
        color: #d53f8c
    }

    .sm\:text-pink-700 {
        color: #b83280
    }

    .sm\:text-pink-800 {
        color: #97266d
    }

    .sm\:text-pink-900 {
        color: #702459
    }

    .sm\:hover\:text-transparent:hover {
        color: transparent
    }

    .sm\:hover\:text-primary:hover {
        color: #81d8d0
    }

    .sm\:hover\:text-primarydarker:hover {
        color: #6acdc4
    }

    .sm\:hover\:text-black:hover,
    .sm\:hover\:text-turquoise:hover {
        color: #000
    }

    .sm\:hover\:text-gold:hover {
        color: #d0ae5f
    }

    .sm\:hover\:text-white:hover {
        color: #fff
    }

    .sm\:hover\:text-whiteHalfTransparent:hover {
        color: hsla(0, 0%, 100%, .5)
    }

    .sm\:hover\:text-brown:hover {
        color: #36261e
    }

    .sm\:hover\:text-browndark:hover {
        color: #130c0e
    }

    .sm\:hover\:text-gray-100:hover {
        color: #f2f2f2
    }

    .sm\:hover\:text-gray-150:hover {
        color: #f3f3f3
    }

    .sm\:hover\:text-gray-200:hover {
        color: #f6f6f6
    }

    .sm\:hover\:text-gray-300:hover {
        color: #e8e8e8
    }

    .sm\:hover\:text-gray-400:hover {
        color: #cbd5e0
    }

    .sm\:hover\:text-gray-450:hover {
        color: #c3c3c3
    }

    .sm\:hover\:text-gray-500:hover {
        color: #b1afaf
    }

    .sm\:hover\:text-gray-600:hover {
        color: #777
    }

    .sm\:hover\:text-gray-700:hover {
        color: #4a5568
    }

    .sm\:hover\:text-gray-800:hover {
        color: #2d3748
    }

    .sm\:hover\:text-gray-900:hover {
        color: #1a202c
    }

    .sm\:hover\:text-red-100:hover {
        color: #fff5f5
    }

    .sm\:hover\:text-red-200:hover {
        color: #fff6f7
    }

    .sm\:hover\:text-red-300:hover {
        color: #feb2b2
    }

    .sm\:hover\:text-red-400:hover {
        color: #bc6366
    }

    .sm\:hover\:text-red-500:hover {
        color: #f56565
    }

    .sm\:hover\:text-red-600:hover {
        color: #e53e3e
    }

    .sm\:hover\:text-red-700:hover {
        color: #c53030
    }

    .sm\:hover\:text-red-800:hover {
        color: #9b2c2c
    }

    .sm\:hover\:text-red-900:hover {
        color: #742a2a
    }

    .sm\:hover\:text-orange-100:hover {
        color: #fffaf0
    }

    .sm\:hover\:text-orange-200:hover {
        color: #feebc8
    }

    .sm\:hover\:text-orange-300:hover {
        color: #fbd38d
    }

    .sm\:hover\:text-orange-400:hover {
        color: #f6ad55
    }

    .sm\:hover\:text-orange-500:hover {
        color: #ed8936
    }

    .sm\:hover\:text-orange-600:hover {
        color: #dd6b20
    }

    .sm\:hover\:text-orange-700:hover {
        color: #c05621
    }

    .sm\:hover\:text-orange-800:hover {
        color: #9c4221
    }

    .sm\:hover\:text-orange-900:hover {
        color: #7b341e
    }

    .sm\:hover\:text-yellow-100:hover {
        color: ivory
    }

    .sm\:hover\:text-yellow-200:hover {
        color: #fffaee
    }

    .sm\:hover\:text-yellow-300:hover {
        color: #faf089
    }

    .sm\:hover\:text-yellow-400:hover {
        color: #d0ae5f
    }

    .sm\:hover\:text-yellow-500:hover {
        color: #ecc94b
    }

    .sm\:hover\:text-yellow-600:hover {
        color: #d69e2e
    }

    .sm\:hover\:text-yellow-700:hover {
        color: #b7791f
    }

    .sm\:hover\:text-yellow-800:hover {
        color: #975a16
    }

    .sm\:hover\:text-yellow-900:hover {
        color: #744210
    }

    .sm\:hover\:text-green-100:hover {
        color: #f0fff4
    }

    .sm\:hover\:text-green-200:hover {
        color: #c6f6d5
    }

    .sm\:hover\:text-green-300:hover {
        color: #9ae6b4
    }

    .sm\:hover\:text-green-400:hover {
        color: #68d391
    }

    .sm\:hover\:text-green-500:hover {
        color: #48bb78
    }

    .sm\:hover\:text-green-600:hover {
        color: #38a169
    }

    .sm\:hover\:text-green-700:hover {
        color: #2f855a
    }

    .sm\:hover\:text-green-800:hover {
        color: #276749
    }

    .sm\:hover\:text-green-900:hover {
        color: #22543d
    }

    .sm\:hover\:text-teal-100:hover {
        color: #e6fffa
    }

    .sm\:hover\:text-teal-200:hover {
        color: #b2f5ea
    }

    .sm\:hover\:text-teal-300:hover {
        color: #81e6d9
    }

    .sm\:hover\:text-teal-400:hover {
        color: #4fd1c5
    }

    .sm\:hover\:text-teal-500:hover {
        color: #38b2ac
    }

    .sm\:hover\:text-teal-600:hover {
        color: #319795
    }

    .sm\:hover\:text-teal-700:hover {
        color: #2c7a7b
    }

    .sm\:hover\:text-teal-800:hover {
        color: #285e61
    }

    .sm\:hover\:text-teal-900:hover {
        color: #234e52
    }

    .sm\:hover\:text-blue-100:hover {
        color: #ebf8ff
    }

    .sm\:hover\:text-blue-200:hover {
        color: #effafd
    }

    .sm\:hover\:text-blue-300:hover {
        color: #90cdf4
    }

    .sm\:hover\:text-blue-400:hover {
        color: #396973
    }

    .sm\:hover\:text-blue-500:hover {
        color: #4299e1
    }

    .sm\:hover\:text-blue-600:hover {
        color: #3182ce
    }

    .sm\:hover\:text-blue-700:hover {
        color: #2b6cb0
    }

    .sm\:hover\:text-blue-800:hover {
        color: #2c5282
    }

    .sm\:hover\:text-blue-900:hover {
        color: #2a4365
    }

    .sm\:hover\:text-indigo-100:hover {
        color: #ebf4ff
    }

    .sm\:hover\:text-indigo-200:hover {
        color: #c3dafe
    }

    .sm\:hover\:text-indigo-300:hover {
        color: #a3bffa
    }

    .sm\:hover\:text-indigo-400:hover {
        color: #7f9cf5
    }

    .sm\:hover\:text-indigo-500:hover {
        color: #667eea
    }

    .sm\:hover\:text-indigo-600:hover {
        color: #5a67d8
    }

    .sm\:hover\:text-indigo-700:hover {
        color: #4c51bf
    }

    .sm\:hover\:text-indigo-800:hover {
        color: #434190
    }

    .sm\:hover\:text-indigo-900:hover {
        color: #3c366b
    }

    .sm\:hover\:text-purple-100:hover {
        color: #faf5ff
    }

    .sm\:hover\:text-purple-200:hover {
        color: #e9d8fd
    }

    .sm\:hover\:text-purple-300:hover {
        color: #d6bcfa
    }

    .sm\:hover\:text-purple-400:hover {
        color: #b794f4
    }

    .sm\:hover\:text-purple-500:hover {
        color: #9f7aea
    }

    .sm\:hover\:text-purple-600:hover {
        color: #805ad5
    }

    .sm\:hover\:text-purple-700:hover {
        color: #6b46c1
    }

    .sm\:hover\:text-purple-800:hover {
        color: #553c9a
    }

    .sm\:hover\:text-purple-900:hover {
        color: #44337a
    }

    .sm\:hover\:text-pink-100:hover {
        color: #fff5f7
    }

    .sm\:hover\:text-pink-200:hover {
        color: #fed7e2
    }

    .sm\:hover\:text-pink-300:hover {
        color: #fbb6ce
    }

    .sm\:hover\:text-pink-400:hover {
        color: #f687b3
    }

    .sm\:hover\:text-pink-500:hover {
        color: #ed64a6
    }

    .sm\:hover\:text-pink-600:hover {
        color: #d53f8c
    }

    .sm\:hover\:text-pink-700:hover {
        color: #b83280
    }

    .sm\:hover\:text-pink-800:hover {
        color: #97266d
    }

    .sm\:hover\:text-pink-900:hover {
        color: #702459
    }

    .sm\:focus\:text-transparent:focus {
        color: transparent
    }

    .sm\:focus\:text-primary:focus {
        color: #81d8d0
    }

    .sm\:focus\:text-primarydarker:focus {
        color: #6acdc4
    }

    .sm\:focus\:text-black:focus,
    .sm\:focus\:text-turquoise:focus {
        color: #000
    }

    .sm\:focus\:text-gold:focus {
        color: #d0ae5f
    }

    .sm\:focus\:text-white:focus {
        color: #fff
    }

    .sm\:focus\:text-whiteHalfTransparent:focus {
        color: hsla(0, 0%, 100%, .5)
    }

    .sm\:focus\:text-brown:focus {
        color: #36261e
    }

    .sm\:focus\:text-browndark:focus {
        color: #130c0e
    }

    .sm\:focus\:text-gray-100:focus {
        color: #f2f2f2
    }

    .sm\:focus\:text-gray-150:focus {
        color: #f3f3f3
    }

    .sm\:focus\:text-gray-200:focus {
        color: #f6f6f6
    }

    .sm\:focus\:text-gray-300:focus {
        color: #e8e8e8
    }

    .sm\:focus\:text-gray-400:focus {
        color: #cbd5e0
    }

    .sm\:focus\:text-gray-450:focus {
        color: #c3c3c3
    }

    .sm\:focus\:text-gray-500:focus {
        color: #b1afaf
    }

    .sm\:focus\:text-gray-600:focus {
        color: #777
    }

    .sm\:focus\:text-gray-700:focus {
        color: #4a5568
    }

    .sm\:focus\:text-gray-800:focus {
        color: #2d3748
    }

    .sm\:focus\:text-gray-900:focus {
        color: #1a202c
    }

    .sm\:focus\:text-red-100:focus {
        color: #fff5f5
    }

    .sm\:focus\:text-red-200:focus {
        color: #fff6f7
    }

    .sm\:focus\:text-red-300:focus {
        color: #feb2b2
    }

    .sm\:focus\:text-red-400:focus {
        color: #bc6366
    }

    .sm\:focus\:text-red-500:focus {
        color: #f56565
    }

    .sm\:focus\:text-red-600:focus {
        color: #e53e3e
    }

    .sm\:focus\:text-red-700:focus {
        color: #c53030
    }

    .sm\:focus\:text-red-800:focus {
        color: #9b2c2c
    }

    .sm\:focus\:text-red-900:focus {
        color: #742a2a
    }

    .sm\:focus\:text-orange-100:focus {
        color: #fffaf0
    }

    .sm\:focus\:text-orange-200:focus {
        color: #feebc8
    }

    .sm\:focus\:text-orange-300:focus {
        color: #fbd38d
    }

    .sm\:focus\:text-orange-400:focus {
        color: #f6ad55
    }

    .sm\:focus\:text-orange-500:focus {
        color: #ed8936
    }

    .sm\:focus\:text-orange-600:focus {
        color: #dd6b20
    }

    .sm\:focus\:text-orange-700:focus {
        color: #c05621
    }

    .sm\:focus\:text-orange-800:focus {
        color: #9c4221
    }

    .sm\:focus\:text-orange-900:focus {
        color: #7b341e
    }

    .sm\:focus\:text-yellow-100:focus {
        color: ivory
    }

    .sm\:focus\:text-yellow-200:focus {
        color: #fffaee
    }

    .sm\:focus\:text-yellow-300:focus {
        color: #faf089
    }

    .sm\:focus\:text-yellow-400:focus {
        color: #d0ae5f
    }

    .sm\:focus\:text-yellow-500:focus {
        color: #ecc94b
    }

    .sm\:focus\:text-yellow-600:focus {
        color: #d69e2e
    }

    .sm\:focus\:text-yellow-700:focus {
        color: #b7791f
    }

    .sm\:focus\:text-yellow-800:focus {
        color: #975a16
    }

    .sm\:focus\:text-yellow-900:focus {
        color: #744210
    }

    .sm\:focus\:text-green-100:focus {
        color: #f0fff4
    }

    .sm\:focus\:text-green-200:focus {
        color: #c6f6d5
    }

    .sm\:focus\:text-green-300:focus {
        color: #9ae6b4
    }

    .sm\:focus\:text-green-400:focus {
        color: #68d391
    }

    .sm\:focus\:text-green-500:focus {
        color: #48bb78
    }

    .sm\:focus\:text-green-600:focus {
        color: #38a169
    }

    .sm\:focus\:text-green-700:focus {
        color: #2f855a
    }

    .sm\:focus\:text-green-800:focus {
        color: #276749
    }

    .sm\:focus\:text-green-900:focus {
        color: #22543d
    }

    .sm\:focus\:text-teal-100:focus {
        color: #e6fffa
    }

    .sm\:focus\:text-teal-200:focus {
        color: #b2f5ea
    }

    .sm\:focus\:text-teal-300:focus {
        color: #81e6d9
    }

    .sm\:focus\:text-teal-400:focus {
        color: #4fd1c5
    }

    .sm\:focus\:text-teal-500:focus {
        color: #38b2ac
    }

    .sm\:focus\:text-teal-600:focus {
        color: #319795
    }

    .sm\:focus\:text-teal-700:focus {
        color: #2c7a7b
    }

    .sm\:focus\:text-teal-800:focus {
        color: #285e61
    }

    .sm\:focus\:text-teal-900:focus {
        color: #234e52
    }

    .sm\:focus\:text-blue-100:focus {
        color: #ebf8ff
    }

    .sm\:focus\:text-blue-200:focus {
        color: #effafd
    }

    .sm\:focus\:text-blue-300:focus {
        color: #90cdf4
    }

    .sm\:focus\:text-blue-400:focus {
        color: #396973
    }

    .sm\:focus\:text-blue-500:focus {
        color: #4299e1
    }

    .sm\:focus\:text-blue-600:focus {
        color: #3182ce
    }

    .sm\:focus\:text-blue-700:focus {
        color: #2b6cb0
    }

    .sm\:focus\:text-blue-800:focus {
        color: #2c5282
    }

    .sm\:focus\:text-blue-900:focus {
        color: #2a4365
    }

    .sm\:focus\:text-indigo-100:focus {
        color: #ebf4ff
    }

    .sm\:focus\:text-indigo-200:focus {
        color: #c3dafe
    }

    .sm\:focus\:text-indigo-300:focus {
        color: #a3bffa
    }

    .sm\:focus\:text-indigo-400:focus {
        color: #7f9cf5
    }

    .sm\:focus\:text-indigo-500:focus {
        color: #667eea
    }

    .sm\:focus\:text-indigo-600:focus {
        color: #5a67d8
    }

    .sm\:focus\:text-indigo-700:focus {
        color: #4c51bf
    }

    .sm\:focus\:text-indigo-800:focus {
        color: #434190
    }

    .sm\:focus\:text-indigo-900:focus {
        color: #3c366b
    }

    .sm\:focus\:text-purple-100:focus {
        color: #faf5ff
    }

    .sm\:focus\:text-purple-200:focus {
        color: #e9d8fd
    }

    .sm\:focus\:text-purple-300:focus {
        color: #d6bcfa
    }

    .sm\:focus\:text-purple-400:focus {
        color: #b794f4
    }

    .sm\:focus\:text-purple-500:focus {
        color: #9f7aea
    }

    .sm\:focus\:text-purple-600:focus {
        color: #805ad5
    }

    .sm\:focus\:text-purple-700:focus {
        color: #6b46c1
    }

    .sm\:focus\:text-purple-800:focus {
        color: #553c9a
    }

    .sm\:focus\:text-purple-900:focus {
        color: #44337a
    }

    .sm\:focus\:text-pink-100:focus {
        color: #fff5f7
    }

    .sm\:focus\:text-pink-200:focus {
        color: #fed7e2
    }

    .sm\:focus\:text-pink-300:focus {
        color: #fbb6ce
    }

    .sm\:focus\:text-pink-400:focus {
        color: #f687b3
    }

    .sm\:focus\:text-pink-500:focus {
        color: #ed64a6
    }

    .sm\:focus\:text-pink-600:focus {
        color: #d53f8c
    }

    .sm\:focus\:text-pink-700:focus {
        color: #b83280
    }

    .sm\:focus\:text-pink-800:focus {
        color: #97266d
    }

    .sm\:focus\:text-pink-900:focus {
        color: #702459
    }

    .sm\:text-2xs {
        font-size: .6rem
    }

    .sm\:text-xs {
        font-size: .8rem
    }

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

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

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

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

    .sm\:text-2xl {
        font-size: 1.5rem
    }

    .sm\:text-3xl {
        font-size: 2rem
    }

    .sm\:text-4xl {
        font-size: 2.5rem
    }

    .sm\:text-5xl {
        font-size: 3.5rem
    }

    .sm\:text-5\.5xl {
        font-size: 4rem
    }

    .sm\:text-6xl {
        font-size: 6.3rem
    }

    .sm\:text-2xsvw {
        font-size: .54vw
    }

    .sm\:text-xsvw {
        font-size: .6vw
    }

    .sm\:text-smvw {
        font-size: .7vw
    }

    .sm\:text-mdvw {
        font-size: .8vw
    }

    .sm\:text-lgvw {
        font-size: .94vw
    }

    .sm\:text-xlvw {
        font-size: 1.05vw
    }

    .sm\:text-2xlvw {
        font-size: 1.4vw
    }

    .sm\:text-3xlvw {
        font-size: 1.7vw
    }

    .sm\:text-4xlvw {
        font-size: 2vw
    }

    .sm\:text-5xlvw {
        font-size: 3vw
    }

    .sm\:text-5\.5xlvw {
        font-size: 3.4vw
    }

    .sm\:text-6xlvw {
        font-size: 5.3vw
    }

    .sm\:italic {
        font-style: italic
    }

    .sm\:not-italic {
        font-style: normal
    }

    .sm\:uppercase {
        text-transform: uppercase
    }

    .sm\:lowercase {
        text-transform: lowercase
    }

    .sm\:capitalize {
        text-transform: capitalize
    }

    .sm\:normal-case {
        text-transform: none
    }

    .sm\:underline {
        text-decoration: underline
    }

    .sm\:line-through {
        text-decoration: line-through
    }

    .sm\:no-underline {
        text-decoration: none
    }

    .sm\:hover\:underline:hover {
        text-decoration: underline
    }

    .sm\:hover\:line-through:hover {
        text-decoration: line-through
    }

    .sm\:hover\:no-underline:hover {
        text-decoration: none
    }

    .sm\:focus\:underline:focus {
        text-decoration: underline
    }

    .sm\:focus\:line-through:focus {
        text-decoration: line-through
    }

    .sm\:focus\:no-underline:focus {
        text-decoration: none
    }

    .sm\:antialiased {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .sm\:subpixel-antialiased {
        -webkit-font-smoothing: auto;
        -moz-osx-font-smoothing: auto
    }

    .sm\:tracking-tighter {
        letter-spacing: -.05em
    }

    .sm\:tracking-tight {
        letter-spacing: -.025em
    }

    .sm\:tracking-normal {
        letter-spacing: 0
    }

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

    .sm\:tracking-wider {
        letter-spacing: .05em
    }

    .sm\:tracking-widest {
        letter-spacing: .1em
    }

    .sm\:select-none {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .sm\:select-text {
        -webkit-user-select: text;
        -moz-user-select: text;
        -ms-user-select: text;
        user-select: text
    }

    .sm\:select-all {
        -webkit-user-select: all;
        -moz-user-select: all;
        -ms-user-select: all;
        user-select: all
    }

    .sm\:select-auto {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -ms-user-select: auto;
        user-select: auto
    }

    .sm\:align-baseline {
        vertical-align: baseline
    }

    .sm\:align-top {
        vertical-align: top
    }

    .sm\:align-middle {
        vertical-align: middle
    }

    .sm\:align-bottom {
        vertical-align: bottom
    }

    .sm\:align-text-top {
        vertical-align: text-top
    }

    .sm\:align-text-bottom {
        vertical-align: text-bottom
    }

    .sm\:visible {
        visibility: visible
    }

    .sm\:invisible {
        visibility: hidden
    }

    .sm\:whitespace-normal {
        white-space: normal
    }

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

    .sm\:whitespace-pre {
        white-space: pre
    }

    .sm\:whitespace-pre-line {
        white-space: pre-line
    }

    .sm\:whitespace-pre-wrap {
        white-space: pre-wrap
    }

    .sm\:break-normal {
        overflow-wrap: normal;
        word-break: normal
    }

    .sm\:break-words {
        overflow-wrap: break-word
    }

    .sm\:break-all {
        word-break: break-all
    }

    .sm\:truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .sm\:w-0 {
        width: 0
    }

    .sm\:w-1 {
        width: .25rem
    }

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

    .sm\:w-3 {
        width: .75rem
    }

    .sm\:w-4 {
        width: 1rem
    }

    .sm\:w-5 {
        width: 1.25rem
    }

    .sm\:w-6 {
        width: 1.5rem
    }

    .sm\:w-8 {
        width: 2rem
    }

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

    .sm\:w-12 {
        width: 3rem
    }

    .sm\:w-15 {
        width: 3.7rem
    }

    .sm\:w-16 {
        width: 4rem
    }

    .sm\:w-20 {
        width: 5rem
    }

    .sm\:w-24 {
        width: 6rem
    }

    .sm\:w-32 {
        width: 8rem
    }

    .sm\:w-40 {
        width: 10rem
    }

    .sm\:w-48 {
        width: 12rem
    }

    .sm\:w-56 {
        width: 14rem
    }

    .sm\:w-64 {
        width: 16rem
    }

    .sm\:w-auto {
        width: auto
    }

    .sm\:w-px {
        width: 1px
    }

    .sm\:w-6vw {
        width: 1vw
    }

    .sm\:w-10vw {
        width: 2vw
    }

    .sm\:w-12vw {
        width: 2.5vw
    }

    .sm\:w-20vw {
        width: 3vw
    }

    .sm\:w-22vw {
        width: 4.3vw
    }

    .sm\:w-24vw {
        width: 3.6vw
    }

    .sm\:w-40vw {
        width: 9vw
    }

    .sm\:w-48vw {
        width: 11vw
    }

    .sm\:w--1 {
        width: -1px
    }

    .sm\:w--2 {
        width: -2px
    }

    .sm\:w--4 {
        width: -1rem
    }

    .sm\:w--8 {
        width: -2rem
    }

    .sm\:w-3vw {
        width: .5vw
    }

    .sm\:w-1\/2 {
        width: 50%
    }

    .sm\:w-1\/3 {
        width: 33.33333%
    }

    .sm\:w-2\/3 {
        width: 66.66667%
    }

    .sm\:w-1\/4 {
        width: 25%
    }

    .sm\:w-3\/4 {
        width: 75%
    }

    .sm\:w-1\/5 {
        width: 20%
    }

    .sm\:w-2\/5 {
        width: 40%
    }

    .sm\:w-3\/5 {
        width: 60%
    }

    .sm\:w-4\/5 {
        width: 80%
    }

    .sm\:w-1\/6 {
        width: 16.66667%
    }

    .sm\:w-5\/6 {
        width: 83.33333%
    }

    .sm\:w-5\/12 {
        width: 41.666667%
    }

    .sm\:w-7\/12 {
        width: 58.333333%
    }

    .sm\:w-full {
        width: 100%
    }

    .sm\:w-screen {
        width: 100vw
    }

    .sm\:z-0 {
        z-index: 0
    }

    .sm\:z-10 {
        z-index: 10
    }

    .sm\:z-20 {
        z-index: 20
    }

    .sm\:z-30 {
        z-index: 30
    }

    .sm\:z-40 {
        z-index: 40
    }

    .sm\:z-50 {
        z-index: 50
    }

    .sm\:z-auto {
        z-index: auto
    }
}

@media (min-width:768px) {
    .md\:appearance-none {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

    .md\:bg-fixed {
        background-attachment: fixed
    }

    .md\:bg-local {
        background-attachment: local
    }

    .md\:bg-scroll {
        background-attachment: scroll
    }

    .md\:bg-transparent {
        background-color: transparent
    }

    .md\:bg-primary {
        background-color: #81d8d0
    }

    .md\:bg-primarydarker {
        background-color: #6acdc4
    }

    .md\:bg-black,
    .md\:bg-turquoise {
        background-color: #000
    }

    .md\:bg-gold {
        background-color: #d0ae5f
    }

    .md\:bg-white {
        background-color: #fff
    }

    .md\:bg-whiteHalfTransparent {
        background-color: hsla(0, 0%, 100%, .5)
    }

    .md\:bg-brown {
        background-color: #36261e
    }

    .md\:bg-browndark {
        background-color: #130c0e
    }

    .md\:bg-gray-100 {
        background-color: #f2f2f2
    }

    .md\:bg-gray-150 {
        background-color: #f3f3f3
    }

    .md\:bg-gray-200 {
        background-color: #f6f6f6
    }

    .md\:bg-gray-300 {
        background-color: #e8e8e8
    }

    .md\:bg-gray-400 {
        background-color: #cbd5e0
    }

    .md\:bg-gray-450 {
        background-color: #c3c3c3
    }

    .md\:bg-gray-500 {
        background-color: #b1afaf
    }

    .md\:bg-gray-600 {
        background-color: #777
    }

    .md\:bg-gray-700 {
        background-color: #4a5568
    }

    .md\:bg-gray-800 {
        background-color: #2d3748
    }

    .md\:bg-gray-900 {
        background-color: #1a202c
    }

    .md\:bg-red-100 {
        background-color: #fff5f5
    }

    .md\:bg-red-200 {
        background-color: #fff6f7
    }

    .md\:bg-red-300 {
        background-color: #feb2b2
    }

    .md\:bg-red-400 {
        background-color: #bc6366
    }

    .md\:bg-red-500 {
        background-color: #f56565
    }

    .md\:bg-red-600 {
        background-color: #e53e3e
    }

    .md\:bg-red-700 {
        background-color: #c53030
    }

    .md\:bg-red-800 {
        background-color: #9b2c2c
    }

    .md\:bg-red-900 {
        background-color: #742a2a
    }

    .md\:bg-orange-100 {
        background-color: #fffaf0
    }

    .md\:bg-orange-200 {
        background-color: #feebc8
    }

    .md\:bg-orange-300 {
        background-color: #fbd38d
    }

    .md\:bg-orange-400 {
        background-color: #f6ad55
    }

    .md\:bg-orange-500 {
        background-color: #ed8936
    }

    .md\:bg-orange-600 {
        background-color: #dd6b20
    }

    .md\:bg-orange-700 {
        background-color: #c05621
    }

    .md\:bg-orange-800 {
        background-color: #9c4221
    }

    .md\:bg-orange-900 {
        background-color: #7b341e
    }

    .md\:bg-yellow-100 {
        background-color: ivory
    }

    .md\:bg-yellow-200 {
        background-color: #fffaee
    }

    .md\:bg-yellow-300 {
        background-color: #faf089
    }

    .md\:bg-yellow-400 {
        background-color: #d0ae5f
    }

    .md\:bg-yellow-500 {
        background-color: #ecc94b
    }

    .md\:bg-yellow-600 {
        background-color: #d69e2e
    }

    .md\:bg-yellow-700 {
        background-color: #b7791f
    }

    .md\:bg-yellow-800 {
        background-color: #975a16
    }

    .md\:bg-yellow-900 {
        background-color: #744210
    }

    .md\:bg-green-100 {
        background-color: #f0fff4
    }

    .md\:bg-green-200 {
        background-color: #c6f6d5
    }

    .md\:bg-green-300 {
        background-color: #9ae6b4
    }

    .md\:bg-green-400 {
        background-color: #68d391
    }

    .md\:bg-green-500 {
        background-color: #48bb78
    }

    .md\:bg-green-600 {
        background-color: #38a169
    }

    .md\:bg-green-700 {
        background-color: #2f855a
    }

    .md\:bg-green-800 {
        background-color: #276749
    }

    .md\:bg-green-900 {
        background-color: #22543d
    }

    .md\:bg-teal-100 {
        background-color: #e6fffa
    }

    .md\:bg-teal-200 {
        background-color: #b2f5ea
    }

    .md\:bg-teal-300 {
        background-color: #81e6d9
    }

    .md\:bg-teal-400 {
        background-color: #4fd1c5
    }

    .md\:bg-teal-500 {
        background-color: #38b2ac
    }

    .md\:bg-teal-600 {
        background-color: #319795
    }

    .md\:bg-teal-700 {
        background-color: #2c7a7b
    }

    .md\:bg-teal-800 {
        background-color: #285e61
    }

    .md\:bg-teal-900 {
        background-color: #234e52
    }

    .md\:bg-blue-100 {
        background-color: #ebf8ff
    }

    .md\:bg-blue-200 {
        background-color: #effafd
    }

    .md\:bg-blue-300 {
        background-color: #90cdf4
    }

    .md\:bg-blue-400 {
        background-color: #396973
    }

    .md\:bg-blue-500 {
        background-color: #4299e1
    }

    .md\:bg-blue-600 {
        background-color: #3182ce
    }

    .md\:bg-blue-700 {
        background-color: #2b6cb0
    }

    .md\:bg-blue-800 {
        background-color: #2c5282
    }

    .md\:bg-blue-900 {
        background-color: #2a4365
    }

    .md\:bg-indigo-100 {
        background-color: #ebf4ff
    }

    .md\:bg-indigo-200 {
        background-color: #c3dafe
    }

    .md\:bg-indigo-300 {
        background-color: #a3bffa
    }

    .md\:bg-indigo-400 {
        background-color: #7f9cf5
    }

    .md\:bg-indigo-500 {
        background-color: #667eea
    }

    .md\:bg-indigo-600 {
        background-color: #5a67d8
    }

    .md\:bg-indigo-700 {
        background-color: #4c51bf
    }

    .md\:bg-indigo-800 {
        background-color: #434190
    }

    .md\:bg-indigo-900 {
        background-color: #3c366b
    }

    .md\:bg-purple-100 {
        background-color: #faf5ff
    }

    .md\:bg-purple-200 {
        background-color: #e9d8fd
    }

    .md\:bg-purple-300 {
        background-color: #d6bcfa
    }

    .md\:bg-purple-400 {
        background-color: #b794f4
    }

    .md\:bg-purple-500 {
        background-color: #9f7aea
    }

    .md\:bg-purple-600 {
        background-color: #805ad5
    }

    .md\:bg-purple-700 {
        background-color: #6b46c1
    }

    .md\:bg-purple-800 {
        background-color: #553c9a
    }

    .md\:bg-purple-900 {
        background-color: #44337a
    }

    .md\:bg-pink-100 {
        background-color: #fff5f7
    }

    .md\:bg-pink-200 {
        background-color: #fed7e2
    }

    .md\:bg-pink-300 {
        background-color: #fbb6ce
    }

    .md\:bg-pink-400 {
        background-color: #f687b3
    }

    .md\:bg-pink-500 {
        background-color: #ed64a6
    }

    .md\:bg-pink-600 {
        background-color: #d53f8c
    }

    .md\:bg-pink-700 {
        background-color: #b83280
    }

    .md\:bg-pink-800 {
        background-color: #97266d
    }

    .md\:bg-pink-900 {
        background-color: #702459
    }

    .md\:hover\:bg-transparent:hover {
        background-color: transparent
    }

    .md\:hover\:bg-primary:hover {
        background-color: #81d8d0
    }

    .md\:hover\:bg-primarydarker:hover {
        background-color: #6acdc4
    }

    .md\:hover\:bg-black:hover,
    .md\:hover\:bg-turquoise:hover {
        background-color: #000
    }

    .md\:hover\:bg-gold:hover {
        background-color: #d0ae5f
    }

    .md\:hover\:bg-white:hover {
        background-color: #fff
    }

    .md\:hover\:bg-whiteHalfTransparent:hover {
        background-color: hsla(0, 0%, 100%, .5)
    }

    .md\:hover\:bg-brown:hover {
        background-color: #36261e
    }

    .md\:hover\:bg-browndark:hover {
        background-color: #130c0e
    }

    .md\:hover\:bg-gray-100:hover {
        background-color: #f2f2f2
    }

    .md\:hover\:bg-gray-150:hover {
        background-color: #f3f3f3
    }

    .md\:hover\:bg-gray-200:hover {
        background-color: #f6f6f6
    }

    .md\:hover\:bg-gray-300:hover {
        background-color: #e8e8e8
    }

    .md\:hover\:bg-gray-400:hover {
        background-color: #cbd5e0
    }

    .md\:hover\:bg-gray-450:hover {
        background-color: #c3c3c3
    }

    .md\:hover\:bg-gray-500:hover {
        background-color: #b1afaf
    }

    .md\:hover\:bg-gray-600:hover {
        background-color: #777
    }

    .md\:hover\:bg-gray-700:hover {
        background-color: #4a5568
    }

    .md\:hover\:bg-gray-800:hover {
        background-color: #2d3748
    }

    .md\:hover\:bg-gray-900:hover {
        background-color: #1a202c
    }

    .md\:hover\:bg-red-100:hover {
        background-color: #fff5f5
    }

    .md\:hover\:bg-red-200:hover {
        background-color: #fff6f7
    }

    .md\:hover\:bg-red-300:hover {
        background-color: #feb2b2
    }

    .md\:hover\:bg-red-400:hover {
        background-color: #bc6366
    }

    .md\:hover\:bg-red-500:hover {
        background-color: #f56565
    }

    .md\:hover\:bg-red-600:hover {
        background-color: #e53e3e
    }

    .md\:hover\:bg-red-700:hover {
        background-color: #c53030
    }

    .md\:hover\:bg-red-800:hover {
        background-color: #9b2c2c
    }

    .md\:hover\:bg-red-900:hover {
        background-color: #742a2a
    }

    .md\:hover\:bg-orange-100:hover {
        background-color: #fffaf0
    }

    .md\:hover\:bg-orange-200:hover {
        background-color: #feebc8
    }

    .md\:hover\:bg-orange-300:hover {
        background-color: #fbd38d
    }

    .md\:hover\:bg-orange-400:hover {
        background-color: #f6ad55
    }

    .md\:hover\:bg-orange-500:hover {
        background-color: #ed8936
    }

    .md\:hover\:bg-orange-600:hover {
        background-color: #dd6b20
    }

    .md\:hover\:bg-orange-700:hover {
        background-color: #c05621
    }

    .md\:hover\:bg-orange-800:hover {
        background-color: #9c4221
    }

    .md\:hover\:bg-orange-900:hover {
        background-color: #7b341e
    }

    .md\:hover\:bg-yellow-100:hover {
        background-color: ivory
    }

    .md\:hover\:bg-yellow-200:hover {
        background-color: #fffaee
    }

    .md\:hover\:bg-yellow-300:hover {
        background-color: #faf089
    }

    .md\:hover\:bg-yellow-400:hover {
        background-color: #d0ae5f
    }

    .md\:hover\:bg-yellow-500:hover {
        background-color: #ecc94b
    }

    .md\:hover\:bg-yellow-600:hover {
        background-color: #d69e2e
    }

    .md\:hover\:bg-yellow-700:hover {
        background-color: #b7791f
    }

    .md\:hover\:bg-yellow-800:hover {
        background-color: #975a16
    }

    .md\:hover\:bg-yellow-900:hover {
        background-color: #744210
    }

    .md\:hover\:bg-green-100:hover {
        background-color: #f0fff4
    }

    .md\:hover\:bg-green-200:hover {
        background-color: #c6f6d5
    }

    .md\:hover\:bg-green-300:hover {
        background-color: #9ae6b4
    }

    .md\:hover\:bg-green-400:hover {
        background-color: #68d391
    }

    .md\:hover\:bg-green-500:hover {
        background-color: #48bb78
    }

    .md\:hover\:bg-green-600:hover {
        background-color: #38a169
    }

    .md\:hover\:bg-green-700:hover {
        background-color: #2f855a
    }

    .md\:hover\:bg-green-800:hover {
        background-color: #276749
    }

    .md\:hover\:bg-green-900:hover {
        background-color: #22543d
    }

    .md\:hover\:bg-teal-100:hover {
        background-color: #e6fffa
    }

    .md\:hover\:bg-teal-200:hover {
        background-color: #b2f5ea
    }

    .md\:hover\:bg-teal-300:hover {
        background-color: #81e6d9
    }

    .md\:hover\:bg-teal-400:hover {
        background-color: #4fd1c5
    }

    .md\:hover\:bg-teal-500:hover {
        background-color: #38b2ac
    }

    .md\:hover\:bg-teal-600:hover {
        background-color: #319795
    }

    .md\:hover\:bg-teal-700:hover {
        background-color: #2c7a7b
    }

    .md\:hover\:bg-teal-800:hover {
        background-color: #285e61
    }

    .md\:hover\:bg-teal-900:hover {
        background-color: #234e52
    }

    .md\:hover\:bg-blue-100:hover {
        background-color: #ebf8ff
    }

    .md\:hover\:bg-blue-200:hover {
        background-color: #effafd
    }

    .md\:hover\:bg-blue-300:hover {
        background-color: #90cdf4
    }

    .md\:hover\:bg-blue-400:hover {
        background-color: #396973
    }

    .md\:hover\:bg-blue-500:hover {
        background-color: #4299e1
    }

    .md\:hover\:bg-blue-600:hover {
        background-color: #3182ce
    }

    .md\:hover\:bg-blue-700:hover {
        background-color: #2b6cb0
    }

    .md\:hover\:bg-blue-800:hover {
        background-color: #2c5282
    }

    .md\:hover\:bg-blue-900:hover {
        background-color: #2a4365
    }

    .md\:hover\:bg-indigo-100:hover {
        background-color: #ebf4ff
    }

    .md\:hover\:bg-indigo-200:hover {
        background-color: #c3dafe
    }

    .md\:hover\:bg-indigo-300:hover {
        background-color: #a3bffa
    }

    .md\:hover\:bg-indigo-400:hover {
        background-color: #7f9cf5
    }

    .md\:hover\:bg-indigo-500:hover {
        background-color: #667eea
    }

    .md\:hover\:bg-indigo-600:hover {
        background-color: #5a67d8
    }

    .md\:hover\:bg-indigo-700:hover {
        background-color: #4c51bf
    }

    .md\:hover\:bg-indigo-800:hover {
        background-color: #434190
    }

    .md\:hover\:bg-indigo-900:hover {
        background-color: #3c366b
    }

    .md\:hover\:bg-purple-100:hover {
        background-color: #faf5ff
    }

    .md\:hover\:bg-purple-200:hover {
        background-color: #e9d8fd
    }

    .md\:hover\:bg-purple-300:hover {
        background-color: #d6bcfa
    }

    .md\:hover\:bg-purple-400:hover {
        background-color: #b794f4
    }

    .md\:hover\:bg-purple-500:hover {
        background-color: #9f7aea
    }

    .md\:hover\:bg-purple-600:hover {
        background-color: #805ad5
    }

    .md\:hover\:bg-purple-700:hover {
        background-color: #6b46c1
    }

    .md\:hover\:bg-purple-800:hover {
        background-color: #553c9a
    }

    .md\:hover\:bg-purple-900:hover {
        background-color: #44337a
    }

    .md\:hover\:bg-pink-100:hover {
        background-color: #fff5f7
    }

    .md\:hover\:bg-pink-200:hover {
        background-color: #fed7e2
    }

    .md\:hover\:bg-pink-300:hover {
        background-color: #fbb6ce
    }

    .md\:hover\:bg-pink-400:hover {
        background-color: #f687b3
    }

    .md\:hover\:bg-pink-500:hover {
        background-color: #ed64a6
    }

    .md\:hover\:bg-pink-600:hover {
        background-color: #d53f8c
    }

    .md\:hover\:bg-pink-700:hover {
        background-color: #b83280
    }

    .md\:hover\:bg-pink-800:hover {
        background-color: #97266d
    }

    .md\:hover\:bg-pink-900:hover {
        background-color: #702459
    }

    .md\:focus\:bg-transparent:focus {
        background-color: transparent
    }

    .md\:focus\:bg-primary:focus {
        background-color: #81d8d0
    }

    .md\:focus\:bg-primarydarker:focus {
        background-color: #6acdc4
    }

    .md\:focus\:bg-black:focus,
    .md\:focus\:bg-turquoise:focus {
        background-color: #000
    }

    .md\:focus\:bg-gold:focus {
        background-color: #d0ae5f
    }

    .md\:focus\:bg-white:focus {
        background-color: #fff
    }

    .md\:focus\:bg-whiteHalfTransparent:focus {
        background-color: hsla(0, 0%, 100%, .5)
    }

    .md\:focus\:bg-brown:focus {
        background-color: #36261e
    }

    .md\:focus\:bg-browndark:focus {
        background-color: #130c0e
    }

    .md\:focus\:bg-gray-100:focus {
        background-color: #f2f2f2
    }

    .md\:focus\:bg-gray-150:focus {
        background-color: #f3f3f3
    }

    .md\:focus\:bg-gray-200:focus {
        background-color: #f6f6f6
    }

    .md\:focus\:bg-gray-300:focus {
        background-color: #e8e8e8
    }

    .md\:focus\:bg-gray-400:focus {
        background-color: #cbd5e0
    }

    .md\:focus\:bg-gray-450:focus {
        background-color: #c3c3c3
    }

    .md\:focus\:bg-gray-500:focus {
        background-color: #b1afaf
    }

    .md\:focus\:bg-gray-600:focus {
        background-color: #777
    }

    .md\:focus\:bg-gray-700:focus {
        background-color: #4a5568
    }

    .md\:focus\:bg-gray-800:focus {
        background-color: #2d3748
    }

    .md\:focus\:bg-gray-900:focus {
        background-color: #1a202c
    }

    .md\:focus\:bg-red-100:focus {
        background-color: #fff5f5
    }

    .md\:focus\:bg-red-200:focus {
        background-color: #fff6f7
    }

    .md\:focus\:bg-red-300:focus {
        background-color: #feb2b2
    }

    .md\:focus\:bg-red-400:focus {
        background-color: #bc6366
    }

    .md\:focus\:bg-red-500:focus {
        background-color: #f56565
    }

    .md\:focus\:bg-red-600:focus {
        background-color: #e53e3e
    }

    .md\:focus\:bg-red-700:focus {
        background-color: #c53030
    }

    .md\:focus\:bg-red-800:focus {
        background-color: #9b2c2c
    }

    .md\:focus\:bg-red-900:focus {
        background-color: #742a2a
    }

    .md\:focus\:bg-orange-100:focus {
        background-color: #fffaf0
    }

    .md\:focus\:bg-orange-200:focus {
        background-color: #feebc8
    }

    .md\:focus\:bg-orange-300:focus {
        background-color: #fbd38d
    }

    .md\:focus\:bg-orange-400:focus {
        background-color: #f6ad55
    }

    .md\:focus\:bg-orange-500:focus {
        background-color: #ed8936
    }

    .md\:focus\:bg-orange-600:focus {
        background-color: #dd6b20
    }

    .md\:focus\:bg-orange-700:focus {
        background-color: #c05621
    }

    .md\:focus\:bg-orange-800:focus {
        background-color: #9c4221
    }

    .md\:focus\:bg-orange-900:focus {
        background-color: #7b341e
    }

    .md\:focus\:bg-yellow-100:focus {
        background-color: ivory
    }

    .md\:focus\:bg-yellow-200:focus {
        background-color: #fffaee
    }

    .md\:focus\:bg-yellow-300:focus {
        background-color: #faf089
    }

    .md\:focus\:bg-yellow-400:focus {
        background-color: #d0ae5f
    }

    .md\:focus\:bg-yellow-500:focus {
        background-color: #ecc94b
    }

    .md\:focus\:bg-yellow-600:focus {
        background-color: #d69e2e
    }

    .md\:focus\:bg-yellow-700:focus {
        background-color: #b7791f
    }

    .md\:focus\:bg-yellow-800:focus {
        background-color: #975a16
    }

    .md\:focus\:bg-yellow-900:focus {
        background-color: #744210
    }

    .md\:focus\:bg-green-100:focus {
        background-color: #f0fff4
    }

    .md\:focus\:bg-green-200:focus {
        background-color: #c6f6d5
    }

    .md\:focus\:bg-green-300:focus {
        background-color: #9ae6b4
    }

    .md\:focus\:bg-green-400:focus {
        background-color: #68d391
    }

    .md\:focus\:bg-green-500:focus {
        background-color: #48bb78
    }

    .md\:focus\:bg-green-600:focus {
        background-color: #38a169
    }

    .md\:focus\:bg-green-700:focus {
        background-color: #2f855a
    }

    .md\:focus\:bg-green-800:focus {
        background-color: #276749
    }

    .md\:focus\:bg-green-900:focus {
        background-color: #22543d
    }

    .md\:focus\:bg-teal-100:focus {
        background-color: #e6fffa
    }

    .md\:focus\:bg-teal-200:focus {
        background-color: #b2f5ea
    }

    .md\:focus\:bg-teal-300:focus {
        background-color: #81e6d9
    }

    .md\:focus\:bg-teal-400:focus {
        background-color: #4fd1c5
    }

    .md\:focus\:bg-teal-500:focus {
        background-color: #38b2ac
    }

    .md\:focus\:bg-teal-600:focus {
        background-color: #319795
    }

    .md\:focus\:bg-teal-700:focus {
        background-color: #2c7a7b
    }

    .md\:focus\:bg-teal-800:focus {
        background-color: #285e61
    }

    .md\:focus\:bg-teal-900:focus {
        background-color: #234e52
    }

    .md\:focus\:bg-blue-100:focus {
        background-color: #ebf8ff
    }

    .md\:focus\:bg-blue-200:focus {
        background-color: #effafd
    }

    .md\:focus\:bg-blue-300:focus {
        background-color: #90cdf4
    }

    .md\:focus\:bg-blue-400:focus {
        background-color: #396973
    }

    .md\:focus\:bg-blue-500:focus {
        background-color: #4299e1
    }

    .md\:focus\:bg-blue-600:focus {
        background-color: #3182ce
    }

    .md\:focus\:bg-blue-700:focus {
        background-color: #2b6cb0
    }

    .md\:focus\:bg-blue-800:focus {
        background-color: #2c5282
    }

    .md\:focus\:bg-blue-900:focus {
        background-color: #2a4365
    }

    .md\:focus\:bg-indigo-100:focus {
        background-color: #ebf4ff
    }

    .md\:focus\:bg-indigo-200:focus {
        background-color: #c3dafe
    }

    .md\:focus\:bg-indigo-300:focus {
        background-color: #a3bffa
    }

    .md\:focus\:bg-indigo-400:focus {
        background-color: #7f9cf5
    }

    .md\:focus\:bg-indigo-500:focus {
        background-color: #667eea
    }

    .md\:focus\:bg-indigo-600:focus {
        background-color: #5a67d8
    }

    .md\:focus\:bg-indigo-700:focus {
        background-color: #4c51bf
    }

    .md\:focus\:bg-indigo-800:focus {
        background-color: #434190
    }

    .md\:focus\:bg-indigo-900:focus {
        background-color: #3c366b
    }

    .md\:focus\:bg-purple-100:focus {
        background-color: #faf5ff
    }

    .md\:focus\:bg-purple-200:focus {
        background-color: #e9d8fd
    }

    .md\:focus\:bg-purple-300:focus {
        background-color: #d6bcfa
    }

    .md\:focus\:bg-purple-400:focus {
        background-color: #b794f4
    }

    .md\:focus\:bg-purple-500:focus {
        background-color: #9f7aea
    }

    .md\:focus\:bg-purple-600:focus {
        background-color: #805ad5
    }

    .md\:focus\:bg-purple-700:focus {
        background-color: #6b46c1
    }

    .md\:focus\:bg-purple-800:focus {
        background-color: #553c9a
    }

    .md\:focus\:bg-purple-900:focus {
        background-color: #44337a
    }

    .md\:focus\:bg-pink-100:focus {
        background-color: #fff5f7
    }

    .md\:focus\:bg-pink-200:focus {
        background-color: #fed7e2
    }

    .md\:focus\:bg-pink-300:focus {
        background-color: #fbb6ce
    }

    .md\:focus\:bg-pink-400:focus {
        background-color: #f687b3
    }

    .md\:focus\:bg-pink-500:focus {
        background-color: #ed64a6
    }

    .md\:focus\:bg-pink-600:focus {
        background-color: #d53f8c
    }

    .md\:focus\:bg-pink-700:focus {
        background-color: #b83280
    }

    .md\:focus\:bg-pink-800:focus {
        background-color: #97266d
    }

    .md\:focus\:bg-pink-900:focus {
        background-color: #702459
    }

    .md\:bg-bottom {
        background-position: bottom
    }

    .md\:bg-center {
        background-position: 50%
    }

    .md\:bg-left {
        background-position: 0
    }

    .md\:bg-left-bottom {
        background-position: 0 100%
    }

    .md\:bg-left-top {
        background-position: 0 0
    }

    .md\:bg-right {
        background-position: 100%
    }

    .md\:bg-right-bottom {
        background-position: 100% 100%
    }

    .md\:bg-right-top {
        background-position: 100% 0
    }

    .md\:bg-top {
        background-position: top
    }

    .md\:bg-repeat {
        background-repeat: repeat
    }

    .md\:bg-no-repeat {
        background-repeat: no-repeat
    }

    .md\:bg-repeat-x {
        background-repeat: repeat-x
    }

    .md\:bg-repeat-y {
        background-repeat: repeat-y
    }

    .md\:bg-repeat-round {
        background-repeat: round
    }

    .md\:bg-repeat-space {
        background-repeat: space
    }

    .md\:bg-auto {
        background-size: auto
    }

    .md\:bg-cover {
        background-size: cover
    }

    .md\:bg-contain {
        background-size: contain
    }

    .md\:border-transparent {
        border-color: transparent
    }

    .md\:border-primary {
        border-color: #81d8d0
    }

    .md\:border-primarydarker {
        border-color: #6acdc4
    }

    .md\:border-black,
    .md\:border-turquoise {
        border-color: #000
    }

    .md\:border-gold {
        border-color: #d0ae5f
    }

    .md\:border-white {
        border-color: #fff
    }

    .md\:border-whiteHalfTransparent {
        border-color: hsla(0, 0%, 100%, .5)
    }

    .md\:border-brown {
        border-color: #36261e
    }

    .md\:border-browndark {
        border-color: #130c0e
    }

    .md\:border-gray-100 {
        border-color: #f2f2f2
    }

    .md\:border-gray-150 {
        border-color: #f3f3f3
    }

    .md\:border-gray-200 {
        border-color: #f6f6f6
    }

    .md\:border-gray-300 {
        border-color: #e8e8e8
    }

    .md\:border-gray-400 {
        border-color: #cbd5e0
    }

    .md\:border-gray-450 {
        border-color: #c3c3c3
    }

    .md\:border-gray-500 {
        border-color: #b1afaf
    }

    .md\:border-gray-600 {
        border-color: #777
    }

    .md\:border-gray-700 {
        border-color: #4a5568
    }

    .md\:border-gray-800 {
        border-color: #2d3748
    }

    .md\:border-gray-900 {
        border-color: #1a202c
    }

    .md\:border-red-100 {
        border-color: #fff5f5
    }

    .md\:border-red-200 {
        border-color: #fff6f7
    }

    .md\:border-red-300 {
        border-color: #feb2b2
    }

    .md\:border-red-400 {
        border-color: #bc6366
    }

    .md\:border-red-500 {
        border-color: #f56565
    }

    .md\:border-red-600 {
        border-color: #e53e3e
    }

    .md\:border-red-700 {
        border-color: #c53030
    }

    .md\:border-red-800 {
        border-color: #9b2c2c
    }

    .md\:border-red-900 {
        border-color: #742a2a
    }

    .md\:border-orange-100 {
        border-color: #fffaf0
    }

    .md\:border-orange-200 {
        border-color: #feebc8
    }

    .md\:border-orange-300 {
        border-color: #fbd38d
    }

    .md\:border-orange-400 {
        border-color: #f6ad55
    }

    .md\:border-orange-500 {
        border-color: #ed8936
    }

    .md\:border-orange-600 {
        border-color: #dd6b20
    }

    .md\:border-orange-700 {
        border-color: #c05621
    }

    .md\:border-orange-800 {
        border-color: #9c4221
    }

    .md\:border-orange-900 {
        border-color: #7b341e
    }

    .md\:border-yellow-100 {
        border-color: ivory
    }

    .md\:border-yellow-200 {
        border-color: #fffaee
    }

    .md\:border-yellow-300 {
        border-color: #faf089
    }

    .md\:border-yellow-400 {
        border-color: #d0ae5f
    }

    .md\:border-yellow-500 {
        border-color: #ecc94b
    }

    .md\:border-yellow-600 {
        border-color: #d69e2e
    }

    .md\:border-yellow-700 {
        border-color: #b7791f
    }

    .md\:border-yellow-800 {
        border-color: #975a16
    }

    .md\:border-yellow-900 {
        border-color: #744210
    }

    .md\:border-green-100 {
        border-color: #f0fff4
    }

    .md\:border-green-200 {
        border-color: #c6f6d5
    }

    .md\:border-green-300 {
        border-color: #9ae6b4
    }

    .md\:border-green-400 {
        border-color: #68d391
    }

    .md\:border-green-500 {
        border-color: #48bb78
    }

    .md\:border-green-600 {
        border-color: #38a169
    }

    .md\:border-green-700 {
        border-color: #2f855a
    }

    .md\:border-green-800 {
        border-color: #276749
    }

    .md\:border-green-900 {
        border-color: #22543d
    }

    .md\:border-teal-100 {
        border-color: #e6fffa
    }

    .md\:border-teal-200 {
        border-color: #b2f5ea
    }

    .md\:border-teal-300 {
        border-color: #81e6d9
    }

    .md\:border-teal-400 {
        border-color: #4fd1c5
    }

    .md\:border-teal-500 {
        border-color: #38b2ac
    }

    .md\:border-teal-600 {
        border-color: #319795
    }

    .md\:border-teal-700 {
        border-color: #2c7a7b
    }

    .md\:border-teal-800 {
        border-color: #285e61
    }

    .md\:border-teal-900 {
        border-color: #234e52
    }

    .md\:border-blue-100 {
        border-color: #ebf8ff
    }

    .md\:border-blue-200 {
        border-color: #effafd
    }

    .md\:border-blue-300 {
        border-color: #90cdf4
    }

    .md\:border-blue-400 {
        border-color: #396973
    }

    .md\:border-blue-500 {
        border-color: #4299e1
    }

    .md\:border-blue-600 {
        border-color: #3182ce
    }

    .md\:border-blue-700 {
        border-color: #2b6cb0
    }

    .md\:border-blue-800 {
        border-color: #2c5282
    }

    .md\:border-blue-900 {
        border-color: #2a4365
    }

    .md\:border-indigo-100 {
        border-color: #ebf4ff
    }

    .md\:border-indigo-200 {
        border-color: #c3dafe
    }

    .md\:border-indigo-300 {
        border-color: #a3bffa
    }

    .md\:border-indigo-400 {
        border-color: #7f9cf5
    }

    .md\:border-indigo-500 {
        border-color: #667eea
    }

    .md\:border-indigo-600 {
        border-color: #5a67d8
    }

    .md\:border-indigo-700 {
        border-color: #4c51bf
    }

    .md\:border-indigo-800 {
        border-color: #434190
    }

    .md\:border-indigo-900 {
        border-color: #3c366b
    }

    .md\:border-purple-100 {
        border-color: #faf5ff
    }

    .md\:border-purple-200 {
        border-color: #e9d8fd
    }

    .md\:border-purple-300 {
        border-color: #d6bcfa
    }

    .md\:border-purple-400 {
        border-color: #b794f4
    }

    .md\:border-purple-500 {
        border-color: #9f7aea
    }

    .md\:border-purple-600 {
        border-color: #805ad5
    }

    .md\:border-purple-700 {
        border-color: #6b46c1
    }

    .md\:border-purple-800 {
        border-color: #553c9a
    }

    .md\:border-purple-900 {
        border-color: #44337a
    }

    .md\:border-pink-100 {
        border-color: #fff5f7
    }

    .md\:border-pink-200 {
        border-color: #fed7e2
    }

    .md\:border-pink-300 {
        border-color: #fbb6ce
    }

    .md\:border-pink-400 {
        border-color: #f687b3
    }

    .md\:border-pink-500 {
        border-color: #ed64a6
    }

    .md\:border-pink-600 {
        border-color: #d53f8c
    }

    .md\:border-pink-700 {
        border-color: #b83280
    }

    .md\:border-pink-800 {
        border-color: #97266d
    }

    .md\:border-pink-900 {
        border-color: #702459
    }

    .md\:hover\:border-transparent:hover {
        border-color: transparent
    }

    .md\:hover\:border-primary:hover {
        border-color: #81d8d0
    }

    .md\:hover\:border-primarydarker:hover {
        border-color: #6acdc4
    }

    .md\:hover\:border-black:hover,
    .md\:hover\:border-turquoise:hover {
        border-color: #000
    }

    .md\:hover\:border-gold:hover {
        border-color: #d0ae5f
    }

    .md\:hover\:border-white:hover {
        border-color: #fff
    }

    .md\:hover\:border-whiteHalfTransparent:hover {
        border-color: hsla(0, 0%, 100%, .5)
    }

    .md\:hover\:border-brown:hover {
        border-color: #36261e
    }

    .md\:hover\:border-browndark:hover {
        border-color: #130c0e
    }

    .md\:hover\:border-gray-100:hover {
        border-color: #f2f2f2
    }

    .md\:hover\:border-gray-150:hover {
        border-color: #f3f3f3
    }

    .md\:hover\:border-gray-200:hover {
        border-color: #f6f6f6
    }

    .md\:hover\:border-gray-300:hover {
        border-color: #e8e8e8
    }

    .md\:hover\:border-gray-400:hover {
        border-color: #cbd5e0
    }

    .md\:hover\:border-gray-450:hover {
        border-color: #c3c3c3
    }

    .md\:hover\:border-gray-500:hover {
        border-color: #b1afaf
    }

    .md\:hover\:border-gray-600:hover {
        border-color: #777
    }

    .md\:hover\:border-gray-700:hover {
        border-color: #4a5568
    }

    .md\:hover\:border-gray-800:hover {
        border-color: #2d3748
    }

    .md\:hover\:border-gray-900:hover {
        border-color: #1a202c
    }

    .md\:hover\:border-red-100:hover {
        border-color: #fff5f5
    }

    .md\:hover\:border-red-200:hover {
        border-color: #fff6f7
    }

    .md\:hover\:border-red-300:hover {
        border-color: #feb2b2
    }

    .md\:hover\:border-red-400:hover {
        border-color: #bc6366
    }

    .md\:hover\:border-red-500:hover {
        border-color: #f56565
    }

    .md\:hover\:border-red-600:hover {
        border-color: #e53e3e
    }

    .md\:hover\:border-red-700:hover {
        border-color: #c53030
    }

    .md\:hover\:border-red-800:hover {
        border-color: #9b2c2c
    }

    .md\:hover\:border-red-900:hover {
        border-color: #742a2a
    }

    .md\:hover\:border-orange-100:hover {
        border-color: #fffaf0
    }

    .md\:hover\:border-orange-200:hover {
        border-color: #feebc8
    }

    .md\:hover\:border-orange-300:hover {
        border-color: #fbd38d
    }

    .md\:hover\:border-orange-400:hover {
        border-color: #f6ad55
    }

    .md\:hover\:border-orange-500:hover {
        border-color: #ed8936
    }

    .md\:hover\:border-orange-600:hover {
        border-color: #dd6b20
    }

    .md\:hover\:border-orange-700:hover {
        border-color: #c05621
    }

    .md\:hover\:border-orange-800:hover {
        border-color: #9c4221
    }

    .md\:hover\:border-orange-900:hover {
        border-color: #7b341e
    }

    .md\:hover\:border-yellow-100:hover {
        border-color: ivory
    }

    .md\:hover\:border-yellow-200:hover {
        border-color: #fffaee
    }

    .md\:hover\:border-yellow-300:hover {
        border-color: #faf089
    }

    .md\:hover\:border-yellow-400:hover {
        border-color: #d0ae5f
    }

    .md\:hover\:border-yellow-500:hover {
        border-color: #ecc94b
    }

    .md\:hover\:border-yellow-600:hover {
        border-color: #d69e2e
    }

    .md\:hover\:border-yellow-700:hover {
        border-color: #b7791f
    }

    .md\:hover\:border-yellow-800:hover {
        border-color: #975a16
    }

    .md\:hover\:border-yellow-900:hover {
        border-color: #744210
    }

    .md\:hover\:border-green-100:hover {
        border-color: #f0fff4
    }

    .md\:hover\:border-green-200:hover {
        border-color: #c6f6d5
    }

    .md\:hover\:border-green-300:hover {
        border-color: #9ae6b4
    }

    .md\:hover\:border-green-400:hover {
        border-color: #68d391
    }

    .md\:hover\:border-green-500:hover {
        border-color: #48bb78
    }

    .md\:hover\:border-green-600:hover {
        border-color: #38a169
    }

    .md\:hover\:border-green-700:hover {
        border-color: #2f855a
    }

    .md\:hover\:border-green-800:hover {
        border-color: #276749
    }

    .md\:hover\:border-green-900:hover {
        border-color: #22543d
    }

    .md\:hover\:border-teal-100:hover {
        border-color: #e6fffa
    }

    .md\:hover\:border-teal-200:hover {
        border-color: #b2f5ea
    }

    .md\:hover\:border-teal-300:hover {
        border-color: #81e6d9
    }

    .md\:hover\:border-teal-400:hover {
        border-color: #4fd1c5
    }

    .md\:hover\:border-teal-500:hover {
        border-color: #38b2ac
    }

    .md\:hover\:border-teal-600:hover {
        border-color: #319795
    }

    .md\:hover\:border-teal-700:hover {
        border-color: #2c7a7b
    }

    .md\:hover\:border-teal-800:hover {
        border-color: #285e61
    }

    .md\:hover\:border-teal-900:hover {
        border-color: #234e52
    }

    .md\:hover\:border-blue-100:hover {
        border-color: #ebf8ff
    }

    .md\:hover\:border-blue-200:hover {
        border-color: #effafd
    }

    .md\:hover\:border-blue-300:hover {
        border-color: #90cdf4
    }

    .md\:hover\:border-blue-400:hover {
        border-color: #396973
    }

    .md\:hover\:border-blue-500:hover {
        border-color: #4299e1
    }

    .md\:hover\:border-blue-600:hover {
        border-color: #3182ce
    }

    .md\:hover\:border-blue-700:hover {
        border-color: #2b6cb0
    }

    .md\:hover\:border-blue-800:hover {
        border-color: #2c5282
    }

    .md\:hover\:border-blue-900:hover {
        border-color: #2a4365
    }

    .md\:hover\:border-indigo-100:hover {
        border-color: #ebf4ff
    }

    .md\:hover\:border-indigo-200:hover {
        border-color: #c3dafe
    }

    .md\:hover\:border-indigo-300:hover {
        border-color: #a3bffa
    }

    .md\:hover\:border-indigo-400:hover {
        border-color: #7f9cf5
    }

    .md\:hover\:border-indigo-500:hover {
        border-color: #667eea
    }

    .md\:hover\:border-indigo-600:hover {
        border-color: #5a67d8
    }

    .md\:hover\:border-indigo-700:hover {
        border-color: #4c51bf
    }

    .md\:hover\:border-indigo-800:hover {
        border-color: #434190
    }

    .md\:hover\:border-indigo-900:hover {
        border-color: #3c366b
    }

    .md\:hover\:border-purple-100:hover {
        border-color: #faf5ff
    }

    .md\:hover\:border-purple-200:hover {
        border-color: #e9d8fd
    }

    .md\:hover\:border-purple-300:hover {
        border-color: #d6bcfa
    }

    .md\:hover\:border-purple-400:hover {
        border-color: #b794f4
    }

    .md\:hover\:border-purple-500:hover {
        border-color: #9f7aea
    }

    .md\:hover\:border-purple-600:hover {
        border-color: #805ad5
    }

    .md\:hover\:border-purple-700:hover {
        border-color: #6b46c1
    }

    .md\:hover\:border-purple-800:hover {
        border-color: #553c9a
    }

    .md\:hover\:border-purple-900:hover {
        border-color: #44337a
    }

    .md\:hover\:border-pink-100:hover {
        border-color: #fff5f7
    }

    .md\:hover\:border-pink-200:hover {
        border-color: #fed7e2
    }

    .md\:hover\:border-pink-300:hover {
        border-color: #fbb6ce
    }

    .md\:hover\:border-pink-400:hover {
        border-color: #f687b3
    }

    .md\:hover\:border-pink-500:hover {
        border-color: #ed64a6
    }

    .md\:hover\:border-pink-600:hover {
        border-color: #d53f8c
    }

    .md\:hover\:border-pink-700:hover {
        border-color: #b83280
    }

    .md\:hover\:border-pink-800:hover {
        border-color: #97266d
    }

    .md\:hover\:border-pink-900:hover {
        border-color: #702459
    }

    .md\:focus\:border-transparent:focus {
        border-color: transparent
    }

    .md\:focus\:border-primary:focus {
        border-color: #81d8d0
    }

    .md\:focus\:border-primarydarker:focus {
        border-color: #6acdc4
    }

    .md\:focus\:border-black:focus,
    .md\:focus\:border-turquoise:focus {
        border-color: #000
    }

    .md\:focus\:border-gold:focus {
        border-color: #d0ae5f
    }

    .md\:focus\:border-white:focus {
        border-color: #fff
    }

    .md\:focus\:border-whiteHalfTransparent:focus {
        border-color: hsla(0, 0%, 100%, .5)
    }

    .md\:focus\:border-brown:focus {
        border-color: #36261e
    }

    .md\:focus\:border-browndark:focus {
        border-color: #130c0e
    }

    .md\:focus\:border-gray-100:focus {
        border-color: #f2f2f2
    }

    .md\:focus\:border-gray-150:focus {
        border-color: #f3f3f3
    }

    .md\:focus\:border-gray-200:focus {
        border-color: #f6f6f6
    }

    .md\:focus\:border-gray-300:focus {
        border-color: #e8e8e8
    }

    .md\:focus\:border-gray-400:focus {
        border-color: #cbd5e0
    }

    .md\:focus\:border-gray-450:focus {
        border-color: #c3c3c3
    }

    .md\:focus\:border-gray-500:focus {
        border-color: #b1afaf
    }

    .md\:focus\:border-gray-600:focus {
        border-color: #777
    }

    .md\:focus\:border-gray-700:focus {
        border-color: #4a5568
    }

    .md\:focus\:border-gray-800:focus {
        border-color: #2d3748
    }

    .md\:focus\:border-gray-900:focus {
        border-color: #1a202c
    }

    .md\:focus\:border-red-100:focus {
        border-color: #fff5f5
    }

    .md\:focus\:border-red-200:focus {
        border-color: #fff6f7
    }

    .md\:focus\:border-red-300:focus {
        border-color: #feb2b2
    }

    .md\:focus\:border-red-400:focus {
        border-color: #bc6366
    }

    .md\:focus\:border-red-500:focus {
        border-color: #f56565
    }

    .md\:focus\:border-red-600:focus {
        border-color: #e53e3e
    }

    .md\:focus\:border-red-700:focus {
        border-color: #c53030
    }

    .md\:focus\:border-red-800:focus {
        border-color: #9b2c2c
    }

    .md\:focus\:border-red-900:focus {
        border-color: #742a2a
    }

    .md\:focus\:border-orange-100:focus {
        border-color: #fffaf0
    }

    .md\:focus\:border-orange-200:focus {
        border-color: #feebc8
    }

    .md\:focus\:border-orange-300:focus {
        border-color: #fbd38d
    }

    .md\:focus\:border-orange-400:focus {
        border-color: #f6ad55
    }

    .md\:focus\:border-orange-500:focus {
        border-color: #ed8936
    }

    .md\:focus\:border-orange-600:focus {
        border-color: #dd6b20
    }

    .md\:focus\:border-orange-700:focus {
        border-color: #c05621
    }

    .md\:focus\:border-orange-800:focus {
        border-color: #9c4221
    }

    .md\:focus\:border-orange-900:focus {
        border-color: #7b341e
    }

    .md\:focus\:border-yellow-100:focus {
        border-color: ivory
    }

    .md\:focus\:border-yellow-200:focus {
        border-color: #fffaee
    }

    .md\:focus\:border-yellow-300:focus {
        border-color: #faf089
    }

    .md\:focus\:border-yellow-400:focus {
        border-color: #d0ae5f
    }

    .md\:focus\:border-yellow-500:focus {
        border-color: #ecc94b
    }

    .md\:focus\:border-yellow-600:focus {
        border-color: #d69e2e
    }

    .md\:focus\:border-yellow-700:focus {
        border-color: #b7791f
    }

    .md\:focus\:border-yellow-800:focus {
        border-color: #975a16
    }

    .md\:focus\:border-yellow-900:focus {
        border-color: #744210
    }

    .md\:focus\:border-green-100:focus {
        border-color: #f0fff4
    }

    .md\:focus\:border-green-200:focus {
        border-color: #c6f6d5
    }

    .md\:focus\:border-green-300:focus {
        border-color: #9ae6b4
    }

    .md\:focus\:border-green-400:focus {
        border-color: #68d391
    }

    .md\:focus\:border-green-500:focus {
        border-color: #48bb78
    }

    .md\:focus\:border-green-600:focus {
        border-color: #38a169
    }

    .md\:focus\:border-green-700:focus {
        border-color: #2f855a
    }

    .md\:focus\:border-green-800:focus {
        border-color: #276749
    }

    .md\:focus\:border-green-900:focus {
        border-color: #22543d
    }

    .md\:focus\:border-teal-100:focus {
        border-color: #e6fffa
    }

    .md\:focus\:border-teal-200:focus {
        border-color: #b2f5ea
    }

    .md\:focus\:border-teal-300:focus {
        border-color: #81e6d9
    }

    .md\:focus\:border-teal-400:focus {
        border-color: #4fd1c5
    }

    .md\:focus\:border-teal-500:focus {
        border-color: #38b2ac
    }

    .md\:focus\:border-teal-600:focus {
        border-color: #319795
    }

    .md\:focus\:border-teal-700:focus {
        border-color: #2c7a7b
    }

    .md\:focus\:border-teal-800:focus {
        border-color: #285e61
    }

    .md\:focus\:border-teal-900:focus {
        border-color: #234e52
    }

    .md\:focus\:border-blue-100:focus {
        border-color: #ebf8ff
    }

    .md\:focus\:border-blue-200:focus {
        border-color: #effafd
    }

    .md\:focus\:border-blue-300:focus {
        border-color: #90cdf4
    }

    .md\:focus\:border-blue-400:focus {
        border-color: #396973
    }

    .md\:focus\:border-blue-500:focus {
        border-color: #4299e1
    }

    .md\:focus\:border-blue-600:focus {
        border-color: #3182ce
    }

    .md\:focus\:border-blue-700:focus {
        border-color: #2b6cb0
    }

    .md\:focus\:border-blue-800:focus {
        border-color: #2c5282
    }

    .md\:focus\:border-blue-900:focus {
        border-color: #2a4365
    }

    .md\:focus\:border-indigo-100:focus {
        border-color: #ebf4ff
    }

    .md\:focus\:border-indigo-200:focus {
        border-color: #c3dafe
    }

    .md\:focus\:border-indigo-300:focus {
        border-color: #a3bffa
    }

    .md\:focus\:border-indigo-400:focus {
        border-color: #7f9cf5
    }

    .md\:focus\:border-indigo-500:focus {
        border-color: #667eea
    }

    .md\:focus\:border-indigo-600:focus {
        border-color: #5a67d8
    }

    .md\:focus\:border-indigo-700:focus {
        border-color: #4c51bf
    }

    .md\:focus\:border-indigo-800:focus {
        border-color: #434190
    }

    .md\:focus\:border-indigo-900:focus {
        border-color: #3c366b
    }

    .md\:focus\:border-purple-100:focus {
        border-color: #faf5ff
    }

    .md\:focus\:border-purple-200:focus {
        border-color: #e9d8fd
    }

    .md\:focus\:border-purple-300:focus {
        border-color: #d6bcfa
    }

    .md\:focus\:border-purple-400:focus {
        border-color: #b794f4
    }

    .md\:focus\:border-purple-500:focus {
        border-color: #9f7aea
    }

    .md\:focus\:border-purple-600:focus {
        border-color: #805ad5
    }

    .md\:focus\:border-purple-700:focus {
        border-color: #6b46c1
    }

    .md\:focus\:border-purple-800:focus {
        border-color: #553c9a
    }

    .md\:focus\:border-purple-900:focus {
        border-color: #44337a
    }

    .md\:focus\:border-pink-100:focus {
        border-color: #fff5f7
    }

    .md\:focus\:border-pink-200:focus {
        border-color: #fed7e2
    }

    .md\:focus\:border-pink-300:focus {
        border-color: #fbb6ce
    }

    .md\:focus\:border-pink-400:focus {
        border-color: #f687b3
    }

    .md\:focus\:border-pink-500:focus {
        border-color: #ed64a6
    }

    .md\:focus\:border-pink-600:focus {
        border-color: #d53f8c
    }

    .md\:focus\:border-pink-700:focus {
        border-color: #b83280
    }

    .md\:focus\:border-pink-800:focus {
        border-color: #97266d
    }

    .md\:focus\:border-pink-900:focus {
        border-color: #702459
    }

    .md\:rounded-none {
        border-radius: 0
    }

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

    .md\:rounded {
        border-radius: .25rem
    }

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

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

    .md\:rounded-t-none {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

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

    .md\:rounded-b-none {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

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

    .md\:rounded-t-sm {
        border-top-left-radius: .125rem;
        border-top-right-radius: .125rem
    }

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

    .md\:rounded-b-sm {
        border-bottom-right-radius: .125rem;
        border-bottom-left-radius: .125rem
    }

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

    .md\:rounded-t {
        border-top-left-radius: .25rem
    }

    .md\:rounded-r,
    .md\:rounded-t {
        border-top-right-radius: .25rem
    }

    .md\:rounded-b,
    .md\:rounded-r {
        border-bottom-right-radius: .25rem
    }

    .md\:rounded-b,
    .md\:rounded-l {
        border-bottom-left-radius: .25rem
    }

    .md\:rounded-l {
        border-top-left-radius: .25rem
    }

    .md\:rounded-t-lg {
        border-top-left-radius: .5rem;
        border-top-right-radius: .5rem
    }

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

    .md\:rounded-b-lg {
        border-bottom-right-radius: .5rem;
        border-bottom-left-radius: .5rem
    }

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

    .md\:rounded-t-full {
        border-top-left-radius: 9999px;
        border-top-right-radius: 9999px
    }

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

    .md\:rounded-b-full {
        border-bottom-right-radius: 9999px;
        border-bottom-left-radius: 9999px
    }

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

    .md\:rounded-tl-none {
        border-top-left-radius: 0
    }

    .md\:rounded-tr-none {
        border-top-right-radius: 0
    }

    .md\:rounded-br-none {
        border-bottom-right-radius: 0
    }

    .md\:rounded-bl-none {
        border-bottom-left-radius: 0
    }

    .md\:rounded-tl-sm {
        border-top-left-radius: .125rem
    }

    .md\:rounded-tr-sm {
        border-top-right-radius: .125rem
    }

    .md\:rounded-br-sm {
        border-bottom-right-radius: .125rem
    }

    .md\:rounded-bl-sm {
        border-bottom-left-radius: .125rem
    }

    .md\:rounded-tl {
        border-top-left-radius: .25rem
    }

    .md\:rounded-tr {
        border-top-right-radius: .25rem
    }

    .md\:rounded-br {
        border-bottom-right-radius: .25rem
    }

    .md\:rounded-bl {
        border-bottom-left-radius: .25rem
    }

    .md\:rounded-tl-lg {
        border-top-left-radius: .5rem
    }

    .md\:rounded-tr-lg {
        border-top-right-radius: .5rem
    }

    .md\:rounded-br-lg {
        border-bottom-right-radius: .5rem
    }

    .md\:rounded-bl-lg {
        border-bottom-left-radius: .5rem
    }

    .md\:rounded-tl-full {
        border-top-left-radius: 9999px
    }

    .md\:rounded-tr-full {
        border-top-right-radius: 9999px
    }

    .md\:rounded-br-full {
        border-bottom-right-radius: 9999px
    }

    .md\:rounded-bl-full {
        border-bottom-left-radius: 9999px
    }

    .md\:border-solid {
        border-style: solid
    }

    .md\:border-dashed {
        border-style: dashed
    }

    .md\:border-dotted {
        border-style: dotted
    }

    .md\:border-none {
        border-style: none
    }

    .md\:border-0 {
        border-width: 0
    }

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

    .md\:border-4 {
        border-width: 4px
    }

    .md\:border-8 {
        border-width: 8px
    }

    .md\:border {
        border-width: 1px
    }

    .md\:border-t-0 {
        border-top-width: 0
    }

    .md\:border-r-0 {
        border-right-width: 0
    }

    .md\:border-b-0 {
        border-bottom-width: 0
    }

    .md\:border-l-0 {
        border-left-width: 0
    }

    .md\:border-t-2 {
        border-top-width: 2px
    }

    .md\:border-r-2 {
        border-right-width: 2px
    }

    .md\:border-b-2 {
        border-bottom-width: 2px
    }

    .md\:border-l-2 {
        border-left-width: 2px
    }

    .md\:border-t-4 {
        border-top-width: 4px
    }

    .md\:border-r-4 {
        border-right-width: 4px
    }

    .md\:border-b-4 {
        border-bottom-width: 4px
    }

    .md\:border-l-4 {
        border-left-width: 4px
    }

    .md\:border-t-8 {
        border-top-width: 8px
    }

    .md\:border-r-8 {
        border-right-width: 8px
    }

    .md\:border-b-8 {
        border-bottom-width: 8px
    }

    .md\:border-l-8 {
        border-left-width: 8px
    }

    .md\:border-t {
        border-top-width: 1px
    }

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

    .md\:border-b {
        border-bottom-width: 1px
    }

    .md\:border-l {
        border-left-width: 1px
    }

    .md\:cursor-auto {
        cursor: auto
    }

    .md\:cursor-default {
        cursor: default
    }

    .md\:cursor-pointer {
        cursor: pointer
    }

    .md\:cursor-wait {
        cursor: wait
    }

    .md\:cursor-move {
        cursor: move
    }

    .md\:cursor-not-allowed {
        cursor: not-allowed
    }

    .md\:block {
        display: block
    }

    .md\:inline-block {
        display: inline-block
    }

    .md\:inline {
        display: inline
    }

    .md\:flex {
        display: flex
    }

    .md\:inline-flex {
        display: inline-flex
    }

    .md\:table {
        display: table
    }

    .md\:table-row {
        display: table-row
    }

    .md\:table-cell {
        display: table-cell
    }

    .md\:hidden {
        display: none
    }

    .md\:flex-row {
        flex-direction: row
    }

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

    .md\:flex-col {
        flex-direction: column
    }

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

    .md\:flex-wrap {
        flex-wrap: wrap
    }

    .md\:flex-wrap-reverse {
        flex-wrap: wrap-reverse
    }

    .md\:flex-no-wrap {
        flex-wrap: nowrap
    }

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

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

    .md\:items-center {
        align-items: center
    }

    .md\:items-baseline {
        align-items: baseline
    }

    .md\:items-stretch {
        align-items: stretch
    }

    .md\:self-auto {
        align-self: auto
    }

    .md\:self-start {
        align-self: flex-start
    }

    .md\:self-end {
        align-self: flex-end
    }

    .md\:self-center {
        align-self: center
    }

    .md\:self-stretch {
        align-self: stretch
    }

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

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

    .md\:justify-center {
        justify-content: center
    }

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

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

    .md\:content-center {
        align-content: center
    }

    .md\:content-start {
        align-content: flex-start
    }

    .md\:content-end {
        align-content: flex-end
    }

    .md\:content-between {
        align-content: space-between
    }

    .md\:content-around {
        align-content: space-around
    }

    .md\:flex-1 {
        flex: 1 1 0%
    }

    .md\:flex-auto {
        flex: 1 1 auto
    }

    .md\:flex-initial {
        flex: 0 1 auto
    }

    .md\:flex-none {
        flex: none
    }

    .md\:flex-grow-0 {
        flex-grow: 0
    }

    .md\:flex-grow {
        flex-grow: 1
    }

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

    .md\:flex-shrink {
        flex-shrink: 1
    }

    .md\:order-1 {
        order: 1
    }

    .md\:order-2 {
        order: 2
    }

    .md\:order-3 {
        order: 3
    }

    .md\:order-4 {
        order: 4
    }

    .md\:order-5 {
        order: 5
    }

    .md\:order-6 {
        order: 6
    }

    .md\:order-7 {
        order: 7
    }

    .md\:order-8 {
        order: 8
    }

    .md\:order-9 {
        order: 9
    }

    .md\:order-10 {
        order: 10
    }

    .md\:order-11 {
        order: 11
    }

    .md\:order-12 {
        order: 12
    }

    .md\:order-first {
        order: -9999
    }

    .md\:order-last {
        order: 9999
    }

    .md\:order-none {
        order: 0
    }

    .md\:float-right {
        float: right
    }

    .md\:float-left {
        float: left
    }

    .md\:float-none {
        float: none
    }

    .md\:clearfix:after {
        content: "";
        display: table;
        clear: both
    }

    .md\:font-sans {
        font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
    }

    .md\:font-serif {
        font-family: Georgia, Cambria, Times New Roman, Times, serif
    }

    .md\:font-mono {
        font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
    }

    .md\:font-domain {
        font-family: Domaine Disp
    }

    .md\:font-graphik {
        font-family: Graphik
    }

    .md\:font-playfair {
        font-family: Playfair Display
    }

    .md\:font-hairline {
        font-weight: 100
    }

    .md\:font-thin {
        font-weight: 200
    }

    .md\:font-light {
        font-weight: 300
    }

    .md\:font-normal {
        font-weight: 400
    }

    .md\:font-medium {
        font-weight: 500
    }

    .md\:font-semibold {
        font-weight: 600
    }

    .md\:font-bold {
        font-weight: 700
    }

    .md\:font-extrabold {
        font-weight: 800
    }

    .md\:font-black {
        font-weight: 900
    }

    .md\:hover\:font-hairline:hover {
        font-weight: 100
    }

    .md\:hover\:font-thin:hover {
        font-weight: 200
    }

    .md\:hover\:font-light:hover {
        font-weight: 300
    }

    .md\:hover\:font-normal:hover {
        font-weight: 400
    }

    .md\:hover\:font-medium:hover {
        font-weight: 500
    }

    .md\:hover\:font-semibold:hover {
        font-weight: 600
    }

    .md\:hover\:font-bold:hover {
        font-weight: 700
    }

    .md\:hover\:font-extrabold:hover {
        font-weight: 800
    }

    .md\:hover\:font-black:hover {
        font-weight: 900
    }

    .md\:focus\:font-hairline:focus {
        font-weight: 100
    }

    .md\:focus\:font-thin:focus {
        font-weight: 200
    }

    .md\:focus\:font-light:focus {
        font-weight: 300
    }

    .md\:focus\:font-normal:focus {
        font-weight: 400
    }

    .md\:focus\:font-medium:focus {
        font-weight: 500
    }

    .md\:focus\:font-semibold:focus {
        font-weight: 600
    }

    .md\:focus\:font-bold:focus {
        font-weight: 700
    }

    .md\:focus\:font-extrabold:focus {
        font-weight: 800
    }

    .md\:focus\:font-black:focus {
        font-weight: 900
    }

    .md\:h-0 {
        height: 0
    }

    .md\:h-1 {
        height: .25rem
    }

    .md\:h-2 {
        height: .5rem
    }

    .md\:h-3 {
        height: .75rem
    }

    .md\:h-4 {
        height: 1rem
    }

    .md\:h-5 {
        height: 1.25rem
    }

    .md\:h-6 {
        height: 1.5rem
    }

    .md\:h-8 {
        height: 2rem
    }

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

    .md\:h-12 {
        height: 3rem
    }

    .md\:h-15 {
        height: 3.7rem
    }

    .md\:h-16 {
        height: 4rem
    }

    .md\:h-20 {
        height: 5rem
    }

    .md\:h-24 {
        height: 6rem
    }

    .md\:h-32 {
        height: 8rem
    }

    .md\:h-40 {
        height: 10rem
    }

    .md\:h-48 {
        height: 12rem
    }

    .md\:h-56 {
        height: 14rem
    }

    .md\:h-64 {
        height: 16rem
    }

    .md\:h-auto {
        height: auto
    }

    .md\:h-px {
        height: 1px
    }

    .md\:h-6vw {
        height: 1vw
    }

    .md\:h-10vw {
        height: 2vw
    }

    .md\:h-12vw {
        height: 2.5vw
    }

    .md\:h-20vw {
        height: 3vw
    }

    .md\:h-22vw {
        height: 4.3vw
    }

    .md\:h-24vw {
        height: 3.6vw
    }

    .md\:h-40vw {
        height: 9vw
    }

    .md\:h-48vw {
        height: 11vw
    }

    .md\:h--1 {
        height: -1px
    }

    .md\:h--2 {
        height: -2px
    }

    .md\:h--4 {
        height: -1rem
    }

    .md\:h--8 {
        height: -2rem
    }

    .md\:h-3vw {
        height: .5vw
    }

    .md\:h-full {
        height: 100%
    }

    .md\:h-screen {
        height: 100vh
    }

    .md\:leading-none {
        line-height: 1
    }

    .md\:leading-tight {
        line-height: 1.25
    }

    .md\:leading-snug {
        line-height: 1.375
    }

    .md\:leading-normal {
        line-height: 1.5
    }

    .md\:leading-relaxed {
        line-height: 1.625
    }

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

    .md\:list-inside {
        list-style-position: inside
    }

    .md\:list-outside {
        list-style-position: outside
    }

    .md\:list-none {
        list-style-type: none
    }

    .md\:list-disc {
        list-style-type: disc
    }

    .md\:list-decimal {
        list-style-type: decimal
    }

    .md\:m-0 {
        margin: 0
    }

    .md\:m-1 {
        margin: .25rem
    }

    .md\:m-2 {
        margin: .5rem
    }

    .md\:m-3 {
        margin: .75rem
    }

    .md\:m-4 {
        margin: 1rem
    }

    .md\:m-5 {
        margin: 1.25rem
    }

    .md\:m-6 {
        margin: 1.5rem
    }

    .md\:m-8 {
        margin: 2rem
    }

    .md\:m-10 {
        margin: 2.5rem
    }

    .md\:m-12 {
        margin: 3rem
    }

    .md\:m-15 {
        margin: 3.7rem
    }

    .md\:m-16 {
        margin: 4rem
    }

    .md\:m-20 {
        margin: 5rem
    }

    .md\:m-24 {
        margin: 6rem
    }

    .md\:m-32 {
        margin: 8rem
    }

    .md\:m-40 {
        margin: 10rem
    }

    .md\:m-48 {
        margin: 12rem
    }

    .md\:m-56 {
        margin: 14rem
    }

    .md\:m-64 {
        margin: 16rem
    }

    .md\:m-auto {
        margin: auto
    }

    .md\:m-px {
        margin: 1px
    }

    .md\:m-6vw {
        margin: 1vw
    }

    .md\:m-10vw {
        margin: 2vw
    }

    .md\:m-12vw {
        margin: 2.5vw
    }

    .md\:m-20vw {
        margin: 3vw
    }

    .md\:m-22vw {
        margin: 4.3vw
    }

    .md\:m-24vw {
        margin: 3.6vw
    }

    .md\:m-40vw {
        margin: 9vw
    }

    .md\:m-48vw {
        margin: 11vw
    }

    .md\:-m-1 {
        margin: -1px
    }

    .md\:-m-2 {
        margin: -2px
    }

    .md\:-m-4 {
        margin: -1rem
    }

    .md\:-m-8 {
        margin: -2rem
    }

    .md\:m-3vw {
        margin: .5vw
    }

    .md\:my-0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .md\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .md\:my-1 {
        margin-top: .25rem;
        margin-bottom: .25rem
    }

    .md\:mx-1 {
        margin-left: .25rem;
        margin-right: .25rem
    }

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

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

    .md\:my-3 {
        margin-top: .75rem;
        margin-bottom: .75rem
    }

    .md\:mx-3 {
        margin-left: .75rem;
        margin-right: .75rem
    }

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

    .md\:mx-4 {
        margin-left: 1rem;
        margin-right: 1rem
    }

    .md\:my-5 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem
    }

    .md\:mx-5 {
        margin-left: 1.25rem;
        margin-right: 1.25rem
    }

    .md\:my-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem
    }

    .md\:mx-6 {
        margin-left: 1.5rem;
        margin-right: 1.5rem
    }

    .md\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem
    }

    .md\:mx-8 {
        margin-left: 2rem;
        margin-right: 2rem
    }

    .md\:my-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem
    }

    .md\:mx-10 {
        margin-left: 2.5rem;
        margin-right: 2.5rem
    }

    .md\:my-12 {
        margin-top: 3rem;
        margin-bottom: 3rem
    }

    .md\:mx-12 {
        margin-left: 3rem;
        margin-right: 3rem
    }

    .md\:my-15 {
        margin-top: 3.7rem;
        margin-bottom: 3.7rem
    }

    .md\:mx-15 {
        margin-left: 3.7rem;
        margin-right: 3.7rem
    }

    .md\:my-16 {
        margin-top: 4rem;
        margin-bottom: 4rem
    }

    .md\:mx-16 {
        margin-left: 4rem;
        margin-right: 4rem
    }

    .md\:my-20 {
        margin-top: 5rem;
        margin-bottom: 5rem
    }

    .md\:mx-20 {
        margin-left: 5rem;
        margin-right: 5rem
    }

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

    .md\:mx-24 {
        margin-left: 6rem;
        margin-right: 6rem
    }

    .md\:my-32 {
        margin-top: 8rem;
        margin-bottom: 8rem
    }

    .md\:mx-32 {
        margin-left: 8rem;
        margin-right: 8rem
    }

    .md\:my-40 {
        margin-top: 10rem;
        margin-bottom: 10rem
    }

    .md\:mx-40 {
        margin-left: 10rem;
        margin-right: 10rem
    }

    .md\:my-48 {
        margin-top: 12rem;
        margin-bottom: 12rem
    }

    .md\:mx-48 {
        margin-left: 12rem;
        margin-right: 12rem
    }

    .md\:my-56 {
        margin-top: 14rem;
        margin-bottom: 14rem
    }

    .md\:mx-56 {
        margin-left: 14rem;
        margin-right: 14rem
    }

    .md\:my-64 {
        margin-top: 16rem;
        margin-bottom: 16rem
    }

    .md\:mx-64 {
        margin-left: 16rem;
        margin-right: 16rem
    }

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

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

    .md\:my-px {
        margin-top: 1px;
        margin-bottom: 1px
    }

    .md\:mx-px {
        margin-left: 1px;
        margin-right: 1px
    }

    .md\:my-6vw {
        margin-top: 1vw;
        margin-bottom: 1vw
    }

    .md\:mx-6vw {
        margin-left: 1vw;
        margin-right: 1vw
    }

    .md\:my-10vw {
        margin-top: 2vw;
        margin-bottom: 2vw
    }

    .md\:mx-10vw {
        margin-left: 2vw;
        margin-right: 2vw
    }

    .md\:my-12vw {
        margin-top: 2.5vw;
        margin-bottom: 2.5vw
    }

    .md\:mx-12vw {
        margin-left: 2.5vw;
        margin-right: 2.5vw
    }

    .md\:my-20vw {
        margin-top: 3vw;
        margin-bottom: 3vw
    }

    .md\:mx-20vw {
        margin-left: 3vw;
        margin-right: 3vw
    }

    .md\:my-22vw {
        margin-top: 4.3vw;
        margin-bottom: 4.3vw
    }

    .md\:mx-22vw {
        margin-left: 4.3vw;
        margin-right: 4.3vw
    }

    .md\:my-24vw {
        margin-top: 3.6vw;
        margin-bottom: 3.6vw
    }

    .md\:mx-24vw {
        margin-left: 3.6vw;
        margin-right: 3.6vw
    }

    .md\:my-40vw {
        margin-top: 9vw;
        margin-bottom: 9vw
    }

    .md\:mx-40vw {
        margin-left: 9vw;
        margin-right: 9vw
    }

    .md\:my-48vw {
        margin-top: 11vw;
        margin-bottom: 11vw
    }

    .md\:mx-48vw {
        margin-left: 11vw;
        margin-right: 11vw
    }

    .md\:-my-1 {
        margin-top: -1px;
        margin-bottom: -1px
    }

    .md\:-mx-1 {
        margin-left: -1px;
        margin-right: -1px
    }

    .md\:-my-2 {
        margin-top: -2px;
        margin-bottom: -2px
    }

    .md\:-mx-2 {
        margin-left: -2px;
        margin-right: -2px
    }

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

    .md\:-mx-4 {
        margin-left: -1rem;
        margin-right: -1rem
    }

    .md\:-my-8 {
        margin-top: -2rem;
        margin-bottom: -2rem
    }

    .md\:-mx-8 {
        margin-left: -2rem;
        margin-right: -2rem
    }

    .md\:my-3vw {
        margin-top: .5vw;
        margin-bottom: .5vw
    }

    .md\:mx-3vw {
        margin-left: .5vw;
        margin-right: .5vw
    }

    .md\:mt-0 {
        margin-top: 0
    }

    .md\:mr-0 {
        margin-right: 0
    }

    .md\:mb-0 {
        margin-bottom: 0
    }

    .md\:ml-0 {
        margin-left: 0
    }

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

    .md\:mr-1 {
        margin-right: .25rem
    }

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

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

    .md\:mt-2 {
        margin-top: .5rem
    }

    .md\:mr-2 {
        margin-right: .5rem
    }

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

    .md\:ml-2 {
        margin-left: .5rem
    }

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

    .md\:mr-3 {
        margin-right: .75rem
    }

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

    .md\:ml-3 {
        margin-left: .75rem
    }

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

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

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

    .md\:ml-4 {
        margin-left: 1rem
    }

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

    .md\:mr-5 {
        margin-right: 1.25rem
    }

    .md\:mb-5 {
        margin-bottom: 1.25rem
    }

    .md\:ml-5 {
        margin-left: 1.25rem
    }

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

    .md\:mr-6 {
        margin-right: 1.5rem
    }

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

    .md\:ml-6 {
        margin-left: 1.5rem
    }

    .md\:mt-8 {
        margin-top: 2rem
    }

    .md\:mr-8 {
        margin-right: 2rem
    }

    .md\:mb-8 {
        margin-bottom: 2rem
    }

    .md\:ml-8 {
        margin-left: 2rem
    }

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

    .md\:mr-10 {
        margin-right: 2.5rem
    }

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

    .md\:ml-10 {
        margin-left: 2.5rem
    }

    .md\:mt-12 {
        margin-top: 3rem
    }

    .md\:mr-12 {
        margin-right: 3rem
    }

    .md\:mb-12 {
        margin-bottom: 3rem
    }

    .md\:ml-12 {
        margin-left: 3rem
    }

    .md\:mt-15 {
        margin-top: 3.7rem
    }

    .md\:mr-15 {
        margin-right: 3.7rem
    }

    .md\:mb-15 {
        margin-bottom: 3.7rem
    }

    .md\:ml-15 {
        margin-left: 3.7rem
    }

    .md\:mt-16 {
        margin-top: 4rem
    }

    .md\:mr-16 {
        margin-right: 4rem
    }

    .md\:mb-16 {
        margin-bottom: 4rem
    }

    .md\:ml-16 {
        margin-left: 4rem
    }

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

    .md\:mr-20 {
        margin-right: 5rem
    }

    .md\:mb-20 {
        margin-bottom: 5rem
    }

    .md\:ml-20 {
        margin-left: 5rem
    }

    .md\:mt-24 {
        margin-top: 6rem
    }

    .md\:mr-24 {
        margin-right: 6rem
    }

    .md\:mb-24 {
        margin-bottom: 6rem
    }

    .md\:ml-24 {
        margin-left: 6rem
    }

    .md\:mt-32 {
        margin-top: 8rem
    }

    .md\:mr-32 {
        margin-right: 8rem
    }

    .md\:mb-32 {
        margin-bottom: 8rem
    }

    .md\:ml-32 {
        margin-left: 8rem
    }

    .md\:mt-40 {
        margin-top: 10rem
    }

    .md\:mr-40 {
        margin-right: 10rem
    }

    .md\:mb-40 {
        margin-bottom: 10rem
    }

    .md\:ml-40 {
        margin-left: 10rem
    }

    .md\:mt-48 {
        margin-top: 12rem
    }

    .md\:mr-48 {
        margin-right: 12rem
    }

    .md\:mb-48 {
        margin-bottom: 12rem
    }

    .md\:ml-48 {
        margin-left: 12rem
    }

    .md\:mt-56 {
        margin-top: 14rem
    }

    .md\:mr-56 {
        margin-right: 14rem
    }

    .md\:mb-56 {
        margin-bottom: 14rem
    }

    .md\:ml-56 {
        margin-left: 14rem
    }

    .md\:mt-64 {
        margin-top: 16rem
    }

    .md\:mr-64 {
        margin-right: 16rem
    }

    .md\:mb-64 {
        margin-bottom: 16rem
    }

    .md\:ml-64 {
        margin-left: 16rem
    }

    .md\:mt-auto {
        margin-top: auto
    }

    .md\:mr-auto {
        margin-right: auto
    }

    .md\:mb-auto {
        margin-bottom: auto
    }

    .md\:ml-auto {
        margin-left: auto
    }

    .md\:mt-px {
        margin-top: 1px
    }

    .md\:mr-px {
        margin-right: 1px
    }

    .md\:mb-px {
        margin-bottom: 1px
    }

    .md\:ml-px {
        margin-left: 1px
    }

    .md\:mt-6vw {
        margin-top: 1vw
    }

    .md\:mr-6vw {
        margin-right: 1vw
    }

    .md\:mb-6vw {
        margin-bottom: 1vw
    }

    .md\:ml-6vw {
        margin-left: 1vw
    }

    .md\:mt-10vw {
        margin-top: 2vw
    }

    .md\:mr-10vw {
        margin-right: 2vw
    }

    .md\:mb-10vw {
        margin-bottom: 2vw
    }

    .md\:ml-10vw {
        margin-left: 2vw
    }

    .md\:mt-12vw {
        margin-top: 2.5vw
    }

    .md\:mr-12vw {
        margin-right: 2.5vw
    }

    .md\:mb-12vw {
        margin-bottom: 2.5vw
    }

    .md\:ml-12vw {
        margin-left: 2.5vw
    }

    .md\:mt-20vw {
        margin-top: 3vw
    }

    .md\:mr-20vw {
        margin-right: 3vw
    }

    .md\:mb-20vw {
        margin-bottom: 3vw
    }

    .md\:ml-20vw {
        margin-left: 3vw
    }

    .md\:mt-22vw {
        margin-top: 4.3vw
    }

    .md\:mr-22vw {
        margin-right: 4.3vw
    }

    .md\:mb-22vw {
        margin-bottom: 4.3vw
    }

    .md\:ml-22vw {
        margin-left: 4.3vw
    }

    .md\:mt-24vw {
        margin-top: 3.6vw
    }

    .md\:mr-24vw {
        margin-right: 3.6vw
    }

    .md\:mb-24vw {
        margin-bottom: 3.6vw
    }

    .md\:ml-24vw {
        margin-left: 3.6vw
    }

    .md\:mt-40vw {
        margin-top: 9vw
    }

    .md\:mr-40vw {
        margin-right: 9vw
    }

    .md\:mb-40vw {
        margin-bottom: 9vw
    }

    .md\:ml-40vw {
        margin-left: 9vw
    }

    .md\:mt-48vw {
        margin-top: 11vw
    }

    .md\:mr-48vw {
        margin-right: 11vw
    }

    .md\:mb-48vw {
        margin-bottom: 11vw
    }

    .md\:ml-48vw {
        margin-left: 11vw
    }

    .md\:-mt-1 {
        margin-top: -1px
    }

    .md\:-mr-1 {
        margin-right: -1px
    }

    .md\:-mb-1 {
        margin-bottom: -1px
    }

    .md\:-ml-1 {
        margin-left: -1px
    }

    .md\:-mt-2 {
        margin-top: -2px
    }

    .md\:-mr-2 {
        margin-right: -2px
    }

    .md\:-mb-2 {
        margin-bottom: -2px
    }

    .md\:-ml-2 {
        margin-left: -2px
    }

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

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

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

    .md\:-ml-4 {
        margin-left: -1rem
    }

    .md\:-mt-8 {
        margin-top: -2rem
    }

    .md\:-mr-8 {
        margin-right: -2rem
    }

    .md\:-mb-8 {
        margin-bottom: -2rem
    }

    .md\:-ml-8 {
        margin-left: -2rem
    }

    .md\:mt-3vw {
        margin-top: .5vw
    }

    .md\:mr-3vw {
        margin-right: .5vw
    }

    .md\:mb-3vw {
        margin-bottom: .5vw
    }

    .md\:ml-3vw {
        margin-left: .5vw
    }

    .md\:max-h-full {
        max-height: 100%
    }

    .md\:max-h-screen {
        max-height: 100vh
    }

    .md\:max-h-xl {
        max-height: 36rem
    }

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

    .md\:max-w-sm {
        max-width: 24rem
    }

    .md\:max-w-md {
        max-width: 28rem
    }

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

    .md\:max-w-xl {
        max-width: 36rem
    }

    .md\:max-w-2xl {
        max-width: 42rem
    }

    .md\:max-w-3xl {
        max-width: 48rem
    }

    .md\:max-w-3xlvw {
        max-width: 40vw
    }

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

    .md\:max-w-5xl {
        max-width: 64rem
    }

    .md\:max-w-6xl {
        max-width: 72rem
    }

    .md\:max-w-7xl {
        max-width: 78rem
    }

    .md\:max-w-7xlvw {
        max-width: 69vw
    }

    .md\:max-w-8xl {
        max-width: 150rem
    }

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

    .md\:max-w-2\/3 {
        max-width: 66.66667%
    }

    .md\:max-w-3\/4 {
        max-width: 75%
    }

    .md\:max-w-4\/5 {
        max-width: 80%
    }

    .md\:max-w-1\/2 {
        max-width: 50%
    }

    .md\:min-h-0 {
        min-height: 0
    }

    .md\:min-h-1 {
        min-height: .25rem
    }

    .md\:min-h-2 {
        min-height: .5rem
    }

    .md\:min-h-3 {
        min-height: .75rem
    }

    .md\:min-h-4 {
        min-height: 1rem
    }

    .md\:min-h-5 {
        min-height: 1.25rem
    }

    .md\:min-h-6 {
        min-height: 1.5rem
    }

    .md\:min-h-8 {
        min-height: 2rem
    }

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

    .md\:min-h-12 {
        min-height: 3rem
    }

    .md\:min-h-15 {
        min-height: 3.7rem
    }

    .md\:min-h-16 {
        min-height: 4rem
    }

    .md\:min-h-20 {
        min-height: 5rem
    }

    .md\:min-h-24 {
        min-height: 6rem
    }

    .md\:min-h-32 {
        min-height: 8rem
    }

    .md\:min-h-40 {
        min-height: 10rem
    }

    .md\:min-h-48 {
        min-height: 12rem
    }

    .md\:min-h-56 {
        min-height: 14rem
    }

    .md\:min-h-64 {
        min-height: 16rem
    }

    .md\:min-h-px {
        min-height: 1px
    }

    .md\:min-h-6vw {
        min-height: 1vw
    }

    .md\:min-h-10vw {
        min-height: 2vw
    }

    .md\:min-h-12vw {
        min-height: 2.5vw
    }

    .md\:min-h-20vw {
        min-height: 3vw
    }

    .md\:min-h-22vw {
        min-height: 4.3vw
    }

    .md\:min-h-24vw {
        min-height: 3.6vw
    }

    .md\:min-h-40vw {
        min-height: 9vw
    }

    .md\:min-h-48vw {
        min-height: 11vw
    }

    .md\:min-h--1 {
        min-height: -1px
    }

    .md\:min-h--2 {
        min-height: -2px
    }

    .md\:min-h--4 {
        min-height: -1rem
    }

    .md\:min-h--8 {
        min-height: -2rem
    }

    .md\:min-h-3vw {
        min-height: .5vw
    }

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

    .md\:min-h-screen {
        min-height: 100vh
    }

    .md\:min-w-0 {
        min-width: 0
    }

    .md\:min-w-full {
        min-width: 100%
    }

    .md\:min-w-40vw {
        min-width: 9vw
    }

    .md\:min-w-32vw {
        min-width: 6vw
    }

    .md\:min-w-8xl {
        min-width: 71rem
    }

    .md\:object-contain {
        -o-object-fit: contain;
        object-fit: contain
    }

    .md\:object-cover {
        -o-object-fit: cover;
        object-fit: cover
    }

    .md\:object-fill {
        -o-object-fit: fill;
        object-fit: fill
    }

    .md\:object-none {
        -o-object-fit: none;
        object-fit: none
    }

    .md\:object-scale-down {
        -o-object-fit: scale-down;
        object-fit: scale-down
    }

    .md\:object-bottom {
        -o-object-position: bottom;
        object-position: bottom
    }

    .md\:object-center {
        -o-object-position: center;
        object-position: center
    }

    .md\:object-left {
        -o-object-position: left;
        object-position: left
    }

    .md\:object-left-bottom {
        -o-object-position: left bottom;
        object-position: left bottom
    }

    .md\:object-left-top {
        -o-object-position: left top;
        object-position: left top
    }

    .md\:object-right {
        -o-object-position: right;
        object-position: right
    }

    .md\:object-right-bottom {
        -o-object-position: right bottom;
        object-position: right bottom
    }

    .md\:object-right-top {
        -o-object-position: right top;
        object-position: right top
    }

    .md\:object-top {
        -o-object-position: top;
        object-position: top
    }

    .md\:opacity-0 {
        opacity: 0
    }

    .md\:opacity-25 {
        opacity: .25
    }

    .md\:opacity-50 {
        opacity: .5
    }

    .md\:opacity-75 {
        opacity: .75
    }

    .md\:opacity-100 {
        opacity: 1
    }

    .md\:overflow-auto {
        overflow: auto
    }

    .md\:overflow-hidden {
        overflow: hidden
    }

    .md\:overflow-visible {
        overflow: visible
    }

    .md\:overflow-scroll {
        overflow: scroll
    }

    .md\:overflow-x-auto {
        overflow-x: auto
    }

    .md\:overflow-y-auto {
        overflow-y: auto
    }

    .md\:overflow-x-hidden {
        overflow-x: hidden
    }

    .md\:overflow-y-hidden {
        overflow-y: hidden
    }

    .md\:overflow-x-visible {
        overflow-x: visible
    }

    .md\:overflow-y-visible {
        overflow-y: visible
    }

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

    .md\:overflow-y-scroll {
        overflow-y: scroll
    }

    .md\:scrolling-touch {
        -webkit-overflow-scrolling: touch
    }

    .md\:scrolling-auto {
        -webkit-overflow-scrolling: auto
    }

    .md\:p-0 {
        padding: 0
    }

    .md\:p-1 {
        padding: .25rem
    }

    .md\:p-2 {
        padding: .5rem
    }

    .md\:p-3 {
        padding: .75rem
    }

    .md\:p-4 {
        padding: 1rem
    }

    .md\:p-5 {
        padding: 1.25rem
    }

    .md\:p-6 {
        padding: 1.5rem
    }

    .md\:p-8 {
        padding: 2rem
    }

    .md\:p-10 {
        padding: 2.5rem
    }

    .md\:p-12 {
        padding: 3rem
    }

    .md\:p-15 {
        padding: 3.7rem
    }

    .md\:p-16 {
        padding: 4rem
    }

    .md\:p-20 {
        padding: 5rem
    }

    .md\:p-24 {
        padding: 6rem
    }

    .md\:p-32 {
        padding: 8rem
    }

    .md\:p-40 {
        padding: 10rem
    }

    .md\:p-48 {
        padding: 12rem
    }

    .md\:p-56 {
        padding: 14rem
    }

    .md\:p-64 {
        padding: 16rem
    }

    .md\:p-px {
        padding: 1px
    }

    .md\:p-6vw {
        padding: 1vw
    }

    .md\:p-10vw {
        padding: 2vw
    }

    .md\:p-12vw {
        padding: 2.5vw
    }

    .md\:p-20vw {
        padding: 3vw
    }

    .md\:p-22vw {
        padding: 4.3vw
    }

    .md\:p-24vw {
        padding: 3.6vw
    }

    .md\:p-40vw {
        padding: 9vw
    }

    .md\:p-48vw {
        padding: 11vw
    }

    .md\:p-3vw {
        padding: .5vw
    }

    .md\:py-0 {
        padding-top: 0;
        padding-bottom: 0
    }

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

    .md\:py-1 {
        padding-top: .25rem;
        padding-bottom: .25rem
    }

    .md\:px-1 {
        padding-left: .25rem;
        padding-right: .25rem
    }

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

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

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

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

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

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

    .md\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }

    .md\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .md\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

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

    .md\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .md\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .md\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

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

    .md\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .md\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .md\:py-15 {
        padding-top: 3.7rem;
        padding-bottom: 3.7rem
    }

    .md\:px-15 {
        padding-left: 3.7rem;
        padding-right: 3.7rem
    }

    .md\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .md\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem
    }

    .md\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .md\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem
    }

    .md\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem
    }

    .md\:px-24 {
        padding-left: 6rem;
        padding-right: 6rem
    }

    .md\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem
    }

    .md\:px-32 {
        padding-left: 8rem;
        padding-right: 8rem
    }

    .md\:py-40 {
        padding-top: 10rem;
        padding-bottom: 10rem
    }

    .md\:px-40 {
        padding-left: 10rem;
        padding-right: 10rem
    }

    .md\:py-48 {
        padding-top: 12rem;
        padding-bottom: 12rem
    }

    .md\:px-48 {
        padding-left: 12rem;
        padding-right: 12rem
    }

    .md\:py-56 {
        padding-top: 14rem;
        padding-bottom: 14rem
    }

    .md\:px-56 {
        padding-left: 14rem;
        padding-right: 14rem
    }

    .md\:py-64 {
        padding-top: 16rem;
        padding-bottom: 16rem
    }

    .md\:px-64 {
        padding-left: 16rem;
        padding-right: 16rem
    }

    .md\:py-px {
        padding-top: 1px;
        padding-bottom: 1px
    }

    .md\:px-px {
        padding-left: 1px;
        padding-right: 1px
    }

    .md\:py-6vw {
        padding-top: 1vw;
        padding-bottom: 1vw
    }

    .md\:px-6vw {
        padding-left: 1vw;
        padding-right: 1vw
    }

    .md\:py-10vw {
        padding-top: 2vw;
        padding-bottom: 2vw
    }

    .md\:px-10vw {
        padding-left: 2vw;
        padding-right: 2vw
    }

    .md\:py-12vw {
        padding-top: 2.5vw;
        padding-bottom: 2.5vw
    }

    .md\:px-12vw {
        padding-left: 2.5vw;
        padding-right: 2.5vw
    }

    .md\:py-20vw {
        padding-top: 3vw;
        padding-bottom: 3vw
    }

    .md\:px-20vw {
        padding-left: 3vw;
        padding-right: 3vw
    }

    .md\:py-22vw {
        padding-top: 4.3vw;
        padding-bottom: 4.3vw
    }

    .md\:px-22vw {
        padding-left: 4.3vw;
        padding-right: 4.3vw
    }

    .md\:py-24vw {
        padding-top: 3.6vw;
        padding-bottom: 3.6vw
    }

    .md\:px-24vw {
        padding-left: 3.6vw;
        padding-right: 3.6vw
    }

    .md\:py-40vw {
        padding-top: 9vw;
        padding-bottom: 9vw
    }

    .md\:px-40vw {
        padding-left: 9vw;
        padding-right: 9vw
    }

    .md\:py-48vw {
        padding-top: 11vw;
        padding-bottom: 11vw
    }

    .md\:px-48vw {
        padding-left: 11vw;
        padding-right: 11vw
    }

    .md\:py-3vw {
        padding-top: .5vw;
        padding-bottom: .5vw
    }

    .md\:px-3vw {
        padding-left: .5vw;
        padding-right: .5vw
    }

    .md\:pt-0 {
        padding-top: 0
    }

    .md\:pr-0 {
        padding-right: 0
    }

    .md\:pb-0 {
        padding-bottom: 0
    }

    .md\:pl-0 {
        padding-left: 0
    }

    .md\:pt-1 {
        padding-top: .25rem
    }

    .md\:pr-1 {
        padding-right: .25rem
    }

    .md\:pb-1 {
        padding-bottom: .25rem
    }

    .md\:pl-1 {
        padding-left: .25rem
    }

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

    .md\:pr-2 {
        padding-right: .5rem
    }

    .md\:pb-2 {
        padding-bottom: .5rem
    }

    .md\:pl-2 {
        padding-left: .5rem
    }

    .md\:pt-3 {
        padding-top: .75rem
    }

    .md\:pr-3 {
        padding-right: .75rem
    }

    .md\:pb-3 {
        padding-bottom: .75rem
    }

    .md\:pl-3 {
        padding-left: .75rem
    }

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

    .md\:pr-4 {
        padding-right: 1rem
    }

    .md\:pb-4 {
        padding-bottom: 1rem
    }

    .md\:pl-4 {
        padding-left: 1rem
    }

    .md\:pt-5 {
        padding-top: 1.25rem
    }

    .md\:pr-5 {
        padding-right: 1.25rem
    }

    .md\:pb-5 {
        padding-bottom: 1.25rem
    }

    .md\:pl-5 {
        padding-left: 1.25rem
    }

    .md\:pt-6 {
        padding-top: 1.5rem
    }

    .md\:pr-6 {
        padding-right: 1.5rem
    }

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

    .md\:pl-6 {
        padding-left: 1.5rem
    }

    .md\:pt-8 {
        padding-top: 2rem
    }

    .md\:pr-8 {
        padding-right: 2rem
    }

    .md\:pb-8 {
        padding-bottom: 2rem
    }

    .md\:pl-8 {
        padding-left: 2rem
    }

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

    .md\:pr-10 {
        padding-right: 2.5rem
    }

    .md\:pb-10 {
        padding-bottom: 2.5rem
    }

    .md\:pl-10 {
        padding-left: 2.5rem
    }

    .md\:pt-12 {
        padding-top: 3rem
    }

    .md\:pr-12 {
        padding-right: 3rem
    }

    .md\:pb-12 {
        padding-bottom: 3rem
    }

    .md\:pl-12 {
        padding-left: 3rem
    }

    .md\:pt-15 {
        padding-top: 3.7rem
    }

    .md\:pr-15 {
        padding-right: 3.7rem
    }

    .md\:pb-15 {
        padding-bottom: 3.7rem
    }

    .md\:pl-15 {
        padding-left: 3.7rem
    }

    .md\:pt-16 {
        padding-top: 4rem
    }

    .md\:pr-16 {
        padding-right: 4rem
    }

    .md\:pb-16 {
        padding-bottom: 4rem
    }

    .md\:pl-16 {
        padding-left: 4rem
    }

    .md\:pt-20 {
        padding-top: 5rem
    }

    .md\:pr-20 {
        padding-right: 5rem
    }

    .md\:pb-20 {
        padding-bottom: 5rem
    }

    .md\:pl-20 {
        padding-left: 5rem
    }

    .md\:pt-24 {
        padding-top: 6rem
    }

    .md\:pr-24 {
        padding-right: 6rem
    }

    .md\:pb-24 {
        padding-bottom: 6rem
    }

    .md\:pl-24 {
        padding-left: 6rem
    }

    .md\:pt-32 {
        padding-top: 8rem
    }

    .md\:pr-32 {
        padding-right: 8rem
    }

    .md\:pb-32 {
        padding-bottom: 8rem
    }

    .md\:pl-32 {
        padding-left: 8rem
    }

    .md\:pt-40 {
        padding-top: 10rem
    }

    .md\:pr-40 {
        padding-right: 10rem
    }

    .md\:pb-40 {
        padding-bottom: 10rem
    }

    .md\:pl-40 {
        padding-left: 10rem
    }

    .md\:pt-48 {
        padding-top: 12rem
    }

    .md\:pr-48 {
        padding-right: 12rem
    }

    .md\:pb-48 {
        padding-bottom: 12rem
    }

    .md\:pl-48 {
        padding-left: 12rem
    }

    .md\:pt-56 {
        padding-top: 14rem
    }

    .md\:pr-56 {
        padding-right: 14rem
    }

    .md\:pb-56 {
        padding-bottom: 14rem
    }

    .md\:pl-56 {
        padding-left: 14rem
    }

    .md\:pt-64 {
        padding-top: 16rem
    }

    .md\:pr-64 {
        padding-right: 16rem
    }

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

    .md\:pl-64 {
        padding-left: 16rem
    }

    .md\:pt-px {
        padding-top: 1px
    }

    .md\:pr-px {
        padding-right: 1px
    }

    .md\:pb-px {
        padding-bottom: 1px
    }

    .md\:pl-px {
        padding-left: 1px
    }

    .md\:pt-6vw {
        padding-top: 1vw
    }

    .md\:pr-6vw {
        padding-right: 1vw
    }

    .md\:pb-6vw {
        padding-bottom: 1vw
    }

    .md\:pl-6vw {
        padding-left: 1vw
    }

    .md\:pt-10vw {
        padding-top: 2vw
    }

    .md\:pr-10vw {
        padding-right: 2vw
    }

    .md\:pb-10vw {
        padding-bottom: 2vw
    }

    .md\:pl-10vw {
        padding-left: 2vw
    }

    .md\:pt-12vw {
        padding-top: 2.5vw
    }

    .md\:pr-12vw {
        padding-right: 2.5vw
    }

    .md\:pb-12vw {
        padding-bottom: 2.5vw
    }

    .md\:pl-12vw {
        padding-left: 2.5vw
    }

    .md\:pt-20vw {
        padding-top: 3vw
    }

    .md\:pr-20vw {
        padding-right: 3vw
    }

    .md\:pb-20vw {
        padding-bottom: 3vw
    }

    .md\:pl-20vw {
        padding-left: 3vw
    }

    .md\:pt-22vw {
        padding-top: 4.3vw
    }

    .md\:pr-22vw {
        padding-right: 4.3vw
    }

    .md\:pb-22vw {
        padding-bottom: 4.3vw
    }

    .md\:pl-22vw {
        padding-left: 4.3vw
    }

    .md\:pt-24vw {
        padding-top: 3.6vw
    }

    .md\:pr-24vw {
        padding-right: 3.6vw
    }

    .md\:pb-24vw {
        padding-bottom: 3.6vw
    }

    .md\:pl-24vw {
        padding-left: 3.6vw
    }

    .md\:pt-40vw {
        padding-top: 9vw
    }

    .md\:pr-40vw {
        padding-right: 9vw
    }

    .md\:pb-40vw {
        padding-bottom: 9vw
    }

    .md\:pl-40vw {
        padding-left: 9vw
    }

    .md\:pt-48vw {
        padding-top: 11vw
    }

    .md\:pr-48vw {
        padding-right: 11vw
    }

    .md\:pb-48vw {
        padding-bottom: 11vw
    }

    .md\:pl-48vw {
        padding-left: 11vw
    }

    .md\:pt-3vw {
        padding-top: .5vw
    }

    .md\:pr-3vw {
        padding-right: .5vw
    }

    .md\:pb-3vw {
        padding-bottom: .5vw
    }

    .md\:pl-3vw {
        padding-left: .5vw
    }

    .md\:pointer-events-none {
        pointer-events: none
    }

    .md\:pointer-events-auto {
        pointer-events: auto
    }

    .md\:static {
        position: static
    }

    .md\:fixed {
        position: fixed
    }

    .md\:absolute {
        position: absolute
    }

    .md\:relative {
        position: relative
    }

    .md\:sticky {
        position: -webkit-sticky;
        position: sticky
    }

    .md\:inset-0 {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }

    .md\:inset-auto {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto
    }

    .md\:inset-y-0 {
        top: 0;
        bottom: 0
    }

    .md\:inset-x-0 {
        right: 0;
        left: 0
    }

    .md\:inset-y-auto {
        top: auto;
        bottom: auto
    }

    .md\:inset-x-auto {
        right: auto;
        left: auto
    }

    .md\:top-0 {
        top: 0
    }

    .md\:right-0 {
        right: 0
    }

    .md\:bottom-0 {
        bottom: 0
    }

    .md\:left-0 {
        left: 0
    }

    .md\:top-auto {
        top: auto
    }

    .md\:right-auto {
        right: auto
    }

    .md\:bottom-auto {
        bottom: auto
    }

    .md\:left-auto {
        left: auto
    }

    .md\:resize-none {
        resize: none
    }

    .md\:resize-y {
        resize: vertical
    }

    .md\:resize-x {
        resize: horizontal
    }

    .md\:resize {
        resize: both
    }

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

    .md\:shadow-md {
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)
    }

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

    .md\:shadow-xl {
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04)
    }

    .md\:shadow-2xl {
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25)
    }

    .md\:shadow-inner {
        box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06)
    }

    .md\:shadow-outline {
        box-shadow: 0 0 0 3px rgba(66, 153, 225, .5)
    }

    .md\:shadow-none {
        box-shadow: none
    }

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

    .md\:hover\:shadow-md:hover {
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)
    }

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

    .md\:hover\:shadow-xl:hover {
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04)
    }

    .md\:hover\:shadow-2xl:hover {
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25)
    }

    .md\:hover\:shadow-inner:hover {
        box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06)
    }

    .md\:hover\:shadow-outline:hover {
        box-shadow: 0 0 0 3px rgba(66, 153, 225, .5)
    }

    .md\:hover\:shadow-none:hover {
        box-shadow: none
    }

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

    .md\:focus\:shadow-md:focus {
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)
    }

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

    .md\:focus\:shadow-xl:focus {
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04)
    }

    .md\:focus\:shadow-2xl:focus {
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25)
    }

    .md\:focus\:shadow-inner:focus {
        box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06)
    }

    .md\:focus\:shadow-outline:focus {
        box-shadow: 0 0 0 3px rgba(66, 153, 225, .5)
    }

    .md\:focus\:shadow-none:focus {
        box-shadow: none
    }

    .md\:table-auto {
        table-layout: auto
    }

    .md\:table-fixed {
        table-layout: fixed
    }

    .md\:text-left {
        text-align: left
    }

    .md\:text-center {
        text-align: center
    }

    .md\:text-right {
        text-align: right
    }

    .md\:text-justify {
        text-align: justify
    }

    .md\:text-transparent {
        color: transparent
    }

    .md\:text-primary {
        color: #81d8d0
    }

    .md\:text-primarydarker {
        color: #6acdc4
    }

    .md\:text-black,
    .md\:text-turquoise {
        color: #000
    }

    .md\:text-gold {
        color: #d0ae5f
    }

    .md\:text-white {
        color: #fff
    }

    .md\:text-whiteHalfTransparent {
        color: hsla(0, 0%, 100%, .5)
    }

    .md\:text-brown {
        color: #36261e
    }

    .md\:text-browndark {
        color: #130c0e
    }

    .md\:text-gray-100 {
        color: #f2f2f2
    }

    .md\:text-gray-150 {
        color: #f3f3f3
    }

    .md\:text-gray-200 {
        color: #f6f6f6
    }

    .md\:text-gray-300 {
        color: #e8e8e8
    }

    .md\:text-gray-400 {
        color: #cbd5e0
    }

    .md\:text-gray-450 {
        color: #c3c3c3
    }

    .md\:text-gray-500 {
        color: #b1afaf
    }

    .md\:text-gray-600 {
        color: #777
    }

    .md\:text-gray-700 {
        color: #4a5568
    }

    .md\:text-gray-800 {
        color: #2d3748
    }

    .md\:text-gray-900 {
        color: #1a202c
    }

    .md\:text-red-100 {
        color: #fff5f5
    }

    .md\:text-red-200 {
        color: #fff6f7
    }

    .md\:text-red-300 {
        color: #feb2b2
    }

    .md\:text-red-400 {
        color: #bc6366
    }

    .md\:text-red-500 {
        color: #f56565
    }

    .md\:text-red-600 {
        color: #e53e3e
    }

    .md\:text-red-700 {
        color: #c53030
    }

    .md\:text-red-800 {
        color: #9b2c2c
    }

    .md\:text-red-900 {
        color: #742a2a
    }

    .md\:text-orange-100 {
        color: #fffaf0
    }

    .md\:text-orange-200 {
        color: #feebc8
    }

    .md\:text-orange-300 {
        color: #fbd38d
    }

    .md\:text-orange-400 {
        color: #f6ad55
    }

    .md\:text-orange-500 {
        color: #ed8936
    }

    .md\:text-orange-600 {
        color: #dd6b20
    }

    .md\:text-orange-700 {
        color: #c05621
    }

    .md\:text-orange-800 {
        color: #9c4221
    }

    .md\:text-orange-900 {
        color: #7b341e
    }

    .md\:text-yellow-100 {
        color: ivory
    }

    .md\:text-yellow-200 {
        color: #fffaee
    }

    .md\:text-yellow-300 {
        color: #faf089
    }

    .md\:text-yellow-400 {
        color: #d0ae5f
    }

    .md\:text-yellow-500 {
        color: #ecc94b
    }

    .md\:text-yellow-600 {
        color: #d69e2e
    }

    .md\:text-yellow-700 {
        color: #b7791f
    }

    .md\:text-yellow-800 {
        color: #975a16
    }

    .md\:text-yellow-900 {
        color: #744210
    }

    .md\:text-green-100 {
        color: #f0fff4
    }

    .md\:text-green-200 {
        color: #c6f6d5
    }

    .md\:text-green-300 {
        color: #9ae6b4
    }

    .md\:text-green-400 {
        color: #68d391
    }

    .md\:text-green-500 {
        color: #48bb78
    }

    .md\:text-green-600 {
        color: #38a169
    }

    .md\:text-green-700 {
        color: #2f855a
    }

    .md\:text-green-800 {
        color: #276749
    }

    .md\:text-green-900 {
        color: #22543d
    }

    .md\:text-teal-100 {
        color: #e6fffa
    }

    .md\:text-teal-200 {
        color: #b2f5ea
    }

    .md\:text-teal-300 {
        color: #81e6d9
    }

    .md\:text-teal-400 {
        color: #4fd1c5
    }

    .md\:text-teal-500 {
        color: #38b2ac
    }

    .md\:text-teal-600 {
        color: #319795
    }

    .md\:text-teal-700 {
        color: #2c7a7b
    }

    .md\:text-teal-800 {
        color: #285e61
    }

    .md\:text-teal-900 {
        color: #234e52
    }

    .md\:text-blue-100 {
        color: #ebf8ff
    }

    .md\:text-blue-200 {
        color: #effafd
    }

    .md\:text-blue-300 {
        color: #90cdf4
    }

    .md\:text-blue-400 {
        color: #396973
    }

    .md\:text-blue-500 {
        color: #4299e1
    }

    .md\:text-blue-600 {
        color: #3182ce
    }

    .md\:text-blue-700 {
        color: #2b6cb0
    }

    .md\:text-blue-800 {
        color: #2c5282
    }

    .md\:text-blue-900 {
        color: #2a4365
    }

    .md\:text-indigo-100 {
        color: #ebf4ff
    }

    .md\:text-indigo-200 {
        color: #c3dafe
    }

    .md\:text-indigo-300 {
        color: #a3bffa
    }

    .md\:text-indigo-400 {
        color: #7f9cf5
    }

    .md\:text-indigo-500 {
        color: #667eea
    }

    .md\:text-indigo-600 {
        color: #5a67d8
    }

    .md\:text-indigo-700 {
        color: #4c51bf
    }

    .md\:text-indigo-800 {
        color: #434190
    }

    .md\:text-indigo-900 {
        color: #3c366b
    }

    .md\:text-purple-100 {
        color: #faf5ff
    }

    .md\:text-purple-200 {
        color: #e9d8fd
    }

    .md\:text-purple-300 {
        color: #d6bcfa
    }

    .md\:text-purple-400 {
        color: #b794f4
    }

    .md\:text-purple-500 {
        color: #9f7aea
    }

    .md\:text-purple-600 {
        color: #805ad5
    }

    .md\:text-purple-700 {
        color: #6b46c1
    }

    .md\:text-purple-800 {
        color: #553c9a
    }

    .md\:text-purple-900 {
        color: #44337a
    }

    .md\:text-pink-100 {
        color: #fff5f7
    }

    .md\:text-pink-200 {
        color: #fed7e2
    }

    .md\:text-pink-300 {
        color: #fbb6ce
    }

    .md\:text-pink-400 {
        color: #f687b3
    }

    .md\:text-pink-500 {
        color: #ed64a6
    }

    .md\:text-pink-600 {
        color: #d53f8c
    }

    .md\:text-pink-700 {
        color: #b83280
    }

    .md\:text-pink-800 {
        color: #97266d
    }

    .md\:text-pink-900 {
        color: #702459
    }

    .md\:hover\:text-transparent:hover {
        color: transparent
    }

    .md\:hover\:text-primary:hover {
        color: #81d8d0
    }

    .md\:hover\:text-primarydarker:hover {
        color: #6acdc4
    }

    .md\:hover\:text-black:hover,
    .md\:hover\:text-turquoise:hover {
        color: #000
    }

    .md\:hover\:text-gold:hover {
        color: #d0ae5f
    }

    .md\:hover\:text-white:hover {
        color: #fff
    }

    .md\:hover\:text-whiteHalfTransparent:hover {
        color: hsla(0, 0%, 100%, .5)
    }

    .md\:hover\:text-brown:hover {
        color: #36261e
    }

    .md\:hover\:text-browndark:hover {
        color: #130c0e
    }

    .md\:hover\:text-gray-100:hover {
        color: #f2f2f2
    }

    .md\:hover\:text-gray-150:hover {
        color: #f3f3f3
    }

    .md\:hover\:text-gray-200:hover {
        color: #f6f6f6
    }

    .md\:hover\:text-gray-300:hover {
        color: #e8e8e8
    }

    .md\:hover\:text-gray-400:hover {
        color: #cbd5e0
    }

    .md\:hover\:text-gray-450:hover {
        color: #c3c3c3
    }

    .md\:hover\:text-gray-500:hover {
        color: #b1afaf
    }

    .md\:hover\:text-gray-600:hover {
        color: #777
    }

    .md\:hover\:text-gray-700:hover {
        color: #4a5568
    }

    .md\:hover\:text-gray-800:hover {
        color: #2d3748
    }

    .md\:hover\:text-gray-900:hover {
        color: #1a202c
    }

    .md\:hover\:text-red-100:hover {
        color: #fff5f5
    }

    .md\:hover\:text-red-200:hover {
        color: #fff6f7
    }

    .md\:hover\:text-red-300:hover {
        color: #feb2b2
    }

    .md\:hover\:text-red-400:hover {
        color: #bc6366
    }

    .md\:hover\:text-red-500:hover {
        color: #f56565
    }

    .md\:hover\:text-red-600:hover {
        color: #e53e3e
    }

    .md\:hover\:text-red-700:hover {
        color: #c53030
    }

    .md\:hover\:text-red-800:hover {
        color: #9b2c2c
    }

    .md\:hover\:text-red-900:hover {
        color: #742a2a
    }

    .md\:hover\:text-orange-100:hover {
        color: #fffaf0
    }

    .md\:hover\:text-orange-200:hover {
        color: #feebc8
    }

    .md\:hover\:text-orange-300:hover {
        color: #fbd38d
    }

    .md\:hover\:text-orange-400:hover {
        color: #f6ad55
    }

    .md\:hover\:text-orange-500:hover {
        color: #ed8936
    }

    .md\:hover\:text-orange-600:hover {
        color: #dd6b20
    }

    .md\:hover\:text-orange-700:hover {
        color: #c05621
    }

    .md\:hover\:text-orange-800:hover {
        color: #9c4221
    }

    .md\:hover\:text-orange-900:hover {
        color: #7b341e
    }

    .md\:hover\:text-yellow-100:hover {
        color: ivory
    }

    .md\:hover\:text-yellow-200:hover {
        color: #fffaee
    }

    .md\:hover\:text-yellow-300:hover {
        color: #faf089
    }

    .md\:hover\:text-yellow-400:hover {
        color: #d0ae5f
    }

    .md\:hover\:text-yellow-500:hover {
        color: #ecc94b
    }

    .md\:hover\:text-yellow-600:hover {
        color: #d69e2e
    }

    .md\:hover\:text-yellow-700:hover {
        color: #b7791f
    }

    .md\:hover\:text-yellow-800:hover {
        color: #975a16
    }

    .md\:hover\:text-yellow-900:hover {
        color: #744210
    }

    .md\:hover\:text-green-100:hover {
        color: #f0fff4
    }

    .md\:hover\:text-green-200:hover {
        color: #c6f6d5
    }

    .md\:hover\:text-green-300:hover {
        color: #9ae6b4
    }

    .md\:hover\:text-green-400:hover {
        color: #68d391
    }

    .md\:hover\:text-green-500:hover {
        color: #48bb78
    }

    .md\:hover\:text-green-600:hover {
        color: #38a169
    }

    .md\:hover\:text-green-700:hover {
        color: #2f855a
    }

    .md\:hover\:text-green-800:hover {
        color: #276749
    }

    .md\:hover\:text-green-900:hover {
        color: #22543d
    }

    .md\:hover\:text-teal-100:hover {
        color: #e6fffa
    }

    .md\:hover\:text-teal-200:hover {
        color: #b2f5ea
    }

    .md\:hover\:text-teal-300:hover {
        color: #81e6d9
    }

    .md\:hover\:text-teal-400:hover {
        color: #4fd1c5
    }

    .md\:hover\:text-teal-500:hover {
        color: #38b2ac
    }

    .md\:hover\:text-teal-600:hover {
        color: #319795
    }

    .md\:hover\:text-teal-700:hover {
        color: #2c7a7b
    }

    .md\:hover\:text-teal-800:hover {
        color: #285e61
    }

    .md\:hover\:text-teal-900:hover {
        color: #234e52
    }

    .md\:hover\:text-blue-100:hover {
        color: #ebf8ff
    }

    .md\:hover\:text-blue-200:hover {
        color: #effafd
    }

    .md\:hover\:text-blue-300:hover {
        color: #90cdf4
    }

    .md\:hover\:text-blue-400:hover {
        color: #396973
    }

    .md\:hover\:text-blue-500:hover {
        color: #4299e1
    }

    .md\:hover\:text-blue-600:hover {
        color: #3182ce
    }

    .md\:hover\:text-blue-700:hover {
        color: #2b6cb0
    }

    .md\:hover\:text-blue-800:hover {
        color: #2c5282
    }

    .md\:hover\:text-blue-900:hover {
        color: #2a4365
    }

    .md\:hover\:text-indigo-100:hover {
        color: #ebf4ff
    }

    .md\:hover\:text-indigo-200:hover {
        color: #c3dafe
    }

    .md\:hover\:text-indigo-300:hover {
        color: #a3bffa
    }

    .md\:hover\:text-indigo-400:hover {
        color: #7f9cf5
    }

    .md\:hover\:text-indigo-500:hover {
        color: #667eea
    }

    .md\:hover\:text-indigo-600:hover {
        color: #5a67d8
    }

    .md\:hover\:text-indigo-700:hover {
        color: #4c51bf
    }

    .md\:hover\:text-indigo-800:hover {
        color: #434190
    }

    .md\:hover\:text-indigo-900:hover {
        color: #3c366b
    }

    .md\:hover\:text-purple-100:hover {
        color: #faf5ff
    }

    .md\:hover\:text-purple-200:hover {
        color: #e9d8fd
    }

    .md\:hover\:text-purple-300:hover {
        color: #d6bcfa
    }

    .md\:hover\:text-purple-400:hover {
        color: #b794f4
    }

    .md\:hover\:text-purple-500:hover {
        color: #9f7aea
    }

    .md\:hover\:text-purple-600:hover {
        color: #805ad5
    }

    .md\:hover\:text-purple-700:hover {
        color: #6b46c1
    }

    .md\:hover\:text-purple-800:hover {
        color: #553c9a
    }

    .md\:hover\:text-purple-900:hover {
        color: #44337a
    }

    .md\:hover\:text-pink-100:hover {
        color: #fff5f7
    }

    .md\:hover\:text-pink-200:hover {
        color: #fed7e2
    }

    .md\:hover\:text-pink-300:hover {
        color: #fbb6ce
    }

    .md\:hover\:text-pink-400:hover {
        color: #f687b3
    }

    .md\:hover\:text-pink-500:hover {
        color: #ed64a6
    }

    .md\:hover\:text-pink-600:hover {
        color: #d53f8c
    }

    .md\:hover\:text-pink-700:hover {
        color: #b83280
    }

    .md\:hover\:text-pink-800:hover {
        color: #97266d
    }

    .md\:hover\:text-pink-900:hover {
        color: #702459
    }

    .md\:focus\:text-transparent:focus {
        color: transparent
    }

    .md\:focus\:text-primary:focus {
        color: #81d8d0
    }

    .md\:focus\:text-primarydarker:focus {
        color: #6acdc4
    }

    .md\:focus\:text-black:focus,
    .md\:focus\:text-turquoise:focus {
        color: #000
    }

    .md\:focus\:text-gold:focus {
        color: #d0ae5f
    }

    .md\:focus\:text-white:focus {
        color: #fff
    }

    .md\:focus\:text-whiteHalfTransparent:focus {
        color: hsla(0, 0%, 100%, .5)
    }

    .md\:focus\:text-brown:focus {
        color: #36261e
    }

    .md\:focus\:text-browndark:focus {
        color: #130c0e
    }

    .md\:focus\:text-gray-100:focus {
        color: #f2f2f2
    }

    .md\:focus\:text-gray-150:focus {
        color: #f3f3f3
    }

    .md\:focus\:text-gray-200:focus {
        color: #f6f6f6
    }

    .md\:focus\:text-gray-300:focus {
        color: #e8e8e8
    }

    .md\:focus\:text-gray-400:focus {
        color: #cbd5e0
    }

    .md\:focus\:text-gray-450:focus {
        color: #c3c3c3
    }

    .md\:focus\:text-gray-500:focus {
        color: #b1afaf
    }

    .md\:focus\:text-gray-600:focus {
        color: #777
    }

    .md\:focus\:text-gray-700:focus {
        color: #4a5568
    }

    .md\:focus\:text-gray-800:focus {
        color: #2d3748
    }

    .md\:focus\:text-gray-900:focus {
        color: #1a202c
    }

    .md\:focus\:text-red-100:focus {
        color: #fff5f5
    }

    .md\:focus\:text-red-200:focus {
        color: #fff6f7
    }

    .md\:focus\:text-red-300:focus {
        color: #feb2b2
    }

    .md\:focus\:text-red-400:focus {
        color: #bc6366
    }

    .md\:focus\:text-red-500:focus {
        color: #f56565
    }

    .md\:focus\:text-red-600:focus {
        color: #e53e3e
    }

    .md\:focus\:text-red-700:focus {
        color: #c53030
    }

    .md\:focus\:text-red-800:focus {
        color: #9b2c2c
    }

    .md\:focus\:text-red-900:focus {
        color: #742a2a
    }

    .md\:focus\:text-orange-100:focus {
        color: #fffaf0
    }

    .md\:focus\:text-orange-200:focus {
        color: #feebc8
    }

    .md\:focus\:text-orange-300:focus {
        color: #fbd38d
    }

    .md\:focus\:text-orange-400:focus {
        color: #f6ad55
    }

    .md\:focus\:text-orange-500:focus {
        color: #ed8936
    }

    .md\:focus\:text-orange-600:focus {
        color: #dd6b20
    }

    .md\:focus\:text-orange-700:focus {
        color: #c05621
    }

    .md\:focus\:text-orange-800:focus {
        color: #9c4221
    }

    .md\:focus\:text-orange-900:focus {
        color: #7b341e
    }

    .md\:focus\:text-yellow-100:focus {
        color: ivory
    }

    .md\:focus\:text-yellow-200:focus {
        color: #fffaee
    }

    .md\:focus\:text-yellow-300:focus {
        color: #faf089
    }

    .md\:focus\:text-yellow-400:focus {
        color: #d0ae5f
    }

    .md\:focus\:text-yellow-500:focus {
        color: #ecc94b
    }

    .md\:focus\:text-yellow-600:focus {
        color: #d69e2e
    }

    .md\:focus\:text-yellow-700:focus {
        color: #b7791f
    }

    .md\:focus\:text-yellow-800:focus {
        color: #975a16
    }

    .md\:focus\:text-yellow-900:focus {
        color: #744210
    }

    .md\:focus\:text-green-100:focus {
        color: #f0fff4
    }

    .md\:focus\:text-green-200:focus {
        color: #c6f6d5
    }

    .md\:focus\:text-green-300:focus {
        color: #9ae6b4
    }

    .md\:focus\:text-green-400:focus {
        color: #68d391
    }

    .md\:focus\:text-green-500:focus {
        color: #48bb78
    }

    .md\:focus\:text-green-600:focus {
        color: #38a169
    }

    .md\:focus\:text-green-700:focus {
        color: #2f855a
    }

    .md\:focus\:text-green-800:focus {
        color: #276749
    }

    .md\:focus\:text-green-900:focus {
        color: #22543d
    }

    .md\:focus\:text-teal-100:focus {
        color: #e6fffa
    }

    .md\:focus\:text-teal-200:focus {
        color: #b2f5ea
    }

    .md\:focus\:text-teal-300:focus {
        color: #81e6d9
    }

    .md\:focus\:text-teal-400:focus {
        color: #4fd1c5
    }

    .md\:focus\:text-teal-500:focus {
        color: #38b2ac
    }

    .md\:focus\:text-teal-600:focus {
        color: #319795
    }

    .md\:focus\:text-teal-700:focus {
        color: #2c7a7b
    }

    .md\:focus\:text-teal-800:focus {
        color: #285e61
    }

    .md\:focus\:text-teal-900:focus {
        color: #234e52
    }

    .md\:focus\:text-blue-100:focus {
        color: #ebf8ff
    }

    .md\:focus\:text-blue-200:focus {
        color: #effafd
    }

    .md\:focus\:text-blue-300:focus {
        color: #90cdf4
    }

    .md\:focus\:text-blue-400:focus {
        color: #396973
    }

    .md\:focus\:text-blue-500:focus {
        color: #4299e1
    }

    .md\:focus\:text-blue-600:focus {
        color: #3182ce
    }

    .md\:focus\:text-blue-700:focus {
        color: #2b6cb0
    }

    .md\:focus\:text-blue-800:focus {
        color: #2c5282
    }

    .md\:focus\:text-blue-900:focus {
        color: #2a4365
    }

    .md\:focus\:text-indigo-100:focus {
        color: #ebf4ff
    }

    .md\:focus\:text-indigo-200:focus {
        color: #c3dafe
    }

    .md\:focus\:text-indigo-300:focus {
        color: #a3bffa
    }

    .md\:focus\:text-indigo-400:focus {
        color: #7f9cf5
    }

    .md\:focus\:text-indigo-500:focus {
        color: #667eea
    }

    .md\:focus\:text-indigo-600:focus {
        color: #5a67d8
    }

    .md\:focus\:text-indigo-700:focus {
        color: #4c51bf
    }

    .md\:focus\:text-indigo-800:focus {
        color: #434190
    }

    .md\:focus\:text-indigo-900:focus {
        color: #3c366b
    }

    .md\:focus\:text-purple-100:focus {
        color: #faf5ff
    }

    .md\:focus\:text-purple-200:focus {
        color: #e9d8fd
    }

    .md\:focus\:text-purple-300:focus {
        color: #d6bcfa
    }

    .md\:focus\:text-purple-400:focus {
        color: #b794f4
    }

    .md\:focus\:text-purple-500:focus {
        color: #9f7aea
    }

    .md\:focus\:text-purple-600:focus {
        color: #805ad5
    }

    .md\:focus\:text-purple-700:focus {
        color: #6b46c1
    }

    .md\:focus\:text-purple-800:focus {
        color: #553c9a
    }

    .md\:focus\:text-purple-900:focus {
        color: #44337a
    }

    .md\:focus\:text-pink-100:focus {
        color: #fff5f7
    }

    .md\:focus\:text-pink-200:focus {
        color: #fed7e2
    }

    .md\:focus\:text-pink-300:focus {
        color: #fbb6ce
    }

    .md\:focus\:text-pink-400:focus {
        color: #f687b3
    }

    .md\:focus\:text-pink-500:focus {
        color: #ed64a6
    }

    .md\:focus\:text-pink-600:focus {
        color: #d53f8c
    }

    .md\:focus\:text-pink-700:focus {
        color: #b83280
    }

    .md\:focus\:text-pink-800:focus {
        color: #97266d
    }

    .md\:focus\:text-pink-900:focus {
        color: #702459
    }

    .md\:text-2xs {
        font-size: .6rem
    }

    .md\:text-xs {
        font-size: .8rem
    }

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

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

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

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

    .md\:text-2xl {
        font-size: 1.5rem
    }

    .md\:text-3xl {
        font-size: 2rem
    }

    .md\:text-4xl {
        font-size: 2.5rem
    }

    .md\:text-5xl {
        font-size: 3.5rem
    }

    .md\:text-5\.5xl {
        font-size: 4rem
    }

    .md\:text-6xl {
        font-size: 6.3rem
    }

    .md\:text-2xsvw {
        font-size: .54vw
    }

    .md\:text-xsvw {
        font-size: .6vw
    }

    .md\:text-smvw {
        font-size: .7vw
    }

    .md\:text-mdvw {
        font-size: .8vw
    }

    .md\:text-lgvw {
        font-size: .94vw
    }

    .md\:text-xlvw {
        font-size: 1.05vw
    }

    .md\:text-2xlvw {
        font-size: 1.4vw
    }

    .md\:text-3xlvw {
        font-size: 1.7vw
    }

    .md\:text-4xlvw {
        font-size: 2vw
    }

    .md\:text-5xlvw {
        font-size: 3vw
    }

    .md\:text-5\.5xlvw {
        font-size: 3.4vw
    }

    .md\:text-6xlvw {
        font-size: 5.3vw
    }

    .md\:italic {
        font-style: italic
    }

    .md\:not-italic {
        font-style: normal
    }

    .md\:uppercase {
        text-transform: uppercase
    }

    .md\:lowercase {
        text-transform: lowercase
    }

    .md\:capitalize {
        text-transform: capitalize
    }

    .md\:normal-case {
        text-transform: none
    }

    .md\:underline {
        text-decoration: underline
    }

    .md\:line-through {
        text-decoration: line-through
    }

    .md\:no-underline {
        text-decoration: none
    }

    .md\:hover\:underline:hover {
        text-decoration: underline
    }

    .md\:hover\:line-through:hover {
        text-decoration: line-through
    }

    .md\:hover\:no-underline:hover {
        text-decoration: none
    }

    .md\:focus\:underline:focus {
        text-decoration: underline
    }

    .md\:focus\:line-through:focus {
        text-decoration: line-through
    }

    .md\:focus\:no-underline:focus {
        text-decoration: none
    }

    .md\:antialiased {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .md\:subpixel-antialiased {
        -webkit-font-smoothing: auto;
        -moz-osx-font-smoothing: auto
    }

    .md\:tracking-tighter {
        letter-spacing: -.05em
    }

    .md\:tracking-tight {
        letter-spacing: -.025em
    }

    .md\:tracking-normal {
        letter-spacing: 0
    }

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

    .md\:tracking-wider {
        letter-spacing: .05em
    }

    .md\:tracking-widest {
        letter-spacing: .1em
    }

    .md\:select-none {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .md\:select-text {
        -webkit-user-select: text;
        -moz-user-select: text;
        -ms-user-select: text;
        user-select: text
    }

    .md\:select-all {
        -webkit-user-select: all;
        -moz-user-select: all;
        -ms-user-select: all;
        user-select: all
    }

    .md\:select-auto {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -ms-user-select: auto;
        user-select: auto
    }

    .md\:align-baseline {
        vertical-align: baseline
    }

    .md\:align-top {
        vertical-align: top
    }

    .md\:align-middle {
        vertical-align: middle
    }

    .md\:align-bottom {
        vertical-align: bottom
    }

    .md\:align-text-top {
        vertical-align: text-top
    }

    .md\:align-text-bottom {
        vertical-align: text-bottom
    }

    .md\:visible {
        visibility: visible
    }

    .md\:invisible {
        visibility: hidden
    }

    .md\:whitespace-normal {
        white-space: normal
    }

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

    .md\:whitespace-pre {
        white-space: pre
    }

    .md\:whitespace-pre-line {
        white-space: pre-line
    }

    .md\:whitespace-pre-wrap {
        white-space: pre-wrap
    }

    .md\:break-normal {
        overflow-wrap: normal;
        word-break: normal
    }

    .md\:break-words {
        overflow-wrap: break-word
    }

    .md\:break-all {
        word-break: break-all
    }

    .md\:truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .md\:w-0 {
        width: 0
    }

    .md\:w-1 {
        width: .25rem
    }

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

    .md\:w-3 {
        width: .75rem
    }

    .md\:w-4 {
        width: 1rem
    }

    .md\:w-5 {
        width: 1.25rem
    }

    .md\:w-6 {
        width: 1.5rem
    }

    .md\:w-8 {
        width: 2rem
    }

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

    .md\:w-12 {
        width: 3rem
    }

    .md\:w-15 {
        width: 3.7rem
    }

    .md\:w-16 {
        width: 4rem
    }

    .md\:w-20 {
        width: 5rem
    }

    .md\:w-24 {
        width: 6rem
    }

    .md\:w-32 {
        width: 8rem
    }

    .md\:w-40 {
        width: 10rem
    }

    .md\:w-48 {
        width: 12rem
    }

    .md\:w-56 {
        width: 14rem
    }

    .md\:w-64 {
        width: 16rem
    }

    .md\:w-auto {
        width: auto
    }

    .md\:w-px {
        width: 1px
    }

    .md\:w-6vw {
        width: 1vw
    }

    .md\:w-10vw {
        width: 2vw
    }

    .md\:w-12vw {
        width: 2.5vw
    }

    .md\:w-20vw {
        width: 3vw
    }

    .md\:w-22vw {
        width: 4.3vw
    }

    .md\:w-24vw {
        width: 3.6vw
    }

    .md\:w-40vw {
        width: 9vw
    }

    .md\:w-48vw {
        width: 11vw
    }

    .md\:w--1 {
        width: -1px
    }

    .md\:w--2 {
        width: -2px
    }

    .md\:w--4 {
        width: -1rem
    }

    .md\:w--8 {
        width: -2rem
    }

    .md\:w-3vw {
        width: .5vw
    }

    .md\:w-1\/2 {
        width: 50%
    }

    .md\:w-1\/3 {
        width: 33.33333%
    }

    .md\:w-2\/3 {
        width: 66.66667%
    }

    .md\:w-1\/4 {
        width: 25%
    }

    .md\:w-3\/4 {
        width: 75%
    }

    .md\:w-1\/5 {
        width: 20%
    }

    .md\:w-2\/5 {
        width: 40%
    }

    .md\:w-3\/5 {
        width: 60%
    }

    .md\:w-4\/5 {
        width: 80%
    }

    .md\:w-1\/6 {
        width: 16.66667%
    }

    .md\:w-5\/6 {
        width: 83.33333%
    }

    .md\:w-5\/12 {
        width: 41.666667%
    }

    .md\:w-7\/12 {
        width: 58.333333%
    }

    .md\:w-full {
        width: 100%
    }

    .md\:w-screen {
        width: 100vw
    }

    .md\:z-0 {
        z-index: 0
    }

    .md\:z-10 {
        z-index: 10
    }

    .md\:z-20 {
        z-index: 20
    }

    .md\:z-30 {
        z-index: 30
    }

    .md\:z-40 {
        z-index: 40
    }

    .md\:z-50 {
        z-index: 50
    }

    .md\:z-auto {
        z-index: auto
    }
}

@media (min-width:1024px) {

    .top-menu a.dropdown-submenu {
        color: #232323;
        font-weight: 600
    }
    
    .lg\:appearance-none {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

    .lg\:bg-fixed {
        background-attachment: fixed
    }

    .lg\:bg-local {
        background-attachment: local
    }

    .lg\:bg-scroll {
        background-attachment: scroll
    }

    .lg\:bg-transparent {
        background-color: transparent
    }

    .lg\:bg-primary {
        background-color: #81d8d0
    }

    .lg\:bg-primarydarker {
        background-color: #6acdc4
    }

    .lg\:bg-black,
    .lg\:bg-turquoise {
        background-color: #000
    }

    .lg\:bg-gold {
        background-color: #d0ae5f
    }

    .lg\:bg-white {
        background-color: #fff
    }

    .lg\:bg-whiteHalfTransparent {
        background-color: hsla(0, 0%, 100%, .5)
    }

    .lg\:bg-brown {
        background-color: #36261e
    }

    .lg\:bg-browndark {
        background-color: #130c0e
    }

    .lg\:bg-gray-100 {
        background-color: #f2f2f2
    }

    .lg\:bg-gray-150 {
        background-color: #f3f3f3
    }

    .lg\:bg-gray-200 {
        background-color: #f6f6f6
    }

    .lg\:bg-gray-300 {
        background-color: #e8e8e8
    }

    .lg\:bg-gray-400 {
        background-color: #cbd5e0
    }

    .lg\:bg-gray-450 {
        background-color: #c3c3c3
    }

    .lg\:bg-gray-500 {
        background-color: #b1afaf
    }

    .lg\:bg-gray-600 {
        background-color: #777
    }

    .lg\:bg-gray-700 {
        background-color: #4a5568
    }

    .lg\:bg-gray-800 {
        background-color: #2d3748
    }

    .lg\:bg-gray-900 {
        background-color: #1a202c
    }

    .lg\:bg-red-100 {
        background-color: #fff5f5
    }

    .lg\:bg-red-200 {
        background-color: #fff6f7
    }

    .lg\:bg-red-300 {
        background-color: #feb2b2
    }

    .lg\:bg-red-400 {
        background-color: #bc6366
    }

    .lg\:bg-red-500 {
        background-color: #f56565
    }

    .lg\:bg-red-600 {
        background-color: #e53e3e
    }

    .lg\:bg-red-700 {
        background-color: #c53030
    }

    .lg\:bg-red-800 {
        background-color: #9b2c2c
    }

    .lg\:bg-red-900 {
        background-color: #742a2a
    }

    .lg\:bg-orange-100 {
        background-color: #fffaf0
    }

    .lg\:bg-orange-200 {
        background-color: #feebc8
    }

    .lg\:bg-orange-300 {
        background-color: #fbd38d
    }

    .lg\:bg-orange-400 {
        background-color: #f6ad55
    }

    .lg\:bg-orange-500 {
        background-color: #ed8936
    }

    .lg\:bg-orange-600 {
        background-color: #dd6b20
    }

    .lg\:bg-orange-700 {
        background-color: #c05621
    }

    .lg\:bg-orange-800 {
        background-color: #9c4221
    }

    .lg\:bg-orange-900 {
        background-color: #7b341e
    }

    .lg\:bg-yellow-100 {
        background-color: ivory
    }

    .lg\:bg-yellow-200 {
        background-color: #fffaee
    }

    .lg\:bg-yellow-300 {
        background-color: #faf089
    }

    .lg\:bg-yellow-400 {
        background-color: #d0ae5f
    }

    .lg\:bg-yellow-500 {
        background-color: #ecc94b
    }

    .lg\:bg-yellow-600 {
        background-color: #d69e2e
    }

    .lg\:bg-yellow-700 {
        background-color: #b7791f
    }

    .lg\:bg-yellow-800 {
        background-color: #975a16
    }

    .lg\:bg-yellow-900 {
        background-color: #744210
    }

    .lg\:bg-green-100 {
        background-color: #f0fff4
    }

    .lg\:bg-green-200 {
        background-color: #c6f6d5
    }

    .lg\:bg-green-300 {
        background-color: #9ae6b4
    }

    .lg\:bg-green-400 {
        background-color: #68d391
    }

    .lg\:bg-green-500 {
        background-color: #48bb78
    }

    .lg\:bg-green-600 {
        background-color: #38a169
    }

    .lg\:bg-green-700 {
        background-color: #2f855a
    }

    .lg\:bg-green-800 {
        background-color: #276749
    }

    .lg\:bg-green-900 {
        background-color: #22543d
    }

    .lg\:bg-teal-100 {
        background-color: #e6fffa
    }

    .lg\:bg-teal-200 {
        background-color: #b2f5ea
    }

    .lg\:bg-teal-300 {
        background-color: #81e6d9
    }

    .lg\:bg-teal-400 {
        background-color: #4fd1c5
    }

    .lg\:bg-teal-500 {
        background-color: #38b2ac
    }

    .lg\:bg-teal-600 {
        background-color: #319795
    }

    .lg\:bg-teal-700 {
        background-color: #2c7a7b
    }

    .lg\:bg-teal-800 {
        background-color: #285e61
    }

    .lg\:bg-teal-900 {
        background-color: #234e52
    }

    .lg\:bg-blue-100 {
        background-color: #ebf8ff
    }

    .lg\:bg-blue-200 {
        background-color: #effafd
    }

    .lg\:bg-blue-300 {
        background-color: #90cdf4
    }

    .lg\:bg-blue-400 {
        background-color: #396973
    }

    .lg\:bg-blue-500 {
        background-color: #4299e1
    }

    .lg\:bg-blue-600 {
        background-color: #3182ce
    }

    .lg\:bg-blue-700 {
        background-color: #2b6cb0
    }

    .lg\:bg-blue-800 {
        background-color: #2c5282
    }

    .lg\:bg-blue-900 {
        background-color: #2a4365
    }

    .lg\:bg-indigo-100 {
        background-color: #ebf4ff
    }

    .lg\:bg-indigo-200 {
        background-color: #c3dafe
    }

    .lg\:bg-indigo-300 {
        background-color: #a3bffa
    }

    .lg\:bg-indigo-400 {
        background-color: #7f9cf5
    }

    .lg\:bg-indigo-500 {
        background-color: #667eea
    }

    .lg\:bg-indigo-600 {
        background-color: #5a67d8
    }

    .lg\:bg-indigo-700 {
        background-color: #4c51bf
    }

    .lg\:bg-indigo-800 {
        background-color: #434190
    }

    .lg\:bg-indigo-900 {
        background-color: #3c366b
    }

    .lg\:bg-purple-100 {
        background-color: #faf5ff
    }

    .lg\:bg-purple-200 {
        background-color: #e9d8fd
    }

    .lg\:bg-purple-300 {
        background-color: #d6bcfa
    }

    .lg\:bg-purple-400 {
        background-color: #b794f4
    }

    .lg\:bg-purple-500 {
        background-color: #9f7aea
    }

    .lg\:bg-purple-600 {
        background-color: #805ad5
    }

    .lg\:bg-purple-700 {
        background-color: #6b46c1
    }

    .lg\:bg-purple-800 {
        background-color: #553c9a
    }

    .lg\:bg-purple-900 {
        background-color: #44337a
    }

    .lg\:bg-pink-100 {
        background-color: #fff5f7
    }

    .lg\:bg-pink-200 {
        background-color: #fed7e2
    }

    .lg\:bg-pink-300 {
        background-color: #fbb6ce
    }

    .lg\:bg-pink-400 {
        background-color: #f687b3
    }

    .lg\:bg-pink-500 {
        background-color: #ed64a6
    }

    .lg\:bg-pink-600 {
        background-color: #d53f8c
    }

    .lg\:bg-pink-700 {
        background-color: #b83280
    }

    .lg\:bg-pink-800 {
        background-color: #97266d
    }

    .lg\:bg-pink-900 {
        background-color: #702459
    }

    .lg\:hover\:bg-transparent:hover {
        background-color: transparent
    }

    .lg\:hover\:bg-primary:hover {
        background-color: #81d8d0
    }

    .lg\:hover\:bg-primarydarker:hover {
        background-color: #6acdc4
    }

    .lg\:hover\:bg-black:hover,
    .lg\:hover\:bg-turquoise:hover {
        background-color: #000
    }

    .lg\:hover\:bg-gold:hover {
        background-color: #d0ae5f
    }

    .lg\:hover\:bg-white:hover {
        background-color: #fff
    }

    .lg\:hover\:bg-whiteHalfTransparent:hover {
        background-color: hsla(0, 0%, 100%, .5)
    }

    .lg\:hover\:bg-brown:hover {
        background-color: #36261e
    }

    .lg\:hover\:bg-browndark:hover {
        background-color: #130c0e
    }

    .lg\:hover\:bg-gray-100:hover {
        background-color: #f2f2f2
    }

    .lg\:hover\:bg-gray-150:hover {
        background-color: #f3f3f3
    }

    .lg\:hover\:bg-gray-200:hover {
        background-color: #f6f6f6
    }

    .lg\:hover\:bg-gray-300:hover {
        background-color: #e8e8e8
    }

    .lg\:hover\:bg-gray-400:hover {
        background-color: #cbd5e0
    }

    .lg\:hover\:bg-gray-450:hover {
        background-color: #c3c3c3
    }

    .lg\:hover\:bg-gray-500:hover {
        background-color: #b1afaf
    }

    .lg\:hover\:bg-gray-600:hover {
        background-color: #777
    }

    .lg\:hover\:bg-gray-700:hover {
        background-color: #4a5568
    }

    .lg\:hover\:bg-gray-800:hover {
        background-color: #2d3748
    }

    .lg\:hover\:bg-gray-900:hover {
        background-color: #1a202c
    }

    .lg\:hover\:bg-red-100:hover {
        background-color: #fff5f5
    }

    .lg\:hover\:bg-red-200:hover {
        background-color: #fff6f7
    }

    .lg\:hover\:bg-red-300:hover {
        background-color: #feb2b2
    }

    .lg\:hover\:bg-red-400:hover {
        background-color: #bc6366
    }

    .lg\:hover\:bg-red-500:hover {
        background-color: #f56565
    }

    .lg\:hover\:bg-red-600:hover {
        background-color: #e53e3e
    }

    .lg\:hover\:bg-red-700:hover {
        background-color: #c53030
    }

    .lg\:hover\:bg-red-800:hover {
        background-color: #9b2c2c
    }

    .lg\:hover\:bg-red-900:hover {
        background-color: #742a2a
    }

    .lg\:hover\:bg-orange-100:hover {
        background-color: #fffaf0
    }

    .lg\:hover\:bg-orange-200:hover {
        background-color: #feebc8
    }

    .lg\:hover\:bg-orange-300:hover {
        background-color: #fbd38d
    }

    .lg\:hover\:bg-orange-400:hover {
        background-color: #f6ad55
    }

    .lg\:hover\:bg-orange-500:hover {
        background-color: #ed8936
    }

    .lg\:hover\:bg-orange-600:hover {
        background-color: #dd6b20
    }

    .lg\:hover\:bg-orange-700:hover {
        background-color: #c05621
    }

    .lg\:hover\:bg-orange-800:hover {
        background-color: #9c4221
    }

    .lg\:hover\:bg-orange-900:hover {
        background-color: #7b341e
    }

    .lg\:hover\:bg-yellow-100:hover {
        background-color: ivory
    }

    .lg\:hover\:bg-yellow-200:hover {
        background-color: #fffaee
    }

    .lg\:hover\:bg-yellow-300:hover {
        background-color: #faf089
    }

    .lg\:hover\:bg-yellow-400:hover {
        background-color: #d0ae5f
    }

    .lg\:hover\:bg-yellow-500:hover {
        background-color: #ecc94b
    }

    .lg\:hover\:bg-yellow-600:hover {
        background-color: #d69e2e
    }

    .lg\:hover\:bg-yellow-700:hover {
        background-color: #b7791f
    }

    .lg\:hover\:bg-yellow-800:hover {
        background-color: #975a16
    }

    .lg\:hover\:bg-yellow-900:hover {
        background-color: #744210
    }

    .lg\:hover\:bg-green-100:hover {
        background-color: #f0fff4
    }

    .lg\:hover\:bg-green-200:hover {
        background-color: #c6f6d5
    }

    .lg\:hover\:bg-green-300:hover {
        background-color: #9ae6b4
    }

    .lg\:hover\:bg-green-400:hover {
        background-color: #68d391
    }

    .lg\:hover\:bg-green-500:hover {
        background-color: #48bb78
    }

    .lg\:hover\:bg-green-600:hover {
        background-color: #38a169
    }

    .lg\:hover\:bg-green-700:hover {
        background-color: #2f855a
    }

    .lg\:hover\:bg-green-800:hover {
        background-color: #276749
    }

    .lg\:hover\:bg-green-900:hover {
        background-color: #22543d
    }

    .lg\:hover\:bg-teal-100:hover {
        background-color: #e6fffa
    }

    .lg\:hover\:bg-teal-200:hover {
        background-color: #b2f5ea
    }

    .lg\:hover\:bg-teal-300:hover {
        background-color: #81e6d9
    }

    .lg\:hover\:bg-teal-400:hover {
        background-color: #4fd1c5
    }

    .lg\:hover\:bg-teal-500:hover {
        background-color: #38b2ac
    }

    .lg\:hover\:bg-teal-600:hover {
        background-color: #319795
    }

    .lg\:hover\:bg-teal-700:hover {
        background-color: #2c7a7b
    }

    .lg\:hover\:bg-teal-800:hover {
        background-color: #285e61
    }

    .lg\:hover\:bg-teal-900:hover {
        background-color: #234e52
    }

    .lg\:hover\:bg-blue-100:hover {
        background-color: #ebf8ff
    }

    .lg\:hover\:bg-blue-200:hover {
        background-color: #effafd
    }

    .lg\:hover\:bg-blue-300:hover {
        background-color: #90cdf4
    }

    .lg\:hover\:bg-blue-400:hover {
        background-color: #396973
    }

    .lg\:hover\:bg-blue-500:hover {
        background-color: #4299e1
    }

    .lg\:hover\:bg-blue-600:hover {
        background-color: #3182ce
    }

    .lg\:hover\:bg-blue-700:hover {
        background-color: #2b6cb0
    }

    .lg\:hover\:bg-blue-800:hover {
        background-color: #2c5282
    }

    .lg\:hover\:bg-blue-900:hover {
        background-color: #2a4365
    }

    .lg\:hover\:bg-indigo-100:hover {
        background-color: #ebf4ff
    }

    .lg\:hover\:bg-indigo-200:hover {
        background-color: #c3dafe
    }

    .lg\:hover\:bg-indigo-300:hover {
        background-color: #a3bffa
    }

    .lg\:hover\:bg-indigo-400:hover {
        background-color: #7f9cf5
    }

    .lg\:hover\:bg-indigo-500:hover {
        background-color: #667eea
    }

    .lg\:hover\:bg-indigo-600:hover {
        background-color: #5a67d8
    }

    .lg\:hover\:bg-indigo-700:hover {
        background-color: #4c51bf
    }

    .lg\:hover\:bg-indigo-800:hover {
        background-color: #434190
    }

    .lg\:hover\:bg-indigo-900:hover {
        background-color: #3c366b
    }

    .lg\:hover\:bg-purple-100:hover {
        background-color: #faf5ff
    }

    .lg\:hover\:bg-purple-200:hover {
        background-color: #e9d8fd
    }

    .lg\:hover\:bg-purple-300:hover {
        background-color: #d6bcfa
    }

    .lg\:hover\:bg-purple-400:hover {
        background-color: #b794f4
    }

    .lg\:hover\:bg-purple-500:hover {
        background-color: #9f7aea
    }

    .lg\:hover\:bg-purple-600:hover {
        background-color: #805ad5
    }

    .lg\:hover\:bg-purple-700:hover {
        background-color: #6b46c1
    }

    .lg\:hover\:bg-purple-800:hover {
        background-color: #553c9a
    }

    .lg\:hover\:bg-purple-900:hover {
        background-color: #44337a
    }

    .lg\:hover\:bg-pink-100:hover {
        background-color: #fff5f7
    }

    .lg\:hover\:bg-pink-200:hover {
        background-color: #fed7e2
    }

    .lg\:hover\:bg-pink-300:hover {
        background-color: #fbb6ce
    }

    .lg\:hover\:bg-pink-400:hover {
        background-color: #f687b3
    }

    .lg\:hover\:bg-pink-500:hover {
        background-color: #ed64a6
    }

    .lg\:hover\:bg-pink-600:hover {
        background-color: #d53f8c
    }

    .lg\:hover\:bg-pink-700:hover {
        background-color: #b83280
    }

    .lg\:hover\:bg-pink-800:hover {
        background-color: #97266d
    }

    .lg\:hover\:bg-pink-900:hover {
        background-color: #702459
    }

    .lg\:focus\:bg-transparent:focus {
        background-color: transparent
    }

    .lg\:focus\:bg-primary:focus {
        background-color: #81d8d0
    }

    .lg\:focus\:bg-primarydarker:focus {
        background-color: #6acdc4
    }

    .lg\:focus\:bg-black:focus,
    .lg\:focus\:bg-turquoise:focus {
        background-color: #000
    }

    .lg\:focus\:bg-gold:focus {
        background-color: #d0ae5f
    }

    .lg\:focus\:bg-white:focus {
        background-color: #fff
    }

    .lg\:focus\:bg-whiteHalfTransparent:focus {
        background-color: hsla(0, 0%, 100%, .5)
    }

    .lg\:focus\:bg-brown:focus {
        background-color: #36261e
    }

    .lg\:focus\:bg-browndark:focus {
        background-color: #130c0e
    }

    .lg\:focus\:bg-gray-100:focus {
        background-color: #f2f2f2
    }

    .lg\:focus\:bg-gray-150:focus {
        background-color: #f3f3f3
    }

    .lg\:focus\:bg-gray-200:focus {
        background-color: #f6f6f6
    }

    .lg\:focus\:bg-gray-300:focus {
        background-color: #e8e8e8
    }

    .lg\:focus\:bg-gray-400:focus {
        background-color: #cbd5e0
    }

    .lg\:focus\:bg-gray-450:focus {
        background-color: #c3c3c3
    }

    .lg\:focus\:bg-gray-500:focus {
        background-color: #b1afaf
    }

    .lg\:focus\:bg-gray-600:focus {
        background-color: #777
    }

    .lg\:focus\:bg-gray-700:focus {
        background-color: #4a5568
    }

    .lg\:focus\:bg-gray-800:focus {
        background-color: #2d3748
    }

    .lg\:focus\:bg-gray-900:focus {
        background-color: #1a202c
    }

    .lg\:focus\:bg-red-100:focus {
        background-color: #fff5f5
    }

    .lg\:focus\:bg-red-200:focus {
        background-color: #fff6f7
    }

    .lg\:focus\:bg-red-300:focus {
        background-color: #feb2b2
    }

    .lg\:focus\:bg-red-400:focus {
        background-color: #bc6366
    }

    .lg\:focus\:bg-red-500:focus {
        background-color: #f56565
    }

    .lg\:focus\:bg-red-600:focus {
        background-color: #e53e3e
    }

    .lg\:focus\:bg-red-700:focus {
        background-color: #c53030
    }

    .lg\:focus\:bg-red-800:focus {
        background-color: #9b2c2c
    }

    .lg\:focus\:bg-red-900:focus {
        background-color: #742a2a
    }

    .lg\:focus\:bg-orange-100:focus {
        background-color: #fffaf0
    }

    .lg\:focus\:bg-orange-200:focus {
        background-color: #feebc8
    }

    .lg\:focus\:bg-orange-300:focus {
        background-color: #fbd38d
    }

    .lg\:focus\:bg-orange-400:focus {
        background-color: #f6ad55
    }

    .lg\:focus\:bg-orange-500:focus {
        background-color: #ed8936
    }

    .lg\:focus\:bg-orange-600:focus {
        background-color: #dd6b20
    }

    .lg\:focus\:bg-orange-700:focus {
        background-color: #c05621
    }

    .lg\:focus\:bg-orange-800:focus {
        background-color: #9c4221
    }

    .lg\:focus\:bg-orange-900:focus {
        background-color: #7b341e
    }

    .lg\:focus\:bg-yellow-100:focus {
        background-color: ivory
    }

    .lg\:focus\:bg-yellow-200:focus {
        background-color: #fffaee
    }

    .lg\:focus\:bg-yellow-300:focus {
        background-color: #faf089
    }

    .lg\:focus\:bg-yellow-400:focus {
        background-color: #d0ae5f
    }

    .lg\:focus\:bg-yellow-500:focus {
        background-color: #ecc94b
    }

    .lg\:focus\:bg-yellow-600:focus {
        background-color: #d69e2e
    }

    .lg\:focus\:bg-yellow-700:focus {
        background-color: #b7791f
    }

    .lg\:focus\:bg-yellow-800:focus {
        background-color: #975a16
    }

    .lg\:focus\:bg-yellow-900:focus {
        background-color: #744210
    }

    .lg\:focus\:bg-green-100:focus {
        background-color: #f0fff4
    }

    .lg\:focus\:bg-green-200:focus {
        background-color: #c6f6d5
    }

    .lg\:focus\:bg-green-300:focus {
        background-color: #9ae6b4
    }

    .lg\:focus\:bg-green-400:focus {
        background-color: #68d391
    }

    .lg\:focus\:bg-green-500:focus {
        background-color: #48bb78
    }

    .lg\:focus\:bg-green-600:focus {
        background-color: #38a169
    }

    .lg\:focus\:bg-green-700:focus {
        background-color: #2f855a
    }

    .lg\:focus\:bg-green-800:focus {
        background-color: #276749
    }

    .lg\:focus\:bg-green-900:focus {
        background-color: #22543d
    }

    .lg\:focus\:bg-teal-100:focus {
        background-color: #e6fffa
    }

    .lg\:focus\:bg-teal-200:focus {
        background-color: #b2f5ea
    }

    .lg\:focus\:bg-teal-300:focus {
        background-color: #81e6d9
    }

    .lg\:focus\:bg-teal-400:focus {
        background-color: #4fd1c5
    }

    .lg\:focus\:bg-teal-500:focus {
        background-color: #38b2ac
    }

    .lg\:focus\:bg-teal-600:focus {
        background-color: #319795
    }

    .lg\:focus\:bg-teal-700:focus {
        background-color: #2c7a7b
    }

    .lg\:focus\:bg-teal-800:focus {
        background-color: #285e61
    }

    .lg\:focus\:bg-teal-900:focus {
        background-color: #234e52
    }

    .lg\:focus\:bg-blue-100:focus {
        background-color: #ebf8ff
    }

    .lg\:focus\:bg-blue-200:focus {
        background-color: #effafd
    }

    .lg\:focus\:bg-blue-300:focus {
        background-color: #90cdf4
    }

    .lg\:focus\:bg-blue-400:focus {
        background-color: #396973
    }

    .lg\:focus\:bg-blue-500:focus {
        background-color: #4299e1
    }

    .lg\:focus\:bg-blue-600:focus {
        background-color: #3182ce
    }

    .lg\:focus\:bg-blue-700:focus {
        background-color: #2b6cb0
    }

    .lg\:focus\:bg-blue-800:focus {
        background-color: #2c5282
    }

    .lg\:focus\:bg-blue-900:focus {
        background-color: #2a4365
    }

    .lg\:focus\:bg-indigo-100:focus {
        background-color: #ebf4ff
    }

    .lg\:focus\:bg-indigo-200:focus {
        background-color: #c3dafe
    }

    .lg\:focus\:bg-indigo-300:focus {
        background-color: #a3bffa
    }

    .lg\:focus\:bg-indigo-400:focus {
        background-color: #7f9cf5
    }

    .lg\:focus\:bg-indigo-500:focus {
        background-color: #667eea
    }

    .lg\:focus\:bg-indigo-600:focus {
        background-color: #5a67d8
    }

    .lg\:focus\:bg-indigo-700:focus {
        background-color: #4c51bf
    }

    .lg\:focus\:bg-indigo-800:focus {
        background-color: #434190
    }

    .lg\:focus\:bg-indigo-900:focus {
        background-color: #3c366b
    }

    .lg\:focus\:bg-purple-100:focus {
        background-color: #faf5ff
    }

    .lg\:focus\:bg-purple-200:focus {
        background-color: #e9d8fd
    }

    .lg\:focus\:bg-purple-300:focus {
        background-color: #d6bcfa
    }

    .lg\:focus\:bg-purple-400:focus {
        background-color: #b794f4
    }

    .lg\:focus\:bg-purple-500:focus {
        background-color: #9f7aea
    }

    .lg\:focus\:bg-purple-600:focus {
        background-color: #805ad5
    }

    .lg\:focus\:bg-purple-700:focus {
        background-color: #6b46c1
    }

    .lg\:focus\:bg-purple-800:focus {
        background-color: #553c9a
    }

    .lg\:focus\:bg-purple-900:focus {
        background-color: #44337a
    }

    .lg\:focus\:bg-pink-100:focus {
        background-color: #fff5f7
    }

    .lg\:focus\:bg-pink-200:focus {
        background-color: #fed7e2
    }

    .lg\:focus\:bg-pink-300:focus {
        background-color: #fbb6ce
    }

    .lg\:focus\:bg-pink-400:focus {
        background-color: #f687b3
    }

    .lg\:focus\:bg-pink-500:focus {
        background-color: #ed64a6
    }

    .lg\:focus\:bg-pink-600:focus {
        background-color: #d53f8c
    }

    .lg\:focus\:bg-pink-700:focus {
        background-color: #b83280
    }

    .lg\:focus\:bg-pink-800:focus {
        background-color: #97266d
    }

    .lg\:focus\:bg-pink-900:focus {
        background-color: #702459
    }

    .lg\:bg-bottom {
        background-position: bottom
    }

    .lg\:bg-center {
        background-position: 50%
    }

    .lg\:bg-left {
        background-position: 0
    }

    .lg\:bg-left-bottom {
        background-position: 0 100%
    }

    .lg\:bg-left-top {
        background-position: 0 0
    }

    .lg\:bg-right {
        background-position: 100%
    }

    .lg\:bg-right-bottom {
        background-position: 100% 100%
    }

    .lg\:bg-right-top {
        background-position: 100% 0
    }

    .lg\:bg-top {
        background-position: top
    }

    .lg\:bg-repeat {
        background-repeat: repeat
    }

    .lg\:bg-no-repeat {
        background-repeat: no-repeat
    }

    .lg\:bg-repeat-x {
        background-repeat: repeat-x
    }

    .lg\:bg-repeat-y {
        background-repeat: repeat-y
    }

    .lg\:bg-repeat-round {
        background-repeat: round
    }

    .lg\:bg-repeat-space {
        background-repeat: space
    }

    .lg\:bg-auto {
        background-size: auto
    }

    .lg\:bg-cover {
        background-size: cover
    }

    .lg\:bg-contain {
        background-size: contain
    }

    .lg\:border-transparent {
        border-color: transparent
    }

    .lg\:border-primary {
        border-color: #81d8d0
    }

    .lg\:border-primarydarker {
        border-color: #6acdc4
    }

    .lg\:border-black,
    .lg\:border-turquoise {
        border-color: #000
    }

    .lg\:border-gold {
        border-color: #d0ae5f
    }

    .lg\:border-white {
        border-color: #fff
    }

    .lg\:border-whiteHalfTransparent {
        border-color: hsla(0, 0%, 100%, .5)
    }

    .lg\:border-brown {
        border-color: #36261e
    }

    .lg\:border-browndark {
        border-color: #130c0e
    }

    .lg\:border-gray-100 {
        border-color: #f2f2f2
    }

    .lg\:border-gray-150 {
        border-color: #f3f3f3
    }

    .lg\:border-gray-200 {
        border-color: #f6f6f6
    }

    .lg\:border-gray-300 {
        border-color: #e8e8e8
    }

    .lg\:border-gray-400 {
        border-color: #cbd5e0
    }

    .lg\:border-gray-450 {
        border-color: #c3c3c3
    }

    .lg\:border-gray-500 {
        border-color: #b1afaf
    }

    .lg\:border-gray-600 {
        border-color: #777
    }

    .lg\:border-gray-700 {
        border-color: #4a5568
    }

    .lg\:border-gray-800 {
        border-color: #2d3748
    }

    .lg\:border-gray-900 {
        border-color: #1a202c
    }

    .lg\:border-red-100 {
        border-color: #fff5f5
    }

    .lg\:border-red-200 {
        border-color: #fff6f7
    }

    .lg\:border-red-300 {
        border-color: #feb2b2
    }

    .lg\:border-red-400 {
        border-color: #bc6366
    }

    .lg\:border-red-500 {
        border-color: #f56565
    }

    .lg\:border-red-600 {
        border-color: #e53e3e
    }

    .lg\:border-red-700 {
        border-color: #c53030
    }

    .lg\:border-red-800 {
        border-color: #9b2c2c
    }

    .lg\:border-red-900 {
        border-color: #742a2a
    }

    .lg\:border-orange-100 {
        border-color: #fffaf0
    }

    .lg\:border-orange-200 {
        border-color: #feebc8
    }

    .lg\:border-orange-300 {
        border-color: #fbd38d
    }

    .lg\:border-orange-400 {
        border-color: #f6ad55
    }

    .lg\:border-orange-500 {
        border-color: #ed8936
    }

    .lg\:border-orange-600 {
        border-color: #dd6b20
    }

    .lg\:border-orange-700 {
        border-color: #c05621
    }

    .lg\:border-orange-800 {
        border-color: #9c4221
    }

    .lg\:border-orange-900 {
        border-color: #7b341e
    }

    .lg\:border-yellow-100 {
        border-color: ivory
    }

    .lg\:border-yellow-200 {
        border-color: #fffaee
    }

    .lg\:border-yellow-300 {
        border-color: #faf089
    }

    .lg\:border-yellow-400 {
        border-color: #d0ae5f
    }

    .lg\:border-yellow-500 {
        border-color: #ecc94b
    }

    .lg\:border-yellow-600 {
        border-color: #d69e2e
    }

    .lg\:border-yellow-700 {
        border-color: #b7791f
    }

    .lg\:border-yellow-800 {
        border-color: #975a16
    }

    .lg\:border-yellow-900 {
        border-color: #744210
    }

    .lg\:border-green-100 {
        border-color: #f0fff4
    }

    .lg\:border-green-200 {
        border-color: #c6f6d5
    }

    .lg\:border-green-300 {
        border-color: #9ae6b4
    }

    .lg\:border-green-400 {
        border-color: #68d391
    }

    .lg\:border-green-500 {
        border-color: #48bb78
    }

    .lg\:border-green-600 {
        border-color: #38a169
    }

    .lg\:border-green-700 {
        border-color: #2f855a
    }

    .lg\:border-green-800 {
        border-color: #276749
    }

    .lg\:border-green-900 {
        border-color: #22543d
    }

    .lg\:border-teal-100 {
        border-color: #e6fffa
    }

    .lg\:border-teal-200 {
        border-color: #b2f5ea
    }

    .lg\:border-teal-300 {
        border-color: #81e6d9
    }

    .lg\:border-teal-400 {
        border-color: #4fd1c5
    }

    .lg\:border-teal-500 {
        border-color: #38b2ac
    }

    .lg\:border-teal-600 {
        border-color: #319795
    }

    .lg\:border-teal-700 {
        border-color: #2c7a7b
    }

    .lg\:border-teal-800 {
        border-color: #285e61
    }

    .lg\:border-teal-900 {
        border-color: #234e52
    }

    .lg\:border-blue-100 {
        border-color: #ebf8ff
    }

    .lg\:border-blue-200 {
        border-color: #effafd
    }

    .lg\:border-blue-300 {
        border-color: #90cdf4
    }

    .lg\:border-blue-400 {
        border-color: #396973
    }

    .lg\:border-blue-500 {
        border-color: #4299e1
    }

    .lg\:border-blue-600 {
        border-color: #3182ce
    }

    .lg\:border-blue-700 {
        border-color: #2b6cb0
    }

    .lg\:border-blue-800 {
        border-color: #2c5282
    }

    .lg\:border-blue-900 {
        border-color: #2a4365
    }

    .lg\:border-indigo-100 {
        border-color: #ebf4ff
    }

    .lg\:border-indigo-200 {
        border-color: #c3dafe
    }

    .lg\:border-indigo-300 {
        border-color: #a3bffa
    }

    .lg\:border-indigo-400 {
        border-color: #7f9cf5
    }

    .lg\:border-indigo-500 {
        border-color: #667eea
    }

    .lg\:border-indigo-600 {
        border-color: #5a67d8
    }

    .lg\:border-indigo-700 {
        border-color: #4c51bf
    }

    .lg\:border-indigo-800 {
        border-color: #434190
    }

    .lg\:border-indigo-900 {
        border-color: #3c366b
    }

    .lg\:border-purple-100 {
        border-color: #faf5ff
    }

    .lg\:border-purple-200 {
        border-color: #e9d8fd
    }

    .lg\:border-purple-300 {
        border-color: #d6bcfa
    }

    .lg\:border-purple-400 {
        border-color: #b794f4
    }

    .lg\:border-purple-500 {
        border-color: #9f7aea
    }

    .lg\:border-purple-600 {
        border-color: #805ad5
    }

    .lg\:border-purple-700 {
        border-color: #6b46c1
    }

    .lg\:border-purple-800 {
        border-color: #553c9a
    }

    .lg\:border-purple-900 {
        border-color: #44337a
    }

    .lg\:border-pink-100 {
        border-color: #fff5f7
    }

    .lg\:border-pink-200 {
        border-color: #fed7e2
    }

    .lg\:border-pink-300 {
        border-color: #fbb6ce
    }

    .lg\:border-pink-400 {
        border-color: #f687b3
    }

    .lg\:border-pink-500 {
        border-color: #ed64a6
    }

    .lg\:border-pink-600 {
        border-color: #d53f8c
    }

    .lg\:border-pink-700 {
        border-color: #b83280
    }

    .lg\:border-pink-800 {
        border-color: #97266d
    }

    .lg\:border-pink-900 {
        border-color: #702459
    }

    .lg\:hover\:border-transparent:hover {
        border-color: transparent
    }

    .lg\:hover\:border-primary:hover {
        border-color: #81d8d0
    }

    .lg\:hover\:border-primarydarker:hover {
        border-color: #6acdc4
    }

    .lg\:hover\:border-black:hover,
    .lg\:hover\:border-turquoise:hover {
        border-color: #000
    }

    .lg\:hover\:border-gold:hover {
        border-color: #d0ae5f
    }

    .lg\:hover\:border-white:hover {
        border-color: #fff
    }

    .lg\:hover\:border-whiteHalfTransparent:hover {
        border-color: hsla(0, 0%, 100%, .5)
    }

    .lg\:hover\:border-brown:hover {
        border-color: #36261e
    }

    .lg\:hover\:border-browndark:hover {
        border-color: #130c0e
    }

    .lg\:hover\:border-gray-100:hover {
        border-color: #f2f2f2
    }

    .lg\:hover\:border-gray-150:hover {
        border-color: #f3f3f3
    }

    .lg\:hover\:border-gray-200:hover {
        border-color: #f6f6f6
    }

    .lg\:hover\:border-gray-300:hover {
        border-color: #e8e8e8
    }

    .lg\:hover\:border-gray-400:hover {
        border-color: #cbd5e0
    }

    .lg\:hover\:border-gray-450:hover {
        border-color: #c3c3c3
    }

    .lg\:hover\:border-gray-500:hover {
        border-color: #b1afaf
    }

    .lg\:hover\:border-gray-600:hover {
        border-color: #777
    }

    .lg\:hover\:border-gray-700:hover {
        border-color: #4a5568
    }

    .lg\:hover\:border-gray-800:hover {
        border-color: #2d3748
    }

    .lg\:hover\:border-gray-900:hover {
        border-color: #1a202c
    }

    .lg\:hover\:border-red-100:hover {
        border-color: #fff5f5
    }

    .lg\:hover\:border-red-200:hover {
        border-color: #fff6f7
    }

    .lg\:hover\:border-red-300:hover {
        border-color: #feb2b2
    }

    .lg\:hover\:border-red-400:hover {
        border-color: #bc6366
    }

    .lg\:hover\:border-red-500:hover {
        border-color: #f56565
    }

    .lg\:hover\:border-red-600:hover {
        border-color: #e53e3e
    }

    .lg\:hover\:border-red-700:hover {
        border-color: #c53030
    }

    .lg\:hover\:border-red-800:hover {
        border-color: #9b2c2c
    }

    .lg\:hover\:border-red-900:hover {
        border-color: #742a2a
    }

    .lg\:hover\:border-orange-100:hover {
        border-color: #fffaf0
    }

    .lg\:hover\:border-orange-200:hover {
        border-color: #feebc8
    }

    .lg\:hover\:border-orange-300:hover {
        border-color: #fbd38d
    }

    .lg\:hover\:border-orange-400:hover {
        border-color: #f6ad55
    }

    .lg\:hover\:border-orange-500:hover {
        border-color: #ed8936
    }

    .lg\:hover\:border-orange-600:hover {
        border-color: #dd6b20
    }

    .lg\:hover\:border-orange-700:hover {
        border-color: #c05621
    }

    .lg\:hover\:border-orange-800:hover {
        border-color: #9c4221
    }

    .lg\:hover\:border-orange-900:hover {
        border-color: #7b341e
    }

    .lg\:hover\:border-yellow-100:hover {
        border-color: ivory
    }

    .lg\:hover\:border-yellow-200:hover {
        border-color: #fffaee
    }

    .lg\:hover\:border-yellow-300:hover {
        border-color: #faf089
    }

    .lg\:hover\:border-yellow-400:hover {
        border-color: #d0ae5f
    }

    .lg\:hover\:border-yellow-500:hover {
        border-color: #ecc94b
    }

    .lg\:hover\:border-yellow-600:hover {
        border-color: #d69e2e
    }

    .lg\:hover\:border-yellow-700:hover {
        border-color: #b7791f
    }

    .lg\:hover\:border-yellow-800:hover {
        border-color: #975a16
    }

    .lg\:hover\:border-yellow-900:hover {
        border-color: #744210
    }

    .lg\:hover\:border-green-100:hover {
        border-color: #f0fff4
    }

    .lg\:hover\:border-green-200:hover {
        border-color: #c6f6d5
    }

    .lg\:hover\:border-green-300:hover {
        border-color: #9ae6b4
    }

    .lg\:hover\:border-green-400:hover {
        border-color: #68d391
    }

    .lg\:hover\:border-green-500:hover {
        border-color: #48bb78
    }

    .lg\:hover\:border-green-600:hover {
        border-color: #38a169
    }

    .lg\:hover\:border-green-700:hover {
        border-color: #2f855a
    }

    .lg\:hover\:border-green-800:hover {
        border-color: #276749
    }

    .lg\:hover\:border-green-900:hover {
        border-color: #22543d
    }

    .lg\:hover\:border-teal-100:hover {
        border-color: #e6fffa
    }

    .lg\:hover\:border-teal-200:hover {
        border-color: #b2f5ea
    }

    .lg\:hover\:border-teal-300:hover {
        border-color: #81e6d9
    }

    .lg\:hover\:border-teal-400:hover {
        border-color: #4fd1c5
    }

    .lg\:hover\:border-teal-500:hover {
        border-color: #38b2ac
    }

    .lg\:hover\:border-teal-600:hover {
        border-color: #319795
    }

    .lg\:hover\:border-teal-700:hover {
        border-color: #2c7a7b
    }

    .lg\:hover\:border-teal-800:hover {
        border-color: #285e61
    }

    .lg\:hover\:border-teal-900:hover {
        border-color: #234e52
    }

    .lg\:hover\:border-blue-100:hover {
        border-color: #ebf8ff
    }

    .lg\:hover\:border-blue-200:hover {
        border-color: #effafd
    }

    .lg\:hover\:border-blue-300:hover {
        border-color: #90cdf4
    }

    .lg\:hover\:border-blue-400:hover {
        border-color: #396973
    }

    .lg\:hover\:border-blue-500:hover {
        border-color: #4299e1
    }

    .lg\:hover\:border-blue-600:hover {
        border-color: #3182ce
    }

    .lg\:hover\:border-blue-700:hover {
        border-color: #2b6cb0
    }

    .lg\:hover\:border-blue-800:hover {
        border-color: #2c5282
    }

    .lg\:hover\:border-blue-900:hover {
        border-color: #2a4365
    }

    .lg\:hover\:border-indigo-100:hover {
        border-color: #ebf4ff
    }

    .lg\:hover\:border-indigo-200:hover {
        border-color: #c3dafe
    }

    .lg\:hover\:border-indigo-300:hover {
        border-color: #a3bffa
    }

    .lg\:hover\:border-indigo-400:hover {
        border-color: #7f9cf5
    }

    .lg\:hover\:border-indigo-500:hover {
        border-color: #667eea
    }

    .lg\:hover\:border-indigo-600:hover {
        border-color: #5a67d8
    }

    .lg\:hover\:border-indigo-700:hover {
        border-color: #4c51bf
    }

    .lg\:hover\:border-indigo-800:hover {
        border-color: #434190
    }

    .lg\:hover\:border-indigo-900:hover {
        border-color: #3c366b
    }

    .lg\:hover\:border-purple-100:hover {
        border-color: #faf5ff
    }

    .lg\:hover\:border-purple-200:hover {
        border-color: #e9d8fd
    }

    .lg\:hover\:border-purple-300:hover {
        border-color: #d6bcfa
    }

    .lg\:hover\:border-purple-400:hover {
        border-color: #b794f4
    }

    .lg\:hover\:border-purple-500:hover {
        border-color: #9f7aea
    }

    .lg\:hover\:border-purple-600:hover {
        border-color: #805ad5
    }

    .lg\:hover\:border-purple-700:hover {
        border-color: #6b46c1
    }

    .lg\:hover\:border-purple-800:hover {
        border-color: #553c9a
    }

    .lg\:hover\:border-purple-900:hover {
        border-color: #44337a
    }

    .lg\:hover\:border-pink-100:hover {
        border-color: #fff5f7
    }

    .lg\:hover\:border-pink-200:hover {
        border-color: #fed7e2
    }

    .lg\:hover\:border-pink-300:hover {
        border-color: #fbb6ce
    }

    .lg\:hover\:border-pink-400:hover {
        border-color: #f687b3
    }

    .lg\:hover\:border-pink-500:hover {
        border-color: #ed64a6
    }

    .lg\:hover\:border-pink-600:hover {
        border-color: #d53f8c
    }

    .lg\:hover\:border-pink-700:hover {
        border-color: #b83280
    }

    .lg\:hover\:border-pink-800:hover {
        border-color: #97266d
    }

    .lg\:hover\:border-pink-900:hover {
        border-color: #702459
    }

    .lg\:focus\:border-transparent:focus {
        border-color: transparent
    }

    .lg\:focus\:border-primary:focus {
        border-color: #81d8d0
    }

    .lg\:focus\:border-primarydarker:focus {
        border-color: #6acdc4
    }

    .lg\:focus\:border-black:focus,
    .lg\:focus\:border-turquoise:focus {
        border-color: #000
    }

    .lg\:focus\:border-gold:focus {
        border-color: #d0ae5f
    }

    .lg\:focus\:border-white:focus {
        border-color: #fff
    }

    .lg\:focus\:border-whiteHalfTransparent:focus {
        border-color: hsla(0, 0%, 100%, .5)
    }

    .lg\:focus\:border-brown:focus {
        border-color: #36261e
    }

    .lg\:focus\:border-browndark:focus {
        border-color: #130c0e
    }

    .lg\:focus\:border-gray-100:focus {
        border-color: #f2f2f2
    }

    .lg\:focus\:border-gray-150:focus {
        border-color: #f3f3f3
    }

    .lg\:focus\:border-gray-200:focus {
        border-color: #f6f6f6
    }

    .lg\:focus\:border-gray-300:focus {
        border-color: #e8e8e8
    }

    .lg\:focus\:border-gray-400:focus {
        border-color: #cbd5e0
    }

    .lg\:focus\:border-gray-450:focus {
        border-color: #c3c3c3
    }

    .lg\:focus\:border-gray-500:focus {
        border-color: #b1afaf
    }

    .lg\:focus\:border-gray-600:focus {
        border-color: #777
    }

    .lg\:focus\:border-gray-700:focus {
        border-color: #4a5568
    }

    .lg\:focus\:border-gray-800:focus {
        border-color: #2d3748
    }

    .lg\:focus\:border-gray-900:focus {
        border-color: #1a202c
    }

    .lg\:focus\:border-red-100:focus {
        border-color: #fff5f5
    }

    .lg\:focus\:border-red-200:focus {
        border-color: #fff6f7
    }

    .lg\:focus\:border-red-300:focus {
        border-color: #feb2b2
    }

    .lg\:focus\:border-red-400:focus {
        border-color: #bc6366
    }

    .lg\:focus\:border-red-500:focus {
        border-color: #f56565
    }

    .lg\:focus\:border-red-600:focus {
        border-color: #e53e3e
    }

    .lg\:focus\:border-red-700:focus {
        border-color: #c53030
    }

    .lg\:focus\:border-red-800:focus {
        border-color: #9b2c2c
    }

    .lg\:focus\:border-red-900:focus {
        border-color: #742a2a
    }

    .lg\:focus\:border-orange-100:focus {
        border-color: #fffaf0
    }

    .lg\:focus\:border-orange-200:focus {
        border-color: #feebc8
    }

    .lg\:focus\:border-orange-300:focus {
        border-color: #fbd38d
    }

    .lg\:focus\:border-orange-400:focus {
        border-color: #f6ad55
    }

    .lg\:focus\:border-orange-500:focus {
        border-color: #ed8936
    }

    .lg\:focus\:border-orange-600:focus {
        border-color: #dd6b20
    }

    .lg\:focus\:border-orange-700:focus {
        border-color: #c05621
    }

    .lg\:focus\:border-orange-800:focus {
        border-color: #9c4221
    }

    .lg\:focus\:border-orange-900:focus {
        border-color: #7b341e
    }

    .lg\:focus\:border-yellow-100:focus {
        border-color: ivory
    }

    .lg\:focus\:border-yellow-200:focus {
        border-color: #fffaee
    }

    .lg\:focus\:border-yellow-300:focus {
        border-color: #faf089
    }

    .lg\:focus\:border-yellow-400:focus {
        border-color: #d0ae5f
    }

    .lg\:focus\:border-yellow-500:focus {
        border-color: #ecc94b
    }

    .lg\:focus\:border-yellow-600:focus {
        border-color: #d69e2e
    }

    .lg\:focus\:border-yellow-700:focus {
        border-color: #b7791f
    }

    .lg\:focus\:border-yellow-800:focus {
        border-color: #975a16
    }

    .lg\:focus\:border-yellow-900:focus {
        border-color: #744210
    }

    .lg\:focus\:border-green-100:focus {
        border-color: #f0fff4
    }

    .lg\:focus\:border-green-200:focus {
        border-color: #c6f6d5
    }

    .lg\:focus\:border-green-300:focus {
        border-color: #9ae6b4
    }

    .lg\:focus\:border-green-400:focus {
        border-color: #68d391
    }

    .lg\:focus\:border-green-500:focus {
        border-color: #48bb78
    }

    .lg\:focus\:border-green-600:focus {
        border-color: #38a169
    }

    .lg\:focus\:border-green-700:focus {
        border-color: #2f855a
    }

    .lg\:focus\:border-green-800:focus {
        border-color: #276749
    }

    .lg\:focus\:border-green-900:focus {
        border-color: #22543d
    }

    .lg\:focus\:border-teal-100:focus {
        border-color: #e6fffa
    }

    .lg\:focus\:border-teal-200:focus {
        border-color: #b2f5ea
    }

    .lg\:focus\:border-teal-300:focus {
        border-color: #81e6d9
    }

    .lg\:focus\:border-teal-400:focus {
        border-color: #4fd1c5
    }

    .lg\:focus\:border-teal-500:focus {
        border-color: #38b2ac
    }

    .lg\:focus\:border-teal-600:focus {
        border-color: #319795
    }

    .lg\:focus\:border-teal-700:focus {
        border-color: #2c7a7b
    }

    .lg\:focus\:border-teal-800:focus {
        border-color: #285e61
    }

    .lg\:focus\:border-teal-900:focus {
        border-color: #234e52
    }

    .lg\:focus\:border-blue-100:focus {
        border-color: #ebf8ff
    }

    .lg\:focus\:border-blue-200:focus {
        border-color: #effafd
    }

    .lg\:focus\:border-blue-300:focus {
        border-color: #90cdf4
    }

    .lg\:focus\:border-blue-400:focus {
        border-color: #396973
    }

    .lg\:focus\:border-blue-500:focus {
        border-color: #4299e1
    }

    .lg\:focus\:border-blue-600:focus {
        border-color: #3182ce
    }

    .lg\:focus\:border-blue-700:focus {
        border-color: #2b6cb0
    }

    .lg\:focus\:border-blue-800:focus {
        border-color: #2c5282
    }

    .lg\:focus\:border-blue-900:focus {
        border-color: #2a4365
    }

    .lg\:focus\:border-indigo-100:focus {
        border-color: #ebf4ff
    }

    .lg\:focus\:border-indigo-200:focus {
        border-color: #c3dafe
    }

    .lg\:focus\:border-indigo-300:focus {
        border-color: #a3bffa
    }

    .lg\:focus\:border-indigo-400:focus {
        border-color: #7f9cf5
    }

    .lg\:focus\:border-indigo-500:focus {
        border-color: #667eea
    }

    .lg\:focus\:border-indigo-600:focus {
        border-color: #5a67d8
    }

    .lg\:focus\:border-indigo-700:focus {
        border-color: #4c51bf
    }

    .lg\:focus\:border-indigo-800:focus {
        border-color: #434190
    }

    .lg\:focus\:border-indigo-900:focus {
        border-color: #3c366b
    }

    .lg\:focus\:border-purple-100:focus {
        border-color: #faf5ff
    }

    .lg\:focus\:border-purple-200:focus {
        border-color: #e9d8fd
    }

    .lg\:focus\:border-purple-300:focus {
        border-color: #d6bcfa
    }

    .lg\:focus\:border-purple-400:focus {
        border-color: #b794f4
    }

    .lg\:focus\:border-purple-500:focus {
        border-color: #9f7aea
    }

    .lg\:focus\:border-purple-600:focus {
        border-color: #805ad5
    }

    .lg\:focus\:border-purple-700:focus {
        border-color: #6b46c1
    }

    .lg\:focus\:border-purple-800:focus {
        border-color: #553c9a
    }

    .lg\:focus\:border-purple-900:focus {
        border-color: #44337a
    }

    .lg\:focus\:border-pink-100:focus {
        border-color: #fff5f7
    }

    .lg\:focus\:border-pink-200:focus {
        border-color: #fed7e2
    }

    .lg\:focus\:border-pink-300:focus {
        border-color: #fbb6ce
    }

    .lg\:focus\:border-pink-400:focus {
        border-color: #f687b3
    }

    .lg\:focus\:border-pink-500:focus {
        border-color: #ed64a6
    }

    .lg\:focus\:border-pink-600:focus {
        border-color: #d53f8c
    }

    .lg\:focus\:border-pink-700:focus {
        border-color: #b83280
    }

    .lg\:focus\:border-pink-800:focus {
        border-color: #97266d
    }

    .lg\:focus\:border-pink-900:focus {
        border-color: #702459
    }

    .lg\:rounded-none {
        border-radius: 0
    }

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

    .lg\:rounded {
        border-radius: .25rem
    }

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

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

    .lg\:rounded-t-none {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

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

    .lg\:rounded-b-none {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

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

    .lg\:rounded-t-sm {
        border-top-left-radius: .125rem;
        border-top-right-radius: .125rem
    }

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

    .lg\:rounded-b-sm {
        border-bottom-right-radius: .125rem;
        border-bottom-left-radius: .125rem
    }

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

    .lg\:rounded-t {
        border-top-left-radius: .25rem
    }

    .lg\:rounded-r,
    .lg\:rounded-t {
        border-top-right-radius: .25rem
    }

    .lg\:rounded-b,
    .lg\:rounded-r {
        border-bottom-right-radius: .25rem
    }

    .lg\:rounded-b,
    .lg\:rounded-l {
        border-bottom-left-radius: .25rem
    }

    .lg\:rounded-l {
        border-top-left-radius: .25rem
    }

    .lg\:rounded-t-lg {
        border-top-left-radius: .5rem;
        border-top-right-radius: .5rem
    }

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

    .lg\:rounded-b-lg {
        border-bottom-right-radius: .5rem;
        border-bottom-left-radius: .5rem
    }

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

    .lg\:rounded-t-full {
        border-top-left-radius: 9999px;
        border-top-right-radius: 9999px
    }

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

    .lg\:rounded-b-full {
        border-bottom-right-radius: 9999px;
        border-bottom-left-radius: 9999px
    }

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

    .lg\:rounded-tl-none {
        border-top-left-radius: 0
    }

    .lg\:rounded-tr-none {
        border-top-right-radius: 0
    }

    .lg\:rounded-br-none {
        border-bottom-right-radius: 0
    }

    .lg\:rounded-bl-none {
        border-bottom-left-radius: 0
    }

    .lg\:rounded-tl-sm {
        border-top-left-radius: .125rem
    }

    .lg\:rounded-tr-sm {
        border-top-right-radius: .125rem
    }

    .lg\:rounded-br-sm {
        border-bottom-right-radius: .125rem
    }

    .lg\:rounded-bl-sm {
        border-bottom-left-radius: .125rem
    }

    .lg\:rounded-tl {
        border-top-left-radius: .25rem
    }

    .lg\:rounded-tr {
        border-top-right-radius: .25rem
    }

    .lg\:rounded-br {
        border-bottom-right-radius: .25rem
    }

    .lg\:rounded-bl {
        border-bottom-left-radius: .25rem
    }

    .lg\:rounded-tl-lg {
        border-top-left-radius: .5rem
    }

    .lg\:rounded-tr-lg {
        border-top-right-radius: .5rem
    }

    .lg\:rounded-br-lg {
        border-bottom-right-radius: .5rem
    }

    .lg\:rounded-bl-lg {
        border-bottom-left-radius: .5rem
    }

    .lg\:rounded-tl-full {
        border-top-left-radius: 9999px
    }

    .lg\:rounded-tr-full {
        border-top-right-radius: 9999px
    }

    .lg\:rounded-br-full {
        border-bottom-right-radius: 9999px
    }

    .lg\:rounded-bl-full {
        border-bottom-left-radius: 9999px
    }

    .lg\:border-solid {
        border-style: solid
    }

    .lg\:border-dashed {
        border-style: dashed
    }

    .lg\:border-dotted {
        border-style: dotted
    }

    .lg\:border-none {
        border-style: none
    }

    .lg\:border-0 {
        border-width: 0
    }

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

    .lg\:border-4 {
        border-width: 4px
    }

    .lg\:border-8 {
        border-width: 8px
    }

    .lg\:border {
        border-width: 1px
    }

    .lg\:border-t-0 {
        border-top-width: 0
    }

    .lg\:border-r-0 {
        border-right-width: 0
    }

    .lg\:border-b-0 {
        border-bottom-width: 0
    }

    .lg\:border-l-0 {
        border-left-width: 0
    }

    .lg\:border-t-2 {
        border-top-width: 2px
    }

    .lg\:border-r-2 {
        border-right-width: 2px
    }

    .lg\:border-b-2 {
        border-bottom-width: 2px
    }

    .lg\:border-l-2 {
        border-left-width: 2px
    }

    .lg\:border-t-4 {
        border-top-width: 4px
    }

    .lg\:border-r-4 {
        border-right-width: 4px
    }

    .lg\:border-b-4 {
        border-bottom-width: 4px
    }

    .lg\:border-l-4 {
        border-left-width: 4px
    }

    .lg\:border-t-8 {
        border-top-width: 8px
    }

    .lg\:border-r-8 {
        border-right-width: 8px
    }

    .lg\:border-b-8 {
        border-bottom-width: 8px
    }

    .lg\:border-l-8 {
        border-left-width: 8px
    }

    .lg\:border-t {
        border-top-width: 1px
    }

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

    .lg\:border-b {
        border-bottom-width: 1px
    }

    .lg\:border-l {
        border-left-width: 1px
    }

    .lg\:cursor-auto {
        cursor: auto
    }

    .lg\:cursor-default {
        cursor: default
    }

    .lg\:cursor-pointer {
        cursor: pointer
    }

    .lg\:cursor-wait {
        cursor: wait
    }

    .lg\:cursor-move {
        cursor: move
    }

    .lg\:cursor-not-allowed {
        cursor: not-allowed
    }

    .lg\:block {
        display: block
    }

    .lg\:inline-block {
        display: inline-block
    }

    .lg\:inline {
        display: inline
    }

    .lg\:flex {
        display: flex
    }

    .lg\:inline-flex {
        display: inline-flex
    }

    .lg\:table {
        display: table
    }

    .lg\:table-row {
        display: table-row
    }

    .lg\:table-cell {
        display: table-cell
    }

    .lg\:hidden {
        display: none
    }

    .lg\:flex-row {
        flex-direction: row
    }

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

    .lg\:flex-col {
        flex-direction: column
    }

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

    .lg\:flex-wrap {
        flex-wrap: wrap
    }

    .lg\:flex-wrap-reverse {
        flex-wrap: wrap-reverse
    }

    .lg\:flex-no-wrap {
        flex-wrap: nowrap
    }

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

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

    .lg\:items-center {
        align-items: center
    }

    .lg\:items-baseline {
        align-items: baseline
    }

    .lg\:items-stretch {
        align-items: stretch
    }

    .lg\:self-auto {
        align-self: auto
    }

    .lg\:self-start {
        align-self: flex-start
    }

    .lg\:self-end {
        align-self: flex-end
    }

    .lg\:self-center {
        align-self: center
    }

    .lg\:self-stretch {
        align-self: stretch
    }

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

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

    .lg\:justify-center {
        justify-content: center
    }

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

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

    .lg\:content-center {
        align-content: center
    }

    .lg\:content-start {
        align-content: flex-start
    }

    .lg\:content-end {
        align-content: flex-end
    }

    .lg\:content-between {
        align-content: space-between
    }

    .lg\:content-around {
        align-content: space-around
    }

    .lg\:flex-1 {
        flex: 1 1 0%
    }

    .lg\:flex-auto {
        flex: 1 1 auto
    }

    .lg\:flex-initial {
        flex: 0 1 auto
    }

    .lg\:flex-none {
        flex: none
    }

    .lg\:flex-grow-0 {
        flex-grow: 0
    }

    .lg\:flex-grow {
        flex-grow: 1
    }

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

    .lg\:flex-shrink {
        flex-shrink: 1
    }

    .lg\:order-1 {
        order: 1
    }

    .lg\:order-2 {
        order: 2
    }

    .lg\:order-3 {
        order: 3
    }

    .lg\:order-4 {
        order: 4
    }

    .lg\:order-5 {
        order: 5
    }

    .lg\:order-6 {
        order: 6
    }

    .lg\:order-7 {
        order: 7
    }

    .lg\:order-8 {
        order: 8
    }

    .lg\:order-9 {
        order: 9
    }

    .lg\:order-10 {
        order: 10
    }

    .lg\:order-11 {
        order: 11
    }

    .lg\:order-12 {
        order: 12
    }

    .lg\:order-first {
        order: -9999
    }

    .lg\:order-last {
        order: 9999
    }

    .lg\:order-none {
        order: 0
    }

    .lg\:float-right {
        float: right
    }

    .lg\:float-left {
        float: left
    }

    .lg\:float-none {
        float: none
    }

    .lg\:clearfix:after {
        content: "";
        display: table;
        clear: both
    }

    .lg\:font-sans {
        font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
    }

    .lg\:font-serif {
        font-family: Georgia, Cambria, Times New Roman, Times, serif
    }

    .lg\:font-mono {
        font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
    }

    .lg\:font-domain {
        font-family: Domaine Disp
    }

    .lg\:font-graphik {
        font-family: Graphik
    }

    .lg\:font-playfair {
        font-family: Playfair Display
    }

    .lg\:font-hairline {
        font-weight: 100
    }

    .lg\:font-thin {
        font-weight: 200
    }

    .lg\:font-light {
        font-weight: 300
    }

    .lg\:font-normal {
        font-weight: 400
    }

    .lg\:font-medium {
        font-weight: 500
    }

    .lg\:font-semibold {
        font-weight: 600
    }

    .lg\:font-bold {
        font-weight: 700
    }

    .lg\:font-extrabold {
        font-weight: 800
    }

    .lg\:font-black {
        font-weight: 900
    }

    .lg\:hover\:font-hairline:hover {
        font-weight: 100
    }

    .lg\:hover\:font-thin:hover {
        font-weight: 200
    }

    .lg\:hover\:font-light:hover {
        font-weight: 300
    }

    .lg\:hover\:font-normal:hover {
        font-weight: 400
    }

    .lg\:hover\:font-medium:hover {
        font-weight: 500
    }

    .lg\:hover\:font-semibold:hover {
        font-weight: 600
    }

    .lg\:hover\:font-bold:hover {
        font-weight: 700
    }

    .lg\:hover\:font-extrabold:hover {
        font-weight: 800
    }

    .lg\:hover\:font-black:hover {
        font-weight: 900
    }

    .lg\:focus\:font-hairline:focus {
        font-weight: 100
    }

    .lg\:focus\:font-thin:focus {
        font-weight: 200
    }

    .lg\:focus\:font-light:focus {
        font-weight: 300
    }

    .lg\:focus\:font-normal:focus {
        font-weight: 400
    }

    .lg\:focus\:font-medium:focus {
        font-weight: 500
    }

    .lg\:focus\:font-semibold:focus {
        font-weight: 600
    }

    .lg\:focus\:font-bold:focus {
        font-weight: 700
    }

    .lg\:focus\:font-extrabold:focus {
        font-weight: 800
    }

    .lg\:focus\:font-black:focus {
        font-weight: 900
    }

    .lg\:h-0 {
        height: 0
    }

    .lg\:h-1 {
        height: .25rem
    }

    .lg\:h-2 {
        height: .5rem
    }

    .lg\:h-3 {
        height: .75rem
    }

    .lg\:h-4 {
        height: 1rem
    }

    .lg\:h-5 {
        height: 1.25rem
    }

    .lg\:h-6 {
        height: 1.5rem
    }

    .lg\:h-8 {
        height: 2rem
    }

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

    .lg\:h-12 {
        height: 3rem
    }

    .lg\:h-15 {
        height: 3.7rem
    }

    .lg\:h-16 {
        height: 4rem
    }

    .lg\:h-20 {
        height: 5rem
    }

    .lg\:h-24 {
        height: 6rem
    }

    .lg\:h-32 {
        height: 8rem
    }

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

    .lg\:h-48 {
        height: 12rem
    }

    .lg\:h-56 {
        height: 14rem
    }

    .lg\:h-64 {
        height: 16rem
    }

    .lg\:h-auto {
        height: auto
    }

    .lg\:h-px {
        height: 1px
    }

    .lg\:h-6vw {
        height: 1vw
    }

    .lg\:h-10vw {
        height: 2vw
    }

    .lg\:h-12vw {
        height: 2.5vw
    }

    .lg\:h-20vw {
        height: 3vw
    }

    .lg\:h-22vw {
        height: 4.3vw
    }

    .lg\:h-24vw {
        height: 3.6vw
    }

    .lg\:h-40vw {
        height: 9vw
    }

    .lg\:h-48vw {
        height: 11vw
    }

    .lg\:h--1 {
        height: -1px
    }

    .lg\:h--2 {
        height: -2px
    }

    .lg\:h--4 {
        height: -1rem
    }

    .lg\:h--8 {
        height: -2rem
    }

    .lg\:h-3vw {
        height: .5vw
    }

    .lg\:h-full {
        height: 100%
    }

    .lg\:h-screen {
        height: 100vh
    }

    .lg\:leading-none {
        line-height: 1
    }

    .lg\:leading-tight {
        line-height: 1.25
    }

    .lg\:leading-snug {
        line-height: 1.375
    }

    .lg\:leading-normal {
        line-height: 1.5
    }

    .lg\:leading-relaxed {
        line-height: 1.625
    }

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

    .lg\:list-inside {
        list-style-position: inside
    }

    .lg\:list-outside {
        list-style-position: outside
    }

    .lg\:list-none {
        list-style-type: none
    }

    .lg\:list-disc {
        list-style-type: disc
    }

    .lg\:list-decimal {
        list-style-type: decimal
    }

    .lg\:m-0 {
        margin: 0
    }

    .lg\:m-1 {
        margin: .25rem
    }

    .lg\:m-2 {
        margin: .5rem
    }

    .lg\:m-3 {
        margin: .75rem
    }

    .lg\:m-4 {
        margin: 1rem
    }

    .lg\:m-5 {
        margin: 1.25rem
    }

    .lg\:m-6 {
        margin: 1.5rem
    }

    .lg\:m-8 {
        margin: 2rem
    }

    .lg\:m-10 {
        margin: 2.5rem
    }

    .lg\:m-12 {
        margin: 3rem
    }

    .lg\:m-15 {
        margin: 3.7rem
    }

    .lg\:m-16 {
        margin: 4rem
    }

    .lg\:m-20 {
        margin: 5rem
    }

    .lg\:m-24 {
        margin: 6rem
    }

    .lg\:m-32 {
        margin: 8rem
    }

    .lg\:m-40 {
        margin: 10rem
    }

    .lg\:m-48 {
        margin: 12rem
    }

    .lg\:m-56 {
        margin: 14rem
    }

    .lg\:m-64 {
        margin: 16rem
    }

    .lg\:m-auto {
        margin: auto
    }

    .lg\:m-px {
        margin: 1px
    }

    .lg\:m-6vw {
        margin: 1vw
    }

    .lg\:m-10vw {
        margin: 2vw
    }

    .lg\:m-12vw {
        margin: 2.5vw
    }

    .lg\:m-20vw {
        margin: 3vw
    }

    .lg\:m-22vw {
        margin: 4.3vw
    }

    .lg\:m-24vw {
        margin: 3.6vw
    }

    .lg\:m-40vw {
        margin: 9vw
    }

    .lg\:m-48vw {
        margin: 11vw
    }

    .lg\:-m-1 {
        margin: -1px
    }

    .lg\:-m-2 {
        margin: -2px
    }

    .lg\:-m-4 {
        margin: -1rem
    }

    .lg\:-m-8 {
        margin: -2rem
    }

    .lg\:m-3vw {
        margin: .5vw
    }

    .lg\:my-0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .lg\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .lg\:my-1 {
        margin-top: .25rem;
        margin-bottom: .25rem
    }

    .lg\:mx-1 {
        margin-left: .25rem;
        margin-right: .25rem
    }

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

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

    .lg\:my-3 {
        margin-top: .75rem;
        margin-bottom: .75rem
    }

    .lg\:mx-3 {
        margin-left: .75rem;
        margin-right: .75rem
    }

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

    .lg\:mx-4 {
        margin-left: 1rem;
        margin-right: 1rem
    }

    .lg\:my-5 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem
    }

    .lg\:mx-5 {
        margin-left: 1.25rem;
        margin-right: 1.25rem
    }

    .lg\:my-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem
    }

    .lg\:mx-6 {
        margin-left: 1.5rem;
        margin-right: 1.5rem
    }

    .lg\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem
    }

    .lg\:mx-8 {
        margin-left: 2rem;
        margin-right: 2rem
    }

    .lg\:my-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem
    }

    .lg\:mx-10 {
        margin-left: 2.5rem;
        margin-right: 2.5rem
    }

    .lg\:my-12 {
        margin-top: 3rem;
        margin-bottom: 3rem
    }

    .lg\:mx-12 {
        margin-left: 3rem;
        margin-right: 3rem
    }

    .lg\:my-15 {
        margin-top: 3.7rem;
        margin-bottom: 3.7rem
    }

    .lg\:mx-15 {
        margin-left: 3.7rem;
        margin-right: 3.7rem
    }

    .lg\:my-16 {
        margin-top: 4rem;
        margin-bottom: 4rem
    }

    .lg\:mx-16 {
        margin-left: 4rem;
        margin-right: 4rem
    }

    .lg\:my-20 {
        margin-top: 5rem;
        margin-bottom: 5rem
    }

    .lg\:mx-20 {
        margin-left: 5rem;
        margin-right: 5rem
    }

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

    .lg\:mx-24 {
        margin-left: 6rem;
        margin-right: 6rem
    }

    .lg\:my-32 {
        margin-top: 8rem;
        margin-bottom: 8rem
    }

    .lg\:mx-32 {
        margin-left: 8rem;
        margin-right: 8rem
    }

    .lg\:my-40 {
        margin-top: 10rem;
        margin-bottom: 10rem
    }

    .lg\:mx-40 {
        margin-left: 10rem;
        margin-right: 10rem
    }

    .lg\:my-48 {
        margin-top: 12rem;
        margin-bottom: 12rem
    }

    .lg\:mx-48 {
        margin-left: 12rem;
        margin-right: 12rem
    }

    .lg\:my-56 {
        margin-top: 14rem;
        margin-bottom: 14rem
    }

    .lg\:mx-56 {
        margin-left: 14rem;
        margin-right: 14rem
    }

    .lg\:my-64 {
        margin-top: 16rem;
        margin-bottom: 16rem
    }

    .lg\:mx-64 {
        margin-left: 16rem;
        margin-right: 16rem
    }

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

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

    .lg\:my-px {
        margin-top: 1px;
        margin-bottom: 1px
    }

    .lg\:mx-px {
        margin-left: 1px;
        margin-right: 1px
    }

    .lg\:my-6vw {
        margin-top: 1vw;
        margin-bottom: 1vw
    }

    .lg\:mx-6vw {
        margin-left: 1vw;
        margin-right: 1vw
    }

    .lg\:my-10vw {
        margin-top: 2vw;
        margin-bottom: 2vw
    }

    .lg\:mx-10vw {
        margin-left: 2vw;
        margin-right: 2vw
    }

    .lg\:my-12vw {
        margin-top: 2.5vw;
        margin-bottom: 2.5vw
    }

    .lg\:mx-12vw {
        margin-left: 2.5vw;
        margin-right: 2.5vw
    }

    .lg\:my-20vw {
        margin-top: 3vw;
        margin-bottom: 3vw
    }

    .lg\:mx-20vw {
        margin-left: 3vw;
        margin-right: 3vw
    }

    .lg\:my-22vw {
        margin-top: 4.3vw;
        margin-bottom: 4.3vw
    }

    .lg\:mx-22vw {
        margin-left: 4.3vw;
        margin-right: 4.3vw
    }

    .lg\:my-24vw {
        margin-top: 3.6vw;
        margin-bottom: 3.6vw
    }

    .lg\:mx-24vw {
        margin-left: 3.6vw;
        margin-right: 3.6vw
    }

    .lg\:my-40vw {
        margin-top: 9vw;
        margin-bottom: 9vw
    }

    .lg\:mx-40vw {
        margin-left: 9vw;
        margin-right: 9vw
    }

    .lg\:my-48vw {
        margin-top: 11vw;
        margin-bottom: 11vw
    }

    .lg\:mx-48vw {
        margin-left: 11vw;
        margin-right: 11vw
    }

    .lg\:-my-1 {
        margin-top: -1px;
        margin-bottom: -1px
    }

    .lg\:-mx-1 {
        margin-left: -1px;
        margin-right: -1px
    }

    .lg\:-my-2 {
        margin-top: -2px;
        margin-bottom: -2px
    }

    .lg\:-mx-2 {
        margin-left: -2px;
        margin-right: -2px
    }

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

    .lg\:-mx-4 {
        margin-left: -1rem;
        margin-right: -1rem
    }

    .lg\:-my-8 {
        margin-top: -2rem;
        margin-bottom: -2rem
    }

    .lg\:-mx-8 {
        margin-left: -2rem;
        margin-right: -2rem
    }

    .lg\:my-3vw {
        margin-top: .5vw;
        margin-bottom: .5vw
    }

    .lg\:mx-3vw {
        margin-left: .5vw;
        margin-right: .5vw
    }

    .lg\:mt-0 {
        margin-top: 0
    }

    .lg\:mr-0 {
        margin-right: 0
    }

    .lg\:mb-0 {
        margin-bottom: 0
    }

    .lg\:ml-0 {
        margin-left: 0
    }

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

    .lg\:mr-1 {
        margin-right: .25rem
    }

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

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

    .lg\:mt-2 {
        margin-top: .5rem
    }

    .lg\:mr-2 {
        margin-right: .5rem
    }

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

    .lg\:ml-2 {
        margin-left: .5rem
    }

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

    .lg\:mr-3 {
        margin-right: .75rem
    }

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

    .lg\:ml-3 {
        margin-left: .75rem
    }

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

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

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

    .lg\:ml-4 {
        margin-left: 1rem
    }

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

    .lg\:mr-5 {
        margin-right: 1.25rem
    }

    .lg\:mb-5 {
        margin-bottom: 1.25rem
    }

    .lg\:ml-5 {
        margin-left: 1.25rem
    }

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

    .lg\:mr-6 {
        margin-right: 1.5rem
    }

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

    .lg\:ml-6 {
        margin-left: 1.5rem
    }

    .lg\:mt-8 {
        margin-top: 2rem
    }

    .lg\:mr-8 {
        margin-right: 2rem
    }

    .lg\:mb-8 {
        margin-bottom: 2rem
    }

    .lg\:ml-8 {
        margin-left: 2rem
    }

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

    .lg\:mr-10 {
        margin-right: 2.5rem
    }

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

    .lg\:ml-10 {
        margin-left: 2.5rem
    }

    .lg\:mt-12 {
        margin-top: 3rem
    }

    .lg\:mr-12 {
        margin-right: 3rem
    }

    .lg\:mb-12 {
        margin-bottom: 3rem
    }

    .lg\:ml-12 {
        margin-left: 3rem
    }

    .lg\:mt-15 {
        margin-top: 3.7rem
    }

    .lg\:mr-15 {
        margin-right: 3.7rem
    }

    .lg\:mb-15 {
        margin-bottom: 3.7rem
    }

    .lg\:ml-15 {
        margin-left: 3.7rem
    }

    .lg\:mt-16 {
        margin-top: 4rem
    }

    .lg\:mr-16 {
        margin-right: 4rem
    }

    .lg\:mb-16 {
        margin-bottom: 4rem
    }

    .lg\:ml-16 {
        margin-left: 4rem
    }

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

    .lg\:mr-20 {
        margin-right: 5rem
    }

    .lg\:mb-20 {
        margin-bottom: 5rem
    }

    .lg\:ml-20 {
        margin-left: 5rem
    }

    .lg\:mt-24 {
        margin-top: 6rem
    }

    .lg\:mr-24 {
        margin-right: 6rem
    }

    .lg\:mb-24 {
        margin-bottom: 6rem
    }

    .lg\:ml-24 {
        margin-left: 6rem
    }

    .lg\:mt-32 {
        margin-top: 8rem
    }

    .lg\:mr-32 {
        margin-right: 8rem
    }

    .lg\:mb-32 {
        margin-bottom: 8rem
    }

    .lg\:ml-32 {
        margin-left: 8rem
    }

    .lg\:mt-40 {
        margin-top: 10rem
    }

    .lg\:mr-40 {
        margin-right: 10rem
    }

    .lg\:mb-40 {
        margin-bottom: 10rem
    }

    .lg\:ml-40 {
        margin-left: 10rem
    }

    .lg\:mt-48 {
        margin-top: 12rem
    }

    .lg\:mr-48 {
        margin-right: 12rem
    }

    .lg\:mb-48 {
        margin-bottom: 12rem
    }

    .lg\:ml-48 {
        margin-left: 12rem
    }

    .lg\:mt-56 {
        margin-top: 14rem
    }

    .lg\:mr-56 {
        margin-right: 14rem
    }

    .lg\:mb-56 {
        margin-bottom: 14rem
    }

    .lg\:ml-56 {
        margin-left: 14rem
    }

    .lg\:mt-64 {
        margin-top: 16rem
    }

    .lg\:mr-64 {
        margin-right: 16rem
    }

    .lg\:mb-64 {
        margin-bottom: 16rem
    }

    .lg\:ml-64 {
        margin-left: 16rem
    }

    .lg\:mt-auto {
        margin-top: auto
    }

    .lg\:mr-auto {
        margin-right: auto
    }

    .lg\:mb-auto {
        margin-bottom: auto
    }

    .lg\:ml-auto {
        margin-left: auto
    }

    .lg\:mt-px {
        margin-top: 1px
    }

    .lg\:mr-px {
        margin-right: 1px
    }

    .lg\:mb-px {
        margin-bottom: 1px
    }

    .lg\:ml-px {
        margin-left: 1px
    }

    .lg\:mt-6vw {
        margin-top: 1vw
    }

    .lg\:mr-6vw {
        margin-right: 1vw
    }

    .lg\:mb-6vw {
        margin-bottom: 1vw
    }

    .lg\:ml-6vw {
        margin-left: 1vw
    }

    .lg\:mt-10vw {
        margin-top: 2vw
    }

    .lg\:mr-10vw {
        margin-right: 2vw
    }

    .lg\:mb-10vw {
        margin-bottom: 2vw
    }

    .lg\:ml-10vw {
        margin-left: 2vw
    }

    .lg\:mt-12vw {
        margin-top: 2.5vw
    }

    .lg\:mr-12vw {
        margin-right: 2.5vw
    }

    .lg\:mb-12vw {
        margin-bottom: 2.5vw
    }

    .lg\:ml-12vw {
        margin-left: 2.5vw
    }

    .lg\:mt-20vw {
        margin-top: 3vw
    }

    .lg\:mr-20vw {
        margin-right: 3vw
    }

    .lg\:mb-20vw {
        margin-bottom: 3vw
    }

    .lg\:ml-20vw {
        margin-left: 3vw
    }

    .lg\:mt-22vw {
        margin-top: 4.3vw
    }

    .lg\:mr-22vw {
        margin-right: 4.3vw
    }

    .lg\:mb-22vw {
        margin-bottom: 4.3vw
    }

    .lg\:ml-22vw {
        margin-left: 4.3vw
    }

    .lg\:mt-24vw {
        margin-top: 3.6vw
    }

    .lg\:mr-24vw {
        margin-right: 3.6vw
    }

    .lg\:mb-24vw {
        margin-bottom: 3.6vw
    }

    .lg\:ml-24vw {
        margin-left: 3.6vw
    }

    .lg\:mt-40vw {
        margin-top: 9vw
    }

    .lg\:mr-40vw {
        margin-right: 9vw
    }

    .lg\:mb-40vw {
        margin-bottom: 9vw
    }

    .lg\:ml-40vw {
        margin-left: 9vw
    }

    .lg\:mt-48vw {
        margin-top: 11vw
    }

    .lg\:mr-48vw {
        margin-right: 11vw
    }

    .lg\:mb-48vw {
        margin-bottom: 11vw
    }

    .lg\:ml-48vw {
        margin-left: 11vw
    }

    .lg\:-mt-1 {
        margin-top: -1px
    }

    .lg\:-mr-1 {
        margin-right: -1px
    }

    .lg\:-mb-1 {
        margin-bottom: -1px
    }

    .lg\:-ml-1 {
        margin-left: -1px
    }

    .lg\:-mt-2 {
        margin-top: -2px
    }

    .lg\:-mr-2 {
        margin-right: -2px
    }

    .lg\:-mb-2 {
        margin-bottom: -2px
    }

    .lg\:-ml-2 {
        margin-left: -2px
    }

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

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

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

    .lg\:-ml-4 {
        margin-left: -1rem
    }

    .lg\:-mt-8 {
        margin-top: -2rem
    }

    .lg\:-mr-8 {
        margin-right: -2rem
    }

    .lg\:-mb-8 {
        margin-bottom: -2rem
    }

    .lg\:-ml-8 {
        margin-left: -2rem
    }

    .lg\:mt-3vw {
        margin-top: .5vw
    }

    .lg\:mr-3vw {
        margin-right: .5vw
    }

    .lg\:mb-3vw {
        margin-bottom: .5vw
    }

    .lg\:ml-3vw {
        margin-left: .5vw
    }

    .lg\:max-h-full {
        max-height: 100%
    }

    .lg\:max-h-screen {
        max-height: 100vh
    }

    .lg\:max-h-xl {
        max-height: 36rem
    }

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

    .lg\:max-w-sm {
        max-width: 24rem
    }

    .lg\:max-w-md {
        max-width: 28rem
    }

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

    .lg\:max-w-xl {
        max-width: 36rem
    }

    .lg\:max-w-2xl {
        max-width: 42rem
    }

    .lg\:max-w-3xl {
        max-width: 48rem
    }

    .lg\:max-w-3xlvw {
        max-width: 40vw
    }

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

    .lg\:max-w-5xl {
        max-width: 64rem
    }

    .lg\:max-w-6xl {
        max-width: 72rem
    }

    .lg\:max-w-7xl {
        max-width: 78rem
    }

    .lg\:max-w-7xlvw {
        max-width: 69vw
    }

    .lg\:max-w-8xl {
        max-width: 150rem
    }

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

    .lg\:max-w-2\/3 {
        max-width: 66.66667%
    }

    .lg\:max-w-3\/4 {
        max-width: 75%
    }

    .lg\:max-w-4\/5 {
        max-width: 80%
    }

    .lg\:max-w-1\/2 {
        max-width: 50%
    }

    .lg\:min-h-0 {
        min-height: 0
    }

    .lg\:min-h-1 {
        min-height: .25rem
    }

    .lg\:min-h-2 {
        min-height: .5rem
    }

    .lg\:min-h-3 {
        min-height: .75rem
    }

    .lg\:min-h-4 {
        min-height: 1rem
    }

    .lg\:min-h-5 {
        min-height: 1.25rem
    }

    .lg\:min-h-6 {
        min-height: 1.5rem
    }

    .lg\:min-h-8 {
        min-height: 2rem
    }

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

    .lg\:min-h-12 {
        min-height: 3rem
    }

    .lg\:min-h-15 {
        min-height: 3.7rem
    }

    .lg\:min-h-16 {
        min-height: 4rem
    }

    .lg\:min-h-20 {
        min-height: 5rem
    }

    .lg\:min-h-24 {
        min-height: 6rem
    }

    .lg\:min-h-32 {
        min-height: 8rem
    }

    .lg\:min-h-40 {
        min-height: 10rem
    }

    .lg\:min-h-48 {
        min-height: 12rem
    }

    .lg\:min-h-56 {
        min-height: 14rem
    }

    .lg\:min-h-64 {
        min-height: 16rem
    }

    .lg\:min-h-px {
        min-height: 1px
    }

    .lg\:min-h-6vw {
        min-height: 1vw
    }

    .lg\:min-h-10vw {
        min-height: 2vw
    }

    .lg\:min-h-12vw {
        min-height: 2.5vw
    }

    .lg\:min-h-20vw {
        min-height: 3vw
    }

    .lg\:min-h-22vw {
        min-height: 4.3vw
    }

    .lg\:min-h-24vw {
        min-height: 3.6vw
    }

    .lg\:min-h-40vw {
        min-height: 9vw
    }

    .lg\:min-h-48vw {
        min-height: 11vw
    }

    .lg\:min-h--1 {
        min-height: -1px
    }

    .lg\:min-h--2 {
        min-height: -2px
    }

    .lg\:min-h--4 {
        min-height: -1rem
    }

    .lg\:min-h--8 {
        min-height: -2rem
    }

    .lg\:min-h-3vw {
        min-height: .5vw
    }

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

    .lg\:min-h-screen {
        min-height: 100vh
    }

    .lg\:min-w-0 {
        min-width: 0
    }

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

    .lg\:min-w-40vw {
        min-width: 9vw
    }

    .lg\:min-w-32vw {
        min-width: 6vw
    }

    .lg\:min-w-8xl {
        min-width: 71rem
    }

    .lg\:object-contain {
        -o-object-fit: contain;
        object-fit: contain
    }

    .lg\:object-cover {
        -o-object-fit: cover;
        object-fit: cover
    }

    .lg\:object-fill {
        -o-object-fit: fill;
        object-fit: fill
    }

    .lg\:object-none {
        -o-object-fit: none;
        object-fit: none
    }

    .lg\:object-scale-down {
        -o-object-fit: scale-down;
        object-fit: scale-down
    }

    .lg\:object-bottom {
        -o-object-position: bottom;
        object-position: bottom
    }

    .lg\:object-center {
        -o-object-position: center;
        object-position: center
    }

    .lg\:object-left {
        -o-object-position: left;
        object-position: left
    }

    .lg\:object-left-bottom {
        -o-object-position: left bottom;
        object-position: left bottom
    }

    .lg\:object-left-top {
        -o-object-position: left top;
        object-position: left top
    }

    .lg\:object-right {
        -o-object-position: right;
        object-position: right
    }

    .lg\:object-right-bottom {
        -o-object-position: right bottom;
        object-position: right bottom
    }

    .lg\:object-right-top {
        -o-object-position: right top;
        object-position: right top
    }

    .lg\:object-top {
        -o-object-position: top;
        object-position: top
    }

    .lg\:opacity-0 {
        opacity: 0
    }

    .lg\:opacity-25 {
        opacity: .25
    }

    .lg\:opacity-50 {
        opacity: .5
    }

    .lg\:opacity-75 {
        opacity: .75
    }

    .lg\:opacity-100 {
        opacity: 1
    }

    .lg\:overflow-auto {
        overflow: auto
    }

    .lg\:overflow-hidden {
        overflow: hidden
    }

    .lg\:overflow-visible {
        overflow: visible
    }

    .lg\:overflow-scroll {
        overflow: scroll
    }

    .lg\:overflow-x-auto {
        overflow-x: auto
    }

    .lg\:overflow-y-auto {
        overflow-y: auto
    }

    .lg\:overflow-x-hidden {
        overflow-x: hidden
    }

    .lg\:overflow-y-hidden {
        overflow-y: hidden
    }

    .lg\:overflow-x-visible {
        overflow-x: visible
    }

    .lg\:overflow-y-visible {
        overflow-y: visible
    }

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

    .lg\:overflow-y-scroll {
        overflow-y: scroll
    }

    .lg\:scrolling-touch {
        -webkit-overflow-scrolling: touch
    }

    .lg\:scrolling-auto {
        -webkit-overflow-scrolling: auto
    }

    .lg\:p-0 {
        padding: 0
    }

    .lg\:p-1 {
        padding: .25rem
    }

    .lg\:p-2 {
        padding: .5rem
    }

    .lg\:p-3 {
        padding: .75rem
    }

    .lg\:p-4 {
        padding: 1rem
    }

    .lg\:p-5 {
        padding: 1.25rem
    }

    .lg\:p-6 {
        padding: 1.5rem
    }

    .lg\:p-8 {
        padding: 2rem
    }

    .lg\:p-10 {
        padding: 2.5rem
    }

    .lg\:p-12 {
        padding: 3rem
    }

    .lg\:p-15 {
        padding: 3.7rem
    }

    .lg\:p-16 {
        padding: 4rem
    }

    .lg\:p-20 {
        padding: 5rem
    }

    .lg\:p-24 {
        padding: 6rem
    }

    .lg\:p-32 {
        padding: 8rem
    }

    .lg\:p-40 {
        padding: 10rem
    }

    .lg\:p-48 {
        padding: 12rem
    }

    .lg\:p-56 {
        padding: 14rem
    }

    .lg\:p-64 {
        padding: 16rem
    }

    .lg\:p-px {
        padding: 1px
    }

    .lg\:p-6vw {
        padding: 1vw
    }

    .lg\:p-10vw {
        padding: 2vw
    }

    .lg\:p-12vw {
        padding: 2.5vw
    }

    .lg\:p-20vw {
        padding: 3vw
    }

    .lg\:p-22vw {
        padding: 4.3vw
    }

    .lg\:p-24vw {
        padding: 3.6vw
    }

    .lg\:p-40vw {
        padding: 9vw
    }

    .lg\:p-48vw {
        padding: 11vw
    }

    .lg\:p-3vw {
        padding: .5vw
    }

    .lg\:py-0 {
        padding-top: 0;
        padding-bottom: 0
    }

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

    .lg\:py-1 {
        padding-top: .25rem;
        padding-bottom: .25rem
    }

    .lg\:px-1 {
        padding-left: .25rem;
        padding-right: .25rem
    }

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

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

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

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

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

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

    .lg\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }

    .lg\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .lg\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

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

    .lg\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .lg\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

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

    .lg\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .lg\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .lg\:py-15 {
        padding-top: 3.7rem;
        padding-bottom: 3.7rem
    }

    .lg\:px-15 {
        padding-left: 3.7rem;
        padding-right: 3.7rem
    }

    .lg\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .lg\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem
    }

    .lg\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .lg\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem
    }

    .lg\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem
    }

    .lg\:px-24 {
        padding-left: 6rem;
        padding-right: 6rem
    }

    .lg\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem
    }

    .lg\:px-32 {
        padding-left: 8rem;
        padding-right: 8rem
    }

    .lg\:py-40 {
        padding-top: 10rem;
        padding-bottom: 10rem
    }

    .lg\:px-40 {
        padding-left: 10rem;
        padding-right: 10rem
    }

    .lg\:py-48 {
        padding-top: 12rem;
        padding-bottom: 12rem
    }

    .lg\:px-48 {
        padding-left: 12rem;
        padding-right: 12rem
    }

    .lg\:py-56 {
        padding-top: 14rem;
        padding-bottom: 14rem
    }

    .lg\:px-56 {
        padding-left: 14rem;
        padding-right: 14rem
    }

    .lg\:py-64 {
        padding-top: 16rem;
        padding-bottom: 16rem
    }

    .lg\:px-64 {
        padding-left: 16rem;
        padding-right: 16rem
    }

    .lg\:py-px {
        padding-top: 1px;
        padding-bottom: 1px
    }

    .lg\:px-px {
        padding-left: 1px;
        padding-right: 1px
    }

    .lg\:py-6vw {
        padding-top: 1vw;
        padding-bottom: 1vw
    }

    .lg\:px-6vw {
        padding-left: 1vw;
        padding-right: 1vw
    }

    .lg\:py-10vw {
        padding-top: 2vw;
        padding-bottom: 2vw
    }

    .lg\:px-10vw {
        padding-left: 2vw;
        padding-right: 2vw
    }

    .lg\:py-12vw {
        padding-top: 2.5vw;
        padding-bottom: 2.5vw
    }

    .lg\:px-12vw {
        padding-left: 2.5vw;
        padding-right: 2.5vw
    }

    .lg\:py-20vw {
        padding-top: 3vw;
        padding-bottom: 3vw
    }

    .lg\:px-20vw {
        padding-left: 3vw;
        padding-right: 3vw
    }

    .lg\:py-22vw {
        padding-top: 4.3vw;
        padding-bottom: 4.3vw
    }

    .lg\:px-22vw {
        padding-left: 4.3vw;
        padding-right: 4.3vw
    }

    .lg\:py-24vw {
        padding-top: 3.6vw;
        padding-bottom: 3.6vw
    }

    .lg\:px-24vw {
        padding-left: 3.6vw;
        padding-right: 3.6vw
    }

    .lg\:py-40vw {
        padding-top: 9vw;
        padding-bottom: 9vw
    }

    .lg\:px-40vw {
        padding-left: 9vw;
        padding-right: 9vw
    }

    .lg\:py-48vw {
        padding-top: 11vw;
        padding-bottom: 11vw
    }

    .lg\:px-48vw {
        padding-left: 11vw;
        padding-right: 11vw
    }

    .lg\:py-3vw {
        padding-top: .5vw;
        padding-bottom: .5vw
    }

    .lg\:px-3vw {
        padding-left: .5vw;
        padding-right: .5vw
    }

    .lg\:pt-0 {
        padding-top: 0
    }

    .lg\:pr-0 {
        padding-right: 0
    }

    .lg\:pb-0 {
        padding-bottom: 0
    }

    .lg\:pl-0 {
        padding-left: 0
    }

    .lg\:pt-1 {
        padding-top: .25rem
    }

    .lg\:pr-1 {
        padding-right: .25rem
    }

    .lg\:pb-1 {
        padding-bottom: .25rem
    }

    .lg\:pl-1 {
        padding-left: .25rem
    }

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

    .lg\:pr-2 {
        padding-right: .5rem
    }

    .lg\:pb-2 {
        padding-bottom: .5rem
    }

    .lg\:pl-2 {
        padding-left: .5rem
    }

    .lg\:pt-3 {
        padding-top: .75rem
    }

    .lg\:pr-3 {
        padding-right: .75rem
    }

    .lg\:pb-3 {
        padding-bottom: .75rem
    }

    .lg\:pl-3 {
        padding-left: .75rem
    }

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

    .lg\:pr-4 {
        padding-right: 1rem
    }

    .lg\:pb-4 {
        padding-bottom: 1rem
    }

    .lg\:pl-4 {
        padding-left: 1rem
    }

    .lg\:pt-5 {
        padding-top: 1.25rem
    }

    .lg\:pr-5 {
        padding-right: 1.25rem
    }

    .lg\:pb-5 {
        padding-bottom: 1.25rem
    }

    .lg\:pl-5 {
        padding-left: 1.25rem
    }

    .lg\:pt-6 {
        padding-top: 1.5rem
    }

    .lg\:pr-6 {
        padding-right: 1.5rem
    }

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

    .lg\:pl-6 {
        padding-left: 1.5rem
    }

    .lg\:pt-8 {
        padding-top: 2rem
    }

    .lg\:pr-8 {
        padding-right: 2rem
    }

    .lg\:pb-8 {
        padding-bottom: 2rem
    }

    .lg\:pl-8 {
        padding-left: 2rem
    }

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

    .lg\:pr-10 {
        padding-right: 2.5rem
    }

    .lg\:pb-10 {
        padding-bottom: 2.5rem
    }

    .lg\:pl-10 {
        padding-left: 2.5rem
    }

    .lg\:pt-12 {
        padding-top: 3rem
    }

    .lg\:pr-12 {
        padding-right: 3rem
    }

    .lg\:pb-12 {
        padding-bottom: 3rem
    }

    .lg\:pl-12 {
        padding-left: 3rem
    }

    .lg\:pt-15 {
        padding-top: 3.7rem
    }

    .lg\:pr-15 {
        padding-right: 3.7rem
    }

    .lg\:pb-15 {
        padding-bottom: 3.7rem
    }

    .lg\:pl-15 {
        padding-left: 3.7rem
    }

    .lg\:pt-16 {
        padding-top: 4rem
    }

    .lg\:pr-16 {
        padding-right: 4rem
    }

    .lg\:pb-16 {
        padding-bottom: 4rem
    }

    .lg\:pl-16 {
        padding-left: 4rem
    }

    .lg\:pt-20 {
        padding-top: 5rem
    }

    .lg\:pr-20 {
        padding-right: 5rem
    }

    .lg\:pb-20 {
        padding-bottom: 5rem
    }

    .lg\:pl-20 {
        padding-left: 5rem
    }

    .lg\:pt-24 {
        padding-top: 6rem
    }

    .lg\:pr-24 {
        padding-right: 6rem
    }

    .lg\:pb-24 {
        padding-bottom: 6rem
    }

    .lg\:pl-24 {
        padding-left: 6rem
    }

    .lg\:pt-32 {
        padding-top: 8rem
    }

    .lg\:pr-32 {
        padding-right: 8rem
    }

    .lg\:pb-32 {
        padding-bottom: 8rem
    }

    .lg\:pl-32 {
        padding-left: 8rem
    }

    .lg\:pt-40 {
        padding-top: 10rem
    }

    .lg\:pr-40 {
        padding-right: 10rem
    }

    .lg\:pb-40 {
        padding-bottom: 10rem
    }

    .lg\:pl-40 {
        padding-left: 10rem
    }

    .lg\:pt-48 {
        padding-top: 12rem
    }

    .lg\:pr-48 {
        padding-right: 12rem
    }

    .lg\:pb-48 {
        padding-bottom: 12rem
    }

    .lg\:pl-48 {
        padding-left: 12rem
    }

    .lg\:pt-56 {
        padding-top: 14rem
    }

    .lg\:pr-56 {
        padding-right: 14rem
    }

    .lg\:pb-56 {
        padding-bottom: 14rem
    }

    .lg\:pl-56 {
        padding-left: 14rem
    }

    .lg\:pt-64 {
        padding-top: 16rem
    }

    .lg\:pr-64 {
        padding-right: 16rem
    }

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

    .lg\:pl-64 {
        padding-left: 16rem
    }

    .lg\:pt-px {
        padding-top: 1px
    }

    .lg\:pr-px {
        padding-right: 1px
    }

    .lg\:pb-px {
        padding-bottom: 1px
    }

    .lg\:pl-px {
        padding-left: 1px
    }

    .lg\:pt-6vw {
        padding-top: 1vw
    }

    .lg\:pr-6vw {
        padding-right: 1vw
    }

    .lg\:pb-6vw {
        padding-bottom: 1vw
    }

    .lg\:pl-6vw {
        padding-left: 1vw
    }

    .lg\:pt-10vw {
        padding-top: 2vw
    }

    .lg\:pr-10vw {
        padding-right: 2vw
    }

    .lg\:pb-10vw {
        padding-bottom: 2vw
    }

    .lg\:pl-10vw {
        padding-left: 2vw
    }

    .lg\:pt-12vw {
        padding-top: 2.5vw
    }

    .lg\:pr-12vw {
        padding-right: 2.5vw
    }

    .lg\:pb-12vw {
        padding-bottom: 2.5vw
    }

    .lg\:pl-12vw {
        padding-left: 2.5vw
    }

    .lg\:pt-20vw {
        padding-top: 3vw
    }

    .lg\:pr-20vw {
        padding-right: 3vw
    }

    .lg\:pb-20vw {
        padding-bottom: 3vw
    }

    .lg\:pl-20vw {
        padding-left: 3vw
    }

    .lg\:pt-22vw {
        padding-top: 4.3vw
    }

    .lg\:pr-22vw {
        padding-right: 4.3vw
    }

    .lg\:pb-22vw {
        padding-bottom: 4.3vw
    }

    .lg\:pl-22vw {
        padding-left: 4.3vw
    }

    .lg\:pt-24vw {
        padding-top: 3.6vw
    }

    .lg\:pr-24vw {
        padding-right: 3.6vw
    }

    .lg\:pb-24vw {
        padding-bottom: 3.6vw
    }

    .lg\:pl-24vw {
        padding-left: 3.6vw
    }

    .lg\:pt-40vw {
        padding-top: 9vw
    }

    .lg\:pr-40vw {
        padding-right: 9vw
    }

    .lg\:pb-40vw {
        padding-bottom: 9vw
    }

    .lg\:pl-40vw {
        padding-left: 9vw
    }

    .lg\:pt-48vw {
        padding-top: 11vw
    }

    .lg\:pr-48vw {
        padding-right: 11vw
    }

    .lg\:pb-48vw {
        padding-bottom: 11vw
    }

    .lg\:pl-48vw {
        padding-left: 11vw
    }

    .lg\:pt-3vw {
        padding-top: .5vw
    }

    .lg\:pr-3vw {
        padding-right: .5vw
    }

    .lg\:pb-3vw {
        padding-bottom: .5vw
    }

    .lg\:pl-3vw {
        padding-left: .5vw
    }

    .lg\:pointer-events-none {
        pointer-events: none
    }

    .lg\:pointer-events-auto {
        pointer-events: auto
    }

    .lg\:static {
        position: static
    }

    .lg\:fixed {
        position: fixed
    }

    .lg\:absolute {
        position: absolute
    }

    .lg\:relative {
        position: relative
    }

    .lg\:sticky {
        position: -webkit-sticky;
        position: sticky
    }

    .lg\:inset-0 {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }

    .lg\:inset-auto {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto
    }

    .lg\:inset-y-0 {
        top: 0;
        bottom: 0
    }

    .lg\:inset-x-0 {
        right: 0;
        left: 0
    }

    .lg\:inset-y-auto {
        top: auto;
        bottom: auto
    }

    .lg\:inset-x-auto {
        right: auto;
        left: auto
    }

    .lg\:top-0 {
        top: 0
    }

    .lg\:right-0 {
        right: 0
    }

    .lg\:bottom-0 {
        bottom: 0
    }

    .lg\:left-0 {
        left: 0
    }

    .lg\:top-auto {
        top: auto
    }

    .lg\:right-auto {
        right: auto
    }

    .lg\:bottom-auto {
        bottom: auto
    }

    .lg\:left-auto {
        left: auto
    }

    .lg\:resize-none {
        resize: none
    }

    .lg\:resize-y {
        resize: vertical
    }

    .lg\:resize-x {
        resize: horizontal
    }

    .lg\:resize {
        resize: both
    }

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

    .lg\:shadow-md {
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)
    }

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

    .lg\:shadow-xl {
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04)
    }

    .lg\:shadow-2xl {
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25)
    }

    .lg\:shadow-inner {
        box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06)
    }

    .lg\:shadow-outline {
        box-shadow: 0 0 0 3px rgba(66, 153, 225, .5)
    }

    .lg\:shadow-none {
        box-shadow: none
    }

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

    .lg\:hover\:shadow-md:hover {
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)
    }

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

    .lg\:hover\:shadow-xl:hover {
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04)
    }

    .lg\:hover\:shadow-2xl:hover {
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25)
    }

    .lg\:hover\:shadow-inner:hover {
        box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06)
    }

    .lg\:hover\:shadow-outline:hover {
        box-shadow: 0 0 0 3px rgba(66, 153, 225, .5)
    }

    .lg\:hover\:shadow-none:hover {
        box-shadow: none
    }

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

    .lg\:focus\:shadow-md:focus {
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)
    }

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

    .lg\:focus\:shadow-xl:focus {
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04)
    }

    .lg\:focus\:shadow-2xl:focus {
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25)
    }

    .lg\:focus\:shadow-inner:focus {
        box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06)
    }

    .lg\:focus\:shadow-outline:focus {
        box-shadow: 0 0 0 3px rgba(66, 153, 225, .5)
    }

    .lg\:focus\:shadow-none:focus {
        box-shadow: none
    }

    .lg\:table-auto {
        table-layout: auto
    }

    .lg\:table-fixed {
        table-layout: fixed
    }

    .lg\:text-left {
        text-align: left
    }

    .lg\:text-center {
        text-align: center
    }

    .lg\:text-right {
        text-align: right
    }

    .lg\:text-justify {
        text-align: justify
    }

    .lg\:text-transparent {
        color: transparent
    }

    .lg\:text-primary {
        color: #81d8d0
    }

    .lg\:text-primarydarker {
        color: #6acdc4
    }

    .lg\:text-black,
    .lg\:text-turquoise {
        color: #000
    }

    .lg\:text-gold {
        color: #d0ae5f
    }

    .lg\:text-white {
        color: #fff
    }

    .lg\:text-whiteHalfTransparent {
        color: hsla(0, 0%, 100%, .5)
    }

    .lg\:text-brown {
        color: #36261e
    }

    .lg\:text-browndark {
        color: #130c0e
    }

    .lg\:text-gray-100 {
        color: #f2f2f2
    }

    .lg\:text-gray-150 {
        color: #f3f3f3
    }

    .lg\:text-gray-200 {
        color: #f6f6f6
    }

    .lg\:text-gray-300 {
        color: #e8e8e8
    }

    .lg\:text-gray-400 {
        color: #cbd5e0
    }

    .lg\:text-gray-450 {
        color: #c3c3c3
    }

    .lg\:text-gray-500 {
        color: #b1afaf
    }

    .lg\:text-gray-600 {
        color: #777
    }

    .lg\:text-gray-700 {
        color: #4a5568
    }

    .lg\:text-gray-800 {
        color: #2d3748
    }

    .lg\:text-gray-900 {
        color: #1a202c
    }

    .lg\:text-red-100 {
        color: #fff5f5
    }

    .lg\:text-red-200 {
        color: #fff6f7
    }

    .lg\:text-red-300 {
        color: #feb2b2
    }

    .lg\:text-red-400 {
        color: #bc6366
    }

    .lg\:text-red-500 {
        color: #f56565
    }

    .lg\:text-red-600 {
        color: #e53e3e
    }

    .lg\:text-red-700 {
        color: #c53030
    }

    .lg\:text-red-800 {
        color: #9b2c2c
    }

    .lg\:text-red-900 {
        color: #742a2a
    }

    .lg\:text-orange-100 {
        color: #fffaf0
    }

    .lg\:text-orange-200 {
        color: #feebc8
    }

    .lg\:text-orange-300 {
        color: #fbd38d
    }

    .lg\:text-orange-400 {
        color: #f6ad55
    }

    .lg\:text-orange-500 {
        color: #ed8936
    }

    .lg\:text-orange-600 {
        color: #dd6b20
    }

    .lg\:text-orange-700 {
        color: #c05621
    }

    .lg\:text-orange-800 {
        color: #9c4221
    }

    .lg\:text-orange-900 {
        color: #7b341e
    }

    .lg\:text-yellow-100 {
        color: ivory
    }

    .lg\:text-yellow-200 {
        color: #fffaee
    }

    .lg\:text-yellow-300 {
        color: #faf089
    }

    .lg\:text-yellow-400 {
        color: #d0ae5f
    }

    .lg\:text-yellow-500 {
        color: #ecc94b
    }

    .lg\:text-yellow-600 {
        color: #d69e2e
    }

    .lg\:text-yellow-700 {
        color: #b7791f
    }

    .lg\:text-yellow-800 {
        color: #975a16
    }

    .lg\:text-yellow-900 {
        color: #744210
    }

    .lg\:text-green-100 {
        color: #f0fff4
    }

    .lg\:text-green-200 {
        color: #c6f6d5
    }

    .lg\:text-green-300 {
        color: #9ae6b4
    }

    .lg\:text-green-400 {
        color: #68d391
    }

    .lg\:text-green-500 {
        color: #48bb78
    }

    .lg\:text-green-600 {
        color: #38a169
    }

    .lg\:text-green-700 {
        color: #2f855a
    }

    .lg\:text-green-800 {
        color: #276749
    }

    .lg\:text-green-900 {
        color: #22543d
    }

    .lg\:text-teal-100 {
        color: #e6fffa
    }

    .lg\:text-teal-200 {
        color: #b2f5ea
    }

    .lg\:text-teal-300 {
        color: #81e6d9
    }

    .lg\:text-teal-400 {
        color: #4fd1c5
    }

    .lg\:text-teal-500 {
        color: #38b2ac
    }

    .lg\:text-teal-600 {
        color: #319795
    }

    .lg\:text-teal-700 {
        color: #2c7a7b
    }

    .lg\:text-teal-800 {
        color: #285e61
    }

    .lg\:text-teal-900 {
        color: #234e52
    }

    .lg\:text-blue-100 {
        color: #ebf8ff
    }

    .lg\:text-blue-200 {
        color: #effafd
    }

    .lg\:text-blue-300 {
        color: #90cdf4
    }

    .lg\:text-blue-400 {
        color: #396973
    }

    .lg\:text-blue-500 {
        color: #4299e1
    }

    .lg\:text-blue-600 {
        color: #3182ce
    }

    .lg\:text-blue-700 {
        color: #2b6cb0
    }

    .lg\:text-blue-800 {
        color: #2c5282
    }

    .lg\:text-blue-900 {
        color: #2a4365
    }

    .lg\:text-indigo-100 {
        color: #ebf4ff
    }

    .lg\:text-indigo-200 {
        color: #c3dafe
    }

    .lg\:text-indigo-300 {
        color: #a3bffa
    }

    .lg\:text-indigo-400 {
        color: #7f9cf5
    }

    .lg\:text-indigo-500 {
        color: #667eea
    }

    .lg\:text-indigo-600 {
        color: #5a67d8
    }

    .lg\:text-indigo-700 {
        color: #4c51bf
    }

    .lg\:text-indigo-800 {
        color: #434190
    }

    .lg\:text-indigo-900 {
        color: #3c366b
    }

    .lg\:text-purple-100 {
        color: #faf5ff
    }

    .lg\:text-purple-200 {
        color: #e9d8fd
    }

    .lg\:text-purple-300 {
        color: #d6bcfa
    }

    .lg\:text-purple-400 {
        color: #b794f4
    }

    .lg\:text-purple-500 {
        color: #9f7aea
    }

    .lg\:text-purple-600 {
        color: #805ad5
    }

    .lg\:text-purple-700 {
        color: #6b46c1
    }

    .lg\:text-purple-800 {
        color: #553c9a
    }

    .lg\:text-purple-900 {
        color: #44337a
    }

    .lg\:text-pink-100 {
        color: #fff5f7
    }

    .lg\:text-pink-200 {
        color: #fed7e2
    }

    .lg\:text-pink-300 {
        color: #fbb6ce
    }

    .lg\:text-pink-400 {
        color: #f687b3
    }

    .lg\:text-pink-500 {
        color: #ed64a6
    }

    .lg\:text-pink-600 {
        color: #d53f8c
    }

    .lg\:text-pink-700 {
        color: #b83280
    }

    .lg\:text-pink-800 {
        color: #97266d
    }

    .lg\:text-pink-900 {
        color: #702459
    }

    .lg\:hover\:text-transparent:hover {
        color: transparent
    }

    .lg\:hover\:text-primary:hover {
        color: #81d8d0
    }

    .lg\:hover\:text-primarydarker:hover {
        color: #6acdc4
    }

    .lg\:hover\:text-black:hover,
    .lg\:hover\:text-turquoise:hover {
        color: #000
    }

    .lg\:hover\:text-gold:hover {
        color: #d0ae5f
    }

    .lg\:hover\:text-white:hover {
        color: #fff
    }

    .lg\:hover\:text-whiteHalfTransparent:hover {
        color: hsla(0, 0%, 100%, .5)
    }

    .lg\:hover\:text-brown:hover {
        color: #36261e
    }

    .lg\:hover\:text-browndark:hover {
        color: #130c0e
    }

    .lg\:hover\:text-gray-100:hover {
        color: #f2f2f2
    }

    .lg\:hover\:text-gray-150:hover {
        color: #f3f3f3
    }

    .lg\:hover\:text-gray-200:hover {
        color: #f6f6f6
    }

    .lg\:hover\:text-gray-300:hover {
        color: #e8e8e8
    }

    .lg\:hover\:text-gray-400:hover {
        color: #cbd5e0
    }

    .lg\:hover\:text-gray-450:hover {
        color: #c3c3c3
    }

    .lg\:hover\:text-gray-500:hover {
        color: #b1afaf
    }

    .lg\:hover\:text-gray-600:hover {
        color: #777
    }

    .lg\:hover\:text-gray-700:hover {
        color: #4a5568
    }

    .lg\:hover\:text-gray-800:hover {
        color: #2d3748
    }

    .lg\:hover\:text-gray-900:hover {
        color: #1a202c
    }

    .lg\:hover\:text-red-100:hover {
        color: #fff5f5
    }

    .lg\:hover\:text-red-200:hover {
        color: #fff6f7
    }

    .lg\:hover\:text-red-300:hover {
        color: #feb2b2
    }

    .lg\:hover\:text-red-400:hover {
        color: #bc6366
    }

    .lg\:hover\:text-red-500:hover {
        color: #f56565
    }

    .lg\:hover\:text-red-600:hover {
        color: #e53e3e
    }

    .lg\:hover\:text-red-700:hover {
        color: #c53030
    }

    .lg\:hover\:text-red-800:hover {
        color: #9b2c2c
    }

    .lg\:hover\:text-red-900:hover {
        color: #742a2a
    }

    .lg\:hover\:text-orange-100:hover {
        color: #fffaf0
    }

    .lg\:hover\:text-orange-200:hover {
        color: #feebc8
    }

    .lg\:hover\:text-orange-300:hover {
        color: #fbd38d
    }

    .lg\:hover\:text-orange-400:hover {
        color: #f6ad55
    }

    .lg\:hover\:text-orange-500:hover {
        color: #ed8936
    }

    .lg\:hover\:text-orange-600:hover {
        color: #dd6b20
    }

    .lg\:hover\:text-orange-700:hover {
        color: #c05621
    }

    .lg\:hover\:text-orange-800:hover {
        color: #9c4221
    }

    .lg\:hover\:text-orange-900:hover {
        color: #7b341e
    }

    .lg\:hover\:text-yellow-100:hover {
        color: ivory
    }

    .lg\:hover\:text-yellow-200:hover {
        color: #fffaee
    }

    .lg\:hover\:text-yellow-300:hover {
        color: #faf089
    }

    .lg\:hover\:text-yellow-400:hover {
        color: #d0ae5f
    }

    .lg\:hover\:text-yellow-500:hover {
        color: #ecc94b
    }

    .lg\:hover\:text-yellow-600:hover {
        color: #d69e2e
    }

    .lg\:hover\:text-yellow-700:hover {
        color: #b7791f
    }

    .lg\:hover\:text-yellow-800:hover {
        color: #975a16
    }

    .lg\:hover\:text-yellow-900:hover {
        color: #744210
    }

    .lg\:hover\:text-green-100:hover {
        color: #f0fff4
    }

    .lg\:hover\:text-green-200:hover {
        color: #c6f6d5
    }

    .lg\:hover\:text-green-300:hover {
        color: #9ae6b4
    }

    .lg\:hover\:text-green-400:hover {
        color: #68d391
    }

    .lg\:hover\:text-green-500:hover {
        color: #48bb78
    }

    .lg\:hover\:text-green-600:hover {
        color: #38a169
    }

    .lg\:hover\:text-green-700:hover {
        color: #2f855a
    }

    .lg\:hover\:text-green-800:hover {
        color: #276749
    }

    .lg\:hover\:text-green-900:hover {
        color: #22543d
    }

    .lg\:hover\:text-teal-100:hover {
        color: #e6fffa
    }

    .lg\:hover\:text-teal-200:hover {
        color: #b2f5ea
    }

    .lg\:hover\:text-teal-300:hover {
        color: #81e6d9
    }

    .lg\:hover\:text-teal-400:hover {
        color: #4fd1c5
    }

    .lg\:hover\:text-teal-500:hover {
        color: #38b2ac
    }

    .lg\:hover\:text-teal-600:hover {
        color: #319795
    }

    .lg\:hover\:text-teal-700:hover {
        color: #2c7a7b
    }

    .lg\:hover\:text-teal-800:hover {
        color: #285e61
    }

    .lg\:hover\:text-teal-900:hover {
        color: #234e52
    }

    .lg\:hover\:text-blue-100:hover {
        color: #ebf8ff
    }

    .lg\:hover\:text-blue-200:hover {
        color: #effafd
    }

    .lg\:hover\:text-blue-300:hover {
        color: #90cdf4
    }

    .lg\:hover\:text-blue-400:hover {
        color: #396973
    }

    .lg\:hover\:text-blue-500:hover {
        color: #4299e1
    }

    .lg\:hover\:text-blue-600:hover {
        color: #3182ce
    }

    .lg\:hover\:text-blue-700:hover {
        color: #2b6cb0
    }

    .lg\:hover\:text-blue-800:hover {
        color: #2c5282
    }

    .lg\:hover\:text-blue-900:hover {
        color: #2a4365
    }

    .lg\:hover\:text-indigo-100:hover {
        color: #ebf4ff
    }

    .lg\:hover\:text-indigo-200:hover {
        color: #c3dafe
    }

    .lg\:hover\:text-indigo-300:hover {
        color: #a3bffa
    }

    .lg\:hover\:text-indigo-400:hover {
        color: #7f9cf5
    }

    .lg\:hover\:text-indigo-500:hover {
        color: #667eea
    }

    .lg\:hover\:text-indigo-600:hover {
        color: #5a67d8
    }

    .lg\:hover\:text-indigo-700:hover {
        color: #4c51bf
    }

    .lg\:hover\:text-indigo-800:hover {
        color: #434190
    }

    .lg\:hover\:text-indigo-900:hover {
        color: #3c366b
    }

    .lg\:hover\:text-purple-100:hover {
        color: #faf5ff
    }

    .lg\:hover\:text-purple-200:hover {
        color: #e9d8fd
    }

    .lg\:hover\:text-purple-300:hover {
        color: #d6bcfa
    }

    .lg\:hover\:text-purple-400:hover {
        color: #b794f4
    }

    .lg\:hover\:text-purple-500:hover {
        color: #9f7aea
    }

    .lg\:hover\:text-purple-600:hover {
        color: #805ad5
    }

    .lg\:hover\:text-purple-700:hover {
        color: #6b46c1
    }

    .lg\:hover\:text-purple-800:hover {
        color: #553c9a
    }

    .lg\:hover\:text-purple-900:hover {
        color: #44337a
    }

    .lg\:hover\:text-pink-100:hover {
        color: #fff5f7
    }

    .lg\:hover\:text-pink-200:hover {
        color: #fed7e2
    }

    .lg\:hover\:text-pink-300:hover {
        color: #fbb6ce
    }

    .lg\:hover\:text-pink-400:hover {
        color: #f687b3
    }

    .lg\:hover\:text-pink-500:hover {
        color: #ed64a6
    }

    .lg\:hover\:text-pink-600:hover {
        color: #d53f8c
    }

    .lg\:hover\:text-pink-700:hover {
        color: #b83280
    }

    .lg\:hover\:text-pink-800:hover {
        color: #97266d
    }

    .lg\:hover\:text-pink-900:hover {
        color: #702459
    }

    .lg\:focus\:text-transparent:focus {
        color: transparent
    }

    .lg\:focus\:text-primary:focus {
        color: #81d8d0
    }

    .lg\:focus\:text-primarydarker:focus {
        color: #6acdc4
    }

    .lg\:focus\:text-black:focus,
    .lg\:focus\:text-turquoise:focus {
        color: #000
    }

    .lg\:focus\:text-gold:focus {
        color: #d0ae5f
    }

    .lg\:focus\:text-white:focus {
        color: #fff
    }

    .lg\:focus\:text-whiteHalfTransparent:focus {
        color: hsla(0, 0%, 100%, .5)
    }

    .lg\:focus\:text-brown:focus {
        color: #36261e
    }

    .lg\:focus\:text-browndark:focus {
        color: #130c0e
    }

    .lg\:focus\:text-gray-100:focus {
        color: #f2f2f2
    }

    .lg\:focus\:text-gray-150:focus {
        color: #f3f3f3
    }

    .lg\:focus\:text-gray-200:focus {
        color: #f6f6f6
    }

    .lg\:focus\:text-gray-300:focus {
        color: #e8e8e8
    }

    .lg\:focus\:text-gray-400:focus {
        color: #cbd5e0
    }

    .lg\:focus\:text-gray-450:focus {
        color: #c3c3c3
    }

    .lg\:focus\:text-gray-500:focus {
        color: #b1afaf
    }

    .lg\:focus\:text-gray-600:focus {
        color: #777
    }

    .lg\:focus\:text-gray-700:focus {
        color: #4a5568
    }

    .lg\:focus\:text-gray-800:focus {
        color: #2d3748
    }

    .lg\:focus\:text-gray-900:focus {
        color: #1a202c
    }

    .lg\:focus\:text-red-100:focus {
        color: #fff5f5
    }

    .lg\:focus\:text-red-200:focus {
        color: #fff6f7
    }

    .lg\:focus\:text-red-300:focus {
        color: #feb2b2
    }

    .lg\:focus\:text-red-400:focus {
        color: #bc6366
    }

    .lg\:focus\:text-red-500:focus {
        color: #f56565
    }

    .lg\:focus\:text-red-600:focus {
        color: #e53e3e
    }

    .lg\:focus\:text-red-700:focus {
        color: #c53030
    }

    .lg\:focus\:text-red-800:focus {
        color: #9b2c2c
    }

    .lg\:focus\:text-red-900:focus {
        color: #742a2a
    }

    .lg\:focus\:text-orange-100:focus {
        color: #fffaf0
    }

    .lg\:focus\:text-orange-200:focus {
        color: #feebc8
    }

    .lg\:focus\:text-orange-300:focus {
        color: #fbd38d
    }

    .lg\:focus\:text-orange-400:focus {
        color: #f6ad55
    }

    .lg\:focus\:text-orange-500:focus {
        color: #ed8936
    }

    .lg\:focus\:text-orange-600:focus {
        color: #dd6b20
    }

    .lg\:focus\:text-orange-700:focus {
        color: #c05621
    }

    .lg\:focus\:text-orange-800:focus {
        color: #9c4221
    }

    .lg\:focus\:text-orange-900:focus {
        color: #7b341e
    }

    .lg\:focus\:text-yellow-100:focus {
        color: ivory
    }

    .lg\:focus\:text-yellow-200:focus {
        color: #fffaee
    }

    .lg\:focus\:text-yellow-300:focus {
        color: #faf089
    }

    .lg\:focus\:text-yellow-400:focus {
        color: #d0ae5f
    }

    .lg\:focus\:text-yellow-500:focus {
        color: #ecc94b
    }

    .lg\:focus\:text-yellow-600:focus {
        color: #d69e2e
    }

    .lg\:focus\:text-yellow-700:focus {
        color: #b7791f
    }

    .lg\:focus\:text-yellow-800:focus {
        color: #975a16
    }

    .lg\:focus\:text-yellow-900:focus {
        color: #744210
    }

    .lg\:focus\:text-green-100:focus {
        color: #f0fff4
    }

    .lg\:focus\:text-green-200:focus {
        color: #c6f6d5
    }

    .lg\:focus\:text-green-300:focus {
        color: #9ae6b4
    }

    .lg\:focus\:text-green-400:focus {
        color: #68d391
    }

    .lg\:focus\:text-green-500:focus {
        color: #48bb78
    }

    .lg\:focus\:text-green-600:focus {
        color: #38a169
    }

    .lg\:focus\:text-green-700:focus {
        color: #2f855a
    }

    .lg\:focus\:text-green-800:focus {
        color: #276749
    }

    .lg\:focus\:text-green-900:focus {
        color: #22543d
    }

    .lg\:focus\:text-teal-100:focus {
        color: #e6fffa
    }

    .lg\:focus\:text-teal-200:focus {
        color: #b2f5ea
    }

    .lg\:focus\:text-teal-300:focus {
        color: #81e6d9
    }

    .lg\:focus\:text-teal-400:focus {
        color: #4fd1c5
    }

    .lg\:focus\:text-teal-500:focus {
        color: #38b2ac
    }

    .lg\:focus\:text-teal-600:focus {
        color: #319795
    }

    .lg\:focus\:text-teal-700:focus {
        color: #2c7a7b
    }

    .lg\:focus\:text-teal-800:focus {
        color: #285e61
    }

    .lg\:focus\:text-teal-900:focus {
        color: #234e52
    }

    .lg\:focus\:text-blue-100:focus {
        color: #ebf8ff
    }

    .lg\:focus\:text-blue-200:focus {
        color: #effafd
    }

    .lg\:focus\:text-blue-300:focus {
        color: #90cdf4
    }

    .lg\:focus\:text-blue-400:focus {
        color: #396973
    }

    .lg\:focus\:text-blue-500:focus {
        color: #4299e1
    }

    .lg\:focus\:text-blue-600:focus {
        color: #3182ce
    }

    .lg\:focus\:text-blue-700:focus {
        color: #2b6cb0
    }

    .lg\:focus\:text-blue-800:focus {
        color: #2c5282
    }

    .lg\:focus\:text-blue-900:focus {
        color: #2a4365
    }

    .lg\:focus\:text-indigo-100:focus {
        color: #ebf4ff
    }

    .lg\:focus\:text-indigo-200:focus {
        color: #c3dafe
    }

    .lg\:focus\:text-indigo-300:focus {
        color: #a3bffa
    }

    .lg\:focus\:text-indigo-400:focus {
        color: #7f9cf5
    }

    .lg\:focus\:text-indigo-500:focus {
        color: #667eea
    }

    .lg\:focus\:text-indigo-600:focus {
        color: #5a67d8
    }

    .lg\:focus\:text-indigo-700:focus {
        color: #4c51bf
    }

    .lg\:focus\:text-indigo-800:focus {
        color: #434190
    }

    .lg\:focus\:text-indigo-900:focus {
        color: #3c366b
    }

    .lg\:focus\:text-purple-100:focus {
        color: #faf5ff
    }

    .lg\:focus\:text-purple-200:focus {
        color: #e9d8fd
    }

    .lg\:focus\:text-purple-300:focus {
        color: #d6bcfa
    }

    .lg\:focus\:text-purple-400:focus {
        color: #b794f4
    }

    .lg\:focus\:text-purple-500:focus {
        color: #9f7aea
    }

    .lg\:focus\:text-purple-600:focus {
        color: #805ad5
    }

    .lg\:focus\:text-purple-700:focus {
        color: #6b46c1
    }

    .lg\:focus\:text-purple-800:focus {
        color: #553c9a
    }

    .lg\:focus\:text-purple-900:focus {
        color: #44337a
    }

    .lg\:focus\:text-pink-100:focus {
        color: #fff5f7
    }

    .lg\:focus\:text-pink-200:focus {
        color: #fed7e2
    }

    .lg\:focus\:text-pink-300:focus {
        color: #fbb6ce
    }

    .lg\:focus\:text-pink-400:focus {
        color: #f687b3
    }

    .lg\:focus\:text-pink-500:focus {
        color: #ed64a6
    }

    .lg\:focus\:text-pink-600:focus {
        color: #d53f8c
    }

    .lg\:focus\:text-pink-700:focus {
        color: #b83280
    }

    .lg\:focus\:text-pink-800:focus {
        color: #97266d
    }

    .lg\:focus\:text-pink-900:focus {
        color: #702459
    }

    .lg\:text-2xs {
        font-size: .6rem
    }

    .lg\:text-xs {
        font-size: .8rem
    }

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

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

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

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

    .lg\:text-2xl {
        font-size: 1.5rem
    }

    .lg\:text-3xl {
        font-size: 2rem
    }

    .lg\:text-4xl {
        font-size: 2.5rem
    }

    .lg\:text-5xl {
        font-size: 3.5rem
    }

    .lg\:text-5\.5xl {
        font-size: 4rem
    }

    .lg\:text-6xl {
        font-size: 6.3rem
    }

    .lg\:text-2xsvw {
        font-size: .54vw
    }

    .lg\:text-xsvw {
        font-size: .6vw
    }

    .lg\:text-smvw {
        font-size: .7vw
    }

    .lg\:text-mdvw {
        font-size: .8vw
    }

    .lg\:text-lgvw {
        font-size: .94vw
    }

    .lg\:text-xlvw {
        font-size: 1.05vw
    }

    .lg\:text-2xlvw {
        font-size: 1.4vw
    }

    .lg\:text-3xlvw {
        font-size: 1.7vw
    }

    .lg\:text-4xlvw {
        font-size: 2vw
    }

    .lg\:text-5xlvw {
        font-size: 3vw
    }

    .lg\:text-5\.5xlvw {
        font-size: 3.4vw
    }

    .lg\:text-6xlvw {
        font-size: 5.3vw
    }

    .lg\:italic {
        font-style: italic
    }

    .lg\:not-italic {
        font-style: normal
    }

    .lg\:uppercase {
        text-transform: uppercase
    }

    .lg\:lowercase {
        text-transform: lowercase
    }

    .lg\:capitalize {
        text-transform: capitalize
    }

    .lg\:normal-case {
        text-transform: none
    }

    .lg\:underline {
        text-decoration: underline
    }

    .lg\:line-through {
        text-decoration: line-through
    }

    .lg\:no-underline {
        text-decoration: none
    }

    .lg\:hover\:underline:hover {
        text-decoration: underline
    }

    .lg\:hover\:line-through:hover {
        text-decoration: line-through
    }

    .lg\:hover\:no-underline:hover {
        text-decoration: none
    }

    .lg\:focus\:underline:focus {
        text-decoration: underline
    }

    .lg\:focus\:line-through:focus {
        text-decoration: line-through
    }

    .lg\:focus\:no-underline:focus {
        text-decoration: none
    }

    .lg\:antialiased {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .lg\:subpixel-antialiased {
        -webkit-font-smoothing: auto;
        -moz-osx-font-smoothing: auto
    }

    .lg\:tracking-tighter {
        letter-spacing: -.05em
    }

    .lg\:tracking-tight {
        letter-spacing: -.025em
    }

    .lg\:tracking-normal {
        letter-spacing: 0
    }

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

    .lg\:tracking-wider {
        letter-spacing: .05em
    }

    .lg\:tracking-widest {
        letter-spacing: .1em
    }

    .lg\:select-none {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .lg\:select-text {
        -webkit-user-select: text;
        -moz-user-select: text;
        -ms-user-select: text;
        user-select: text
    }

    .lg\:select-all {
        -webkit-user-select: all;
        -moz-user-select: all;
        -ms-user-select: all;
        user-select: all
    }

    .lg\:select-auto {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -ms-user-select: auto;
        user-select: auto
    }

    .lg\:align-baseline {
        vertical-align: baseline
    }

    .lg\:align-top {
        vertical-align: top
    }

    .lg\:align-middle {
        vertical-align: middle
    }

    .lg\:align-bottom {
        vertical-align: bottom
    }

    .lg\:align-text-top {
        vertical-align: text-top
    }

    .lg\:align-text-bottom {
        vertical-align: text-bottom
    }

    .lg\:visible {
        visibility: visible
    }

    .lg\:invisible {
        visibility: hidden
    }

    .lg\:whitespace-normal {
        white-space: normal
    }

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

    .lg\:whitespace-pre {
        white-space: pre
    }

    .lg\:whitespace-pre-line {
        white-space: pre-line
    }

    .lg\:whitespace-pre-wrap {
        white-space: pre-wrap
    }

    .lg\:break-normal {
        overflow-wrap: normal;
        word-break: normal
    }

    .lg\:break-words {
        overflow-wrap: break-word
    }

    .lg\:break-all {
        word-break: break-all
    }

    .lg\:truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .lg\:w-0 {
        width: 0
    }

    .lg\:w-1 {
        width: .25rem
    }

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

    .lg\:w-3 {
        width: .75rem
    }

    .lg\:w-4 {
        width: 1rem
    }

    .lg\:w-5 {
        width: 1.25rem
    }

    .lg\:w-6 {
        width: 1.5rem
    }

    .lg\:w-8 {
        width: 2rem
    }

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

    .lg\:w-12 {
        width: 3rem
    }

    .lg\:w-15 {
        width: 3.7rem
    }

    .lg\:w-16 {
        width: 4rem
    }

    .lg\:w-20 {
        width: 5rem
    }

    .lg\:w-24 {
        width: 6rem
    }

    .lg\:w-32 {
        width: 8rem
    }

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

    .lg\:w-48 {
        width: 12rem
    }

    .lg\:w-56 {
        width: 14rem
    }

    .lg\:w-64 {
        width: 16rem
    }

    .lg\:w-auto {
        width: auto
    }

    .lg\:w-px {
        width: 1px
    }

    .lg\:w-6vw {
        width: 1vw
    }

    .lg\:w-10vw {
        width: 2vw
    }

    .lg\:w-12vw {
        width: 2.5vw
    }

    .lg\:w-20vw {
        width: 3vw
    }

    .lg\:w-22vw {
        width: 4.3vw
    }

    .lg\:w-24vw {
        width: 3.6vw
    }

    .lg\:w-40vw {
        width: 9vw
    }

    .lg\:w-48vw {
        width: 11vw
    }

    .lg\:w--1 {
        width: -1px
    }

    .lg\:w--2 {
        width: -2px
    }

    .lg\:w--4 {
        width: -1rem
    }

    .lg\:w--8 {
        width: -2rem
    }

    .lg\:w-3vw {
        width: .5vw
    }

    .lg\:w-1\/2 {
        width: 50%
    }

    .lg\:w-1\/3 {
        width: 33.33333%
    }

    .lg\:w-2\/3 {
        width: 66.66667%
    }

    .lg\:w-1\/4 {
        width: 25%
    }

    .lg\:w-3\/4 {
        width: 75%
    }

    .lg\:w-1\/5 {
        width: 20%
    }

    .lg\:w-2\/5 {
        width: 40%
    }

    .lg\:w-3\/5 {
        width: 60%
    }

    .lg\:w-4\/5 {
        width: 80%
    }

    .lg\:w-1\/6 {
        width: 16.66667%
    }

    .lg\:w-5\/6 {
        width: 83.33333%
    }

    .lg\:w-5\/12 {
        width: 41.666667%
    }

    .lg\:w-7\/12 {
        width: 58.333333%
    }

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

    .lg\:w-screen {
        width: 100vw
    }

    .lg\:z-0 {
        z-index: 0
    }

    .lg\:z-10 {
        z-index: 10
    }

    .lg\:z-20 {
        z-index: 20
    }

    .lg\:z-30 {
        z-index: 30
    }

    .lg\:z-40 {
        z-index: 40
    }

    .lg\:z-50 {
        z-index: 50
    }

    .lg\:z-auto {
        z-index: auto
    }
}

@media (min-width:1280px) {
    .xl\:appearance-none {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

    .xl\:bg-fixed {
        background-attachment: fixed
    }

    .xl\:bg-local {
        background-attachment: local
    }

    .xl\:bg-scroll {
        background-attachment: scroll
    }

    .xl\:bg-transparent {
        background-color: transparent
    }

    .xl\:bg-primary {
        background-color: #81d8d0
    }

    .xl\:bg-primarydarker {
        background-color: #6acdc4
    }

    .xl\:bg-black,
    .xl\:bg-turquoise {
        background-color: #000
    }

    .xl\:bg-gold {
        background-color: #d0ae5f
    }

    .xl\:bg-white {
        background-color: #fff
    }

    .xl\:bg-whiteHalfTransparent {
        background-color: hsla(0, 0%, 100%, .5)
    }

    .xl\:bg-brown {
        background-color: #36261e
    }

    .xl\:bg-browndark {
        background-color: #130c0e
    }

    .xl\:bg-gray-100 {
        background-color: #f2f2f2
    }

    .xl\:bg-gray-150 {
        background-color: #f3f3f3
    }

    .xl\:bg-gray-200 {
        background-color: #f6f6f6
    }

    .xl\:bg-gray-300 {
        background-color: #e8e8e8
    }

    .xl\:bg-gray-400 {
        background-color: #cbd5e0
    }

    .xl\:bg-gray-450 {
        background-color: #c3c3c3
    }

    .xl\:bg-gray-500 {
        background-color: #b1afaf
    }

    .xl\:bg-gray-600 {
        background-color: #777
    }

    .xl\:bg-gray-700 {
        background-color: #4a5568
    }

    .xl\:bg-gray-800 {
        background-color: #2d3748
    }

    .xl\:bg-gray-900 {
        background-color: #1a202c
    }

    .xl\:bg-red-100 {
        background-color: #fff5f5
    }

    .xl\:bg-red-200 {
        background-color: #fff6f7
    }

    .xl\:bg-red-300 {
        background-color: #feb2b2
    }

    .xl\:bg-red-400 {
        background-color: #bc6366
    }

    .xl\:bg-red-500 {
        background-color: #f56565
    }

    .xl\:bg-red-600 {
        background-color: #e53e3e
    }

    .xl\:bg-red-700 {
        background-color: #c53030
    }

    .xl\:bg-red-800 {
        background-color: #9b2c2c
    }

    .xl\:bg-red-900 {
        background-color: #742a2a
    }

    .xl\:bg-orange-100 {
        background-color: #fffaf0
    }

    .xl\:bg-orange-200 {
        background-color: #feebc8
    }

    .xl\:bg-orange-300 {
        background-color: #fbd38d
    }

    .xl\:bg-orange-400 {
        background-color: #f6ad55
    }

    .xl\:bg-orange-500 {
        background-color: #ed8936
    }

    .xl\:bg-orange-600 {
        background-color: #dd6b20
    }

    .xl\:bg-orange-700 {
        background-color: #c05621
    }

    .xl\:bg-orange-800 {
        background-color: #9c4221
    }

    .xl\:bg-orange-900 {
        background-color: #7b341e
    }

    .xl\:bg-yellow-100 {
        background-color: ivory
    }

    .xl\:bg-yellow-200 {
        background-color: #fffaee
    }

    .xl\:bg-yellow-300 {
        background-color: #faf089
    }

    .xl\:bg-yellow-400 {
        background-color: #d0ae5f
    }

    .xl\:bg-yellow-500 {
        background-color: #ecc94b
    }

    .xl\:bg-yellow-600 {
        background-color: #d69e2e
    }

    .xl\:bg-yellow-700 {
        background-color: #b7791f
    }

    .xl\:bg-yellow-800 {
        background-color: #975a16
    }

    .xl\:bg-yellow-900 {
        background-color: #744210
    }

    .xl\:bg-green-100 {
        background-color: #f0fff4
    }

    .xl\:bg-green-200 {
        background-color: #c6f6d5
    }

    .xl\:bg-green-300 {
        background-color: #9ae6b4
    }

    .xl\:bg-green-400 {
        background-color: #68d391
    }

    .xl\:bg-green-500 {
        background-color: #48bb78
    }

    .xl\:bg-green-600 {
        background-color: #38a169
    }

    .xl\:bg-green-700 {
        background-color: #2f855a
    }

    .xl\:bg-green-800 {
        background-color: #276749
    }

    .xl\:bg-green-900 {
        background-color: #22543d
    }

    .xl\:bg-teal-100 {
        background-color: #e6fffa
    }

    .xl\:bg-teal-200 {
        background-color: #b2f5ea
    }

    .xl\:bg-teal-300 {
        background-color: #81e6d9
    }

    .xl\:bg-teal-400 {
        background-color: #4fd1c5
    }

    .xl\:bg-teal-500 {
        background-color: #38b2ac
    }

    .xl\:bg-teal-600 {
        background-color: #319795
    }

    .xl\:bg-teal-700 {
        background-color: #2c7a7b
    }

    .xl\:bg-teal-800 {
        background-color: #285e61
    }

    .xl\:bg-teal-900 {
        background-color: #234e52
    }

    .xl\:bg-blue-100 {
        background-color: #ebf8ff
    }

    .xl\:bg-blue-200 {
        background-color: #effafd
    }

    .xl\:bg-blue-300 {
        background-color: #90cdf4
    }

    .xl\:bg-blue-400 {
        background-color: #396973
    }

    .xl\:bg-blue-500 {
        background-color: #4299e1
    }

    .xl\:bg-blue-600 {
        background-color: #3182ce
    }

    .xl\:bg-blue-700 {
        background-color: #2b6cb0
    }

    .xl\:bg-blue-800 {
        background-color: #2c5282
    }

    .xl\:bg-blue-900 {
        background-color: #2a4365
    }

    .xl\:bg-indigo-100 {
        background-color: #ebf4ff
    }

    .xl\:bg-indigo-200 {
        background-color: #c3dafe
    }

    .xl\:bg-indigo-300 {
        background-color: #a3bffa
    }

    .xl\:bg-indigo-400 {
        background-color: #7f9cf5
    }

    .xl\:bg-indigo-500 {
        background-color: #667eea
    }

    .xl\:bg-indigo-600 {
        background-color: #5a67d8
    }

    .xl\:bg-indigo-700 {
        background-color: #4c51bf
    }

    .xl\:bg-indigo-800 {
        background-color: #434190
    }

    .xl\:bg-indigo-900 {
        background-color: #3c366b
    }

    .xl\:bg-purple-100 {
        background-color: #faf5ff
    }

    .xl\:bg-purple-200 {
        background-color: #e9d8fd
    }

    .xl\:bg-purple-300 {
        background-color: #d6bcfa
    }

    .xl\:bg-purple-400 {
        background-color: #b794f4
    }

    .xl\:bg-purple-500 {
        background-color: #9f7aea
    }

    .xl\:bg-purple-600 {
        background-color: #805ad5
    }

    .xl\:bg-purple-700 {
        background-color: #6b46c1
    }

    .xl\:bg-purple-800 {
        background-color: #553c9a
    }

    .xl\:bg-purple-900 {
        background-color: #44337a
    }

    .xl\:bg-pink-100 {
        background-color: #fff5f7
    }

    .xl\:bg-pink-200 {
        background-color: #fed7e2
    }

    .xl\:bg-pink-300 {
        background-color: #fbb6ce
    }

    .xl\:bg-pink-400 {
        background-color: #f687b3
    }

    .xl\:bg-pink-500 {
        background-color: #ed64a6
    }

    .xl\:bg-pink-600 {
        background-color: #d53f8c
    }

    .xl\:bg-pink-700 {
        background-color: #b83280
    }

    .xl\:bg-pink-800 {
        background-color: #97266d
    }

    .xl\:bg-pink-900 {
        background-color: #702459
    }

    .xl\:hover\:bg-transparent:hover {
        background-color: transparent
    }

    .xl\:hover\:bg-primary:hover {
        background-color: #81d8d0
    }

    .xl\:hover\:bg-primarydarker:hover {
        background-color: #6acdc4
    }

    .xl\:hover\:bg-black:hover,
    .xl\:hover\:bg-turquoise:hover {
        background-color: #000
    }

    .xl\:hover\:bg-gold:hover {
        background-color: #d0ae5f
    }

    .xl\:hover\:bg-white:hover {
        background-color: #fff
    }

    .xl\:hover\:bg-whiteHalfTransparent:hover {
        background-color: hsla(0, 0%, 100%, .5)
    }

    .xl\:hover\:bg-brown:hover {
        background-color: #36261e
    }

    .xl\:hover\:bg-browndark:hover {
        background-color: #130c0e
    }

    .xl\:hover\:bg-gray-100:hover {
        background-color: #f2f2f2
    }

    .xl\:hover\:bg-gray-150:hover {
        background-color: #f3f3f3
    }

    .xl\:hover\:bg-gray-200:hover {
        background-color: #f6f6f6
    }

    .xl\:hover\:bg-gray-300:hover {
        background-color: #e8e8e8
    }

    .xl\:hover\:bg-gray-400:hover {
        background-color: #cbd5e0
    }

    .xl\:hover\:bg-gray-450:hover {
        background-color: #c3c3c3
    }

    .xl\:hover\:bg-gray-500:hover {
        background-color: #b1afaf
    }

    .xl\:hover\:bg-gray-600:hover {
        background-color: #777
    }

    .xl\:hover\:bg-gray-700:hover {
        background-color: #4a5568
    }

    .xl\:hover\:bg-gray-800:hover {
        background-color: #2d3748
    }

    .xl\:hover\:bg-gray-900:hover {
        background-color: #1a202c
    }

    .xl\:hover\:bg-red-100:hover {
        background-color: #fff5f5
    }

    .xl\:hover\:bg-red-200:hover {
        background-color: #fff6f7
    }

    .xl\:hover\:bg-red-300:hover {
        background-color: #feb2b2
    }

    .xl\:hover\:bg-red-400:hover {
        background-color: #bc6366
    }

    .xl\:hover\:bg-red-500:hover {
        background-color: #f56565
    }

    .xl\:hover\:bg-red-600:hover {
        background-color: #e53e3e
    }

    .xl\:hover\:bg-red-700:hover {
        background-color: #c53030
    }

    .xl\:hover\:bg-red-800:hover {
        background-color: #9b2c2c
    }

    .xl\:hover\:bg-red-900:hover {
        background-color: #742a2a
    }

    .xl\:hover\:bg-orange-100:hover {
        background-color: #fffaf0
    }

    .xl\:hover\:bg-orange-200:hover {
        background-color: #feebc8
    }

    .xl\:hover\:bg-orange-300:hover {
        background-color: #fbd38d
    }

    .xl\:hover\:bg-orange-400:hover {
        background-color: #f6ad55
    }

    .xl\:hover\:bg-orange-500:hover {
        background-color: #ed8936
    }

    .xl\:hover\:bg-orange-600:hover {
        background-color: #dd6b20
    }

    .xl\:hover\:bg-orange-700:hover {
        background-color: #c05621
    }

    .xl\:hover\:bg-orange-800:hover {
        background-color: #9c4221
    }

    .xl\:hover\:bg-orange-900:hover {
        background-color: #7b341e
    }

    .xl\:hover\:bg-yellow-100:hover {
        background-color: ivory
    }

    .xl\:hover\:bg-yellow-200:hover {
        background-color: #fffaee
    }

    .xl\:hover\:bg-yellow-300:hover {
        background-color: #faf089
    }

    .xl\:hover\:bg-yellow-400:hover {
        background-color: #d0ae5f
    }

    .xl\:hover\:bg-yellow-500:hover {
        background-color: #ecc94b
    }

    .xl\:hover\:bg-yellow-600:hover {
        background-color: #d69e2e
    }

    .xl\:hover\:bg-yellow-700:hover {
        background-color: #b7791f
    }

    .xl\:hover\:bg-yellow-800:hover {
        background-color: #975a16
    }

    .xl\:hover\:bg-yellow-900:hover {
        background-color: #744210
    }

    .xl\:hover\:bg-green-100:hover {
        background-color: #f0fff4
    }

    .xl\:hover\:bg-green-200:hover {
        background-color: #c6f6d5
    }

    .xl\:hover\:bg-green-300:hover {
        background-color: #9ae6b4
    }

    .xl\:hover\:bg-green-400:hover {
        background-color: #68d391
    }

    .xl\:hover\:bg-green-500:hover {
        background-color: #48bb78
    }

    .xl\:hover\:bg-green-600:hover {
        background-color: #38a169
    }

    .xl\:hover\:bg-green-700:hover {
        background-color: #2f855a
    }

    .xl\:hover\:bg-green-800:hover {
        background-color: #276749
    }

    .xl\:hover\:bg-green-900:hover {
        background-color: #22543d
    }

    .xl\:hover\:bg-teal-100:hover {
        background-color: #e6fffa
    }

    .xl\:hover\:bg-teal-200:hover {
        background-color: #b2f5ea
    }

    .xl\:hover\:bg-teal-300:hover {
        background-color: #81e6d9
    }

    .xl\:hover\:bg-teal-400:hover {
        background-color: #4fd1c5
    }

    .xl\:hover\:bg-teal-500:hover {
        background-color: #38b2ac
    }

    .xl\:hover\:bg-teal-600:hover {
        background-color: #319795
    }

    .xl\:hover\:bg-teal-700:hover {
        background-color: #2c7a7b
    }

    .xl\:hover\:bg-teal-800:hover {
        background-color: #285e61
    }

    .xl\:hover\:bg-teal-900:hover {
        background-color: #234e52
    }

    .xl\:hover\:bg-blue-100:hover {
        background-color: #ebf8ff
    }

    .xl\:hover\:bg-blue-200:hover {
        background-color: #effafd
    }

    .xl\:hover\:bg-blue-300:hover {
        background-color: #90cdf4
    }

    .xl\:hover\:bg-blue-400:hover {
        background-color: #396973
    }

    .xl\:hover\:bg-blue-500:hover {
        background-color: #4299e1
    }

    .xl\:hover\:bg-blue-600:hover {
        background-color: #3182ce
    }

    .xl\:hover\:bg-blue-700:hover {
        background-color: #2b6cb0
    }

    .xl\:hover\:bg-blue-800:hover {
        background-color: #2c5282
    }

    .xl\:hover\:bg-blue-900:hover {
        background-color: #2a4365
    }

    .xl\:hover\:bg-indigo-100:hover {
        background-color: #ebf4ff
    }

    .xl\:hover\:bg-indigo-200:hover {
        background-color: #c3dafe
    }

    .xl\:hover\:bg-indigo-300:hover {
        background-color: #a3bffa
    }

    .xl\:hover\:bg-indigo-400:hover {
        background-color: #7f9cf5
    }

    .xl\:hover\:bg-indigo-500:hover {
        background-color: #667eea
    }

    .xl\:hover\:bg-indigo-600:hover {
        background-color: #5a67d8
    }

    .xl\:hover\:bg-indigo-700:hover {
        background-color: #4c51bf
    }

    .xl\:hover\:bg-indigo-800:hover {
        background-color: #434190
    }

    .xl\:hover\:bg-indigo-900:hover {
        background-color: #3c366b
    }

    .xl\:hover\:bg-purple-100:hover {
        background-color: #faf5ff
    }

    .xl\:hover\:bg-purple-200:hover {
        background-color: #e9d8fd
    }

    .xl\:hover\:bg-purple-300:hover {
        background-color: #d6bcfa
    }

    .xl\:hover\:bg-purple-400:hover {
        background-color: #b794f4
    }

    .xl\:hover\:bg-purple-500:hover {
        background-color: #9f7aea
    }

    .xl\:hover\:bg-purple-600:hover {
        background-color: #805ad5
    }

    .xl\:hover\:bg-purple-700:hover {
        background-color: #6b46c1
    }

    .xl\:hover\:bg-purple-800:hover {
        background-color: #553c9a
    }

    .xl\:hover\:bg-purple-900:hover {
        background-color: #44337a
    }

    .xl\:hover\:bg-pink-100:hover {
        background-color: #fff5f7
    }

    .xl\:hover\:bg-pink-200:hover {
        background-color: #fed7e2
    }

    .xl\:hover\:bg-pink-300:hover {
        background-color: #fbb6ce
    }

    .xl\:hover\:bg-pink-400:hover {
        background-color: #f687b3
    }

    .xl\:hover\:bg-pink-500:hover {
        background-color: #ed64a6
    }

    .xl\:hover\:bg-pink-600:hover {
        background-color: #d53f8c
    }

    .xl\:hover\:bg-pink-700:hover {
        background-color: #b83280
    }

    .xl\:hover\:bg-pink-800:hover {
        background-color: #97266d
    }

    .xl\:hover\:bg-pink-900:hover {
        background-color: #702459
    }

    .xl\:focus\:bg-transparent:focus {
        background-color: transparent
    }

    .xl\:focus\:bg-primary:focus {
        background-color: #81d8d0
    }

    .xl\:focus\:bg-primarydarker:focus {
        background-color: #6acdc4
    }

    .xl\:focus\:bg-black:focus,
    .xl\:focus\:bg-turquoise:focus {
        background-color: #000
    }

    .xl\:focus\:bg-gold:focus {
        background-color: #d0ae5f
    }

    .xl\:focus\:bg-white:focus {
        background-color: #fff
    }

    .xl\:focus\:bg-whiteHalfTransparent:focus {
        background-color: hsla(0, 0%, 100%, .5)
    }

    .xl\:focus\:bg-brown:focus {
        background-color: #36261e
    }

    .xl\:focus\:bg-browndark:focus {
        background-color: #130c0e
    }

    .xl\:focus\:bg-gray-100:focus {
        background-color: #f2f2f2
    }

    .xl\:focus\:bg-gray-150:focus {
        background-color: #f3f3f3
    }

    .xl\:focus\:bg-gray-200:focus {
        background-color: #f6f6f6
    }

    .xl\:focus\:bg-gray-300:focus {
        background-color: #e8e8e8
    }

    .xl\:focus\:bg-gray-400:focus {
        background-color: #cbd5e0
    }

    .xl\:focus\:bg-gray-450:focus {
        background-color: #c3c3c3
    }

    .xl\:focus\:bg-gray-500:focus {
        background-color: #b1afaf
    }

    .xl\:focus\:bg-gray-600:focus {
        background-color: #777
    }

    .xl\:focus\:bg-gray-700:focus {
        background-color: #4a5568
    }

    .xl\:focus\:bg-gray-800:focus {
        background-color: #2d3748
    }

    .xl\:focus\:bg-gray-900:focus {
        background-color: #1a202c
    }

    .xl\:focus\:bg-red-100:focus {
        background-color: #fff5f5
    }

    .xl\:focus\:bg-red-200:focus {
        background-color: #fff6f7
    }

    .xl\:focus\:bg-red-300:focus {
        background-color: #feb2b2
    }

    .xl\:focus\:bg-red-400:focus {
        background-color: #bc6366
    }

    .xl\:focus\:bg-red-500:focus {
        background-color: #f56565
    }

    .xl\:focus\:bg-red-600:focus {
        background-color: #e53e3e
    }

    .xl\:focus\:bg-red-700:focus {
        background-color: #c53030
    }

    .xl\:focus\:bg-red-800:focus {
        background-color: #9b2c2c
    }

    .xl\:focus\:bg-red-900:focus {
        background-color: #742a2a
    }

    .xl\:focus\:bg-orange-100:focus {
        background-color: #fffaf0
    }

    .xl\:focus\:bg-orange-200:focus {
        background-color: #feebc8
    }

    .xl\:focus\:bg-orange-300:focus {
        background-color: #fbd38d
    }

    .xl\:focus\:bg-orange-400:focus {
        background-color: #f6ad55
    }

    .xl\:focus\:bg-orange-500:focus {
        background-color: #ed8936
    }

    .xl\:focus\:bg-orange-600:focus {
        background-color: #dd6b20
    }

    .xl\:focus\:bg-orange-700:focus {
        background-color: #c05621
    }

    .xl\:focus\:bg-orange-800:focus {
        background-color: #9c4221
    }

    .xl\:focus\:bg-orange-900:focus {
        background-color: #7b341e
    }

    .xl\:focus\:bg-yellow-100:focus {
        background-color: ivory
    }

    .xl\:focus\:bg-yellow-200:focus {
        background-color: #fffaee
    }

    .xl\:focus\:bg-yellow-300:focus {
        background-color: #faf089
    }

    .xl\:focus\:bg-yellow-400:focus {
        background-color: #d0ae5f
    }

    .xl\:focus\:bg-yellow-500:focus {
        background-color: #ecc94b
    }

    .xl\:focus\:bg-yellow-600:focus {
        background-color: #d69e2e
    }

    .xl\:focus\:bg-yellow-700:focus {
        background-color: #b7791f
    }

    .xl\:focus\:bg-yellow-800:focus {
        background-color: #975a16
    }

    .xl\:focus\:bg-yellow-900:focus {
        background-color: #744210
    }

    .xl\:focus\:bg-green-100:focus {
        background-color: #f0fff4
    }

    .xl\:focus\:bg-green-200:focus {
        background-color: #c6f6d5
    }

    .xl\:focus\:bg-green-300:focus {
        background-color: #9ae6b4
    }

    .xl\:focus\:bg-green-400:focus {
        background-color: #68d391
    }

    .xl\:focus\:bg-green-500:focus {
        background-color: #48bb78
    }

    .xl\:focus\:bg-green-600:focus {
        background-color: #38a169
    }

    .xl\:focus\:bg-green-700:focus {
        background-color: #2f855a
    }

    .xl\:focus\:bg-green-800:focus {
        background-color: #276749
    }

    .xl\:focus\:bg-green-900:focus {
        background-color: #22543d
    }

    .xl\:focus\:bg-teal-100:focus {
        background-color: #e6fffa
    }

    .xl\:focus\:bg-teal-200:focus {
        background-color: #b2f5ea
    }

    .xl\:focus\:bg-teal-300:focus {
        background-color: #81e6d9
    }

    .xl\:focus\:bg-teal-400:focus {
        background-color: #4fd1c5
    }

    .xl\:focus\:bg-teal-500:focus {
        background-color: #38b2ac
    }

    .xl\:focus\:bg-teal-600:focus {
        background-color: #319795
    }

    .xl\:focus\:bg-teal-700:focus {
        background-color: #2c7a7b
    }

    .xl\:focus\:bg-teal-800:focus {
        background-color: #285e61
    }

    .xl\:focus\:bg-teal-900:focus {
        background-color: #234e52
    }

    .xl\:focus\:bg-blue-100:focus {
        background-color: #ebf8ff
    }

    .xl\:focus\:bg-blue-200:focus {
        background-color: #effafd
    }

    .xl\:focus\:bg-blue-300:focus {
        background-color: #90cdf4
    }

    .xl\:focus\:bg-blue-400:focus {
        background-color: #396973
    }

    .xl\:focus\:bg-blue-500:focus {
        background-color: #4299e1
    }

    .xl\:focus\:bg-blue-600:focus {
        background-color: #3182ce
    }

    .xl\:focus\:bg-blue-700:focus {
        background-color: #2b6cb0
    }

    .xl\:focus\:bg-blue-800:focus {
        background-color: #2c5282
    }

    .xl\:focus\:bg-blue-900:focus {
        background-color: #2a4365
    }

    .xl\:focus\:bg-indigo-100:focus {
        background-color: #ebf4ff
    }

    .xl\:focus\:bg-indigo-200:focus {
        background-color: #c3dafe
    }

    .xl\:focus\:bg-indigo-300:focus {
        background-color: #a3bffa
    }

    .xl\:focus\:bg-indigo-400:focus {
        background-color: #7f9cf5
    }

    .xl\:focus\:bg-indigo-500:focus {
        background-color: #667eea
    }

    .xl\:focus\:bg-indigo-600:focus {
        background-color: #5a67d8
    }

    .xl\:focus\:bg-indigo-700:focus {
        background-color: #4c51bf
    }

    .xl\:focus\:bg-indigo-800:focus {
        background-color: #434190
    }

    .xl\:focus\:bg-indigo-900:focus {
        background-color: #3c366b
    }

    .xl\:focus\:bg-purple-100:focus {
        background-color: #faf5ff
    }

    .xl\:focus\:bg-purple-200:focus {
        background-color: #e9d8fd
    }

    .xl\:focus\:bg-purple-300:focus {
        background-color: #d6bcfa
    }

    .xl\:focus\:bg-purple-400:focus {
        background-color: #b794f4
    }

    .xl\:focus\:bg-purple-500:focus {
        background-color: #9f7aea
    }

    .xl\:focus\:bg-purple-600:focus {
        background-color: #805ad5
    }

    .xl\:focus\:bg-purple-700:focus {
        background-color: #6b46c1
    }

    .xl\:focus\:bg-purple-800:focus {
        background-color: #553c9a
    }

    .xl\:focus\:bg-purple-900:focus {
        background-color: #44337a
    }

    .xl\:focus\:bg-pink-100:focus {
        background-color: #fff5f7
    }

    .xl\:focus\:bg-pink-200:focus {
        background-color: #fed7e2
    }

    .xl\:focus\:bg-pink-300:focus {
        background-color: #fbb6ce
    }

    .xl\:focus\:bg-pink-400:focus {
        background-color: #f687b3
    }

    .xl\:focus\:bg-pink-500:focus {
        background-color: #ed64a6
    }

    .xl\:focus\:bg-pink-600:focus {
        background-color: #d53f8c
    }

    .xl\:focus\:bg-pink-700:focus {
        background-color: #b83280
    }

    .xl\:focus\:bg-pink-800:focus {
        background-color: #97266d
    }

    .xl\:focus\:bg-pink-900:focus {
        background-color: #702459
    }

    .xl\:bg-bottom {
        background-position: bottom
    }

    .xl\:bg-center {
        background-position: 50%
    }

    .xl\:bg-left {
        background-position: 0
    }

    .xl\:bg-left-bottom {
        background-position: 0 100%
    }

    .xl\:bg-left-top {
        background-position: 0 0
    }

    .xl\:bg-right {
        background-position: 100%
    }

    .xl\:bg-right-bottom {
        background-position: 100% 100%
    }

    .xl\:bg-right-top {
        background-position: 100% 0
    }

    .xl\:bg-top {
        background-position: top
    }

    .xl\:bg-repeat {
        background-repeat: repeat
    }

    .xl\:bg-no-repeat {
        background-repeat: no-repeat
    }

    .xl\:bg-repeat-x {
        background-repeat: repeat-x
    }

    .xl\:bg-repeat-y {
        background-repeat: repeat-y
    }

    .xl\:bg-repeat-round {
        background-repeat: round
    }

    .xl\:bg-repeat-space {
        background-repeat: space
    }

    .xl\:bg-auto {
        background-size: auto
    }

    .xl\:bg-cover {
        background-size: cover
    }

    .xl\:bg-contain {
        background-size: contain
    }

    .xl\:border-transparent {
        border-color: transparent
    }

    .xl\:border-primary {
        border-color: #81d8d0
    }

    .xl\:border-primarydarker {
        border-color: #6acdc4
    }

    .xl\:border-black,
    .xl\:border-turquoise {
        border-color: #000
    }

    .xl\:border-gold {
        border-color: #d0ae5f
    }

    .xl\:border-white {
        border-color: #fff
    }

    .xl\:border-whiteHalfTransparent {
        border-color: hsla(0, 0%, 100%, .5)
    }

    .xl\:border-brown {
        border-color: #36261e
    }

    .xl\:border-browndark {
        border-color: #130c0e
    }

    .xl\:border-gray-100 {
        border-color: #f2f2f2
    }

    .xl\:border-gray-150 {
        border-color: #f3f3f3
    }

    .xl\:border-gray-200 {
        border-color: #f6f6f6
    }

    .xl\:border-gray-300 {
        border-color: #e8e8e8
    }

    .xl\:border-gray-400 {
        border-color: #cbd5e0
    }

    .xl\:border-gray-450 {
        border-color: #c3c3c3
    }

    .xl\:border-gray-500 {
        border-color: #b1afaf
    }

    .xl\:border-gray-600 {
        border-color: #777
    }

    .xl\:border-gray-700 {
        border-color: #4a5568
    }

    .xl\:border-gray-800 {
        border-color: #2d3748
    }

    .xl\:border-gray-900 {
        border-color: #1a202c
    }

    .xl\:border-red-100 {
        border-color: #fff5f5
    }

    .xl\:border-red-200 {
        border-color: #fff6f7
    }

    .xl\:border-red-300 {
        border-color: #feb2b2
    }

    .xl\:border-red-400 {
        border-color: #bc6366
    }

    .xl\:border-red-500 {
        border-color: #f56565
    }

    .xl\:border-red-600 {
        border-color: #e53e3e
    }

    .xl\:border-red-700 {
        border-color: #c53030
    }

    .xl\:border-red-800 {
        border-color: #9b2c2c
    }

    .xl\:border-red-900 {
        border-color: #742a2a
    }

    .xl\:border-orange-100 {
        border-color: #fffaf0
    }

    .xl\:border-orange-200 {
        border-color: #feebc8
    }

    .xl\:border-orange-300 {
        border-color: #fbd38d
    }

    .xl\:border-orange-400 {
        border-color: #f6ad55
    }

    .xl\:border-orange-500 {
        border-color: #ed8936
    }

    .xl\:border-orange-600 {
        border-color: #dd6b20
    }

    .xl\:border-orange-700 {
        border-color: #c05621
    }

    .xl\:border-orange-800 {
        border-color: #9c4221
    }

    .xl\:border-orange-900 {
        border-color: #7b341e
    }

    .xl\:border-yellow-100 {
        border-color: ivory
    }

    .xl\:border-yellow-200 {
        border-color: #fffaee
    }

    .xl\:border-yellow-300 {
        border-color: #faf089
    }

    .xl\:border-yellow-400 {
        border-color: #d0ae5f
    }

    .xl\:border-yellow-500 {
        border-color: #ecc94b
    }

    .xl\:border-yellow-600 {
        border-color: #d69e2e
    }

    .xl\:border-yellow-700 {
        border-color: #b7791f
    }

    .xl\:border-yellow-800 {
        border-color: #975a16
    }

    .xl\:border-yellow-900 {
        border-color: #744210
    }

    .xl\:border-green-100 {
        border-color: #f0fff4
    }

    .xl\:border-green-200 {
        border-color: #c6f6d5
    }

    .xl\:border-green-300 {
        border-color: #9ae6b4
    }

    .xl\:border-green-400 {
        border-color: #68d391
    }

    .xl\:border-green-500 {
        border-color: #48bb78
    }

    .xl\:border-green-600 {
        border-color: #38a169
    }

    .xl\:border-green-700 {
        border-color: #2f855a
    }

    .xl\:border-green-800 {
        border-color: #276749
    }

    .xl\:border-green-900 {
        border-color: #22543d
    }

    .xl\:border-teal-100 {
        border-color: #e6fffa
    }

    .xl\:border-teal-200 {
        border-color: #b2f5ea
    }

    .xl\:border-teal-300 {
        border-color: #81e6d9
    }

    .xl\:border-teal-400 {
        border-color: #4fd1c5
    }

    .xl\:border-teal-500 {
        border-color: #38b2ac
    }

    .xl\:border-teal-600 {
        border-color: #319795
    }

    .xl\:border-teal-700 {
        border-color: #2c7a7b
    }

    .xl\:border-teal-800 {
        border-color: #285e61
    }

    .xl\:border-teal-900 {
        border-color: #234e52
    }

    .xl\:border-blue-100 {
        border-color: #ebf8ff
    }

    .xl\:border-blue-200 {
        border-color: #effafd
    }

    .xl\:border-blue-300 {
        border-color: #90cdf4
    }

    .xl\:border-blue-400 {
        border-color: #396973
    }

    .xl\:border-blue-500 {
        border-color: #4299e1
    }

    .xl\:border-blue-600 {
        border-color: #3182ce
    }

    .xl\:border-blue-700 {
        border-color: #2b6cb0
    }

    .xl\:border-blue-800 {
        border-color: #2c5282
    }

    .xl\:border-blue-900 {
        border-color: #2a4365
    }

    .xl\:border-indigo-100 {
        border-color: #ebf4ff
    }

    .xl\:border-indigo-200 {
        border-color: #c3dafe
    }

    .xl\:border-indigo-300 {
        border-color: #a3bffa
    }

    .xl\:border-indigo-400 {
        border-color: #7f9cf5
    }

    .xl\:border-indigo-500 {
        border-color: #667eea
    }

    .xl\:border-indigo-600 {
        border-color: #5a67d8
    }

    .xl\:border-indigo-700 {
        border-color: #4c51bf
    }

    .xl\:border-indigo-800 {
        border-color: #434190
    }

    .xl\:border-indigo-900 {
        border-color: #3c366b
    }

    .xl\:border-purple-100 {
        border-color: #faf5ff
    }

    .xl\:border-purple-200 {
        border-color: #e9d8fd
    }

    .xl\:border-purple-300 {
        border-color: #d6bcfa
    }

    .xl\:border-purple-400 {
        border-color: #b794f4
    }

    .xl\:border-purple-500 {
        border-color: #9f7aea
    }

    .xl\:border-purple-600 {
        border-color: #805ad5
    }

    .xl\:border-purple-700 {
        border-color: #6b46c1
    }

    .xl\:border-purple-800 {
        border-color: #553c9a
    }

    .xl\:border-purple-900 {
        border-color: #44337a
    }

    .xl\:border-pink-100 {
        border-color: #fff5f7
    }

    .xl\:border-pink-200 {
        border-color: #fed7e2
    }

    .xl\:border-pink-300 {
        border-color: #fbb6ce
    }

    .xl\:border-pink-400 {
        border-color: #f687b3
    }

    .xl\:border-pink-500 {
        border-color: #ed64a6
    }

    .xl\:border-pink-600 {
        border-color: #d53f8c
    }

    .xl\:border-pink-700 {
        border-color: #b83280
    }

    .xl\:border-pink-800 {
        border-color: #97266d
    }

    .xl\:border-pink-900 {
        border-color: #702459
    }

    .xl\:hover\:border-transparent:hover {
        border-color: transparent
    }

    .xl\:hover\:border-primary:hover {
        border-color: #81d8d0
    }

    .xl\:hover\:border-primarydarker:hover {
        border-color: #6acdc4
    }

    .xl\:hover\:border-black:hover,
    .xl\:hover\:border-turquoise:hover {
        border-color: #000
    }

    .xl\:hover\:border-gold:hover {
        border-color: #d0ae5f
    }

    .xl\:hover\:border-white:hover {
        border-color: #fff
    }

    .xl\:hover\:border-whiteHalfTransparent:hover {
        border-color: hsla(0, 0%, 100%, .5)
    }

    .xl\:hover\:border-brown:hover {
        border-color: #36261e
    }

    .xl\:hover\:border-browndark:hover {
        border-color: #130c0e
    }

    .xl\:hover\:border-gray-100:hover {
        border-color: #f2f2f2
    }

    .xl\:hover\:border-gray-150:hover {
        border-color: #f3f3f3
    }

    .xl\:hover\:border-gray-200:hover {
        border-color: #f6f6f6
    }

    .xl\:hover\:border-gray-300:hover {
        border-color: #e8e8e8
    }

    .xl\:hover\:border-gray-400:hover {
        border-color: #cbd5e0
    }

    .xl\:hover\:border-gray-450:hover {
        border-color: #c3c3c3
    }

    .xl\:hover\:border-gray-500:hover {
        border-color: #b1afaf
    }

    .xl\:hover\:border-gray-600:hover {
        border-color: #777
    }

    .xl\:hover\:border-gray-700:hover {
        border-color: #4a5568
    }

    .xl\:hover\:border-gray-800:hover {
        border-color: #2d3748
    }

    .xl\:hover\:border-gray-900:hover {
        border-color: #1a202c
    }

    .xl\:hover\:border-red-100:hover {
        border-color: #fff5f5
    }

    .xl\:hover\:border-red-200:hover {
        border-color: #fff6f7
    }

    .xl\:hover\:border-red-300:hover {
        border-color: #feb2b2
    }

    .xl\:hover\:border-red-400:hover {
        border-color: #bc6366
    }

    .xl\:hover\:border-red-500:hover {
        border-color: #f56565
    }

    .xl\:hover\:border-red-600:hover {
        border-color: #e53e3e
    }

    .xl\:hover\:border-red-700:hover {
        border-color: #c53030
    }

    .xl\:hover\:border-red-800:hover {
        border-color: #9b2c2c
    }

    .xl\:hover\:border-red-900:hover {
        border-color: #742a2a
    }

    .xl\:hover\:border-orange-100:hover {
        border-color: #fffaf0
    }

    .xl\:hover\:border-orange-200:hover {
        border-color: #feebc8
    }

    .xl\:hover\:border-orange-300:hover {
        border-color: #fbd38d
    }

    .xl\:hover\:border-orange-400:hover {
        border-color: #f6ad55
    }

    .xl\:hover\:border-orange-500:hover {
        border-color: #ed8936
    }

    .xl\:hover\:border-orange-600:hover {
        border-color: #dd6b20
    }

    .xl\:hover\:border-orange-700:hover {
        border-color: #c05621
    }

    .xl\:hover\:border-orange-800:hover {
        border-color: #9c4221
    }

    .xl\:hover\:border-orange-900:hover {
        border-color: #7b341e
    }

    .xl\:hover\:border-yellow-100:hover {
        border-color: ivory
    }

    .xl\:hover\:border-yellow-200:hover {
        border-color: #fffaee
    }

    .xl\:hover\:border-yellow-300:hover {
        border-color: #faf089
    }

    .xl\:hover\:border-yellow-400:hover {
        border-color: #d0ae5f
    }

    .xl\:hover\:border-yellow-500:hover {
        border-color: #ecc94b
    }

    .xl\:hover\:border-yellow-600:hover {
        border-color: #d69e2e
    }

    .xl\:hover\:border-yellow-700:hover {
        border-color: #b7791f
    }

    .xl\:hover\:border-yellow-800:hover {
        border-color: #975a16
    }

    .xl\:hover\:border-yellow-900:hover {
        border-color: #744210
    }

    .xl\:hover\:border-green-100:hover {
        border-color: #f0fff4
    }

    .xl\:hover\:border-green-200:hover {
        border-color: #c6f6d5
    }

    .xl\:hover\:border-green-300:hover {
        border-color: #9ae6b4
    }

    .xl\:hover\:border-green-400:hover {
        border-color: #68d391
    }

    .xl\:hover\:border-green-500:hover {
        border-color: #48bb78
    }

    .xl\:hover\:border-green-600:hover {
        border-color: #38a169
    }

    .xl\:hover\:border-green-700:hover {
        border-color: #2f855a
    }

    .xl\:hover\:border-green-800:hover {
        border-color: #276749
    }

    .xl\:hover\:border-green-900:hover {
        border-color: #22543d
    }

    .xl\:hover\:border-teal-100:hover {
        border-color: #e6fffa
    }

    .xl\:hover\:border-teal-200:hover {
        border-color: #b2f5ea
    }

    .xl\:hover\:border-teal-300:hover {
        border-color: #81e6d9
    }

    .xl\:hover\:border-teal-400:hover {
        border-color: #4fd1c5
    }

    .xl\:hover\:border-teal-500:hover {
        border-color: #38b2ac
    }

    .xl\:hover\:border-teal-600:hover {
        border-color: #319795
    }

    .xl\:hover\:border-teal-700:hover {
        border-color: #2c7a7b
    }

    .xl\:hover\:border-teal-800:hover {
        border-color: #285e61
    }

    .xl\:hover\:border-teal-900:hover {
        border-color: #234e52
    }

    .xl\:hover\:border-blue-100:hover {
        border-color: #ebf8ff
    }

    .xl\:hover\:border-blue-200:hover {
        border-color: #effafd
    }

    .xl\:hover\:border-blue-300:hover {
        border-color: #90cdf4
    }

    .xl\:hover\:border-blue-400:hover {
        border-color: #396973
    }

    .xl\:hover\:border-blue-500:hover {
        border-color: #4299e1
    }

    .xl\:hover\:border-blue-600:hover {
        border-color: #3182ce
    }

    .xl\:hover\:border-blue-700:hover {
        border-color: #2b6cb0
    }

    .xl\:hover\:border-blue-800:hover {
        border-color: #2c5282
    }

    .xl\:hover\:border-blue-900:hover {
        border-color: #2a4365
    }

    .xl\:hover\:border-indigo-100:hover {
        border-color: #ebf4ff
    }

    .xl\:hover\:border-indigo-200:hover {
        border-color: #c3dafe
    }

    .xl\:hover\:border-indigo-300:hover {
        border-color: #a3bffa
    }

    .xl\:hover\:border-indigo-400:hover {
        border-color: #7f9cf5
    }

    .xl\:hover\:border-indigo-500:hover {
        border-color: #667eea
    }

    .xl\:hover\:border-indigo-600:hover {
        border-color: #5a67d8
    }

    .xl\:hover\:border-indigo-700:hover {
        border-color: #4c51bf
    }

    .xl\:hover\:border-indigo-800:hover {
        border-color: #434190
    }

    .xl\:hover\:border-indigo-900:hover {
        border-color: #3c366b
    }

    .xl\:hover\:border-purple-100:hover {
        border-color: #faf5ff
    }

    .xl\:hover\:border-purple-200:hover {
        border-color: #e9d8fd
    }

    .xl\:hover\:border-purple-300:hover {
        border-color: #d6bcfa
    }

    .xl\:hover\:border-purple-400:hover {
        border-color: #b794f4
    }

    .xl\:hover\:border-purple-500:hover {
        border-color: #9f7aea
    }

    .xl\:hover\:border-purple-600:hover {
        border-color: #805ad5
    }

    .xl\:hover\:border-purple-700:hover {
        border-color: #6b46c1
    }

    .xl\:hover\:border-purple-800:hover {
        border-color: #553c9a
    }

    .xl\:hover\:border-purple-900:hover {
        border-color: #44337a
    }

    .xl\:hover\:border-pink-100:hover {
        border-color: #fff5f7
    }

    .xl\:hover\:border-pink-200:hover {
        border-color: #fed7e2
    }

    .xl\:hover\:border-pink-300:hover {
        border-color: #fbb6ce
    }

    .xl\:hover\:border-pink-400:hover {
        border-color: #f687b3
    }

    .xl\:hover\:border-pink-500:hover {
        border-color: #ed64a6
    }

    .xl\:hover\:border-pink-600:hover {
        border-color: #d53f8c
    }

    .xl\:hover\:border-pink-700:hover {
        border-color: #b83280
    }

    .xl\:hover\:border-pink-800:hover {
        border-color: #97266d
    }

    .xl\:hover\:border-pink-900:hover {
        border-color: #702459
    }

    .xl\:focus\:border-transparent:focus {
        border-color: transparent
    }

    .xl\:focus\:border-primary:focus {
        border-color: #81d8d0
    }

    .xl\:focus\:border-primarydarker:focus {
        border-color: #6acdc4
    }

    .xl\:focus\:border-black:focus,
    .xl\:focus\:border-turquoise:focus {
        border-color: #000
    }

    .xl\:focus\:border-gold:focus {
        border-color: #d0ae5f
    }

    .xl\:focus\:border-white:focus {
        border-color: #fff
    }

    .xl\:focus\:border-whiteHalfTransparent:focus {
        border-color: hsla(0, 0%, 100%, .5)
    }

    .xl\:focus\:border-brown:focus {
        border-color: #36261e
    }

    .xl\:focus\:border-browndark:focus {
        border-color: #130c0e
    }

    .xl\:focus\:border-gray-100:focus {
        border-color: #f2f2f2
    }

    .xl\:focus\:border-gray-150:focus {
        border-color: #f3f3f3
    }

    .xl\:focus\:border-gray-200:focus {
        border-color: #f6f6f6
    }

    .xl\:focus\:border-gray-300:focus {
        border-color: #e8e8e8
    }

    .xl\:focus\:border-gray-400:focus {
        border-color: #cbd5e0
    }

    .xl\:focus\:border-gray-450:focus {
        border-color: #c3c3c3
    }

    .xl\:focus\:border-gray-500:focus {
        border-color: #b1afaf
    }

    .xl\:focus\:border-gray-600:focus {
        border-color: #777
    }

    .xl\:focus\:border-gray-700:focus {
        border-color: #4a5568
    }

    .xl\:focus\:border-gray-800:focus {
        border-color: #2d3748
    }

    .xl\:focus\:border-gray-900:focus {
        border-color: #1a202c
    }

    .xl\:focus\:border-red-100:focus {
        border-color: #fff5f5
    }

    .xl\:focus\:border-red-200:focus {
        border-color: #fff6f7
    }

    .xl\:focus\:border-red-300:focus {
        border-color: #feb2b2
    }

    .xl\:focus\:border-red-400:focus {
        border-color: #bc6366
    }

    .xl\:focus\:border-red-500:focus {
        border-color: #f56565
    }

    .xl\:focus\:border-red-600:focus {
        border-color: #e53e3e
    }

    .xl\:focus\:border-red-700:focus {
        border-color: #c53030
    }

    .xl\:focus\:border-red-800:focus {
        border-color: #9b2c2c
    }

    .xl\:focus\:border-red-900:focus {
        border-color: #742a2a
    }

    .xl\:focus\:border-orange-100:focus {
        border-color: #fffaf0
    }

    .xl\:focus\:border-orange-200:focus {
        border-color: #feebc8
    }

    .xl\:focus\:border-orange-300:focus {
        border-color: #fbd38d
    }

    .xl\:focus\:border-orange-400:focus {
        border-color: #f6ad55
    }

    .xl\:focus\:border-orange-500:focus {
        border-color: #ed8936
    }

    .xl\:focus\:border-orange-600:focus {
        border-color: #dd6b20
    }

    .xl\:focus\:border-orange-700:focus {
        border-color: #c05621
    }

    .xl\:focus\:border-orange-800:focus {
        border-color: #9c4221
    }

    .xl\:focus\:border-orange-900:focus {
        border-color: #7b341e
    }

    .xl\:focus\:border-yellow-100:focus {
        border-color: ivory
    }

    .xl\:focus\:border-yellow-200:focus {
        border-color: #fffaee
    }

    .xl\:focus\:border-yellow-300:focus {
        border-color: #faf089
    }

    .xl\:focus\:border-yellow-400:focus {
        border-color: #d0ae5f
    }

    .xl\:focus\:border-yellow-500:focus {
        border-color: #ecc94b
    }

    .xl\:focus\:border-yellow-600:focus {
        border-color: #d69e2e
    }

    .xl\:focus\:border-yellow-700:focus {
        border-color: #b7791f
    }

    .xl\:focus\:border-yellow-800:focus {
        border-color: #975a16
    }

    .xl\:focus\:border-yellow-900:focus {
        border-color: #744210
    }

    .xl\:focus\:border-green-100:focus {
        border-color: #f0fff4
    }

    .xl\:focus\:border-green-200:focus {
        border-color: #c6f6d5
    }

    .xl\:focus\:border-green-300:focus {
        border-color: #9ae6b4
    }

    .xl\:focus\:border-green-400:focus {
        border-color: #68d391
    }

    .xl\:focus\:border-green-500:focus {
        border-color: #48bb78
    }

    .xl\:focus\:border-green-600:focus {
        border-color: #38a169
    }

    .xl\:focus\:border-green-700:focus {
        border-color: #2f855a
    }

    .xl\:focus\:border-green-800:focus {
        border-color: #276749
    }

    .xl\:focus\:border-green-900:focus {
        border-color: #22543d
    }

    .xl\:focus\:border-teal-100:focus {
        border-color: #e6fffa
    }

    .xl\:focus\:border-teal-200:focus {
        border-color: #b2f5ea
    }

    .xl\:focus\:border-teal-300:focus {
        border-color: #81e6d9
    }

    .xl\:focus\:border-teal-400:focus {
        border-color: #4fd1c5
    }

    .xl\:focus\:border-teal-500:focus {
        border-color: #38b2ac
    }

    .xl\:focus\:border-teal-600:focus {
        border-color: #319795
    }

    .xl\:focus\:border-teal-700:focus {
        border-color: #2c7a7b
    }

    .xl\:focus\:border-teal-800:focus {
        border-color: #285e61
    }

    .xl\:focus\:border-teal-900:focus {
        border-color: #234e52
    }

    .xl\:focus\:border-blue-100:focus {
        border-color: #ebf8ff
    }

    .xl\:focus\:border-blue-200:focus {
        border-color: #effafd
    }

    .xl\:focus\:border-blue-300:focus {
        border-color: #90cdf4
    }

    .xl\:focus\:border-blue-400:focus {
        border-color: #396973
    }

    .xl\:focus\:border-blue-500:focus {
        border-color: #4299e1
    }

    .xl\:focus\:border-blue-600:focus {
        border-color: #3182ce
    }

    .xl\:focus\:border-blue-700:focus {
        border-color: #2b6cb0
    }

    .xl\:focus\:border-blue-800:focus {
        border-color: #2c5282
    }

    .xl\:focus\:border-blue-900:focus {
        border-color: #2a4365
    }

    .xl\:focus\:border-indigo-100:focus {
        border-color: #ebf4ff
    }

    .xl\:focus\:border-indigo-200:focus {
        border-color: #c3dafe
    }

    .xl\:focus\:border-indigo-300:focus {
        border-color: #a3bffa
    }

    .xl\:focus\:border-indigo-400:focus {
        border-color: #7f9cf5
    }

    .xl\:focus\:border-indigo-500:focus {
        border-color: #667eea
    }

    .xl\:focus\:border-indigo-600:focus {
        border-color: #5a67d8
    }

    .xl\:focus\:border-indigo-700:focus {
        border-color: #4c51bf
    }

    .xl\:focus\:border-indigo-800:focus {
        border-color: #434190
    }

    .xl\:focus\:border-indigo-900:focus {
        border-color: #3c366b
    }

    .xl\:focus\:border-purple-100:focus {
        border-color: #faf5ff
    }

    .xl\:focus\:border-purple-200:focus {
        border-color: #e9d8fd
    }

    .xl\:focus\:border-purple-300:focus {
        border-color: #d6bcfa
    }

    .xl\:focus\:border-purple-400:focus {
        border-color: #b794f4
    }

    .xl\:focus\:border-purple-500:focus {
        border-color: #9f7aea
    }

    .xl\:focus\:border-purple-600:focus {
        border-color: #805ad5
    }

    .xl\:focus\:border-purple-700:focus {
        border-color: #6b46c1
    }

    .xl\:focus\:border-purple-800:focus {
        border-color: #553c9a
    }

    .xl\:focus\:border-purple-900:focus {
        border-color: #44337a
    }

    .xl\:focus\:border-pink-100:focus {
        border-color: #fff5f7
    }

    .xl\:focus\:border-pink-200:focus {
        border-color: #fed7e2
    }

    .xl\:focus\:border-pink-300:focus {
        border-color: #fbb6ce
    }

    .xl\:focus\:border-pink-400:focus {
        border-color: #f687b3
    }

    .xl\:focus\:border-pink-500:focus {
        border-color: #ed64a6
    }

    .xl\:focus\:border-pink-600:focus {
        border-color: #d53f8c
    }

    .xl\:focus\:border-pink-700:focus {
        border-color: #b83280
    }

    .xl\:focus\:border-pink-800:focus {
        border-color: #97266d
    }

    .xl\:focus\:border-pink-900:focus {
        border-color: #702459
    }

    .xl\:rounded-none {
        border-radius: 0
    }

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

    .xl\:rounded {
        border-radius: .25rem
    }

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

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

    .xl\:rounded-t-none {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

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

    .xl\:rounded-b-none {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

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

    .xl\:rounded-t-sm {
        border-top-left-radius: .125rem;
        border-top-right-radius: .125rem
    }

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

    .xl\:rounded-b-sm {
        border-bottom-right-radius: .125rem;
        border-bottom-left-radius: .125rem
    }

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

    .xl\:rounded-t {
        border-top-left-radius: .25rem
    }

    .xl\:rounded-r,
    .xl\:rounded-t {
        border-top-right-radius: .25rem
    }

    .xl\:rounded-b,
    .xl\:rounded-r {
        border-bottom-right-radius: .25rem
    }

    .xl\:rounded-b,
    .xl\:rounded-l {
        border-bottom-left-radius: .25rem
    }

    .xl\:rounded-l {
        border-top-left-radius: .25rem
    }

    .xl\:rounded-t-lg {
        border-top-left-radius: .5rem;
        border-top-right-radius: .5rem
    }

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

    .xl\:rounded-b-lg {
        border-bottom-right-radius: .5rem;
        border-bottom-left-radius: .5rem
    }

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

    .xl\:rounded-t-full {
        border-top-left-radius: 9999px;
        border-top-right-radius: 9999px
    }

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

    .xl\:rounded-b-full {
        border-bottom-right-radius: 9999px;
        border-bottom-left-radius: 9999px
    }

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

    .xl\:rounded-tl-none {
        border-top-left-radius: 0
    }

    .xl\:rounded-tr-none {
        border-top-right-radius: 0
    }

    .xl\:rounded-br-none {
        border-bottom-right-radius: 0
    }

    .xl\:rounded-bl-none {
        border-bottom-left-radius: 0
    }

    .xl\:rounded-tl-sm {
        border-top-left-radius: .125rem
    }

    .xl\:rounded-tr-sm {
        border-top-right-radius: .125rem
    }

    .xl\:rounded-br-sm {
        border-bottom-right-radius: .125rem
    }

    .xl\:rounded-bl-sm {
        border-bottom-left-radius: .125rem
    }

    .xl\:rounded-tl {
        border-top-left-radius: .25rem
    }

    .xl\:rounded-tr {
        border-top-right-radius: .25rem
    }

    .xl\:rounded-br {
        border-bottom-right-radius: .25rem
    }

    .xl\:rounded-bl {
        border-bottom-left-radius: .25rem
    }

    .xl\:rounded-tl-lg {
        border-top-left-radius: .5rem
    }

    .xl\:rounded-tr-lg {
        border-top-right-radius: .5rem
    }

    .xl\:rounded-br-lg {
        border-bottom-right-radius: .5rem
    }

    .xl\:rounded-bl-lg {
        border-bottom-left-radius: .5rem
    }

    .xl\:rounded-tl-full {
        border-top-left-radius: 9999px
    }

    .xl\:rounded-tr-full {
        border-top-right-radius: 9999px
    }

    .xl\:rounded-br-full {
        border-bottom-right-radius: 9999px
    }

    .xl\:rounded-bl-full {
        border-bottom-left-radius: 9999px
    }

    .xl\:border-solid {
        border-style: solid
    }

    .xl\:border-dashed {
        border-style: dashed
    }

    .xl\:border-dotted {
        border-style: dotted
    }

    .xl\:border-none {
        border-style: none
    }

    .xl\:border-0 {
        border-width: 0
    }

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

    .xl\:border-4 {
        border-width: 4px
    }

    .xl\:border-8 {
        border-width: 8px
    }

    .xl\:border {
        border-width: 1px
    }

    .xl\:border-t-0 {
        border-top-width: 0
    }

    .xl\:border-r-0 {
        border-right-width: 0
    }

    .xl\:border-b-0 {
        border-bottom-width: 0
    }

    .xl\:border-l-0 {
        border-left-width: 0
    }

    .xl\:border-t-2 {
        border-top-width: 2px
    }

    .xl\:border-r-2 {
        border-right-width: 2px
    }

    .xl\:border-b-2 {
        border-bottom-width: 2px
    }

    .xl\:border-l-2 {
        border-left-width: 2px
    }

    .xl\:border-t-4 {
        border-top-width: 4px
    }

    .xl\:border-r-4 {
        border-right-width: 4px
    }

    .xl\:border-b-4 {
        border-bottom-width: 4px
    }

    .xl\:border-l-4 {
        border-left-width: 4px
    }

    .xl\:border-t-8 {
        border-top-width: 8px
    }

    .xl\:border-r-8 {
        border-right-width: 8px
    }

    .xl\:border-b-8 {
        border-bottom-width: 8px
    }

    .xl\:border-l-8 {
        border-left-width: 8px
    }

    .xl\:border-t {
        border-top-width: 1px
    }

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

    .xl\:border-b {
        border-bottom-width: 1px
    }

    .xl\:border-l {
        border-left-width: 1px
    }

    .xl\:cursor-auto {
        cursor: auto
    }

    .xl\:cursor-default {
        cursor: default
    }

    .xl\:cursor-pointer {
        cursor: pointer
    }

    .xl\:cursor-wait {
        cursor: wait
    }

    .xl\:cursor-move {
        cursor: move
    }

    .xl\:cursor-not-allowed {
        cursor: not-allowed
    }

    .xl\:block {
        display: block
    }

    .xl\:inline-block {
        display: inline-block
    }

    .xl\:inline {
        display: inline
    }

    .xl\:flex {
        display: flex
    }

    .xl\:inline-flex {
        display: inline-flex
    }

    .xl\:table {
        display: table
    }

    .xl\:table-row {
        display: table-row
    }

    .xl\:table-cell {
        display: table-cell
    }

    .xl\:hidden {
        display: none
    }

    .xl\:flex-row {
        flex-direction: row
    }

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

    .xl\:flex-col {
        flex-direction: column
    }

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

    .xl\:flex-wrap {
        flex-wrap: wrap
    }

    .xl\:flex-wrap-reverse {
        flex-wrap: wrap-reverse
    }

    .xl\:flex-no-wrap {
        flex-wrap: nowrap
    }

    .xl\:items-start {
        align-items: flex-start
    }

    .xl\:items-end {
        align-items: flex-end
    }

    .xl\:items-center {
        align-items: center
    }

    .xl\:items-baseline {
        align-items: baseline
    }

    .xl\:items-stretch {
        align-items: stretch
    }

    .xl\:self-auto {
        align-self: auto
    }

    .xl\:self-start {
        align-self: flex-start
    }

    .xl\:self-end {
        align-self: flex-end
    }

    .xl\:self-center {
        align-self: center
    }

    .xl\:self-stretch {
        align-self: stretch
    }

    .xl\:justify-start {
        justify-content: flex-start
    }

    .xl\:justify-end {
        justify-content: flex-end
    }

    .xl\:justify-center {
        justify-content: center
    }

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

    .xl\:justify-around {
        justify-content: space-around
    }

    .xl\:content-center {
        align-content: center
    }

    .xl\:content-start {
        align-content: flex-start
    }

    .xl\:content-end {
        align-content: flex-end
    }

    .xl\:content-between {
        align-content: space-between
    }

    .xl\:content-around {
        align-content: space-around
    }

    .xl\:flex-1 {
        flex: 1 1 0%
    }

    .xl\:flex-auto {
        flex: 1 1 auto
    }

    .xl\:flex-initial {
        flex: 0 1 auto
    }

    .xl\:flex-none {
        flex: none
    }

    .xl\:flex-grow-0 {
        flex-grow: 0
    }

    .xl\:flex-grow {
        flex-grow: 1
    }

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

    .xl\:flex-shrink {
        flex-shrink: 1
    }

    .xl\:order-1 {
        order: 1
    }

    .xl\:order-2 {
        order: 2
    }

    .xl\:order-3 {
        order: 3
    }

    .xl\:order-4 {
        order: 4
    }

    .xl\:order-5 {
        order: 5
    }

    .xl\:order-6 {
        order: 6
    }

    .xl\:order-7 {
        order: 7
    }

    .xl\:order-8 {
        order: 8
    }

    .xl\:order-9 {
        order: 9
    }

    .xl\:order-10 {
        order: 10
    }

    .xl\:order-11 {
        order: 11
    }

    .xl\:order-12 {
        order: 12
    }

    .xl\:order-first {
        order: -9999
    }

    .xl\:order-last {
        order: 9999
    }

    .xl\:order-none {
        order: 0
    }

    .xl\:float-right {
        float: right
    }

    .xl\:float-left {
        float: left
    }

    .xl\:float-none {
        float: none
    }

    .xl\:clearfix:after {
        content: "";
        display: table;
        clear: both
    }

    .xl\:font-sans {
        font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
    }

    .xl\:font-serif {
        font-family: Georgia, Cambria, Times New Roman, Times, serif
    }

    .xl\:font-mono {
        font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
    }

    .xl\:font-domain {
        font-family: Domaine Disp
    }

    .xl\:font-graphik {
        font-family: Graphik
    }

    .xl\:font-playfair {
        font-family: Playfair Display
    }

    .xl\:font-hairline {
        font-weight: 100
    }

    .xl\:font-thin {
        font-weight: 200
    }

    .xl\:font-light {
        font-weight: 300
    }

    .xl\:font-normal {
        font-weight: 400
    }

    .xl\:font-medium {
        font-weight: 500
    }

    .xl\:font-semibold {
        font-weight: 600
    }

    .xl\:font-bold {
        font-weight: 700
    }

    .xl\:font-extrabold {
        font-weight: 800
    }

    .xl\:font-black {
        font-weight: 900
    }

    .xl\:hover\:font-hairline:hover {
        font-weight: 100
    }

    .xl\:hover\:font-thin:hover {
        font-weight: 200
    }

    .xl\:hover\:font-light:hover {
        font-weight: 300
    }

    .xl\:hover\:font-normal:hover {
        font-weight: 400
    }

    .xl\:hover\:font-medium:hover {
        font-weight: 500
    }

    .xl\:hover\:font-semibold:hover {
        font-weight: 600
    }

    .xl\:hover\:font-bold:hover {
        font-weight: 700
    }

    .xl\:hover\:font-extrabold:hover {
        font-weight: 800
    }

    .xl\:hover\:font-black:hover {
        font-weight: 900
    }

    .xl\:focus\:font-hairline:focus {
        font-weight: 100
    }

    .xl\:focus\:font-thin:focus {
        font-weight: 200
    }

    .xl\:focus\:font-light:focus {
        font-weight: 300
    }

    .xl\:focus\:font-normal:focus {
        font-weight: 400
    }

    .xl\:focus\:font-medium:focus {
        font-weight: 500
    }

    .xl\:focus\:font-semibold:focus {
        font-weight: 600
    }

    .xl\:focus\:font-bold:focus {
        font-weight: 700
    }

    .xl\:focus\:font-extrabold:focus {
        font-weight: 800
    }

    .xl\:focus\:font-black:focus {
        font-weight: 900
    }

    .xl\:h-0 {
        height: 0
    }

    .xl\:h-1 {
        height: .25rem
    }

    .xl\:h-2 {
        height: .5rem
    }

    .xl\:h-3 {
        height: .75rem
    }

    .xl\:h-4 {
        height: 1rem
    }

    .xl\:h-5 {
        height: 1.25rem
    }

    .xl\:h-6 {
        height: 1.5rem
    }

    .xl\:h-8 {
        height: 2rem
    }

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

    .xl\:h-12 {
        height: 3rem
    }

    .xl\:h-15 {
        height: 3.7rem
    }

    .xl\:h-16 {
        height: 4rem
    }

    .xl\:h-20 {
        height: 5rem
    }

    .xl\:h-24 {
        height: 6rem
    }

    .xl\:h-32 {
        height: 8rem
    }

    .xl\:h-40 {
        height: 10rem
    }

    .xl\:h-48 {
        height: 12rem
    }

    .xl\:h-56 {
        height: 14rem
    }

    .xl\:h-64 {
        height: 16rem
    }

    .xl\:h-auto {
        height: auto
    }

    .xl\:h-px {
        height: 1px
    }

    .xl\:h-6vw {
        height: 1vw
    }

    .xl\:h-10vw {
        height: 2vw
    }

    .xl\:h-12vw {
        height: 2.5vw
    }

    .xl\:h-20vw {
        height: 3vw
    }

    .xl\:h-22vw {
        height: 4.3vw
    }

    .xl\:h-24vw {
        height: 3.6vw
    }

    .xl\:h-40vw {
        height: 9vw
    }

    .xl\:h-48vw {
        height: 11vw
    }

    .xl\:h--1 {
        height: -1px
    }

    .xl\:h--2 {
        height: -2px
    }

    .xl\:h--4 {
        height: -1rem
    }

    .xl\:h--8 {
        height: -2rem
    }

    .xl\:h-3vw {
        height: .5vw
    }

    .xl\:h-full {
        height: 100%
    }

    .xl\:h-screen {
        height: 100vh
    }

    .xl\:leading-none {
        line-height: 1
    }

    .xl\:leading-tight {
        line-height: 1.25
    }

    .xl\:leading-snug {
        line-height: 1.375
    }

    .xl\:leading-normal {
        line-height: 1.5
    }

    .xl\:leading-relaxed {
        line-height: 1.625
    }

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

    .xl\:list-inside {
        list-style-position: inside
    }

    .xl\:list-outside {
        list-style-position: outside
    }

    .xl\:list-none {
        list-style-type: none
    }

    .xl\:list-disc {
        list-style-type: disc
    }

    .xl\:list-decimal {
        list-style-type: decimal
    }

    .xl\:m-0 {
        margin: 0
    }

    .xl\:m-1 {
        margin: .25rem
    }

    .xl\:m-2 {
        margin: .5rem
    }

    .xl\:m-3 {
        margin: .75rem
    }

    .xl\:m-4 {
        margin: 1rem
    }

    .xl\:m-5 {
        margin: 1.25rem
    }

    .xl\:m-6 {
        margin: 1.5rem
    }

    .xl\:m-8 {
        margin: 2rem
    }

    .xl\:m-10 {
        margin: 2.5rem
    }

    .xl\:m-12 {
        margin: 3rem
    }

    .xl\:m-15 {
        margin: 3.7rem
    }

    .xl\:m-16 {
        margin: 4rem
    }

    .xl\:m-20 {
        margin: 5rem
    }

    .xl\:m-24 {
        margin: 6rem
    }

    .xl\:m-32 {
        margin: 8rem
    }

    .xl\:m-40 {
        margin: 10rem
    }

    .xl\:m-48 {
        margin: 12rem
    }

    .xl\:m-56 {
        margin: 14rem
    }

    .xl\:m-64 {
        margin: 16rem
    }

    .xl\:m-auto {
        margin: auto
    }

    .xl\:m-px {
        margin: 1px
    }

    .xl\:m-6vw {
        margin: 1vw
    }

    .xl\:m-10vw {
        margin: 2vw
    }

    .xl\:m-12vw {
        margin: 2.5vw
    }

    .xl\:m-20vw {
        margin: 3vw
    }

    .xl\:m-22vw {
        margin: 4.3vw
    }

    .xl\:m-24vw {
        margin: 3.6vw
    }

    .xl\:m-40vw {
        margin: 9vw
    }

    .xl\:m-48vw {
        margin: 11vw
    }

    .xl\:-m-1 {
        margin: -1px
    }

    .xl\:-m-2 {
        margin: -2px
    }

    .xl\:-m-4 {
        margin: -1rem
    }

    .xl\:-m-8 {
        margin: -2rem
    }

    .xl\:m-3vw {
        margin: .5vw
    }

    .xl\:my-0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .xl\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .xl\:my-1 {
        margin-top: .25rem;
        margin-bottom: .25rem
    }

    .xl\:mx-1 {
        margin-left: .25rem;
        margin-right: .25rem
    }

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

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

    .xl\:my-3 {
        margin-top: .75rem;
        margin-bottom: .75rem
    }

    .xl\:mx-3 {
        margin-left: .75rem;
        margin-right: .75rem
    }

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

    .xl\:mx-4 {
        margin-left: 1rem;
        margin-right: 1rem
    }

    .xl\:my-5 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem
    }

    .xl\:mx-5 {
        margin-left: 1.25rem;
        margin-right: 1.25rem
    }

    .xl\:my-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem
    }

    .xl\:mx-6 {
        margin-left: 1.5rem;
        margin-right: 1.5rem
    }

    .xl\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem
    }

    .xl\:mx-8 {
        margin-left: 2rem;
        margin-right: 2rem
    }

    .xl\:my-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem
    }

    .xl\:mx-10 {
        margin-left: 2.5rem;
        margin-right: 2.5rem
    }

    .xl\:my-12 {
        margin-top: 3rem;
        margin-bottom: 3rem
    }

    .xl\:mx-12 {
        margin-left: 3rem;
        margin-right: 3rem
    }

    .xl\:my-15 {
        margin-top: 3.7rem;
        margin-bottom: 3.7rem
    }

    .xl\:mx-15 {
        margin-left: 3.7rem;
        margin-right: 3.7rem
    }

    .xl\:my-16 {
        margin-top: 4rem;
        margin-bottom: 4rem
    }

    .xl\:mx-16 {
        margin-left: 4rem;
        margin-right: 4rem
    }

    .xl\:my-20 {
        margin-top: 5rem;
        margin-bottom: 5rem
    }

    .xl\:mx-20 {
        margin-left: 5rem;
        margin-right: 5rem
    }

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

    .xl\:mx-24 {
        margin-left: 6rem;
        margin-right: 6rem
    }

    .xl\:my-32 {
        margin-top: 8rem;
        margin-bottom: 8rem
    }

    .xl\:mx-32 {
        margin-left: 8rem;
        margin-right: 8rem
    }

    .xl\:my-40 {
        margin-top: 10rem;
        margin-bottom: 10rem
    }

    .xl\:mx-40 {
        margin-left: 10rem;
        margin-right: 10rem
    }

    .xl\:my-48 {
        margin-top: 12rem;
        margin-bottom: 12rem
    }

    .xl\:mx-48 {
        margin-left: 12rem;
        margin-right: 12rem
    }

    .xl\:my-56 {
        margin-top: 14rem;
        margin-bottom: 14rem
    }

    .xl\:mx-56 {
        margin-left: 14rem;
        margin-right: 14rem
    }

    .xl\:my-64 {
        margin-top: 16rem;
        margin-bottom: 16rem
    }

    .xl\:mx-64 {
        margin-left: 16rem;
        margin-right: 16rem
    }

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

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

    .xl\:my-px {
        margin-top: 1px;
        margin-bottom: 1px
    }

    .xl\:mx-px {
        margin-left: 1px;
        margin-right: 1px
    }

    .xl\:my-6vw {
        margin-top: 1vw;
        margin-bottom: 1vw
    }

    .xl\:mx-6vw {
        margin-left: 1vw;
        margin-right: 1vw
    }

    .xl\:my-10vw {
        margin-top: 2vw;
        margin-bottom: 2vw
    }

    .xl\:mx-10vw {
        margin-left: 2vw;
        margin-right: 2vw
    }

    .xl\:my-12vw {
        margin-top: 2.5vw;
        margin-bottom: 2.5vw
    }

    .xl\:mx-12vw {
        margin-left: 2.5vw;
        margin-right: 2.5vw
    }

    .xl\:my-20vw {
        margin-top: 3vw;
        margin-bottom: 3vw
    }

    .xl\:mx-20vw {
        margin-left: 3vw;
        margin-right: 3vw
    }

    .xl\:my-22vw {
        margin-top: 4.3vw;
        margin-bottom: 4.3vw
    }

    .xl\:mx-22vw {
        margin-left: 4.3vw;
        margin-right: 4.3vw
    }

    .xl\:my-24vw {
        margin-top: 3.6vw;
        margin-bottom: 3.6vw
    }

    .xl\:mx-24vw {
        margin-left: 3.6vw;
        margin-right: 3.6vw
    }

    .xl\:my-40vw {
        margin-top: 9vw;
        margin-bottom: 9vw
    }

    .xl\:mx-40vw {
        margin-left: 9vw;
        margin-right: 9vw
    }

    .xl\:my-48vw {
        margin-top: 11vw;
        margin-bottom: 11vw
    }

    .xl\:mx-48vw {
        margin-left: 11vw;
        margin-right: 11vw
    }

    .xl\:-my-1 {
        margin-top: -1px;
        margin-bottom: -1px
    }

    .xl\:-mx-1 {
        margin-left: -1px;
        margin-right: -1px
    }

    .xl\:-my-2 {
        margin-top: -2px;
        margin-bottom: -2px
    }

    .xl\:-mx-2 {
        margin-left: -2px;
        margin-right: -2px
    }

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

    .xl\:-mx-4 {
        margin-left: -1rem;
        margin-right: -1rem
    }

    .xl\:-my-8 {
        margin-top: -2rem;
        margin-bottom: -2rem
    }

    .xl\:-mx-8 {
        margin-left: -2rem;
        margin-right: -2rem
    }

    .xl\:my-3vw {
        margin-top: .5vw;
        margin-bottom: .5vw
    }

    .xl\:mx-3vw {
        margin-left: .5vw;
        margin-right: .5vw
    }

    .xl\:mt-0 {
        margin-top: 0
    }

    .xl\:mr-0 {
        margin-right: 0
    }

    .xl\:mb-0 {
        margin-bottom: 0
    }

    .xl\:ml-0 {
        margin-left: 0
    }

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

    .xl\:mr-1 {
        margin-right: .25rem
    }

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

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

    .xl\:mt-2 {
        margin-top: .5rem
    }

    .xl\:mr-2 {
        margin-right: .5rem
    }

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

    .xl\:ml-2 {
        margin-left: .5rem
    }

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

    .xl\:mr-3 {
        margin-right: .75rem
    }

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

    .xl\:ml-3 {
        margin-left: .75rem
    }

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

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

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

    .xl\:ml-4 {
        margin-left: 1rem
    }

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

    .xl\:mr-5 {
        margin-right: 1.25rem
    }

    .xl\:mb-5 {
        margin-bottom: 1.25rem
    }

    .xl\:ml-5 {
        margin-left: 1.25rem
    }

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

    .xl\:mr-6 {
        margin-right: 1.5rem
    }

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

    .xl\:ml-6 {
        margin-left: 1.5rem
    }

    .xl\:mt-8 {
        margin-top: 2rem
    }

    .xl\:mr-8 {
        margin-right: 2rem
    }

    .xl\:mb-8 {
        margin-bottom: 2rem
    }

    .xl\:ml-8 {
        margin-left: 2rem
    }

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

    .xl\:mr-10 {
        margin-right: 2.5rem
    }

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

    .xl\:ml-10 {
        margin-left: 2.5rem
    }

    .xl\:mt-12 {
        margin-top: 3rem
    }

    .xl\:mr-12 {
        margin-right: 3rem
    }

    .xl\:mb-12 {
        margin-bottom: 3rem
    }

    .xl\:ml-12 {
        margin-left: 3rem
    }

    .xl\:mt-15 {
        margin-top: 3.7rem
    }

    .xl\:mr-15 {
        margin-right: 3.7rem
    }

    .xl\:mb-15 {
        margin-bottom: 3.7rem
    }

    .xl\:ml-15 {
        margin-left: 3.7rem
    }

    .xl\:mt-16 {
        margin-top: 4rem
    }

    .xl\:mr-16 {
        margin-right: 4rem
    }

    .xl\:mb-16 {
        margin-bottom: 4rem
    }

    .xl\:ml-16 {
        margin-left: 4rem
    }

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

    .xl\:mr-20 {
        margin-right: 5rem
    }

    .xl\:mb-20 {
        margin-bottom: 5rem
    }

    .xl\:ml-20 {
        margin-left: 5rem
    }

    .xl\:mt-24 {
        margin-top: 6rem
    }

    .xl\:mr-24 {
        margin-right: 6rem
    }

    .xl\:mb-24 {
        margin-bottom: 6rem
    }

    .xl\:ml-24 {
        margin-left: 6rem
    }

    .xl\:mt-32 {
        margin-top: 8rem
    }

    .xl\:mr-32 {
        margin-right: 8rem
    }

    .xl\:mb-32 {
        margin-bottom: 8rem
    }

    .xl\:ml-32 {
        margin-left: 8rem
    }

    .xl\:mt-40 {
        margin-top: 10rem
    }

    .xl\:mr-40 {
        margin-right: 10rem
    }

    .xl\:mb-40 {
        margin-bottom: 10rem
    }

    .xl\:ml-40 {
        margin-left: 10rem
    }

    .xl\:mt-48 {
        margin-top: 12rem
    }

    .xl\:mr-48 {
        margin-right: 12rem
    }

    .xl\:mb-48 {
        margin-bottom: 12rem
    }

    .xl\:ml-48 {
        margin-left: 12rem
    }

    .xl\:mt-56 {
        margin-top: 14rem
    }

    .xl\:mr-56 {
        margin-right: 14rem
    }

    .xl\:mb-56 {
        margin-bottom: 14rem
    }

    .xl\:ml-56 {
        margin-left: 14rem
    }

    .xl\:mt-64 {
        margin-top: 16rem
    }

    .xl\:mr-64 {
        margin-right: 16rem
    }

    .xl\:mb-64 {
        margin-bottom: 16rem
    }

    .xl\:ml-64 {
        margin-left: 16rem
    }

    .xl\:mt-auto {
        margin-top: auto
    }

    .xl\:mr-auto {
        margin-right: auto
    }

    .xl\:mb-auto {
        margin-bottom: auto
    }

    .xl\:ml-auto {
        margin-left: auto
    }

    .xl\:mt-px {
        margin-top: 1px
    }

    .xl\:mr-px {
        margin-right: 1px
    }

    .xl\:mb-px {
        margin-bottom: 1px
    }

    .xl\:ml-px {
        margin-left: 1px
    }

    .xl\:mt-6vw {
        margin-top: 1vw
    }

    .xl\:mr-6vw {
        margin-right: 1vw
    }

    .xl\:mb-6vw {
        margin-bottom: 1vw
    }

    .xl\:ml-6vw {
        margin-left: 1vw
    }

    .xl\:mt-10vw {
        margin-top: 2vw
    }

    .xl\:mr-10vw {
        margin-right: 2vw
    }

    .xl\:mb-10vw {
        margin-bottom: 2vw
    }

    .xl\:ml-10vw {
        margin-left: 2vw
    }

    .xl\:mt-12vw {
        margin-top: 2.5vw
    }

    .xl\:mr-12vw {
        margin-right: 2.5vw
    }

    .xl\:mb-12vw {
        margin-bottom: 2.5vw
    }

    .xl\:ml-12vw {
        margin-left: 2.5vw
    }

    .xl\:mt-20vw {
        margin-top: 3vw
    }

    .xl\:mr-20vw {
        margin-right: 3vw
    }

    .xl\:mb-20vw {
        margin-bottom: 3vw
    }

    .xl\:ml-20vw {
        margin-left: 3vw
    }

    .xl\:mt-22vw {
        margin-top: 4.3vw
    }

    .xl\:mr-22vw {
        margin-right: 4.3vw
    }

    .xl\:mb-22vw {
        margin-bottom: 4.3vw
    }

    .xl\:ml-22vw {
        margin-left: 4.3vw
    }

    .xl\:mt-24vw {
        margin-top: 3.6vw
    }

    .xl\:mr-24vw {
        margin-right: 3.6vw
    }

    .xl\:mb-24vw {
        margin-bottom: 3.6vw
    }

    .xl\:ml-24vw {
        margin-left: 3.6vw
    }

    .xl\:mt-40vw {
        margin-top: 9vw
    }

    .xl\:mr-40vw {
        margin-right: 9vw
    }

    .xl\:mb-40vw {
        margin-bottom: 9vw
    }

    .xl\:ml-40vw {
        margin-left: 9vw
    }

    .xl\:mt-48vw {
        margin-top: 11vw
    }

    .xl\:mr-48vw {
        margin-right: 11vw
    }

    .xl\:mb-48vw {
        margin-bottom: 11vw
    }

    .xl\:ml-48vw {
        margin-left: 11vw
    }

    .xl\:-mt-1 {
        margin-top: -1px
    }

    .xl\:-mr-1 {
        margin-right: -1px
    }

    .xl\:-mb-1 {
        margin-bottom: -1px
    }

    .xl\:-ml-1 {
        margin-left: -1px
    }

    .xl\:-mt-2 {
        margin-top: -2px
    }

    .xl\:-mr-2 {
        margin-right: -2px
    }

    .xl\:-mb-2 {
        margin-bottom: -2px
    }

    .xl\:-ml-2 {
        margin-left: -2px
    }

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

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

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

    .xl\:-ml-4 {
        margin-left: -1rem
    }

    .xl\:-mt-8 {
        margin-top: -2rem
    }

    .xl\:-mr-8 {
        margin-right: -2rem
    }

    .xl\:-mb-8 {
        margin-bottom: -2rem
    }

    .xl\:-ml-8 {
        margin-left: -2rem
    }

    .xl\:mt-3vw {
        margin-top: .5vw
    }

    .xl\:mr-3vw {
        margin-right: .5vw
    }

    .xl\:mb-3vw {
        margin-bottom: .5vw
    }

    .xl\:ml-3vw {
        margin-left: .5vw
    }

    .xl\:max-h-full {
        max-height: 100%
    }

    .xl\:max-h-screen {
        max-height: 100vh
    }

    .xl\:max-h-xl {
        max-height: 36rem
    }

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

    .xl\:max-w-sm {
        max-width: 24rem
    }

    .xl\:max-w-md {
        max-width: 28rem
    }

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

    .xl\:max-w-xl {
        max-width: 36rem
    }

    .xl\:max-w-2xl {
        max-width: 42rem
    }

    .xl\:max-w-3xl {
        max-width: 48rem
    }

    .xl\:max-w-3xlvw {
        max-width: 40vw
    }

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

    .xl\:max-w-5xl {
        max-width: 64rem
    }

    .xl\:max-w-6xl {
        max-width: 72rem
    }

    .xl\:max-w-7xl {
        max-width: 78rem
    }

    .xl\:max-w-7xlvw {
        max-width: 69vw
    }

    .xl\:max-w-8xl {
        max-width: 150rem
    }

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

    .xl\:max-w-2\/3 {
        max-width: 66.66667%
    }

    .xl\:max-w-3\/4 {
        max-width: 75%
    }

    .xl\:max-w-4\/5 {
        max-width: 80%
    }

    .xl\:max-w-1\/2 {
        max-width: 50%
    }

    .xl\:min-h-0 {
        min-height: 0
    }

    .xl\:min-h-1 {
        min-height: .25rem
    }

    .xl\:min-h-2 {
        min-height: .5rem
    }

    .xl\:min-h-3 {
        min-height: .75rem
    }

    .xl\:min-h-4 {
        min-height: 1rem
    }

    .xl\:min-h-5 {
        min-height: 1.25rem
    }

    .xl\:min-h-6 {
        min-height: 1.5rem
    }

    .xl\:min-h-8 {
        min-height: 2rem
    }

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

    .xl\:min-h-12 {
        min-height: 3rem
    }

    .xl\:min-h-15 {
        min-height: 3.7rem
    }

    .xl\:min-h-16 {
        min-height: 4rem
    }

    .xl\:min-h-20 {
        min-height: 5rem
    }

    .xl\:min-h-24 {
        min-height: 6rem
    }

    .xl\:min-h-32 {
        min-height: 8rem
    }

    .xl\:min-h-40 {
        min-height: 10rem
    }

    .xl\:min-h-48 {
        min-height: 12rem
    }

    .xl\:min-h-56 {
        min-height: 14rem
    }

    .xl\:min-h-64 {
        min-height: 16rem
    }

    .xl\:min-h-px {
        min-height: 1px
    }

    .xl\:min-h-6vw {
        min-height: 1vw
    }

    .xl\:min-h-10vw {
        min-height: 2vw
    }

    .xl\:min-h-12vw {
        min-height: 2.5vw
    }

    .xl\:min-h-20vw {
        min-height: 3vw
    }

    .xl\:min-h-22vw {
        min-height: 4.3vw
    }

    .xl\:min-h-24vw {
        min-height: 3.6vw
    }

    .xl\:min-h-40vw {
        min-height: 9vw
    }

    .xl\:min-h-48vw {
        min-height: 11vw
    }

    .xl\:min-h--1 {
        min-height: -1px
    }

    .xl\:min-h--2 {
        min-height: -2px
    }

    .xl\:min-h--4 {
        min-height: -1rem
    }

    .xl\:min-h--8 {
        min-height: -2rem
    }

    .xl\:min-h-3vw {
        min-height: .5vw
    }

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

    .xl\:min-h-screen {
        min-height: 100vh
    }

    .xl\:min-w-0 {
        min-width: 0
    }

    .xl\:min-w-full {
        min-width: 100%
    }

    .xl\:min-w-40vw {
        min-width: 9vw
    }

    .xl\:min-w-32vw {
        min-width: 6vw
    }

    .xl\:min-w-8xl {
        min-width: 71rem
    }

    .xl\:object-contain {
        -o-object-fit: contain;
        object-fit: contain
    }

    .xl\:object-cover {
        -o-object-fit: cover;
        object-fit: cover
    }

    .xl\:object-fill {
        -o-object-fit: fill;
        object-fit: fill
    }

    .xl\:object-none {
        -o-object-fit: none;
        object-fit: none
    }

    .xl\:object-scale-down {
        -o-object-fit: scale-down;
        object-fit: scale-down
    }

    .xl\:object-bottom {
        -o-object-position: bottom;
        object-position: bottom
    }

    .xl\:object-center {
        -o-object-position: center;
        object-position: center
    }

    .xl\:object-left {
        -o-object-position: left;
        object-position: left
    }

    .xl\:object-left-bottom {
        -o-object-position: left bottom;
        object-position: left bottom
    }

    .xl\:object-left-top {
        -o-object-position: left top;
        object-position: left top
    }

    .xl\:object-right {
        -o-object-position: right;
        object-position: right
    }

    .xl\:object-right-bottom {
        -o-object-position: right bottom;
        object-position: right bottom
    }

    .xl\:object-right-top {
        -o-object-position: right top;
        object-position: right top
    }

    .xl\:object-top {
        -o-object-position: top;
        object-position: top
    }

    .xl\:opacity-0 {
        opacity: 0
    }

    .xl\:opacity-25 {
        opacity: .25
    }

    .xl\:opacity-50 {
        opacity: .5
    }

    .xl\:opacity-75 {
        opacity: .75
    }

    .xl\:opacity-100 {
        opacity: 1
    }

    .xl\:overflow-auto {
        overflow: auto
    }

    .xl\:overflow-hidden {
        overflow: hidden
    }

    .xl\:overflow-visible {
        overflow: visible
    }

    .xl\:overflow-scroll {
        overflow: scroll
    }

    .xl\:overflow-x-auto {
        overflow-x: auto
    }

    .xl\:overflow-y-auto {
        overflow-y: auto
    }

    .xl\:overflow-x-hidden {
        overflow-x: hidden
    }

    .xl\:overflow-y-hidden {
        overflow-y: hidden
    }

    .xl\:overflow-x-visible {
        overflow-x: visible
    }

    .xl\:overflow-y-visible {
        overflow-y: visible
    }

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

    .xl\:overflow-y-scroll {
        overflow-y: scroll
    }

    .xl\:scrolling-touch {
        -webkit-overflow-scrolling: touch
    }

    .xl\:scrolling-auto {
        -webkit-overflow-scrolling: auto
    }

    .xl\:p-0 {
        padding: 0
    }

    .xl\:p-1 {
        padding: .25rem
    }

    .xl\:p-2 {
        padding: .5rem
    }

    .xl\:p-3 {
        padding: .75rem
    }

    .xl\:p-4 {
        padding: 1rem
    }

    .xl\:p-5 {
        padding: 1.25rem
    }

    .xl\:p-6 {
        padding: 1.5rem
    }

    .xl\:p-8 {
        padding: 2rem
    }

    .xl\:p-10 {
        padding: 2.5rem
    }

    .xl\:p-12 {
        padding: 3rem
    }

    .xl\:p-15 {
        padding: 3.7rem
    }

    .xl\:p-16 {
        padding: 4rem
    }

    .xl\:p-20 {
        padding: 5rem
    }

    .xl\:p-24 {
        padding: 6rem
    }

    .xl\:p-32 {
        padding: 8rem
    }

    .xl\:p-40 {
        padding: 10rem
    }

    .xl\:p-48 {
        padding: 12rem
    }

    .xl\:p-56 {
        padding: 14rem
    }

    .xl\:p-64 {
        padding: 16rem
    }

    .xl\:p-px {
        padding: 1px
    }

    .xl\:p-6vw {
        padding: 1vw
    }

    .xl\:p-10vw {
        padding: 2vw
    }

    .xl\:p-12vw {
        padding: 2.5vw
    }

    .xl\:p-20vw {
        padding: 3vw
    }

    .xl\:p-22vw {
        padding: 4.3vw
    }

    .xl\:p-24vw {
        padding: 3.6vw
    }

    .xl\:p-40vw {
        padding: 9vw
    }

    .xl\:p-48vw {
        padding: 11vw
    }

    .xl\:p-3vw {
        padding: .5vw
    }

    .xl\:py-0 {
        padding-top: 0;
        padding-bottom: 0
    }

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

    .xl\:py-1 {
        padding-top: .25rem;
        padding-bottom: .25rem
    }

    .xl\:px-1 {
        padding-left: .25rem;
        padding-right: .25rem
    }

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

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

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

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

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

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

    .xl\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }

    .xl\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .xl\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

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

    .xl\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .xl\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .xl\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

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

    .xl\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .xl\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .xl\:py-15 {
        padding-top: 3.7rem;
        padding-bottom: 3.7rem
    }

    .xl\:px-15 {
        padding-left: 3.7rem;
        padding-right: 3.7rem
    }

    .xl\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .xl\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem
    }

    .xl\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .xl\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem
    }

    .xl\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem
    }

    .xl\:px-24 {
        padding-left: 6rem;
        padding-right: 6rem
    }

    .xl\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem
    }

    .xl\:px-32 {
        padding-left: 8rem;
        padding-right: 8rem
    }

    .xl\:py-40 {
        padding-top: 10rem;
        padding-bottom: 10rem
    }

    .xl\:px-40 {
        padding-left: 10rem;
        padding-right: 10rem
    }

    .xl\:py-48 {
        padding-top: 12rem;
        padding-bottom: 12rem
    }

    .xl\:px-48 {
        padding-left: 12rem;
        padding-right: 12rem
    }

    .xl\:py-56 {
        padding-top: 14rem;
        padding-bottom: 14rem
    }

    .xl\:px-56 {
        padding-left: 14rem;
        padding-right: 14rem
    }

    .xl\:py-64 {
        padding-top: 16rem;
        padding-bottom: 16rem
    }

    .xl\:px-64 {
        padding-left: 16rem;
        padding-right: 16rem
    }

    .xl\:py-px {
        padding-top: 1px;
        padding-bottom: 1px
    }

    .xl\:px-px {
        padding-left: 1px;
        padding-right: 1px
    }

    .xl\:py-6vw {
        padding-top: 1vw;
        padding-bottom: 1vw
    }

    .xl\:px-6vw {
        padding-left: 1vw;
        padding-right: 1vw
    }

    .xl\:py-10vw {
        padding-top: 2vw;
        padding-bottom: 2vw
    }

    .xl\:px-10vw {
        padding-left: 2vw;
        padding-right: 2vw
    }

    .xl\:py-12vw {
        padding-top: 2.5vw;
        padding-bottom: 2.5vw
    }

    .xl\:px-12vw {
        padding-left: 2.5vw;
        padding-right: 2.5vw
    }

    .xl\:py-20vw {
        padding-top: 3vw;
        padding-bottom: 3vw
    }

    .xl\:px-20vw {
        padding-left: 3vw;
        padding-right: 3vw
    }

    .xl\:py-22vw {
        padding-top: 4.3vw;
        padding-bottom: 4.3vw
    }

    .xl\:px-22vw {
        padding-left: 4.3vw;
        padding-right: 4.3vw
    }

    .xl\:py-24vw {
        padding-top: 3.6vw;
        padding-bottom: 3.6vw
    }

    .xl\:px-24vw {
        padding-left: 3.6vw;
        padding-right: 3.6vw
    }

    .xl\:py-40vw {
        padding-top: 9vw;
        padding-bottom: 9vw
    }

    .xl\:px-40vw {
        padding-left: 9vw;
        padding-right: 9vw
    }

    .xl\:py-48vw {
        padding-top: 11vw;
        padding-bottom: 11vw
    }

    .xl\:px-48vw {
        padding-left: 11vw;
        padding-right: 11vw
    }

    .xl\:py-3vw {
        padding-top: .5vw;
        padding-bottom: .5vw
    }

    .xl\:px-3vw {
        padding-left: .5vw;
        padding-right: .5vw
    }

    .xl\:pt-0 {
        padding-top: 0
    }

    .xl\:pr-0 {
        padding-right: 0
    }

    .xl\:pb-0 {
        padding-bottom: 0
    }

    .xl\:pl-0 {
        padding-left: 0
    }

    .xl\:pt-1 {
        padding-top: .25rem
    }

    .xl\:pr-1 {
        padding-right: .25rem
    }

    .xl\:pb-1 {
        padding-bottom: .25rem
    }

    .xl\:pl-1 {
        padding-left: .25rem
    }

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

    .xl\:pr-2 {
        padding-right: .5rem
    }

    .xl\:pb-2 {
        padding-bottom: .5rem
    }

    .xl\:pl-2 {
        padding-left: .5rem
    }

    .xl\:pt-3 {
        padding-top: .75rem
    }

    .xl\:pr-3 {
        padding-right: .75rem
    }

    .xl\:pb-3 {
        padding-bottom: .75rem
    }

    .xl\:pl-3 {
        padding-left: .75rem
    }

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

    .xl\:pr-4 {
        padding-right: 1rem
    }

    .xl\:pb-4 {
        padding-bottom: 1rem
    }

    .xl\:pl-4 {
        padding-left: 1rem
    }

    .xl\:pt-5 {
        padding-top: 1.25rem
    }

    .xl\:pr-5 {
        padding-right: 1.25rem
    }

    .xl\:pb-5 {
        padding-bottom: 1.25rem
    }

    .xl\:pl-5 {
        padding-left: 1.25rem
    }

    .xl\:pt-6 {
        padding-top: 1.5rem
    }

    .xl\:pr-6 {
        padding-right: 1.5rem
    }

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

    .xl\:pl-6 {
        padding-left: 1.5rem
    }

    .xl\:pt-8 {
        padding-top: 2rem
    }

    .xl\:pr-8 {
        padding-right: 2rem
    }

    .xl\:pb-8 {
        padding-bottom: 2rem
    }

    .xl\:pl-8 {
        padding-left: 2rem
    }

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

    .xl\:pr-10 {
        padding-right: 2.5rem
    }

    .xl\:pb-10 {
        padding-bottom: 2.5rem
    }

    .xl\:pl-10 {
        padding-left: 2.5rem
    }

    .xl\:pt-12 {
        padding-top: 3rem
    }

    .xl\:pr-12 {
        padding-right: 3rem
    }

    .xl\:pb-12 {
        padding-bottom: 3rem
    }

    .xl\:pl-12 {
        padding-left: 3rem
    }

    .xl\:pt-15 {
        padding-top: 3.7rem
    }

    .xl\:pr-15 {
        padding-right: 3.7rem
    }

    .xl\:pb-15 {
        padding-bottom: 3.7rem
    }

    .xl\:pl-15 {
        padding-left: 3.7rem
    }

    .xl\:pt-16 {
        padding-top: 4rem
    }

    .xl\:pr-16 {
        padding-right: 4rem
    }

    .xl\:pb-16 {
        padding-bottom: 4rem
    }

    .xl\:pl-16 {
        padding-left: 4rem
    }

    .xl\:pt-20 {
        padding-top: 5rem
    }

    .xl\:pr-20 {
        padding-right: 5rem
    }

    .xl\:pb-20 {
        padding-bottom: 5rem
    }

    .xl\:pl-20 {
        padding-left: 5rem
    }

    .xl\:pt-24 {
        padding-top: 6rem
    }

    .xl\:pr-24 {
        padding-right: 6rem
    }

    .xl\:pb-24 {
        padding-bottom: 6rem
    }

    .xl\:pl-24 {
        padding-left: 6rem
    }

    .xl\:pt-32 {
        padding-top: 8rem
    }

    .xl\:pr-32 {
        padding-right: 8rem
    }

    .xl\:pb-32 {
        padding-bottom: 8rem
    }

    .xl\:pl-32 {
        padding-left: 8rem
    }

    .xl\:pt-40 {
        padding-top: 10rem
    }

    .xl\:pr-40 {
        padding-right: 10rem
    }

    .xl\:pb-40 {
        padding-bottom: 10rem
    }

    .xl\:pl-40 {
        padding-left: 10rem
    }

    .xl\:pt-48 {
        padding-top: 12rem
    }

    .xl\:pr-48 {
        padding-right: 12rem
    }

    .xl\:pb-48 {
        padding-bottom: 12rem
    }

    .xl\:pl-48 {
        padding-left: 12rem
    }

    .xl\:pt-56 {
        padding-top: 14rem
    }

    .xl\:pr-56 {
        padding-right: 14rem
    }

    .xl\:pb-56 {
        padding-bottom: 14rem
    }

    .xl\:pl-56 {
        padding-left: 14rem
    }

    .xl\:pt-64 {
        padding-top: 16rem
    }

    .xl\:pr-64 {
        padding-right: 16rem
    }

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

    .xl\:pl-64 {
        padding-left: 16rem
    }

    .xl\:pt-px {
        padding-top: 1px
    }

    .xl\:pr-px {
        padding-right: 1px
    }

    .xl\:pb-px {
        padding-bottom: 1px
    }

    .xl\:pl-px {
        padding-left: 1px
    }

    .xl\:pt-6vw {
        padding-top: 1vw
    }

    .xl\:pr-6vw {
        padding-right: 1vw
    }

    .xl\:pb-6vw {
        padding-bottom: 1vw
    }

    .xl\:pl-6vw {
        padding-left: 1vw
    }

    .xl\:pt-10vw {
        padding-top: 2vw
    }

    .xl\:pr-10vw {
        padding-right: 2vw
    }

    .xl\:pb-10vw {
        padding-bottom: 2vw
    }

    .xl\:pl-10vw {
        padding-left: 2vw
    }

    .xl\:pt-12vw {
        padding-top: 2.5vw
    }

    .xl\:pr-12vw {
        padding-right: 2.5vw
    }

    .xl\:pb-12vw {
        padding-bottom: 2.5vw
    }

    .xl\:pl-12vw {
        padding-left: 2.5vw
    }

    .xl\:pt-20vw {
        padding-top: 3vw
    }

    .xl\:pr-20vw {
        padding-right: 3vw
    }

    .xl\:pb-20vw {
        padding-bottom: 3vw
    }

    .xl\:pl-20vw {
        padding-left: 3vw
    }

    .xl\:pt-22vw {
        padding-top: 4.3vw
    }

    .xl\:pr-22vw {
        padding-right: 4.3vw
    }

    .xl\:pb-22vw {
        padding-bottom: 4.3vw
    }

    .xl\:pl-22vw {
        padding-left: 4.3vw
    }

    .xl\:pt-24vw {
        padding-top: 3.6vw
    }

    .xl\:pr-24vw {
        padding-right: 3.6vw
    }

    .xl\:pb-24vw {
        padding-bottom: 3.6vw
    }

    .xl\:pl-24vw {
        padding-left: 3.6vw
    }

    .xl\:pt-40vw {
        padding-top: 9vw
    }

    .xl\:pr-40vw {
        padding-right: 9vw
    }

    .xl\:pb-40vw {
        padding-bottom: 9vw
    }

    .xl\:pl-40vw {
        padding-left: 9vw
    }

    .xl\:pt-48vw {
        padding-top: 11vw
    }

    .xl\:pr-48vw {
        padding-right: 11vw
    }

    .xl\:pb-48vw {
        padding-bottom: 11vw
    }

    .xl\:pl-48vw {
        padding-left: 11vw
    }

    .xl\:pt-3vw {
        padding-top: .5vw
    }

    .xl\:pr-3vw {
        padding-right: .5vw
    }

    .xl\:pb-3vw {
        padding-bottom: .5vw
    }

    .xl\:pl-3vw {
        padding-left: .5vw
    }

    .xl\:pointer-events-none {
        pointer-events: none
    }

    .xl\:pointer-events-auto {
        pointer-events: auto
    }

    .xl\:static {
        position: static
    }

    .xl\:fixed {
        position: fixed
    }

    .xl\:absolute {
        position: absolute
    }

    .xl\:relative {
        position: relative
    }

    .xl\:sticky {
        position: -webkit-sticky;
        position: sticky
    }

    .xl\:inset-0 {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }

    .xl\:inset-auto {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto
    }

    .xl\:inset-y-0 {
        top: 0;
        bottom: 0
    }

    .xl\:inset-x-0 {
        right: 0;
        left: 0
    }

    .xl\:inset-y-auto {
        top: auto;
        bottom: auto
    }

    .xl\:inset-x-auto {
        right: auto;
        left: auto
    }

    .xl\:top-0 {
        top: 0
    }

    .xl\:right-0 {
        right: 0
    }

    .xl\:bottom-0 {
        bottom: 0
    }

    .xl\:left-0 {
        left: 0
    }

    .xl\:top-auto {
        top: auto
    }

    .xl\:right-auto {
        right: auto
    }

    .xl\:bottom-auto {
        bottom: auto
    }

    .xl\:left-auto {
        left: auto
    }

    .xl\:resize-none {
        resize: none
    }

    .xl\:resize-y {
        resize: vertical
    }

    .xl\:resize-x {
        resize: horizontal
    }

    .xl\:resize {
        resize: both
    }

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

    .xl\:shadow-md {
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)
    }

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

    .xl\:shadow-xl {
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04)
    }

    .xl\:shadow-2xl {
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25)
    }

    .xl\:shadow-inner {
        box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06)
    }

    .xl\:shadow-outline {
        box-shadow: 0 0 0 3px rgba(66, 153, 225, .5)
    }

    .xl\:shadow-none {
        box-shadow: none
    }

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

    .xl\:hover\:shadow-md:hover {
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)
    }

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

    .xl\:hover\:shadow-xl:hover {
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04)
    }

    .xl\:hover\:shadow-2xl:hover {
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25)
    }

    .xl\:hover\:shadow-inner:hover {
        box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06)
    }

    .xl\:hover\:shadow-outline:hover {
        box-shadow: 0 0 0 3px rgba(66, 153, 225, .5)
    }

    .xl\:hover\:shadow-none:hover {
        box-shadow: none
    }

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

    .xl\:focus\:shadow-md:focus {
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)
    }

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

    .xl\:focus\:shadow-xl:focus {
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04)
    }

    .xl\:focus\:shadow-2xl:focus {
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25)
    }

    .xl\:focus\:shadow-inner:focus {
        box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06)
    }

    .xl\:focus\:shadow-outline:focus {
        box-shadow: 0 0 0 3px rgba(66, 153, 225, .5)
    }

    .xl\:focus\:shadow-none:focus {
        box-shadow: none
    }

    .xl\:table-auto {
        table-layout: auto
    }

    .xl\:table-fixed {
        table-layout: fixed
    }

    .xl\:text-left {
        text-align: left
    }

    .xl\:text-center {
        text-align: center
    }

    .xl\:text-right {
        text-align: right
    }

    .xl\:text-justify {
        text-align: justify
    }

    .xl\:text-transparent {
        color: transparent
    }

    .xl\:text-primary {
        color: #81d8d0
    }

    .xl\:text-primarydarker {
        color: #6acdc4
    }

    .xl\:text-black,
    .xl\:text-turquoise {
        color: #000
    }

    .xl\:text-gold {
        color: #d0ae5f
    }

    .xl\:text-white {
        color: #fff
    }

    .xl\:text-whiteHalfTransparent {
        color: hsla(0, 0%, 100%, .5)
    }

    .xl\:text-brown {
        color: #36261e
    }

    .xl\:text-browndark {
        color: #130c0e
    }

    .xl\:text-gray-100 {
        color: #f2f2f2
    }

    .xl\:text-gray-150 {
        color: #f3f3f3
    }

    .xl\:text-gray-200 {
        color: #f6f6f6
    }

    .xl\:text-gray-300 {
        color: #e8e8e8
    }

    .xl\:text-gray-400 {
        color: #cbd5e0
    }

    .xl\:text-gray-450 {
        color: #c3c3c3
    }

    .xl\:text-gray-500 {
        color: #b1afaf
    }

    .xl\:text-gray-600 {
        color: #777
    }

    .xl\:text-gray-700 {
        color: #4a5568
    }

    .xl\:text-gray-800 {
        color: #2d3748
    }

    .xl\:text-gray-900 {
        color: #1a202c
    }

    .xl\:text-red-100 {
        color: #fff5f5
    }

    .xl\:text-red-200 {
        color: #fff6f7
    }

    .xl\:text-red-300 {
        color: #feb2b2
    }

    .xl\:text-red-400 {
        color: #bc6366
    }

    .xl\:text-red-500 {
        color: #f56565
    }

    .xl\:text-red-600 {
        color: #e53e3e
    }

    .xl\:text-red-700 {
        color: #c53030
    }

    .xl\:text-red-800 {
        color: #9b2c2c
    }

    .xl\:text-red-900 {
        color: #742a2a
    }

    .xl\:text-orange-100 {
        color: #fffaf0
    }

    .xl\:text-orange-200 {
        color: #feebc8
    }

    .xl\:text-orange-300 {
        color: #fbd38d
    }

    .xl\:text-orange-400 {
        color: #f6ad55
    }

    .xl\:text-orange-500 {
        color: #ed8936
    }

    .xl\:text-orange-600 {
        color: #dd6b20
    }

    .xl\:text-orange-700 {
        color: #c05621
    }

    .xl\:text-orange-800 {
        color: #9c4221
    }

    .xl\:text-orange-900 {
        color: #7b341e
    }

    .xl\:text-yellow-100 {
        color: ivory
    }

    .xl\:text-yellow-200 {
        color: #fffaee
    }

    .xl\:text-yellow-300 {
        color: #faf089
    }

    .xl\:text-yellow-400 {
        color: #d0ae5f
    }

    .xl\:text-yellow-500 {
        color: #ecc94b
    }

    .xl\:text-yellow-600 {
        color: #d69e2e
    }

    .xl\:text-yellow-700 {
        color: #b7791f
    }

    .xl\:text-yellow-800 {
        color: #975a16
    }

    .xl\:text-yellow-900 {
        color: #744210
    }

    .xl\:text-green-100 {
        color: #f0fff4
    }

    .xl\:text-green-200 {
        color: #c6f6d5
    }

    .xl\:text-green-300 {
        color: #9ae6b4
    }

    .xl\:text-green-400 {
        color: #68d391
    }

    .xl\:text-green-500 {
        color: #48bb78
    }

    .xl\:text-green-600 {
        color: #38a169
    }

    .xl\:text-green-700 {
        color: #2f855a
    }

    .xl\:text-green-800 {
        color: #276749
    }

    .xl\:text-green-900 {
        color: #22543d
    }

    .xl\:text-teal-100 {
        color: #e6fffa
    }

    .xl\:text-teal-200 {
        color: #b2f5ea
    }

    .xl\:text-teal-300 {
        color: #81e6d9
    }

    .xl\:text-teal-400 {
        color: #4fd1c5
    }

    .xl\:text-teal-500 {
        color: #38b2ac
    }

    .xl\:text-teal-600 {
        color: #319795
    }

    .xl\:text-teal-700 {
        color: #2c7a7b
    }

    .xl\:text-teal-800 {
        color: #285e61
    }

    .xl\:text-teal-900 {
        color: #234e52
    }

    .xl\:text-blue-100 {
        color: #ebf8ff
    }

    .xl\:text-blue-200 {
        color: #effafd
    }

    .xl\:text-blue-300 {
        color: #90cdf4
    }

    .xl\:text-blue-400 {
        color: #396973
    }

    .xl\:text-blue-500 {
        color: #4299e1
    }

    .xl\:text-blue-600 {
        color: #3182ce
    }

    .xl\:text-blue-700 {
        color: #2b6cb0
    }

    .xl\:text-blue-800 {
        color: #2c5282
    }

    .xl\:text-blue-900 {
        color: #2a4365
    }

    .xl\:text-indigo-100 {
        color: #ebf4ff
    }

    .xl\:text-indigo-200 {
        color: #c3dafe
    }

    .xl\:text-indigo-300 {
        color: #a3bffa
    }

    .xl\:text-indigo-400 {
        color: #7f9cf5
    }

    .xl\:text-indigo-500 {
        color: #667eea
    }

    .xl\:text-indigo-600 {
        color: #5a67d8
    }

    .xl\:text-indigo-700 {
        color: #4c51bf
    }

    .xl\:text-indigo-800 {
        color: #434190
    }

    .xl\:text-indigo-900 {
        color: #3c366b
    }

    .xl\:text-purple-100 {
        color: #faf5ff
    }

    .xl\:text-purple-200 {
        color: #e9d8fd
    }

    .xl\:text-purple-300 {
        color: #d6bcfa
    }

    .xl\:text-purple-400 {
        color: #b794f4
    }

    .xl\:text-purple-500 {
        color: #9f7aea
    }

    .xl\:text-purple-600 {
        color: #805ad5
    }

    .xl\:text-purple-700 {
        color: #6b46c1
    }

    .xl\:text-purple-800 {
        color: #553c9a
    }

    .xl\:text-purple-900 {
        color: #44337a
    }

    .xl\:text-pink-100 {
        color: #fff5f7
    }

    .xl\:text-pink-200 {
        color: #fed7e2
    }

    .xl\:text-pink-300 {
        color: #fbb6ce
    }

    .xl\:text-pink-400 {
        color: #f687b3
    }

    .xl\:text-pink-500 {
        color: #ed64a6
    }

    .xl\:text-pink-600 {
        color: #d53f8c
    }

    .xl\:text-pink-700 {
        color: #b83280
    }

    .xl\:text-pink-800 {
        color: #97266d
    }

    .xl\:text-pink-900 {
        color: #702459
    }

    .xl\:hover\:text-transparent:hover {
        color: transparent
    }

    .xl\:hover\:text-primary:hover {
        color: #81d8d0
    }

    .xl\:hover\:text-primarydarker:hover {
        color: #6acdc4
    }

    .xl\:hover\:text-black:hover,
    .xl\:hover\:text-turquoise:hover {
        color: #000
    }

    .xl\:hover\:text-gold:hover {
        color: #d0ae5f
    }

    .xl\:hover\:text-white:hover {
        color: #fff
    }

    .xl\:hover\:text-whiteHalfTransparent:hover {
        color: hsla(0, 0%, 100%, .5)
    }

    .xl\:hover\:text-brown:hover {
        color: #36261e
    }

    .xl\:hover\:text-browndark:hover {
        color: #130c0e
    }

    .xl\:hover\:text-gray-100:hover {
        color: #f2f2f2
    }

    .xl\:hover\:text-gray-150:hover {
        color: #f3f3f3
    }

    .xl\:hover\:text-gray-200:hover {
        color: #f6f6f6
    }

    .xl\:hover\:text-gray-300:hover {
        color: #e8e8e8
    }

    .xl\:hover\:text-gray-400:hover {
        color: #cbd5e0
    }

    .xl\:hover\:text-gray-450:hover {
        color: #c3c3c3
    }

    .xl\:hover\:text-gray-500:hover {
        color: #b1afaf
    }

    .xl\:hover\:text-gray-600:hover {
        color: #777
    }

    .xl\:hover\:text-gray-700:hover {
        color: #4a5568
    }

    .xl\:hover\:text-gray-800:hover {
        color: #2d3748
    }

    .xl\:hover\:text-gray-900:hover {
        color: #1a202c
    }

    .xl\:hover\:text-red-100:hover {
        color: #fff5f5
    }

    .xl\:hover\:text-red-200:hover {
        color: #fff6f7
    }

    .xl\:hover\:text-red-300:hover {
        color: #feb2b2
    }

    .xl\:hover\:text-red-400:hover {
        color: #bc6366
    }

    .xl\:hover\:text-red-500:hover {
        color: #f56565
    }

    .xl\:hover\:text-red-600:hover {
        color: #e53e3e
    }

    .xl\:hover\:text-red-700:hover {
        color: #c53030
    }

    .xl\:hover\:text-red-800:hover {
        color: #9b2c2c
    }

    .xl\:hover\:text-red-900:hover {
        color: #742a2a
    }

    .xl\:hover\:text-orange-100:hover {
        color: #fffaf0
    }

    .xl\:hover\:text-orange-200:hover {
        color: #feebc8
    }

    .xl\:hover\:text-orange-300:hover {
        color: #fbd38d
    }

    .xl\:hover\:text-orange-400:hover {
        color: #f6ad55
    }

    .xl\:hover\:text-orange-500:hover {
        color: #ed8936
    }

    .xl\:hover\:text-orange-600:hover {
        color: #dd6b20
    }

    .xl\:hover\:text-orange-700:hover {
        color: #c05621
    }

    .xl\:hover\:text-orange-800:hover {
        color: #9c4221
    }

    .xl\:hover\:text-orange-900:hover {
        color: #7b341e
    }

    .xl\:hover\:text-yellow-100:hover {
        color: ivory
    }

    .xl\:hover\:text-yellow-200:hover {
        color: #fffaee
    }

    .xl\:hover\:text-yellow-300:hover {
        color: #faf089
    }

    .xl\:hover\:text-yellow-400:hover {
        color: #d0ae5f
    }

    .xl\:hover\:text-yellow-500:hover {
        color: #ecc94b
    }

    .xl\:hover\:text-yellow-600:hover {
        color: #d69e2e
    }

    .xl\:hover\:text-yellow-700:hover {
        color: #b7791f
    }

    .xl\:hover\:text-yellow-800:hover {
        color: #975a16
    }

    .xl\:hover\:text-yellow-900:hover {
        color: #744210
    }

    .xl\:hover\:text-green-100:hover {
        color: #f0fff4
    }

    .xl\:hover\:text-green-200:hover {
        color: #c6f6d5
    }

    .xl\:hover\:text-green-300:hover {
        color: #9ae6b4
    }

    .xl\:hover\:text-green-400:hover {
        color: #68d391
    }

    .xl\:hover\:text-green-500:hover {
        color: #48bb78
    }

    .xl\:hover\:text-green-600:hover {
        color: #38a169
    }

    .xl\:hover\:text-green-700:hover {
        color: #2f855a
    }

    .xl\:hover\:text-green-800:hover {
        color: #276749
    }

    .xl\:hover\:text-green-900:hover {
        color: #22543d
    }

    .xl\:hover\:text-teal-100:hover {
        color: #e6fffa
    }

    .xl\:hover\:text-teal-200:hover {
        color: #b2f5ea
    }

    .xl\:hover\:text-teal-300:hover {
        color: #81e6d9
    }

    .xl\:hover\:text-teal-400:hover {
        color: #4fd1c5
    }

    .xl\:hover\:text-teal-500:hover {
        color: #38b2ac
    }

    .xl\:hover\:text-teal-600:hover {
        color: #319795
    }

    .xl\:hover\:text-teal-700:hover {
        color: #2c7a7b
    }

    .xl\:hover\:text-teal-800:hover {
        color: #285e61
    }

    .xl\:hover\:text-teal-900:hover {
        color: #234e52
    }

    .xl\:hover\:text-blue-100:hover {
        color: #ebf8ff
    }

    .xl\:hover\:text-blue-200:hover {
        color: #effafd
    }

    .xl\:hover\:text-blue-300:hover {
        color: #90cdf4
    }

    .xl\:hover\:text-blue-400:hover {
        color: #396973
    }

    .xl\:hover\:text-blue-500:hover {
        color: #4299e1
    }

    .xl\:hover\:text-blue-600:hover {
        color: #3182ce
    }

    .xl\:hover\:text-blue-700:hover {
        color: #2b6cb0
    }

    .xl\:hover\:text-blue-800:hover {
        color: #2c5282
    }

    .xl\:hover\:text-blue-900:hover {
        color: #2a4365
    }

    .xl\:hover\:text-indigo-100:hover {
        color: #ebf4ff
    }

    .xl\:hover\:text-indigo-200:hover {
        color: #c3dafe
    }

    .xl\:hover\:text-indigo-300:hover {
        color: #a3bffa
    }

    .xl\:hover\:text-indigo-400:hover {
        color: #7f9cf5
    }

    .xl\:hover\:text-indigo-500:hover {
        color: #667eea
    }

    .xl\:hover\:text-indigo-600:hover {
        color: #5a67d8
    }

    .xl\:hover\:text-indigo-700:hover {
        color: #4c51bf
    }

    .xl\:hover\:text-indigo-800:hover {
        color: #434190
    }

    .xl\:hover\:text-indigo-900:hover {
        color: #3c366b
    }

    .xl\:hover\:text-purple-100:hover {
        color: #faf5ff
    }

    .xl\:hover\:text-purple-200:hover {
        color: #e9d8fd
    }

    .xl\:hover\:text-purple-300:hover {
        color: #d6bcfa
    }

    .xl\:hover\:text-purple-400:hover {
        color: #b794f4
    }

    .xl\:hover\:text-purple-500:hover {
        color: #9f7aea
    }

    .xl\:hover\:text-purple-600:hover {
        color: #805ad5
    }

    .xl\:hover\:text-purple-700:hover {
        color: #6b46c1
    }

    .xl\:hover\:text-purple-800:hover {
        color: #553c9a
    }

    .xl\:hover\:text-purple-900:hover {
        color: #44337a
    }

    .xl\:hover\:text-pink-100:hover {
        color: #fff5f7
    }

    .xl\:hover\:text-pink-200:hover {
        color: #fed7e2
    }

    .xl\:hover\:text-pink-300:hover {
        color: #fbb6ce
    }

    .xl\:hover\:text-pink-400:hover {
        color: #f687b3
    }

    .xl\:hover\:text-pink-500:hover {
        color: #ed64a6
    }

    .xl\:hover\:text-pink-600:hover {
        color: #d53f8c
    }

    .xl\:hover\:text-pink-700:hover {
        color: #b83280
    }

    .xl\:hover\:text-pink-800:hover {
        color: #97266d
    }

    .xl\:hover\:text-pink-900:hover {
        color: #702459
    }

    .xl\:focus\:text-transparent:focus {
        color: transparent
    }

    .xl\:focus\:text-primary:focus {
        color: #81d8d0
    }

    .xl\:focus\:text-primarydarker:focus {
        color: #6acdc4
    }

    .xl\:focus\:text-black:focus,
    .xl\:focus\:text-turquoise:focus {
        color: #000
    }

    .xl\:focus\:text-gold:focus {
        color: #d0ae5f
    }

    .xl\:focus\:text-white:focus {
        color: #fff
    }

    .xl\:focus\:text-whiteHalfTransparent:focus {
        color: hsla(0, 0%, 100%, .5)
    }

    .xl\:focus\:text-brown:focus {
        color: #36261e
    }

    .xl\:focus\:text-browndark:focus {
        color: #130c0e
    }

    .xl\:focus\:text-gray-100:focus {
        color: #f2f2f2
    }

    .xl\:focus\:text-gray-150:focus {
        color: #f3f3f3
    }

    .xl\:focus\:text-gray-200:focus {
        color: #f6f6f6
    }

    .xl\:focus\:text-gray-300:focus {
        color: #e8e8e8
    }

    .xl\:focus\:text-gray-400:focus {
        color: #cbd5e0
    }

    .xl\:focus\:text-gray-450:focus {
        color: #c3c3c3
    }

    .xl\:focus\:text-gray-500:focus {
        color: #b1afaf
    }

    .xl\:focus\:text-gray-600:focus {
        color: #777
    }

    .xl\:focus\:text-gray-700:focus {
        color: #4a5568
    }

    .xl\:focus\:text-gray-800:focus {
        color: #2d3748
    }

    .xl\:focus\:text-gray-900:focus {
        color: #1a202c
    }

    .xl\:focus\:text-red-100:focus {
        color: #fff5f5
    }

    .xl\:focus\:text-red-200:focus {
        color: #fff6f7
    }

    .xl\:focus\:text-red-300:focus {
        color: #feb2b2
    }

    .xl\:focus\:text-red-400:focus {
        color: #bc6366
    }

    .xl\:focus\:text-red-500:focus {
        color: #f56565
    }

    .xl\:focus\:text-red-600:focus {
        color: #e53e3e
    }

    .xl\:focus\:text-red-700:focus {
        color: #c53030
    }

    .xl\:focus\:text-red-800:focus {
        color: #9b2c2c
    }

    .xl\:focus\:text-red-900:focus {
        color: #742a2a
    }

    .xl\:focus\:text-orange-100:focus {
        color: #fffaf0
    }

    .xl\:focus\:text-orange-200:focus {
        color: #feebc8
    }

    .xl\:focus\:text-orange-300:focus {
        color: #fbd38d
    }

    .xl\:focus\:text-orange-400:focus {
        color: #f6ad55
    }

    .xl\:focus\:text-orange-500:focus {
        color: #ed8936
    }

    .xl\:focus\:text-orange-600:focus {
        color: #dd6b20
    }

    .xl\:focus\:text-orange-700:focus {
        color: #c05621
    }

    .xl\:focus\:text-orange-800:focus {
        color: #9c4221
    }

    .xl\:focus\:text-orange-900:focus {
        color: #7b341e
    }

    .xl\:focus\:text-yellow-100:focus {
        color: ivory
    }

    .xl\:focus\:text-yellow-200:focus {
        color: #fffaee
    }

    .xl\:focus\:text-yellow-300:focus {
        color: #faf089
    }

    .xl\:focus\:text-yellow-400:focus {
        color: #d0ae5f
    }

    .xl\:focus\:text-yellow-500:focus {
        color: #ecc94b
    }

    .xl\:focus\:text-yellow-600:focus {
        color: #d69e2e
    }

    .xl\:focus\:text-yellow-700:focus {
        color: #b7791f
    }

    .xl\:focus\:text-yellow-800:focus {
        color: #975a16
    }

    .xl\:focus\:text-yellow-900:focus {
        color: #744210
    }

    .xl\:focus\:text-green-100:focus {
        color: #f0fff4
    }

    .xl\:focus\:text-green-200:focus {
        color: #c6f6d5
    }

    .xl\:focus\:text-green-300:focus {
        color: #9ae6b4
    }

    .xl\:focus\:text-green-400:focus {
        color: #68d391
    }

    .xl\:focus\:text-green-500:focus {
        color: #48bb78
    }

    .xl\:focus\:text-green-600:focus {
        color: #38a169
    }

    .xl\:focus\:text-green-700:focus {
        color: #2f855a
    }

    .xl\:focus\:text-green-800:focus {
        color: #276749
    }

    .xl\:focus\:text-green-900:focus {
        color: #22543d
    }

    .xl\:focus\:text-teal-100:focus {
        color: #e6fffa
    }

    .xl\:focus\:text-teal-200:focus {
        color: #b2f5ea
    }

    .xl\:focus\:text-teal-300:focus {
        color: #81e6d9
    }

    .xl\:focus\:text-teal-400:focus {
        color: #4fd1c5
    }

    .xl\:focus\:text-teal-500:focus {
        color: #38b2ac
    }

    .xl\:focus\:text-teal-600:focus {
        color: #319795
    }

    .xl\:focus\:text-teal-700:focus {
        color: #2c7a7b
    }

    .xl\:focus\:text-teal-800:focus {
        color: #285e61
    }

    .xl\:focus\:text-teal-900:focus {
        color: #234e52
    }

    .xl\:focus\:text-blue-100:focus {
        color: #ebf8ff
    }

    .xl\:focus\:text-blue-200:focus {
        color: #effafd
    }

    .xl\:focus\:text-blue-300:focus {
        color: #90cdf4
    }

    .xl\:focus\:text-blue-400:focus {
        color: #396973
    }

    .xl\:focus\:text-blue-500:focus {
        color: #4299e1
    }

    .xl\:focus\:text-blue-600:focus {
        color: #3182ce
    }

    .xl\:focus\:text-blue-700:focus {
        color: #2b6cb0
    }

    .xl\:focus\:text-blue-800:focus {
        color: #2c5282
    }

    .xl\:focus\:text-blue-900:focus {
        color: #2a4365
    }

    .xl\:focus\:text-indigo-100:focus {
        color: #ebf4ff
    }

    .xl\:focus\:text-indigo-200:focus {
        color: #c3dafe
    }

    .xl\:focus\:text-indigo-300:focus {
        color: #a3bffa
    }

    .xl\:focus\:text-indigo-400:focus {
        color: #7f9cf5
    }

    .xl\:focus\:text-indigo-500:focus {
        color: #667eea
    }

    .xl\:focus\:text-indigo-600:focus {
        color: #5a67d8
    }

    .xl\:focus\:text-indigo-700:focus {
        color: #4c51bf
    }

    .xl\:focus\:text-indigo-800:focus {
        color: #434190
    }

    .xl\:focus\:text-indigo-900:focus {
        color: #3c366b
    }

    .xl\:focus\:text-purple-100:focus {
        color: #faf5ff
    }

    .xl\:focus\:text-purple-200:focus {
        color: #e9d8fd
    }

    .xl\:focus\:text-purple-300:focus {
        color: #d6bcfa
    }

    .xl\:focus\:text-purple-400:focus {
        color: #b794f4
    }

    .xl\:focus\:text-purple-500:focus {
        color: #9f7aea
    }

    .xl\:focus\:text-purple-600:focus {
        color: #805ad5
    }

    .xl\:focus\:text-purple-700:focus {
        color: #6b46c1
    }

    .xl\:focus\:text-purple-800:focus {
        color: #553c9a
    }

    .xl\:focus\:text-purple-900:focus {
        color: #44337a
    }

    .xl\:focus\:text-pink-100:focus {
        color: #fff5f7
    }

    .xl\:focus\:text-pink-200:focus {
        color: #fed7e2
    }

    .xl\:focus\:text-pink-300:focus {
        color: #fbb6ce
    }

    .xl\:focus\:text-pink-400:focus {
        color: #f687b3
    }

    .xl\:focus\:text-pink-500:focus {
        color: #ed64a6
    }

    .xl\:focus\:text-pink-600:focus {
        color: #d53f8c
    }

    .xl\:focus\:text-pink-700:focus {
        color: #b83280
    }

    .xl\:focus\:text-pink-800:focus {
        color: #97266d
    }

    .xl\:focus\:text-pink-900:focus {
        color: #702459
    }

    .xl\:text-2xs {
        font-size: .6rem
    }

    .xl\:text-xs {
        font-size: .8rem
    }

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

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

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

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

    .xl\:text-2xl {
        font-size: 1.5rem
    }

    .xl\:text-3xl {
        font-size: 2rem
    }

    .xl\:text-4xl {
        font-size: 2.5rem
    }

    .xl\:text-5xl {
        font-size: 3.5rem
    }

    .xl\:text-5\.5xl {
        font-size: 4rem
    }

    .xl\:text-6xl {
        font-size: 6.3rem
    }

    .xl\:text-2xsvw {
        font-size: .54vw
    }

    .xl\:text-xsvw {
        font-size: .6vw
    }

    .xl\:text-smvw {
        font-size: .7vw
    }

    .xl\:text-mdvw {
        font-size: .8vw
    }

    .xl\:text-lgvw {
        font-size: .94vw
    }

    .xl\:text-xlvw {
        font-size: 1.05vw
    }

    .xl\:text-2xlvw {
        font-size: 1.4vw
    }

    .xl\:text-3xlvw {
        font-size: 1.7vw
    }

    .xl\:text-4xlvw {
        font-size: 2vw
    }

    .xl\:text-5xlvw {
        font-size: 3vw
    }

    .xl\:text-5\.5xlvw {
        font-size: 3.4vw
    }

    .xl\:text-6xlvw {
        font-size: 5.3vw
    }

    .xl\:italic {
        font-style: italic
    }

    .xl\:not-italic {
        font-style: normal
    }

    .xl\:uppercase {
        text-transform: uppercase
    }

    .xl\:lowercase {
        text-transform: lowercase
    }

    .xl\:capitalize {
        text-transform: capitalize
    }

    .xl\:normal-case {
        text-transform: none
    }

    .xl\:underline {
        text-decoration: underline
    }

    .xl\:line-through {
        text-decoration: line-through
    }

    .xl\:no-underline {
        text-decoration: none
    }

    .xl\:hover\:underline:hover {
        text-decoration: underline
    }

    .xl\:hover\:line-through:hover {
        text-decoration: line-through
    }

    .xl\:hover\:no-underline:hover {
        text-decoration: none
    }

    .xl\:focus\:underline:focus {
        text-decoration: underline
    }

    .xl\:focus\:line-through:focus {
        text-decoration: line-through
    }

    .xl\:focus\:no-underline:focus {
        text-decoration: none
    }

    .xl\:antialiased {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .xl\:subpixel-antialiased {
        -webkit-font-smoothing: auto;
        -moz-osx-font-smoothing: auto
    }

    .xl\:tracking-tighter {
        letter-spacing: -.05em
    }

    .xl\:tracking-tight {
        letter-spacing: -.025em
    }

    .xl\:tracking-normal {
        letter-spacing: 0
    }

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

    .xl\:tracking-wider {
        letter-spacing: .05em
    }

    .xl\:tracking-widest {
        letter-spacing: .1em
    }

    .xl\:select-none {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .xl\:select-text {
        -webkit-user-select: text;
        -moz-user-select: text;
        -ms-user-select: text;
        user-select: text
    }

    .xl\:select-all {
        -webkit-user-select: all;
        -moz-user-select: all;
        -ms-user-select: all;
        user-select: all
    }

    .xl\:select-auto {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -ms-user-select: auto;
        user-select: auto
    }

    .xl\:align-baseline {
        vertical-align: baseline
    }

    .xl\:align-top {
        vertical-align: top
    }

    .xl\:align-middle {
        vertical-align: middle
    }

    .xl\:align-bottom {
        vertical-align: bottom
    }

    .xl\:align-text-top {
        vertical-align: text-top
    }

    .xl\:align-text-bottom {
        vertical-align: text-bottom
    }

    .xl\:visible {
        visibility: visible
    }

    .xl\:invisible {
        visibility: hidden
    }

    .xl\:whitespace-normal {
        white-space: normal
    }

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

    .xl\:whitespace-pre {
        white-space: pre
    }

    .xl\:whitespace-pre-line {
        white-space: pre-line
    }

    .xl\:whitespace-pre-wrap {
        white-space: pre-wrap
    }

    .xl\:break-normal {
        overflow-wrap: normal;
        word-break: normal
    }

    .xl\:break-words {
        overflow-wrap: break-word
    }

    .xl\:break-all {
        word-break: break-all
    }

    .xl\:truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .xl\:w-0 {
        width: 0
    }

    .xl\:w-1 {
        width: .25rem
    }

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

    .xl\:w-3 {
        width: .75rem
    }

    .xl\:w-4 {
        width: 1rem
    }

    .xl\:w-5 {
        width: 1.25rem
    }

    .xl\:w-6 {
        width: 1.5rem
    }

    .xl\:w-8 {
        width: 2rem
    }

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

    .xl\:w-12 {
        width: 3rem
    }

    .xl\:w-15 {
        width: 3.7rem
    }

    .xl\:w-16 {
        width: 4rem
    }

    .xl\:w-20 {
        width: 5rem
    }

    .xl\:w-24 {
        width: 6rem
    }

    .xl\:w-32 {
        width: 8rem
    }

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

    .xl\:w-48 {
        width: 12rem
    }

    .xl\:w-56 {
        width: 14rem
    }

    .xl\:w-64 {
        width: 16rem
    }

    .xl\:w-auto {
        width: auto
    }

    .xl\:w-px {
        width: 1px
    }

    .xl\:w-6vw {
        width: 1vw
    }

    .xl\:w-10vw {
        width: 2vw
    }

    .xl\:w-12vw {
        width: 2.5vw
    }

    .xl\:w-20vw {
        width: 3vw
    }

    .xl\:w-22vw {
        width: 4.3vw
    }

    .xl\:w-24vw {
        width: 3.6vw
    }

    .xl\:w-40vw {
        width: 9vw
    }

    .xl\:w-48vw {
        width: 11vw
    }

    .xl\:w--1 {
        width: -1px
    }

    .xl\:w--2 {
        width: -2px
    }

    .xl\:w--4 {
        width: -1rem
    }

    .xl\:w--8 {
        width: -2rem
    }

    .xl\:w-3vw {
        width: .5vw
    }

    .xl\:w-1\/2 {
        width: 50%
    }

    .xl\:w-1\/3 {
        width: 33.33333%
    }

    .xl\:w-2\/3 {
        width: 66.66667%
    }

    .xl\:w-1\/4 {
        width: 25%
    }

    .xl\:w-3\/4 {
        width: 75%
    }

    .xl\:w-1\/5 {
        width: 20%
    }

    .xl\:w-2\/5 {
        width: 40%
    }

    .xl\:w-3\/5 {
        width: 60%
    }

    .xl\:w-4\/5 {
        width: 80%
    }

    .xl\:w-1\/6 {
        width: 16.66667%
    }

    .xl\:w-5\/6 {
        width: 83.33333%
    }

    .xl\:w-5\/12 {
        width: 41.666667%
    }

    .xl\:w-7\/12 {
        width: 58.333333%
    }

    .xl\:w-full {
        width: 100%
    }

    .xl\:w-screen {
        width: 100vw
    }

    .xl\:z-0 {
        z-index: 0
    }

    .xl\:z-10 {
        z-index: 10
    }

    .xl\:z-20 {
        z-index: 20
    }

    .xl\:z-30 {
        z-index: 30
    }

    .xl\:z-40 {
        z-index: 40
    }

    .xl\:z-50 {
        z-index: 50
    }

    .xl\:z-auto {
        z-index: auto
    }
}