/******* Yantramanav *******/
@font-face {
    font-family: "Yantramanav";
    src: url(../fonts/Yantramanav-Thin.ttf);
    font-weight: 100;
}

@font-face {
    font-family: "Yantramanav";
    src: url(../fonts/Yantramanav-Light.ttf);
    font-weight: 300;
}

@font-face {
    font-family: "Yantramanav";
    src: url(../fonts/Yantramanav-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: "Yantramanav";
    src: url(../fonts/Yantramanav-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: "Yantramanav";
    src: url(../fonts/Yantramanav-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: "Yantramanav";
    src: url(../fonts/Yantramanav-Black.ttf);
    font-weight: 900;
}

/******* EB Garamond *******/
@font-face {
    font-family: "EBGaramond-Bold";
    src: url(../fonts/EBGaramond-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: "EBGaramond-BoldItalic";
    src: url(../fonts/EBGaramond-BoldItalic.ttf);
    font-weight: 700;
}

@font-face {
    font-family: "EBGaramond-ExtraBold";
    src: url(../fonts/EBGaramond-ExtraBold.ttf);
    font-weight: 800;
}

@font-face {
    font-family: "EBGaramond-ExtraBoldItalic";
    src: url(../fonts/EBGaramond-ExtraBoldItalic.ttf);
    font-weight: 800;
}

@font-face {
    font-family: "EBGaramond-Italic";
    src: url(../fonts/EBGaramond-Italic.ttf);
    font-weight: 400;
}

@font-face {
    font-family: "EBGaramond-Medium";
    src: url(../fonts/EBGaramond-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: "EBGaramond-MediumItalic";
    src: url(../fonts/EBGaramond-MediumItalic.ttf);
    font-weight: 500;
}

@font-face {
    font-family: "EBGaramond-Regular";
    src: url(../fonts/EBGaramond-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: "EBGaramond-SemiBold";
    src: url(../fonts/EBGaramond-SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: "EBGaramond-SemiBoldItalic";
    src: url(../fonts/EBGaramond-SemiBoldItalic.ttf);
    font-weight: 600;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    object-fit: fill;
}

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

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

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

a {
    background-color: transparent
}

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

img {
    border-style: none
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

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

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    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
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none !important
}

@-webkit-keyframes fade-in {
    0% {
        display: none;
        visibility: hidden;
        opacity: 0
    }
    1% {
        display: block;
        visibility: visible;
        opacity: 0
    }
    100% {
        display: block;
        visibility: visible;
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        display: none;
        visibility: hidden;
        opacity: 0
    }
    1% {
        display: block;
        visibility: visible;
        opacity: 0
    }
    100% {
        display: block;
        visibility: visible;
        opacity: 1
    }
}

@-webkit-keyframes fade-out {
    0% {
        display: block;
        visibility: visible;
        opacity: 1
    }
    99% {
        display: block;
        visibility: visible;
        opacity: 0
    }
    100% {
        display: none;
        visibility: hidden;
        opacity: 0
    }
}

@keyframes fade-out {
    0% {
        display: block;
        visibility: visible;
        opacity: 1
    }
    99% {
        display: block;
        visibility: visible;
        opacity: 0
    }
    100% {
        display: none;
        visibility: hidden;
        opacity: 0
    }
}

:root {
    --fg: 5, 5, 38;
    --bg: 255, 255, 255;
    --white: #fff;
    --light-wash: #f7fbfb;
    --medium-wash: #eff7f8;
    --dark-wash: #e6f3f3;
    --light-warm-gray: #eeedee;
    --dark-warm-gray: #a3acb0;
    --cool-gray-1: #c5c5d2;
    --cool-gray-2: #8e8ea0;
    --cool-gray-3: #6e6e80;
    --cool-gray-4: #404452;
    --black: #050526;
    --pink: #e6a2e4;
    --magenta: #dd5ce5;
    --red: #bd1c5f;
    --bright-red: #ef4146;
    --orange: #e86c09;
    --golden: #f4ac36;
    --yellow: #ebe93d;
    --light-green: #68de7a;
    --dark-green: #10a37f;
    --teal: #2ff3ce;
    --light-blue: #27b5ea;
    --medium-blue: #2e95d3;
    --dark-blue: #5436da;
    --navy-blue: #3b2479;
    --light-purple: #6b40d8;
    --dark-purple: #412991;
    --light-grayish-purple: #cdc3cf;
    --medium-grayish-purple: #9c88a3;
    --dark-grayish-purple: #562f5f;
    --dull-black-1: #0e0e1a;
    --dull-black-2: #191927;
    --breakpoint-xs: 0;
    --breakpoint-sm: 480px;
    --breakpoint-md: 720px;
    --breakpoint-lg: 960px;
    --breakpoint-xl: 1280px;
    --sans-serif: Yantramanav;
    --serif: Charter, Georgia, serif;
    --monospace: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 17.5px
}

@media (min-width: 960px) {
    html {
        font-size: 20px
    }
}

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

::selection {
    color: #fff;
    color: rgba(var(--bg), 1);
    background-color: #050526;
    background-color: rgba(var(--fg), 1)
}

::-webkit-input-placeholder {
    color: rgba(5, 5, 38, 0.4);
    color: rgba(var(--fg), 0.4)
}

:-ms-input-placeholder {
    color: rgba(5, 5, 38, 0.4);
    color: rgba(var(--fg), 0.4)
}

::-ms-input-placeholder {
    color: rgba(5, 5, 38, 0.4);
    color: rgba(var(--fg), 0.4)
}

::placeholder {
    color: rgba(5, 5, 38, 0.4);
    color: rgba(var(--fg), 0.4)
}

body {
    font-family: "EBGaramond-Regular";
    line-height: 1.5;
    font-style: normal;
    letter-spacing: 0;
    background-color: #fff;
    background-color: rgba(var(--bg), 1);
    color: #050526;
    color: rgba(var(--fg), 1);
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* font-weight: normal; */
    word-wrap: break-word;
    overflow-x: hidden
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.bold {
    font-family: 'EBGaramond-SemiBold';
}

.icon,
[class^="icon-"]:before,
[class*=" icon-"]:before,
[class^="icon-"].right:after,
[class*=" icon-"].right:after {
    font-style: normal;
    font-weight: normal;
    font-family: IconsAI;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    white-space: nowrap;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class^="icon-"].right:before,
[class*=" icon-"].right:before {
    display: none;
    content: ""
}

.icon-left:before,
.icon-left.right:after {
    content: "←"
}

.icon-right:before,
.icon-right.right:after {
    content: "→"
}

.icon-up:before,
.icon-up.right:after {
    content: "↑"
}

.icon-down:before,
.icon-down.right:after {
    content: "↓"
}

.icon-download:before,
.icon-download.right:after {
    content: ""
}

.icon-upload:before,
.icon-upload.right:after {
    content: ""
}

.icon-upright:before,
.icon-upright.right:after,
.icon-external:before,
.icon-external.right:after {
    content: "↗"
}

.icon-downright:before,
.icon-downright.right:after {
    content: "↘"
}

.icon-upleft:before,
.icon-upleft.right:after {
    content: "↖"
}

.icon-downleft:before,
.icon-downleft.right:after {
    content: "↙"
}

.icon-navigateleft:before,
.icon-navigateleft.right:after,
.icon-previous:before,
.icon-previous.right:after {
    content: " ‹ "
}

.icon-navigateright:before,
.icon-navigateright.right:after,
.icon-next:before,
.icon-next.right:after {
    content: " › ";
}


.icon-navigateup:before,
.icon-navigateup.right:after {
    content: "▲"
}

.icon-navigatedown:before,
.icon-navigatedown.right:after {
    content: "▼"
}

.icon-menu:before,
.icon-menu.right:after {
    content: "≡"
}

.icon-close:before,
.icon-close.right:after {
    content: "❌"
}

.icon-plus:before,
.icon-plus.right:after {
    content: "+"
}

.icon-minus:before,
.icon-minus.right:after {
    content: "−"
}

.icon-check:before,
.icon-check.right:after {
    content: "✔"
}

.icon-refresh:before,
.icon-refresh.right:after {
    content: "↻"
}

.icon-search:before,
.icon-search.right:after {
    content: "🔍"
}

.icon-paper:before,
.icon-paper.right:after {
    content: "📄"
}

.icon-papers:before,
.icon-papers.right:after {
    content: "🗍"
}

.icon-code:before,
.icon-code.right:after {
    content: ""
}

.icon-email:before,
.icon-email.right:after {
    content: "✉"
}

.icon-chat:before,
.icon-chat.right:after {
    content: "💬"
}

.icon-slides:before,
.icon-slides.right:after,
.icon-notes:before,
.icon-notes.right:after {
    content: "🗐"
}

.icon-software:before,
.icon-software.right:after,
.icon-lozenge:before,
.icon-lozenge.right:after {
    content: "◊"
}

.icon-release:before,
.icon-release.right:after,
.icon-hexagon:before,
.icon-hexagon.right:after {
    content: "◊"
}

.icon-playcircle:before,
.icon-playcircle.right:after {
    content: ""
}

.icon-pausecircle:before,
.icon-pausecircle.right:after {
    content: ""
}

.icon-stopcircle:before,
.icon-stopcircle.right:after {
    content: "■"
}

.icon-play:before,
.icon-play.right:after {
    content: "▶"
}

.icon-pause:before,
.icon-pause.right:after {
    content: "⏸"
}

.icon-stop:before,
.icon-stop.right:after {
    content: "⏹"
}

.icon-dropdown:before,
.icon-dropdown.right:after,
.icon-caretdown:before,
.icon-caretdown.right:after {
    content: "▾"
}

.icon-dropup:before,
.icon-dropup.right:after,
.icon-caretup:before,
.icon-caretup.right:after {
    content: "▴"
}

.icon-dropright:before,
.icon-dropright.right:after,
.icon-caretright:before,
.icon-caretright.right:after {
    content: "▸"
}

.icon-dropleft:before,
.icon-dropleft.right:after,
.icon-caretleft:before,
.icon-caretleft.right:after {
    content: "◂"
}

.icon-ellipsis:before,
.icon-ellipsis.right:after {
    content: "…"
}

.icon-verticalellipsis:before,
.icon-verticalellipsis.right:after {
    content: "⋮"
}

.icon-twitter:before,
.icon-twitter.right:after,
.icon-tweet:before,
.icon-tweet.right:after {
    content: "🐦"
}

.icon-share:before,
.icon-share.right:after {
    content: "股"
}

.icon-volume:before,
.icon-volume.right:after,
.icon-speaker:before,
.icon-speaker.right:after,
.icon-volume3:before,
.icon-volume3.right:after,
.icon-speaker3:before,
.icon-speaker3.right:after {
    content: "🔊"
}

.icon-volume2:before,
.icon-volume2.right:after,
.icon-speaker2:before,
.icon-speaker2.right:after {
    content: ""
}

.icon-volume1:before,
.icon-volume1.right:after,
.icon-speaker1:before,
.icon-speaker1.right:after {
    content: "🔉"
}

.icon-volume0:before,
.icon-volume0.right:after,
.icon-speaker0:before,
.icon-speaker0.right:after {
    content: "🔈"
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: Yantramanav, sans-serif;
    font-weight: bold
}

h1,
.h1 {
    font-size: 2.25em;
    line-height: 1.15;
    letter-spacing: 0
}

@media (min-width: 960px) {
    h1,
    .h1 {
        font-size: 2.5em
    }
}

.content h1,
.content .h1 {
    margin-top: 3rem;
    margin-bottom: .375rem
}

h2,
.h2 {
    font-size: 1.5em;
    line-height: 1.25;
    letter-spacing: 0
}

@media (min-width: 960px) {
    h2,
    .h2 {
        font-size: 1.6666666667em
    }
}

.content h2,
.content .h2 {
    margin-top: 2.25rem;
    margin-bottom: .75rem
}

h3,
.h3 {
    font-size: 1.25em;
    line-height: 1.4;
    letter-spacing: 0.0125em
}

.content h3,
.content .h3 {
    margin-top: 2.25rem;
    margin-bottom: .75rem
}

h4,
.h4 {
    font-size: 1em;
    letter-spacing: 0.025em;
    line-height: 1.4
}

.content h4,
.content .h4 {
    margin-top: 1.5rem;
    margin-bottom: .375rem
}

h5,
.h5 {
    font-size: .8333333333em;
    letter-spacing: 0.025em;
    line-height: 1.4
}

.content h5,
.content .h5 {
    margin-top: 1.5rem;
    margin-bottom: .375rem
}

h6,
.h6 {
    font-size: .75em;
    letter-spacing: 0.0375em;
    line-height: 1.4
}

.content h6,
.content .h6 {
    margin-top: 1.5rem;
    margin-bottom: .375rem
}

.xlarge-copy {
    font-family: Yantramanav, sans-serif;
    font-size: 1.5em;
    line-height: 1.25;
    letter-spacing: 0;
    font-weight: normal
}

@media (min-width: 960px) {
    .xlarge-copy {
        font-size: 1.6666666667em
    }
}

.large-copy {
    font-family: Yantramanav, sans-serif;
    font-size: 1.25em;
    line-height: 1.4;
    letter-spacing: 0.0125em;
    font-weight: normal
}

.medium-copy {
    font-family: Yantramanav, sans-serif;
    font-size: 1em;
    letter-spacing: 0.020833em;
    font-weight: normal
}

.medium-small-copy {
    font-family: Yantramanav, sans-serif;
    font-size: .9166666667em;
    letter-spacing: 0.025em;
    font-weight: 400
}

.medium-xsmall-copy {
    font-family: Yantramanav, sans-serif;
    font-size: .8333333333em;
    letter-spacing: 0.025em;
    font-weight: 400
}

.small-copy {
    font-family: Yantramanav, sans-serif;
    font-size: .75em;
    letter-spacing: 0.020833em;
    font-weight: 400
}

.small-copy strong {
    font-weight: bold;
    letter-spacing: 0.0375em
}

.xsmall-copy {
    font-family: Yantramanav, sans-serif;
    font-size: .6666666667em;
    letter-spacing: 0.033333em;
    font-weight: 500
}

.xsmall-copy strong {
    font-weight: bold;
    letter-spacing: 0.05em
}

.xxsmall-copy {
    font-family: Yantramanav;
    font-size: .5833333333em;
    letter-spacing: 0.05em;
    font-weight: 500
}

.xxsmall-copy strong {
    font-weight: bold;
    letter-spacing: 0.05em
}

.small-caps {
    font-family: Yantramanav;
    font-weight:400;
    font-size: .6666666667em;
    letter-spacing: 0.2em;
    text-transform: uppercase
}

.xsmall-caps {
    font-family: Yantramanav;
    font-size: .5em;
    letter-spacing: 0.2em;
    text-transform: uppercase
}

.xlarge {
    font-size: 1.3333333333em;
    line-height: 1.45;
    letter-spacing: 0
}

@media (min-width: 960px) {
    .xlarge {
        font-size: 1.5em
    }
}

.large {
    font-size: 1.25em;
    line-height: 1.4;
    line-height: 1.5;
    letter-spacing: 0
}

.small-caps-alt {
    font-variant-caps: small-caps;
    text-transform: lowercase;
    letter-spacing: 0.05em;
    line-height: 1.25
}

hr {
    opacity: 0.0875;
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor
}

.color-white hr {
    background: #fff
}

.content hr {
    margin: 2.25rem 0
}

.hr-no-height {
    height: 0
}

.hr-strong {
    opacity: 0.2
}

.content p,
.content ol,
.content ul,
.content blockquote {
    font-size: 1em;
    margin-bottom: 1.5rem
}

.content ol,
.content ul {
    padding-left: 1.25em
}

@media (min-width: 1280px) {
    .content ol,
    .content ul {
        padding-left: 0
    }
}

.content ol {
    counter-reset: decimal-counter
}

.content ul li:before,
.content ol li:before {
    position: absolute;
    margin-left: -3em;
    width: 3em;
    text-align: right
}

.content ul li:before {
    color: rgba(5, 5, 38, 0.3);
    color: rgba(var(--fg), 0.3);
    padding-right: 0.4em;
    content: "•"
}

.content ol li:before {
    color: rgba(5, 5, 38, 0.5);
    color: rgba(var(--fg), 0.5);
    padding-right: 0.25em;
    content: counter(decimal-counter) ".";
    counter-increment: decimal-counter;
    font-variant-numeric: tabular-nums
}

.content li {
    margin-bottom: .5rem
}

.content li ol,
.content li ul {
    padding-left: 1.25em;
    margin-top: .5rem;
    margin-bottom: 0
}

.content li ul>li:before {
    content: "◦"
}

.content li li ul>li:before {
    content: "•"
}

blockquote {
    padding-left: 1.25em;
    position: relative;
    font-style: normal !important;
}

@media (min-width: 1280px) {
    blockquote {
        padding-left: 0
    }
}

blockquote em {
    font-style: normal
}

blockquote p {
    margin-bottom: 0
}

blockquote:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: rgba(5, 5, 38, 0.2);
    background-color: rgba(var(--fg), 0.2);
    left: 0
}

@media (min-width: 1280px) {
    blockquote:after {
        left: -1em
    }
}

strong,
.strong {
    font-weight: bold
}

em,
.em {
    font-style: italic
}

small,
.small {
    font-size: .8333333333em;
    letter-spacing: 0.025em
}

mark,
.mark {
    background-color: #050526;
    background-color: rgba(var(--fg), 1);
    color: #fff;
    color: rgba(var(--bg), 1)
}

sub,
sup {
    font-family: Yantramanav, sans-serif;
    font-size: .75em;
    letter-spacing: 0.020833em;
    font-weight: 500;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub strong,
sup strong {
    font-weight: bold;
    letter-spacing: 0.0375em
}

sub a,
sup a {
    color: currentColor !important;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgba(5, 5, 38, 0.2)), color-stop(0, rgba(5, 5, 38, 0.2))) !important;
    background-image: linear-gradient(180deg, rgba(5, 5, 38, 0.2) 75%, rgba(5, 5, 38, 0.2) 0) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgba(var(--fg), 0.2)), color-stop(0, rgba(var(--fg), 0.2))) !important;
    background-image: linear-gradient(180deg, rgba(var(--fg), 0.2) 75%, rgba(var(--fg), 0.2) 0) !important;
    background-repeat: repeat-x;
    background-size: 1px 1px;
    background-position: 0 90%
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
    letter-spacing: 0;
    border-radius: 2.5px
}

code,
kbd,
samp {
    font-size: .8333333333em
}

pre,
code,
kbd {
    background-color: rgba(5, 5, 38, 0.03);
    background-color: rgba(var(--fg), 0.03)
}

code,
kbd {
    padding: 0.1em 0.2em
}

pre {
    font-size: 0.8em;
    padding: 1.125em;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    overflow: auto
}

pre code {
    font-size: 1em;
    background-color: transparent !important;
    color: inherit;
    padding: 0
}

.list-inline>* {
    display: inline-block
}

.list-inline>*:not(:last-child) {
    margin-right: .75em
}

.list-inline-0>* {
    display: inline-block
}

.list-inline-0>*:not(:last-child) {
    margin-right: 0
}

.list-unstyled {
    padding-left: 0 !important
}

.list-unstyled li {
    margin-bottom: 0
}

.list-unstyled li:before {
    content: "" !important
}

.list-unbulleted {
    padding-left: 0 !important
}

.list-unbulleted li:before {
    content: "" !important
}

.list-indented {
    padding-left: 1.25em !important
}

.list-compact li {
    margin-bottom: 0
}

.content ol.list-lower-latin li:before {
    content: counter(decimal-counter, lower-latin) "."
}

.content ol.list-lower-roman li:before {
    content: counter(decimal-counter, lower-roman) "."
}

.content ol.list-upper-latin li:before {
    content: counter(decimal-counter, upper-latin) "."
}

.content ol.list-upper-roman li:before {
    content: counter(decimal-counter, upper-roman) "."
}

.content ol.list-decimal-leading-zero li:before {
    content: counter(decimal-counter, decimal-leading-zero) "."
}

.content section:not(.footnotes) {
    margin-bottom: 1.5rem
}

a {
    text-decoration: none;
    color: inherit
}

.content a:not(.no-style) {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgba(5, 5, 38, 0.3)), color-stop(0, rgba(5, 5, 38, 0.3)));
    background-image: linear-gradient(180deg, rgba(5, 5, 38, 0.3) 75%, rgba(5, 5, 38, 0.3) 0);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgba(var(--fg), 0.3)), color-stop(0, rgba(var(--fg), 0.3)));
    background-image: linear-gradient(180deg, rgba(var(--fg), 0.3) 75%, rgba(var(--fg), 0.3) 0);
    background-repeat: repeat-x;
    background-size: 1px 1px;
    background-position: 0 90%;
    -webkit-transition: color 100ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: color 100ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

.content a:not(.no-style):hover {
    opacity: .6
}

.color-current a:not(.btn) {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, currentColor), color-stop(0, currentColor)) !important;
    background-image: linear-gradient(180deg, currentColor 75%, currentColor 0) !important;
    background-repeat: repeat-x;
    background-size: 1px 1px;
    background-position: 0 90%
}

.fade:hover {
    opacity: .6
}

a.faded {
    opacity: .6
}

.no-fade:hover {
    opacity: 1 !important
}

.faded {
    opacity: 0.9
}

.underline:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgba(5, 5, 38, 0.3)), color-stop(0, rgba(5, 5, 38, 0.3)));
    background-image: linear-gradient(180deg, rgba(5, 5, 38, 0.3) 75%, rgba(5, 5, 38, 0.3) 0);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgba(var(--fg), 0.3)), color-stop(0, rgba(var(--fg), 0.3)));
    background-image: linear-gradient(180deg, rgba(var(--fg), 0.3) 75%, rgba(var(--fg), 0.3) 0);
    background-repeat: repeat-x;
    background-size: 1px 1px;
    background-position: 0 90%
}

.underlined {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgba(5, 5, 38, 0.3)), color-stop(0, rgba(5, 5, 38, 0.3)));
    background-image: linear-gradient(180deg, rgba(5, 5, 38, 0.3) 75%, rgba(5, 5, 38, 0.3) 0);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgba(var(--fg), 0.3)), color-stop(0, rgba(var(--fg), 0.3)));
    background-image: linear-gradient(180deg, rgba(var(--fg), 0.3) 75%, rgba(var(--fg), 0.3) 0);
    background-repeat: repeat-x;
    background-size: 1px 1px;
    background-position: 0 90%
}

.no-underline {
    background-image: none !important
}

.darken {
    -webkit-transition: -webkit-filter 100ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-filter 100ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: filter 100ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: filter 100ms cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-filter 100ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

.darken:hover {
    -webkit-filter: brightness(80%);
    filter: brightness(80%)
}

button {
    cursor: pointer;
    background-color: inherit
}

.btns .btn:not(:last-child) {
    margin-right: 1.125em
}

.btns .btn-padded:not(:last-child) {
    margin-right: .75em
}

.btn {
    cursor: pointer;
    display: inline-block;
    border: 0;
    border-radius: 3px;
    font-family: Yantramanav, sans-serif;
    font-size: .6666666667em;
    letter-spacing: 0.2em;
    font-weight: bold;
    text-transform: uppercase;
    background-image: none !important;
    padding: 0
}

.btn.icon,
.btn[class^="icon-"]:before,
.btn[class*=" icon-"]:before,
.btn[class^="icon-"].right:after,
.btn[class*=" icon-"].right:after {
    font-size: 1.4166666667em;
    vertical-align: middle;
    line-height: 0;
    position: relative;
    top: -0.165em
}

.btn[class^="icon-"]:before,
.btn[class*=" icon-"]:before {
    left: -0.2em
}

.btn.disabled,
.btn:disabled {
    opacity: 0.5;
    cursor: default
}

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

.btn-padded {
    color: #050526 !important;
    color: rgba(var(--fg), 1) !important;
    background-color: rgba(5, 5, 38, 0.05);
    background-color: rgba(var(--fg), 0.05);
    padding: 0.7em 1.2em 0.6em;
    margin-bottom: .75em
}

.btn-padded:hover:not(.disabled):not(:disabled) {
    color: #050526 !important;
    color: rgba(var(--fg), 1) !important;
    background-color: rgba(5, 5, 38, 0.08);
    background-color: rgba(var(--fg), 0.08);
    opacity: 1 !important
}

.btn-padded[class^="icon-"].right:after,
.btn-padded[class*=" icon-"].right:after {
    right: -0.2em
}

.btn-padded.btn-large {
    padding: 1em 1.5em 0.9em
}

.button-unstyled {
    border: 0;
    padding: 0;
    text-transform: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    color: inherit
}

img,
video,
iframe {
    max-width: 100%;
    display: block
}

.content img,
.content video,
.content iframe {
    margin-bottom: 1.5rem
}

svg {
    fill: currentColor
}

figure {
    font-family: Yantramanav, sans-serif;
    margin-bottom: 1.5rem
}

figcaption,
.caption {
    font-family: Yantramanav, sans-serif;
    font-size: .75em;
    letter-spacing: 0.020833em;
    font-weight: 500;
    padding-top: .5rem
}

figcaption strong,
.caption strong {
    font-weight: bold;
    letter-spacing: 0.0375em
}

figcaption a,
.caption a {
    color: currentColor !important;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgba(5, 5, 38, 0.2)), color-stop(0, rgba(5, 5, 38, 0.2))) !important;
    background-image: linear-gradient(180deg, rgba(5, 5, 38, 0.2) 75%, rgba(5, 5, 38, 0.2) 0) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgba(var(--fg), 0.2)), color-stop(0, rgba(var(--fg), 0.2))) !important;
    background-image: linear-gradient(180deg, rgba(var(--fg), 0.2) 75%, rgba(var(--fg), 0.2) 0) !important;
    background-repeat: repeat-x;
    background-size: 1px 1px;
    background-position: 0 90%
}

.small-caption {
    font-family: Yantramanav, sans-serif;
    font-size: .6666666667em;
    letter-spacing: 0.033333em;
    font-weight: 500;
    padding-top: .375rem
}

.small-caption strong {
    font-weight: bold;
    letter-spacing: 0.05em
}

.small-caption a {
    color: currentColor !important;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgba(5, 5, 38, 0.2)), color-stop(0, rgba(5, 5, 38, 0.2))) !important;
    background-image: linear-gradient(180deg, rgba(5, 5, 38, 0.2) 75%, rgba(5, 5, 38, 0.2) 0) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgba(var(--fg), 0.2)), color-stop(0, rgba(var(--fg), 0.2))) !important;
    background-image: linear-gradient(180deg, rgba(var(--fg), 0.2) 75%, rgba(var(--fg), 0.2) 0) !important;
    background-repeat: repeat-x;
    background-size: 1px 1px;
    background-position: 0 90%
}

figcaption,
.caption,
.small-caption {
    color: rgba(5, 5, 38, 0.5);
    color: rgba(var(--fg), 0.5);
    margin-top: -1.5rem
}

.caption,
.small-caption {
    display: block;
    margin-bottom: 1.5rem
}

p>.caption:only-of-type {
    margin-top: -1.5rem
}

img+br+.caption {
    margin-top: -3rem !important
}

@media (min-width: 720px) {
    .footnote-aside,
    .aside,
    .aside-left,
    .aside-right {
        padding-left: .75rem;
        padding-right: .75rem;
        width: 33.3333333333%;
        position: absolute;
        right: 0
    }
}

@media (min-width: 960px) {
    .footnote-aside,
    .aside,
    .aside-left,
    .aside-right {
        width: 50%
    }
}

@media (min-width: 720px) {
    .aside,
    .aside-left {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@media (min-width: 1280px) {
    .aside,
    .aside-left {
        left: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.footnote-aside {
    font-family: Yantramanav, sans-serif;
    font-size: .75em;
    letter-spacing: 0.020833em;
    font-weight: 500;
    color: rgba(5, 5, 38, 0.5);
    color: rgba(var(--fg), 0.5);
    display: none;
    margin-top: calc(-1.5em - 2px)
}

.footnote-aside strong {
    font-weight: bold;
    letter-spacing: 0.0375em
}

.footnote-aside a {
    color: currentColor !important;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgba(5, 5, 38, 0.2)), color-stop(0, rgba(5, 5, 38, 0.2))) !important;
    background-image: linear-gradient(180deg, rgba(5, 5, 38, 0.2) 75%, rgba(5, 5, 38, 0.2) 0) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgba(var(--fg), 0.2)), color-stop(0, rgba(var(--fg), 0.2))) !important;
    background-image: linear-gradient(180deg, rgba(var(--fg), 0.2) 75%, rgba(var(--fg), 0.2) 0) !important;
    background-repeat: repeat-x;
    background-size: 1px 1px;
    background-position: 0 90%
}

@media (min-width: 720px) {
    .footnote-aside {
        display: block
    }
}

@media (min-width: 720px) {
    .footnote-aside,
    .aside-right {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@media (min-width: 1280px) {
    .title-aside {
        padding-left: .75rem;
        padding-right: .75rem;
        position: absolute;
        left: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        width: 50%
    }
}

.scrim,
.inset-border {
    position: relative
}

.scrim:before,
.inset-border:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.scrim:before {
    background-color: rgba(0, 0, 0, 0.025)
}

.inset-border:before {
    border: 1px inset rgba(0, 0, 0, 0.075)
}

.bg-cover {
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.bg-contain {
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.bg-shadow {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 5, 38, 0.02)), color-stop(5%, rgba(255, 255, 255, 0)), color-stop(95%, rgba(255, 255, 255, 0)), to(rgba(5, 5, 38, 0.02)));
    background-image: linear-gradient(180deg, rgba(5, 5, 38, 0.02) 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0) 95%, rgba(5, 5, 38, 0.02) 100%)
}

.shadowed-light {
    -webkit-box-shadow: 0 0 3px rgba(5, 5, 38, 0.03);
    box-shadow: 0 0 3px rgba(5, 5, 38, 0.03)
}

.shadowed {
    -webkit-box-shadow: 0 0 10px rgba(5, 5, 38, 0.05);
    box-shadow: 0 0 10px rgba(5, 5, 38, 0.05)
}

.shadowed-heavy {
    -webkit-box-shadow: 0 0 25px rgba(5, 5, 38, 0.1);
    box-shadow: 0 0 25px rgba(5, 5, 38, 0.1)
}

.shadowed-xheavy {
    -webkit-box-shadow: 0 0 25px rgba(5, 5, 38, 0.15);
    box-shadow: 0 0 25px rgba(5, 5, 38, 0.15)
}

table {
    font-family: Yantramanav, sans-serif;
    font-variant-numeric: tabular-nums;
    border-collapse: separate;
    border-spacing: 2px;
    overflow-x: auto;
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
    width: 100%;
    display: inherit
}

th {
    font-family: Yantramanav, sans-serif;
    font-size: .6666666667em;
    letter-spacing: 0.2em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    vertical-align: bottom
}

th,
td {
    padding: .375rem
}

td {
    font-family: Yantramanav, sans-serif;
    font-size: .8333333333em;
    letter-spacing: 0.025em;
    font-weight: normal
}

tr:nth-child(odd) td {
    background-color: rgba(5, 5, 38, 0.05);
    background-color: rgba(var(--fg), 0.05)
}

.table-unstyled,
.table-unstyled>table {
    margin-top: unset;
    margin-bottom: unset;
    border-spacing: unset
}

.table-unstyled th,
.table-unstyled td {
    padding: unset;
    font-family: unset;
    font-size: unset;
    font-weight: unset;
    text-transform: unset;
    letter-spacing: unset;
    line-height: unset;
    background-color: unset !important
}

.table-compact,
.table-compact>table {
    border-collapse: collapse;
    border-spacing: unset
}

.table-compact th,
.table-compact td {
    border-bottom: 1px solid rgba(var(--fg), 0.0875);
    padding: .1875rem;
    background-color: unset !important
}

.table-compact th.th-strong,
.table-compact th.td-strong,
.table-compact td.th-strong,
.table-compact td.td-strong {
    border-color: rgba(var(--fg), 0.2)
}

.container {
    max-width: 1470px;
    width: 90.9090909091%;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 720px) {
    .container {
        width: 93.3333333333%
    }
}

.wide {
    position: relative;
    max-width: 1470px;
    width: 90.9090909091vw;
    left: 0;
    margin-top: 3rem;
    margin-bottom: 3rem
}

@media (min-width: 720px) {
    .wide {
        width: 93.3333333333vw
    }
}

@media (min-width: 1280px) {
    .wide {
        margin-left: calc(50% - 46.6666666667vw);
        -webkit-transform: translateX(calc(46.6666666667vw - 50%));
        transform: translateX(calc(46.6666666667vw - 50%))
    }
}

.wide img {
    width: 100%
}

.full {
    position: relative;
    width: 100vw;
    left: 0;
    -webkit-transform: translateX(-4.5454545455vw);
    transform: translateX(-4.5454545455vw);
    margin-top: 4.5rem;
    margin-bottom: 4.5rem
}

@media (min-width: 720px) {
    .full {
        -webkit-transform: translateX(-3.3333333333vw);
        transform: translateX(-3.3333333333vw)
    }
}

@media (min-width: 1280px) {
    .full {
        left: 50%;
        -webkit-transform: translateX(-50vw);
        transform: translateX(-50vw)
    }
}

.full img {
    width: 100%
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -2.2727272727vw;
    margin-right: -2.2727272727vw
}

@media (min-width: 720px) {
    .row {
        margin-left: -.75rem;
        margin-right: -.75rem
    }
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.thin-gutters {
    margin-right: -.25rem;
    margin-left: -.25rem
}

.thin-gutters>.col,
.thin-gutters>[class*="col-"] {
    padding-right: .25rem;
    padding-left: .25rem
}

.narrow-gutters {
    margin-left: -1.1363636364vw;
    margin-right: -1.1363636364vw
}

@media (min-width: 720px) {
    .narrow-gutters {
        margin-left: -.375rem;
        margin-right: -.375rem
    }
}

.narrow-gutters>.col,
.narrow-gutters>[class*="col-"] {
    padding-left: 1.1363636364vw;
    padding-right: 1.1363636364vw
}

@media (min-width: 720px) {
    .narrow-gutters>.col,
    .narrow-gutters>[class*="col-"] {
        padding-left: .375rem;
        padding-right: .375rem
    }
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
.content:not(.no-col) {
    position: relative;
    width: 100%;
    padding-right: 2.2727272727vw;
    padding-left: 2.2727272727vw
}

@media (min-width: 720px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-auto,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-sm-auto,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-md-auto,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-lg-auto,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl,
    .col-xl-auto,
    .content:not(.no-col) {
        padding-right: .75rem;
        padding-left: .75rem
    }
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
.content:not(.no-col) {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.content:not(.no-col),
.post-footer .col:first-of-type,
.post-footer .col:nth-of-type(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

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

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

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

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

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

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

@media (min-width: 480px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.3333333333%
    }
    .offset-sm-2 {
        margin-left: 16.6666666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.3333333333%
    }
    .offset-sm-5 {
        margin-left: 41.6666666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.3333333333%
    }
    .offset-sm-8 {
        margin-left: 66.6666666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.3333333333%
    }
    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 720px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .content:not(.no-col),
    .post-footer .col:nth-of-type(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.3333333333%
    }
    .offset-md-2 {
        margin-left: 16.6666666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.3333333333%
    }
    .offset-md-5 {
        margin-left: 41.6666666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.3333333333%
    }
    .offset-md-8 {
        margin-left: 66.6666666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.3333333333%
    }
    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 960px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .content:not(.no-col),
    .post-footer .col:nth-of-type(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.3333333333%
    }
    .offset-lg-2 {
        margin-left: 16.6666666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.3333333333%
    }
    .offset-lg-5 {
        margin-left: 41.6666666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.3333333333%
    }
    .offset-lg-8 {
        margin-left: 66.6666666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.3333333333%
    }
    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 1280px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .post-footer .col:first-of-type {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .content:not(.no-col),
    .post-footer .col:nth-of-type(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.3333333333%
    }
    .offset-xl-2 {
        margin-left: 16.6666666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .content:not(.no-col) {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.3333333333%
    }
    .offset-xl-5 {
        margin-left: 41.6666666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.3333333333%
    }
    .offset-xl-8 {
        margin-left: 66.6666666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.3333333333%
    }
    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

.multicol-1,
.multicol-2,
.multicol-3,
.multicol-4,
.multicol-5,
.multicol-6,
.multicol-sm-1,
.multicol-sm-2,
.multicol-sm-3,
.multicol-sm-4,
.multicol-sm-5,
.multicol-sm-6,
.multicol-md-1,
.multicol-md-2,
.multicol-md-3,
.multicol-md-4,
.multicol-md-5,
.multicol-md-6,
.multicol-lg-1,
.multicol-lg-2,
.multicol-lg-3,
.multicol-lg-4,
.multicol-lg-5,
.multicol-lg-6,
.multicol-xl-1,
.multicol-xl-2,
.multicol-xl-3,
.multicol-xl-4,
.multicol-xl-5,
.multicol-xl-6 {
    -webkit-column-gap: 4.5454545455vw;
    column-gap: 4.5454545455vw
}

@media (min-width: 720px) {
    .multicol-1,
    .multicol-2,
    .multicol-3,
    .multicol-4,
    .multicol-5,
    .multicol-6,
    .multicol-sm-1,
    .multicol-sm-2,
    .multicol-sm-3,
    .multicol-sm-4,
    .multicol-sm-5,
    .multicol-sm-6,
    .multicol-md-1,
    .multicol-md-2,
    .multicol-md-3,
    .multicol-md-4,
    .multicol-md-5,
    .multicol-md-6,
    .multicol-lg-1,
    .multicol-lg-2,
    .multicol-lg-3,
    .multicol-lg-4,
    .multicol-lg-5,
    .multicol-lg-6,
    .multicol-xl-1,
    .multicol-xl-2,
    .multicol-xl-3,
    .multicol-xl-4,
    .multicol-xl-5,
    .multicol-xl-6 {
        -webkit-column-gap: 1.5rem;
        column-gap: 1.5rem
    }
}

.multicol-1 {
    -webkit-column-count: 1;
    column-count: 1
}

.multicol-2 {
    -webkit-column-count: 2;
    column-count: 2
}

.multicol-3 {
    -webkit-column-count: 3;
    column-count: 3
}

.multicol-4 {
    -webkit-column-count: 4;
    column-count: 4
}

.multicol-5 {
    -webkit-column-count: 5;
    column-count: 5
}

.multicol-6 {
    -webkit-column-count: 6;
    column-count: 6
}

@media (min-width: 480px) {
    .multicol-sm-1 {
        -webkit-column-count: 1;
        column-count: 1
    }
    .multicol-sm-2 {
        -webkit-column-count: 2;
        column-count: 2
    }
    .multicol-sm-3 {
        -webkit-column-count: 3;
        column-count: 3
    }
    .multicol-sm-4 {
        -webkit-column-count: 4;
        column-count: 4
    }
    .multicol-sm-5 {
        -webkit-column-count: 5;
        column-count: 5
    }
    .multicol-sm-6 {
        -webkit-column-count: 6;
        column-count: 6
    }
}

@media (min-width: 720px) {
    .multicol-md-1 {
        -webkit-column-count: 1;
        column-count: 1
    }
    .multicol-md-2 {
        -webkit-column-count: 2;
        column-count: 2
    }
    .multicol-md-3 {
        -webkit-column-count: 3;
        column-count: 3
    }
    .multicol-md-4 {
        -webkit-column-count: 4;
        column-count: 4
    }
    .multicol-md-5 {
        -webkit-column-count: 5;
        column-count: 5
    }
    .multicol-md-6 {
        -webkit-column-count: 6;
        column-count: 6
    }
}

@media (min-width: 960px) {
    .multicol-lg-1 {
        -webkit-column-count: 1;
        column-count: 1
    }
    .multicol-lg-2 {
        -webkit-column-count: 2;
        column-count: 2
    }
    .multicol-lg-3 {
        -webkit-column-count: 3;
        column-count: 3
    }
    .multicol-lg-4 {
        -webkit-column-count: 4;
        column-count: 4
    }
    .multicol-lg-5 {
        -webkit-column-count: 5;
        column-count: 5
    }
    .multicol-lg-6 {
        -webkit-column-count: 6;
        column-count: 6
    }
}

@media (min-width: 1280px) {
    .multicol-xl-1 {
        -webkit-column-count: 1;
        column-count: 1
    }
    .multicol-xl-2 {
        -webkit-column-count: 2;
        column-count: 2
    }
    .multicol-xl-3 {
        -webkit-column-count: 3;
        column-count: 3
    }
    .multicol-xl-4 {
        -webkit-column-count: 4;
        column-count: 4
    }
    .multicol-xl-5 {
        -webkit-column-count: 5;
        column-count: 5
    }
    .multicol-xl-6 {
        -webkit-column-count: 6;
        column-count: 6
    }
}

button {
    outline: none
}

button:not(:hover):focus,
a:not(:hover):focus {
    outline-width: 1px;
    outline-style: solid;
    outline-color: rgba(5, 5, 38, 0.15);
    outline-color: rgba(var(--fg), 0.15)
}

legend,
label {
    display: inline-block
}

select {
    word-wrap: normal;
    background-color: transparent;
    background-image: none
}

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

.form-control {
    color: inherit;
    display: block;
    width: 100%;
    font-family: Yantramanav, sans-serif;
    font-size: 1em;
    letter-spacing: 0.020833em;
    font-weight: normal;
    border-width: 1px;
    border-style: solid;
    border-radius: .25rem;
    outline: none;
    padding-top: 2px;
    padding-bottom: 0;
    padding-left: 0.4em;
    padding-right: 0.4em;
    height: calc(1.5em + 2px + 2px);
    border-color: rgba(5, 5, 38, 0.15);
    border-color: rgba(var(--fg), 0.15);
    background-color: transparent
}

.form-control:hover {
    background-color: rgba(5, 5, 38, 0.02);
    background-color: rgba(var(--fg), 0.02)
}

.form-control:focus {
    background-color: transparent;
    border-color: rgba(5, 5, 38, 0.3);
    border-color: rgba(var(--fg), 0.3)
}

.form-control:disabled,
.form-control[readonly] {
    background-color: rgba(5, 5, 38, 0.02);
    background-color: rgba(var(--fg), 0.02);
    opacity: 1
}

.form-control-plaintext {
    color: inherit;
    background-color: transparent;
    display: block;
    width: 100%;
    font-family: Yantramanav, sans-serif;
    font-size: 1em;
    letter-spacing: 0.020833em;
    font-weight: normal;
    border-width: 1px 0;
    outline: none;
    padding-top: 2px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    height: calc(1.5em + 2px + 2px);
    border-color: rgba(5, 5, 38, 0);
    border-color: rgba(var(--fg), 0)
}

textarea.form-control {
    height: auto
}

select.form-control {
    background-color: #fff;
    background-color: rgba(var(--bg), 1)
}

select.form-control[size],
select.form-control[multiple] {
    height: auto;
    padding-top: 0.2em;
    padding-bottom: 0.2em
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
    font-family: Yantramanav, sans-serif;
    font-size: 1em;
    letter-spacing: 0.020833em;
    font-weight: normal
}

::-webkit-file-upload-button {
    color: inherit;
    border-width: 1px;
    border-style: solid;
    border-radius: .25rem;
    outline: none;
    padding-top: 2px;
    padding-bottom: 0;
    padding-left: 0.4em;
    padding-right: 0.4em;
    height: calc(1.5em + 2px + 2px);
    border-color: rgba(5, 5, 38, 0.15);
    border-color: rgba(var(--fg), 0.15);
    background-color: #fff;
    background-color: rgba(var(--bg), 1)
}

::-webkit-file-upload-button:hover {
    background-color: rgba(5, 5, 38, 0.02);
    background-color: rgba(var(--fg), 0.02)
}

::-webkit-file-upload-button:focus {
    background-color: #fff;
    background-color: rgba(var(--bg), 1);
    border-color: rgba(5, 5, 38, 0.3);
    border-color: rgba(var(--fg), 0.3)
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -.375em;
    margin-left: -.375em
}

.form-row>.col,
.form-row>[class*="col-"] {
    padding-right: .375em;
    padding-left: .375em
}

.col-form-label {
    padding-top: 3px;
    padding-bottom: 1px;
    margin-bottom: 0;
    font-size: inherit
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.125rem
}

.form-check-input {
    position: absolute;
    margin-top: 0.25em;
    margin-left: -1.125rem
}

.form-check-input:disabled~.form-check-label {
    opacity: 0.4
}

.form-check-input[type="checkbox"] {
    -webkit-transform: translateY(0.02em);
    transform: translateY(0.02em)
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 1em
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: -0.2em;
    margin-right: 0.4em;
    margin-left: 0
}

.form-check-inline .form-check-input[type="checkbox"] {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.content .timeline,
.timeline {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 0;
    margin-bottom: 0
}

@media (min-width: 720px) {
    .content .timeline,
    .timeline {
        margin-left: 8.5rem;
        padding-left: 1.5rem;
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
        border-left: 1px solid #c5c5d2
    }
}

@media (min-width: 720px) {
    .content .timeline.no-date,
    .timeline.no-date {
        margin-left: 0
    }
}

@media (min-width: 1280px) {
    .content .timeline,
    .timeline {
        margin-left: 0
    }
}

.content .timeline h2,
.content .timeline h3,
.content .timeline h4,
.content .timeline h5,
.content .timeline h6,
.timeline h2,
.timeline h3,
.timeline h4,
.timeline h5,
.timeline h6 {
    margin-top: 0;
    margin-bottom: 1.5rem
}

.content .timeline>li,
.timeline>li {
    position: relative;
    font-family: Yantramanav, sans-serif;
    font-size: 1em;
    letter-spacing: 0.020833em;
    font-weight: normal
}

.content .timeline>li:not(:last-of-type),
.timeline>li:not(:last-of-type) {
    margin-bottom: 1.5rem
}

.content .timeline>li:before,
.timeline>li:before {
    display: block;
    position: unset;
    content: attr(data-date);
    font-family: Yantramanav, sans-serif;
    font-size: .5em;
    letter-spacing: 0.2em;
    font-weight: bold;
    text-transform: uppercase;
    color: rgba(5, 5, 38, 0.4);
    color: rgba(var(--fg), 0.4);
    text-align: left;
    width: auto;
    padding-right: 0;
    margin-left: 0;
    margin-bottom: .375rem
}

.content .timeline>li:after,
.timeline>li:after {
    display: none
}

@media (min-width: 720px) {
    .content .timeline>li:before,
    .content .timeline>li:after,
    .timeline>li:before,
    .timeline>li:after {
        position: absolute;
        display: block
    }
    .content .timeline>li:before,
    .timeline>li:before {
        text-align: right;
        top: -1px;
        left: calc(-10rem - 1px);
        width: 7rem;
        -webkit-transform: translateY(0.375rem);
        transform: translateY(0.375rem);
        margin-bottom: 0
    }
    .content .timeline>li:after,
    .timeline>li:after {
        content: "";
        background-color: #c5c5d2;
        top: calc(0.4rem + 1px);
        left: calc(-1.5rem - 5px);
        height: 9px;
        width: 9px;
        border-radius: 50%
    }
}

.accordion-input {
    display: none
}

.accordion-label {
    display: block;
    cursor: pointer
}

.accordion-label-inner {
    position: relative
}

.accordion-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -1px;
    right: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.accordion-icon-open {
    display: none
}

.accordion-input:checked~.accordion-label .accordion-icon-open {
    display: block
}

.accordion-icon-closed {
    display: block
}

.accordion-input:checked~.accordion-label .accordion-icon-closed {
    display: none
}

.accordion-content {
    overflow: hidden;
    position: relative
}

.accordion-content-transition {
    max-height: 20em;
    -webkit-transition: max-height 250ms ease-in-out;
    transition: max-height 250ms ease-in-out
}

.accordion-input:not(:checked)~.accordion-content {
    max-height: 0 !important
}

.switch-input {
    position: absolute;
    opacity: 0
}

.switch,
.switch-label {
    position: relative
}

.switch,
.switch-selection {
    border-radius: 3px;
    height: 1.8rem
}

.switch-label,
.switch-selection {
    width: 50%
}

.switch {
    max-width: 16rem;
    background-color: rgba(5, 5, 38, 0.03);
    background-color: rgba(var(--fg), 0.03)
}

.switch-label {
    z-index: 2;
    float: left;
    text-align: center;
    cursor: pointer;
    top: calc(50% + 0.05rem);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 3;
    color: rgba(5, 5, 38, 0.5);
    color: rgba(var(--fg), 0.5);
    margin-bottom: 0
}

.switch-label:hover {
    color: rgba(5, 5, 38, 0.7);
    color: rgba(var(--fg), 0.7)
}

.switch-selection {
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    background-color: rgba(5, 5, 38, 0.08);
    background-color: rgba(var(--fg), 0.08);
    -webkit-transition: left 0.1s ease-out;
    transition: left 0.1s ease-out
}

.switch-input:checked+.switch-label {
    color: #050526;
    color: rgba(var(--fg), 1)
}

.switch-input:checked+.switch-label-on~.switch-selection {
    left: 50%
}

.tabs>input {
    position: absolute;
    opacity: 0
}

.tabs>label {
    color: rgba(5, 5, 38, 0.5);
    color: rgba(var(--fg), 0.5);
    cursor: pointer;
    margin-bottom: 0
}

.tabs>label:hover {
    color: rgba(5, 5, 38, 0.7);
    color: rgba(var(--fg), 0.7)
}

.tabs>input:checked+label {
    color: #050526;
    color: rgba(var(--fg), 1)
}

.dropselect-wrap {
    position: relative;
    display: inline-block;
    min-width: 5rem
}

.dropselect-wrap:after {
    position: absolute;
    top: 50%;
    right: 0.1rem;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    pointer-events: none;
    font-style: normal;
    font-weight: normal;
    font-family: IconsAI;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    white-space: nowrap;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "▽"
}

.dropselect {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: 0;
    width: 100%;
    color: inherit
}

.dropselect:focus {
    outline: none
}

.dropselect::-ms-expand {
    display: none
}

.dropselect option {
    font-weight: normal
}

.aspect-7\/2:before,
.aspect-3\/1:before,
.aspect-5\/2:before,
.aspect-2\/1:before,
.aspect-16\/9:before,
.aspect-8\/5:before,
.aspect-3\/2:before,
.aspect-4\/3:before,
.aspect-1\/1:before,
.aspect-4\/5:before,
.aspect-3\/4:before,
.aspect-100vh:before,
.aspect-sm-7\/2:before,
.aspect-sm-3\/1:before,
.aspect-sm-5\/2:before,
.aspect-sm-2\/1:before,
.aspect-sm-16\/9:before,
.aspect-sm-8\/5:before,
.aspect-sm-3\/2:before,
.aspect-sm-4\/3:before,
.aspect-sm-1\/1:before,
.aspect-sm-4\/5:before,
.aspect-sm-3\/4:before,
.aspect-sm-100vh:before,
.aspect-md-7\/2:before,
.aspect-md-3\/1:before,
.aspect-md-5\/2:before,
.aspect-md-2\/1:before,
.aspect-md-16\/9:before,
.aspect-md-8\/5:before,
.aspect-md-3\/2:before,
.aspect-md-4\/3:before,
.aspect-md-1\/1:before,
.aspect-md-4\/5:before,
.aspect-md-3\/4:before,
.aspect-md-100vh:before,
.aspect-lg-7\/2:before,
.aspect-lg-3\/1:before,
.aspect-lg-5\/2:before,
.aspect-lg-2\/1:before,
.aspect-lg-16\/9:before,
.aspect-lg-8\/5:before,
.aspect-lg-3\/2:before,
.aspect-lg-4\/3:before,
.aspect-lg-1\/1:before,
.aspect-lg-4\/5:before,
.aspect-lg-3\/4:before,
.aspect-lg-100vh:before,
.aspect-xl-7\/2:before,
.aspect-xl-3\/1:before,
.aspect-xl-5\/2:before,
.aspect-xl-2\/1:before,
.aspect-xl-16\/9:before,
.aspect-xl-8\/5:before,
.aspect-xl-3\/2:before,
.aspect-xl-4\/3:before,
.aspect-xl-1\/1:before,
.aspect-xl-4\/5:before,
.aspect-xl-3\/4:before,
.aspect-xl-100vh:before {
    content: "";
    float: left;
    height: 0
}

.aspect-7\/2:after,
.aspect-3\/1:after,
.aspect-5\/2:after,
.aspect-2\/1:after,
.aspect-16\/9:after,
.aspect-8\/5:after,
.aspect-3\/2:after,
.aspect-4\/3:after,
.aspect-1\/1:after,
.aspect-4\/5:after,
.aspect-3\/4:after,
.aspect-100vh:after,
.aspect-sm-7\/2:after,
.aspect-sm-3\/1:after,
.aspect-sm-5\/2:after,
.aspect-sm-2\/1:after,
.aspect-sm-16\/9:after,
.aspect-sm-8\/5:after,
.aspect-sm-3\/2:after,
.aspect-sm-4\/3:after,
.aspect-sm-1\/1:after,
.aspect-sm-4\/5:after,
.aspect-sm-3\/4:after,
.aspect-sm-100vh:after,
.aspect-md-7\/2:after,
.aspect-md-3\/1:after,
.aspect-md-5\/2:after,
.aspect-md-2\/1:after,
.aspect-md-16\/9:after,
.aspect-md-8\/5:after,
.aspect-md-3\/2:after,
.aspect-md-4\/3:after,
.aspect-md-1\/1:after,
.aspect-md-4\/5:after,
.aspect-md-3\/4:after,
.aspect-md-100vh:after,
.aspect-lg-7\/2:after,
.aspect-lg-3\/1:after,
.aspect-lg-5\/2:after,
.aspect-lg-2\/1:after,
.aspect-lg-16\/9:after,
.aspect-lg-8\/5:after,
.aspect-lg-3\/2:after,
.aspect-lg-4\/3:after,
.aspect-lg-1\/1:after,
.aspect-lg-4\/5:after,
.aspect-lg-3\/4:after,
.aspect-lg-100vh:after,
.aspect-xl-7\/2:after,
.aspect-xl-3\/1:after,
.aspect-xl-5\/2:after,
.aspect-xl-2\/1:after,
.aspect-xl-16\/9:after,
.aspect-xl-8\/5:after,
.aspect-xl-3\/2:after,
.aspect-xl-4\/3:after,
.aspect-xl-1\/1:after,
.aspect-xl-4\/5:after,
.aspect-xl-3\/4:after,
.aspect-xl-100vh:after {
    content: "";
    display: table;
    clear: both
}

.aspect-7\/2:before {
    padding-top: 28.5714285714% !important
}

.aspect-3\/1:before {
    padding-top: 33.3333333333% !important
}

.aspect-5\/2:before {
    padding-top: 40% !important
}

.aspect-2\/1:before {
    padding-top: 50% !important
}

.aspect-16\/9:before {
    padding-top: 56.25% !important
}

.aspect-8\/5:before {
    padding-top: 62.5% !important
}

.aspect-3\/2:before {
    padding-top: 66.6666666667% !important
}

.aspect-4\/3:before {
    padding-top: 75% !important
}

.aspect-1\/1:before {
    padding-top: 100% !important
}

.aspect-4\/5:before {
    padding-top: 125% !important
}

.aspect-3\/4:before {
    padding-top: 133.333333333% !important
}

.aspect-100vh:before {
    padding-top: 100vh !important
}

@media (min-width: 480px) {
    .aspect-sm-7\/2:before {
        padding-top: 28.5714285714% !important
    }
    .aspect-sm-3\/1:before {
        padding-top: 33.3333333333% !important
    }
    .aspect-sm-5\/2:before {
        padding-top: 40% !important
    }
    .aspect-sm-2\/1:before {
        padding-top: 50% !important
    }
    .aspect-sm-16\/9:before {
        padding-top: 56.25% !important
    }
    .aspect-sm-8\/5:before {
        padding-top: 62.5% !important
    }
    .aspect-sm-3\/2:before {
        padding-top: 66.6666666667% !important
    }
    .aspect-sm-4\/3:before {
        padding-top: 75% !important
    }
    .aspect-sm-1\/1:before {
        padding-top: 100% !important
    }
    .aspect-sm-4\/5:before {
        padding-top: 125% !important
    }
    .aspect-sm-3\/4:before {
        padding-top: 133.333333333% !important
    }
    .aspect-sm-100vh:before {
        padding-top: 100vh !important
    }
}

@media (min-width: 720px) {
    .aspect-md-7\/2:before {
        padding-top: 28.5714285714% !important
    }
    .aspect-md-3\/1:before {
        padding-top: 33.3333333333% !important
    }
    .aspect-md-5\/2:before {
        padding-top: 40% !important
    }
    .aspect-md-2\/1:before {
        padding-top: 50% !important
    }
    .aspect-md-16\/9:before {
        padding-top: 56.25% !important
    }
    .aspect-md-8\/5:before {
        padding-top: 62.5% !important
    }
    .aspect-md-3\/2:before {
        padding-top: 66.6666666667% !important
    }
    .aspect-md-4\/3:before {
        padding-top: 75% !important
    }
    .aspect-md-1\/1:before {
        padding-top: 100% !important
    }
    .aspect-md-4\/5:before {
        padding-top: 125% !important
    }
    .aspect-md-3\/4:before {
        padding-top: 133.333333333% !important
    }
    .aspect-md-100vh:before {
        padding-top: 100vh !important
    }
}

@media (min-width: 960px) {
    .aspect-lg-7\/2:before {
        padding-top: 28.5714285714% !important
    }
    .aspect-lg-3\/1:before {
        padding-top: 33.3333333333% !important
    }
    .aspect-lg-5\/2:before {
        padding-top: 40% !important
    }
    .aspect-lg-2\/1:before {
        padding-top: 50% !important
    }
    .aspect-lg-16\/9:before {
        padding-top: 56.25% !important
    }
    .aspect-lg-8\/5:before {
        padding-top: 62.5% !important
    }
    .aspect-lg-3\/2:before {
        padding-top: 66.6666666667% !important
    }
    .aspect-lg-4\/3:before {
        padding-top: 75% !important
    }
    .aspect-lg-1\/1:before {
        padding-top: 100% !important
    }
    .aspect-lg-4\/5:before {
        padding-top: 125% !important
    }
    .aspect-lg-3\/4:before {
        padding-top: 133.333333333% !important
    }
    .aspect-lg-100vh:before {
        padding-top: 100vh !important
    }
}

@media (min-width: 1280px) {
    .aspect-xl-7\/2:before {
        padding-top: 28.5714285714% !important
    }
    .aspect-xl-3\/1:before {
        padding-top: 33.3333333333% !important
    }
    .aspect-xl-5\/2:before {
        padding-top: 40% !important
    }
    .aspect-xl-2\/1:before {
        padding-top: 50% !important
    }
    .aspect-xl-16\/9:before {
        padding-top: 56.25% !important
    }
    .aspect-xl-8\/5:before {
        padding-top: 62.5% !important
    }
    .aspect-xl-3\/2:before {
        padding-top: 66.6666666667% !important
    }
    .aspect-xl-4\/3:before {
        padding-top: 75% !important
    }
    .aspect-xl-1\/1:before {
        padding-top: 100% !important
    }
    .aspect-xl-4\/5:before {
        padding-top: 125% !important
    }
    .aspect-xl-3\/4:before {
        padding-top: 133.333333333% !important
    }
    .aspect-xl-100vh:before {
        padding-top: 100vh !important
    }
}

.rounded,
.rounded.scrim:before,
.rounded.inset-border:before {
    border-radius: 3px !important
}

.rounded-top,
.rounded-top.scrim:before,
.rounded-top.inset-border:before {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important
}

.rounded-right,
.rounded-right.scrim:before,
.rounded-right.inset-border:before {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important
}

.rounded-bottom,
.rounded-bottom.scrim:before,
.rounded-bottom.inset-border:before {
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important
}

.rounded-left,
.rounded-left.scrim:before,
.rounded-left.inset-border:before {
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important
}

.rounded-large,
.rounded-large.scrim:before,
.rounded-large.inset-border:before {
    border-radius: 6px !important
}

.rounded-circle,
.rounded-circle.scrim:before,
.rounded-circle.inset-border:before {
    border-radius: 50% !important
}

.color-white {
    color: #fff !important
}

.bg-white {
    background-color: #fff !important
}

.border-white {
    border-color: #fff !important
}

.fill-white {
    fill: #fff !important
}

.color-light-wash {
    color: #f7fbfb !important
}

.bg-light-wash {
    background-color: #f7fbfb !important
}

.border-light-wash {
    border-color: #f7fbfb !important
}

.fill-light-wash {
    fill: #f7fbfb !important
}

.color-medium-wash {
    color: #eff7f8 !important
}

.bg-medium-wash {
    background-color: #eff7f8 !important
}

.border-medium-wash {
    border-color: #eff7f8 !important
}

.fill-medium-wash {
    fill: #eff7f8 !important
}

.color-dark-wash {
    color: #e6f3f3 !important
}

.bg-dark-wash {
    background-color: #e6f3f3 !important
}

.border-dark-wash {
    border-color: #e6f3f3 !important
}

.fill-dark-wash {
    fill: #e6f3f3 !important
}

.color-light-warm-gray {
    color: #eeedee !important
}

.bg-light-warm-gray {
    background-color: #eeedee !important
}

.bg-dark-gray {
    background-color: #222 !important
}

.border-light-warm-gray {
    border-color: #eeedee !important
}

.fill-light-warm-gray {
    fill: #eeedee !important
}

.color-dark-warm-gray {
    color: #a3acb0 !important
}

.bg-dark-warm-gray {
    background-color: #a3acb0 !important
}

.border-dark-warm-gray {
    border-color: #a3acb0 !important
}

.fill-dark-warm-gray {
    fill: #a3acb0 !important
}

.color-cool-gray-1 {
    color: #c5c5d2 !important
}

.bg-cool-gray-1 {
    background-color: #c5c5d2 !important
}

.border-cool-gray-1 {
    border-color: #c5c5d2 !important
}

.fill-cool-gray-1 {
    fill: #c5c5d2 !important
}

.color-cool-gray-2 {
    color: #8e8ea0 !important
}

.bg-cool-gray-2 {
    background-color: #8e8ea0 !important
}

.border-cool-gray-2 {
    border-color: #8e8ea0 !important
}

.fill-cool-gray-2 {
    fill: #8e8ea0 !important
}

.color-cool-gray-3 {
    color: #6e6e80 !important
}

.bg-cool-gray-3 {
    background-color: #6e6e80 !important
}

.border-cool-gray-3 {
    border-color: #6e6e80 !important
}

.fill-cool-gray-3 {
    fill: #6e6e80 !important
}

.color-cool-gray-4 {
    color: #404452 !important
}

.bg-cool-gray-4 {
    background-color: #404452 !important
}

.border-cool-gray-4 {
    border-color: #404452 !important
}

.fill-cool-gray-4 {
    fill: #404452 !important
}

.color-black {
    color: #050526 !important
}

.bg-black {
    background-color: #050526 !important
}

.border-black {
    border-color: #050526 !important
}

.fill-black {
    fill: #050526 !important
}

.color-pink {
    color: #e6a2e4 !important
}

.bg-pink {
    background-color: #e6a2e4 !important
}

.border-pink {
    border-color: #e6a2e4 !important
}

.fill-pink {
    fill: #e6a2e4 !important
}

.color-magenta {
    color: #dd5ce5 !important
}

.bg-magenta {
    background-color: #dd5ce5 !important
}

.border-magenta {
    border-color: #dd5ce5 !important
}

.fill-magenta {
    fill: #dd5ce5 !important
}

.color-red {
    color: #bd1c5f !important
}

.bg-red {
    background-color: #bd1c5f !important
}

.border-red {
    border-color: #bd1c5f !important
}

.fill-red {
    fill: #bd1c5f !important
}

.color-bright-red {
    color: #ef4146 !important
}

.bg-bright-red {
    background-color: #ef4146 !important
}

.border-bright-red {
    border-color: #ef4146 !important
}

.fill-bright-red {
    fill: #ef4146 !important
}

.color-orange {
    color: #e86c09 !important
}

.bg-orange {
    background-color: #e86c09 !important
}

.border-orange {
    border-color: #e86c09 !important
}

.fill-orange {
    fill: #e86c09 !important
}

.color-golden {
    color: #f4ac36 !important
}

.bg-golden {
    background-color: #f4ac36 !important
}

.border-golden {
    border-color: #f4ac36 !important
}

.fill-golden {
    fill: #f4ac36 !important
}

.color-yellow {
    color: #ebe93d !important
}

.bg-yellow {
    background-color: #ebe93d !important
}

.border-yellow {
    border-color: #ebe93d !important
}

.fill-yellow {
    fill: #ebe93d !important
}

.color-light-green {
    color: #68de7a !important
}

.bg-light-green {
    background-color: #68de7a !important
}

.border-light-green {
    border-color: #68de7a !important
}

.fill-light-green {
    fill: #68de7a !important
}

.color-dark-green {
    color: #10a37f !important
}

.bg-dark-green {
    background-color: #10a37f !important
}

.border-dark-green {
    border-color: #10a37f !important
}

.fill-dark-green {
    fill: #10a37f !important
}

.color-teal {
    color: #2ff3ce !important
}

.bg-teal {
    background-color: #2ff3ce !important
}

.border-teal {
    border-color: #2ff3ce !important
}

.fill-teal {
    fill: #2ff3ce !important
}

.color-light-blue {
    color: #27b5ea !important
}

.bg-light-blue {
    background-color: #27b5ea !important
}

.border-light-blue {
    border-color: #27b5ea !important
}

.fill-light-blue {
    fill: #27b5ea !important
}

.color-medium-blue {
    color: #2e95d3 !important
}

.bg-medium-blue {
    background-color: #2e95d3 !important
}

.border-medium-blue {
    border-color: #2e95d3 !important
}

.fill-medium-blue {
    fill: #2e95d3 !important
}

.color-dark-blue {
    color: #5436da !important
}

.bg-dark-blue {
    background-color: #5436da !important
}

.border-dark-blue {
    border-color: #5436da !important
}

.fill-dark-blue {
    fill: #5436da !important
}

.color-navy-blue {
    color: #3b2479 !important
}

.bg-navy-blue {
    background-color: #3b2479 !important
}

.border-navy-blue {
    border-color: #3b2479 !important
}

.fill-navy-blue {
    fill: #3b2479 !important
}

.color-light-purple {
    color: #6b40d8 !important
}

.bg-light-purple {
    background-color: #6b40d8 !important
}

.border-light-purple {
    border-color: #6b40d8 !important
}

.fill-light-purple {
    fill: #6b40d8 !important
}

.color-dark-purple {
    color: #412991 !important
}

.bg-dark-purple {
    background-color: #412991 !important
}

.border-dark-purple {
    border-color: #412991 !important
}

.fill-dark-purple {
    fill: #412991 !important
}

.color-light-grayish-purple {
    color: #cdc3cf !important
}

.bg-light-grayish-purple {
    background-color: #cdc3cf !important
}

.border-light-grayish-purple {
    border-color: #cdc3cf !important
}

.fill-light-grayish-purple {
    fill: #cdc3cf !important
}

.color-medium-grayish-purple {
    color: #9c88a3 !important
}

.bg-medium-grayish-purple {
    background-color: #9c88a3 !important
}

.border-medium-grayish-purple {
    border-color: #9c88a3 !important
}

.fill-medium-grayish-purple {
    fill: #9c88a3 !important
}

.color-dark-grayish-purple {
    color: #562f5f !important
}

.bg-dark-grayish-purple {
    background-color: #562f5f !important
}

.border-dark-grayish-purple {
    border-color: #562f5f !important
}

.fill-dark-grayish-purple {
    fill: #562f5f !important
}

.color-dull-black-1 {
    color: #0e0e1a !important
}

.bg-dull-black-1 {
    background-color: #0e0e1a !important
}

.border-dull-black-1 {
    border-color: #0e0e1a !important
}

.fill-dull-black-1 {
    fill: #0e0e1a !important
}

.color-dull-black-2 {
    color: #191927 !important
}

.bg-dull-black-2 {
    background-color: #191927 !important
}

.border-dull-black-2 {
    border-color: #191927 !important
}

.fill-dull-black-2 {
    fill: #191927 !important
}

.color-current {
    color: currentColor !important
}

.bg-current {
    background-color: currentColor !important
}

.border-current {
    border-color: currentColor !important
}

.fill-current {
    fill: currentColor !important
}

.color-fg {
    color: #050526 !important;
    color: rgba(var(--fg), 1) !important
}

.bg-fg {
    background-color: #050526 !important;
    background-color: rgba(var(--fg), 1) !important
}

.border-fg {
    border-color: #050526 !important;
    border-color: rgba(var(--fg), 1) !important
}

.fill-fg {
    fill: #050526 !important;
    fill: rgba(var(--fg), 1) !important
}

.color-bg {
    color: #fff !important;
    color: rgba(var(--bg), 1) !important
}

.bg-bg {
    background-color: #fff !important;
    background-color: rgba(var(--bg), 1) !important
}

.border-bg {
    border-color: #fff !important;
    border-color: rgba(var(--bg), 1) !important
}

.fill-bg {
    fill: #fff !important;
    fill: rgba(var(--bg), 1) !important
}

.color-fg-2 {
    color: rgba(5, 5, 38, 0.02);
    color: rgba(var(--fg), 0.02)
}

.color-fg-3 {
    color: rgba(5, 5, 38, 0.03);
    color: rgba(var(--fg), 0.03)
}

.color-fg-4 {
    color: rgba(5, 5, 38, 0.04);
    color: rgba(var(--fg), 0.04)
}

.color-fg-5 {
    color: rgba(5, 5, 38, 0.05);
    color: rgba(var(--fg), 0.05)
}

.color-fg-10 {
    color: rgba(5, 5, 38, 0.1);
    color: rgba(var(--fg), 0.1)
}

.color-fg-15 {
    color: rgba(5, 5, 38, 0.15);
    color: rgba(var(--fg), 0.15)
}

.color-fg-20 {
    color: rgba(5, 5, 38, 0.2);
    color: rgba(var(--fg), 0.2)
}

.color-fg-25 {
    color: rgba(5, 5, 38, 0.25);
    color: rgba(var(--fg), 0.25)
}

.color-fg-30 {
    color: rgba(5, 5, 38, 0.3);
    color: rgba(var(--fg), 0.3)
}

.color-fg-35 {
    color: rgba(5, 5, 38, 0.35);
    color: rgba(var(--fg), 0.35)
}

.color-fg-40 {
    color: rgba(5, 5, 38, 0.4);
    color: rgba(var(--fg), 0.4)
}

.color-fg-45 {
    color: rgba(5, 5, 38, 0.45);
    color: rgba(var(--fg), 0.45)
}

.color-fg-50 {
    color: rgba(5, 5, 38, 0.5);
    color: rgba(var(--fg), 0.5)
}

.color-fg-55 {
    color: rgba(5, 5, 38, 0.55);
    color: rgba(var(--fg), 0.55)
}

.color-fg-60 {
    color: rgba(5, 5, 38, 0.6);
    color: rgba(var(--fg), 0.6)
}

.color-fg-65 {
    color: rgba(5, 5, 38, 0.65);
    color: rgba(var(--fg), 0.65)
}

.color-fg-70 {
    color: rgba(5, 5, 38, 0.7);
    color: rgba(var(--fg), 0.7)
}

.color-fg-75 {
    color: rgba(5, 5, 38, 0.75);
    color: rgba(var(--fg), 0.75)
}

.color-fg-80 {
    color: rgba(5, 5, 38, 0.8);
    color: rgba(var(--fg), 0.8)
}

.color-fg-85 {
    color: rgba(5, 5, 38, 0.85);
    color: rgba(var(--fg), 0.85)
}

.color-fg-90 {
    color: rgba(5, 5, 38, 0.9);
    color: rgba(var(--fg), 0.9)
}

.color-fg-95 {
    color: rgba(5, 5, 38, 0.95);
    color: rgba(var(--fg), 0.95)
}

.color-bg-2 {
    color: rgba(255, 255, 255, 0.02);
    color: rgba(var(--bg), 0.02)
}

.color-bg-3 {
    color: rgba(255, 255, 255, 0.03);
    color: rgba(var(--bg), 0.03)
}

.color-bg-4 {
    color: rgba(255, 255, 255, 0.04);
    color: rgba(var(--bg), 0.04)
}

.color-bg-5 {
    color: rgba(255, 255, 255, 0.05);
    color: rgba(var(--bg), 0.05)
}

.color-bg-10 {
    color: rgba(255, 255, 255, 0.1);
    color: rgba(var(--bg), 0.1)
}

.color-bg-15 {
    color: rgba(255, 255, 255, 0.15);
    color: rgba(var(--bg), 0.15)
}

.color-bg-20 {
    color: rgba(255, 255, 255, 0.2);
    color: rgba(var(--bg), 0.2)
}

.color-bg-25 {
    color: rgba(255, 255, 255, 0.25);
    color: rgba(var(--bg), 0.25)
}

.color-bg-30 {
    color: rgba(255, 255, 255, 0.3);
    color: rgba(var(--bg), 0.3)
}

.color-bg-35 {
    color: rgba(255, 255, 255, 0.35);
    color: rgba(var(--bg), 0.35)
}

.color-bg-40 {
    color: rgba(255, 255, 255, 0.4);
    color: rgba(var(--bg), 0.4)
}

.color-bg-45 {
    color: rgba(255, 255, 255, 0.45);
    color: rgba(var(--bg), 0.45)
}

.color-bg-50 {
    color: rgba(255, 255, 255, 0.5);
    color: rgba(var(--bg), 0.5)
}

.color-bg-55 {
    color: rgba(255, 255, 255, 0.55);
    color: rgba(var(--bg), 0.55)
}

.color-bg-60 {
    color: rgba(255, 255, 255, 0.6);
    color: rgba(var(--bg), 0.6)
}

.color-bg-65 {
    color: rgba(255, 255, 255, 0.65);
    color: rgba(var(--bg), 0.65)
}

.color-bg-70 {
    color: rgba(255, 255, 255, 0.7);
    color: rgba(var(--bg), 0.7)
}

.color-bg-75 {
    color: rgba(255, 255, 255, 0.75);
    color: rgba(var(--bg), 0.75)
}

.color-bg-80 {
    color: rgba(255, 255, 255, 0.8);
    color: rgba(var(--bg), 0.8)
}

.color-bg-85 {
    color: rgba(255, 255, 255, 0.85);
    color: rgba(var(--bg), 0.85)
}

.color-bg-90 {
    color: rgba(255, 255, 255, 0.9);
    color: rgba(var(--bg), 0.9)
}

.color-bg-95 {
    color: rgba(255, 255, 255, 0.95);
    color: rgba(var(--bg), 0.95)
}

.bg-fg-2 {
    background-color: rgba(5, 5, 38, 0.02);
    background-color: rgba(var(--fg), 0.02)
}

.bg-fg-3 {
    background-color: rgba(5, 5, 38, 0.03);
    background-color: rgba(var(--fg), 0.03)
}

.bg-fg-4 {
    background-color: rgba(5, 5, 38, 0.04);
    background-color: rgba(var(--fg), 0.04)
}

.bg-fg-5 {
    background-color: rgba(5, 5, 38, 0.05);
    background-color: rgba(var(--fg), 0.05)
}

.bg-fg-10 {
    background-color: rgba(5, 5, 38, 0.1);
    background-color: rgba(var(--fg), 0.1)
}

.bg-fg-15 {
    background-color: rgba(5, 5, 38, 0.15);
    background-color: rgba(var(--fg), 0.15)
}

.bg-fg-20 {
    background-color: rgba(5, 5, 38, 0.2);
    background-color: rgba(var(--fg), 0.2)
}

.bg-fg-25 {
    background-color: rgba(5, 5, 38, 0.25);
    background-color: rgba(var(--fg), 0.25)
}

.bg-fg-30 {
    background-color: rgba(5, 5, 38, 0.3);
    background-color: rgba(var(--fg), 0.3)
}

.bg-fg-35 {
    background-color: rgba(5, 5, 38, 0.35);
    background-color: rgba(var(--fg), 0.35)
}

.bg-fg-40 {
    background-color: rgba(5, 5, 38, 0.4);
    background-color: rgba(var(--fg), 0.4)
}

.bg-fg-45 {
    background-color: rgba(5, 5, 38, 0.45);
    background-color: rgba(var(--fg), 0.45)
}

.bg-fg-50 {
    background-color: rgba(5, 5, 38, 0.5);
    background-color: rgba(var(--fg), 0.5)
}

.bg-fg-55 {
    background-color: rgba(5, 5, 38, 0.55);
    background-color: rgba(var(--fg), 0.55)
}

.bg-fg-60 {
    background-color: rgba(5, 5, 38, 0.6);
    background-color: rgba(var(--fg), 0.6)
}

.bg-fg-65 {
    background-color: rgba(5, 5, 38, 0.65);
    background-color: rgba(var(--fg), 0.65)
}

.bg-fg-70 {
    background-color: rgba(5, 5, 38, 0.7);
    background-color: rgba(var(--fg), 0.7)
}

.bg-fg-75 {
    background-color: rgba(5, 5, 38, 0.75);
    background-color: rgba(var(--fg), 0.75)
}

.bg-fg-80 {
    background-color: rgba(5, 5, 38, 0.8);
    background-color: rgba(var(--fg), 0.8)
}

.bg-fg-85 {
    background-color: rgba(5, 5, 38, 0.85);
    background-color: rgba(var(--fg), 0.85)
}

.bg-fg-90 {
    background-color: rgba(5, 5, 38, 0.9);
    background-color: rgba(var(--fg), 0.9)
}

.bg-fg-95 {
    background-color: rgba(5, 5, 38, 0.95);
    background-color: rgba(var(--fg), 0.95)
}

.bg-bg-2 {
    background-color: rgba(255, 255, 255, 0.02);
    background-color: rgba(var(--bg), 0.02)
}

.bg-bg-3 {
    background-color: rgba(255, 255, 255, 0.03);
    background-color: rgba(var(--bg), 0.03)
}

.bg-bg-4 {
    background-color: rgba(255, 255, 255, 0.04);
    background-color: rgba(var(--bg), 0.04)
}

.bg-bg-5 {
    background-color: rgba(255, 255, 255, 0.05);
    background-color: rgba(var(--bg), 0.05)
}

.bg-bg-10 {
    background-color: rgba(255, 255, 255, 0.1);
    background-color: rgba(var(--bg), 0.1)
}

.bg-bg-15 {
    background-color: rgba(255, 255, 255, 0.15);
    background-color: rgba(var(--bg), 0.15)
}

.bg-bg-20 {
    background-color: rgba(255, 255, 255, 0.2);
    background-color: rgba(var(--bg), 0.2)
}

.bg-bg-25 {
    background-color: rgba(255, 255, 255, 0.25);
    background-color: rgba(var(--bg), 0.25)
}

.bg-bg-30 {
    background-color: rgba(255, 255, 255, 0.3);
    background-color: rgba(var(--bg), 0.3)
}

.bg-bg-35 {
    background-color: rgba(255, 255, 255, 0.35);
    background-color: rgba(var(--bg), 0.35)
}

.bg-bg-40 {
    background-color: rgba(255, 255, 255, 0.4);
    background-color: rgba(var(--bg), 0.4)
}

.bg-bg-45 {
    background-color: rgba(255, 255, 255, 0.45);
    background-color: rgba(var(--bg), 0.45)
}

.bg-bg-50 {
    background-color: rgba(255, 255, 255, 0.5);
    background-color: rgba(var(--bg), 0.5)
}

.bg-bg-55 {
    background-color: rgba(255, 255, 255, 0.55);
    background-color: rgba(var(--bg), 0.55)
}

.bg-bg-60 {
    background-color: rgba(255, 255, 255, 0.6);
    background-color: rgba(var(--bg), 0.6)
}

.bg-bg-65 {
    background-color: rgba(255, 255, 255, 0.65);
    background-color: rgba(var(--bg), 0.65)
}

.bg-bg-70 {
    background-color: rgba(255, 255, 255, 0.7);
    background-color: rgba(var(--bg), 0.7)
}

.bg-bg-75 {
    background-color: rgba(255, 255, 255, 0.75);
    background-color: rgba(var(--bg), 0.75)
}

.bg-bg-80 {
    background-color: rgba(255, 255, 255, 0.8);
    background-color: rgba(var(--bg), 0.8)
}

.bg-bg-85 {
    background-color: rgba(255, 255, 255, 0.85);
    background-color: rgba(var(--bg), 0.85)
}

.bg-bg-90 {
    background-color: rgba(255, 255, 255, 0.9);
    background-color: rgba(var(--bg), 0.9)
}

.bg-bg-95 {
    background-color: rgba(255, 255, 255, 0.95);
    background-color: rgba(var(--bg), 0.95)
}

.border-fg-2 {
    border-color: rgba(5, 5, 38, 0.02);
    border-color: rgba(var(--fg), 0.02)
}

.border-fg-3 {
    border-color: rgba(5, 5, 38, 0.03);
    border-color: rgba(var(--fg), 0.03)
}

.border-fg-4 {
    border-color: rgba(5, 5, 38, 0.04);
    border-color: rgba(var(--fg), 0.04)
}

.border-fg-5 {
    border-color: rgba(5, 5, 38, 0.05);
    border-color: rgba(var(--fg), 0.05)
}

.border-fg-10 {
    border-color: rgba(5, 5, 38, 0.1);
    border-color: rgba(var(--fg), 0.1)
}

.border-fg-15 {
    border-color: rgba(5, 5, 38, 0.15);
    border-color: rgba(var(--fg), 0.15)
}

.border-fg-20 {
    border-color: rgba(5, 5, 38, 0.2);
    border-color: rgba(var(--fg), 0.2)
}

.border-fg-25 {
    border-color: rgba(5, 5, 38, 0.25);
    border-color: rgba(var(--fg), 0.25)
}

.border-fg-30 {
    border-color: rgba(5, 5, 38, 0.3);
    border-color: rgba(var(--fg), 0.3)
}

.border-fg-35 {
    border-color: rgba(5, 5, 38, 0.35);
    border-color: rgba(var(--fg), 0.35)
}

.border-fg-40 {
    border-color: rgba(5, 5, 38, 0.4);
    border-color: rgba(var(--fg), 0.4)
}

.border-fg-45 {
    border-color: rgba(5, 5, 38, 0.45);
    border-color: rgba(var(--fg), 0.45)
}

.border-fg-50 {
    border-color: rgba(5, 5, 38, 0.5);
    border-color: rgba(var(--fg), 0.5)
}

.border-fg-55 {
    border-color: rgba(5, 5, 38, 0.55);
    border-color: rgba(var(--fg), 0.55)
}

.border-fg-60 {
    border-color: rgba(5, 5, 38, 0.6);
    border-color: rgba(var(--fg), 0.6)
}

.border-fg-65 {
    border-color: rgba(5, 5, 38, 0.65);
    border-color: rgba(var(--fg), 0.65)
}

.border-fg-70 {
    border-color: rgba(5, 5, 38, 0.7);
    border-color: rgba(var(--fg), 0.7)
}

.border-fg-75 {
    border-color: rgba(5, 5, 38, 0.75);
    border-color: rgba(var(--fg), 0.75)
}

.border-fg-80 {
    border-color: rgba(5, 5, 38, 0.8);
    border-color: rgba(var(--fg), 0.8)
}

.border-fg-85 {
    border-color: rgba(5, 5, 38, 0.85);
    border-color: rgba(var(--fg), 0.85)
}

.border-fg-90 {
    border-color: rgba(5, 5, 38, 0.9);
    border-color: rgba(var(--fg), 0.9)
}

.border-fg-95 {
    border-color: rgba(5, 5, 38, 0.95);
    border-color: rgba(var(--fg), 0.95)
}

.border-bg-2 {
    border-color: rgba(255, 255, 255, 0.02);
    border-color: rgba(var(--bg), 0.02)
}

.border-bg-3 {
    border-color: rgba(255, 255, 255, 0.03);
    border-color: rgba(var(--bg), 0.03)
}

.border-bg-4 {
    border-color: rgba(255, 255, 255, 0.04);
    border-color: rgba(var(--bg), 0.04)
}

.border-bg-5 {
    border-color: rgba(255, 255, 255, 0.05);
    border-color: rgba(var(--bg), 0.05)
}

.border-bg-10 {
    border-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(var(--bg), 0.1)
}

.border-bg-15 {
    border-color: rgba(255, 255, 255, 0.15);
    border-color: rgba(var(--bg), 0.15)
}

.border-bg-20 {
    border-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(var(--bg), 0.2)
}

.border-bg-25 {
    border-color: rgba(255, 255, 255, 0.25);
    border-color: rgba(var(--bg), 0.25)
}

.border-bg-30 {
    border-color: rgba(255, 255, 255, 0.3);
    border-color: rgba(var(--bg), 0.3)
}

.border-bg-35 {
    border-color: rgba(255, 255, 255, 0.35);
    border-color: rgba(var(--bg), 0.35)
}

.border-bg-40 {
    border-color: rgba(255, 255, 255, 0.4);
    border-color: rgba(var(--bg), 0.4)
}

.border-bg-45 {
    border-color: rgba(255, 255, 255, 0.45);
    border-color: rgba(var(--bg), 0.45)
}

.border-bg-50 {
    border-color: rgba(255, 255, 255, 0.5);
    border-color: rgba(var(--bg), 0.5)
}

.border-bg-55 {
    border-color: rgba(255, 255, 255, 0.55);
    border-color: rgba(var(--bg), 0.55)
}

.border-bg-60 {
    border-color: rgba(255, 255, 255, 0.6);
    border-color: rgba(var(--bg), 0.6)
}

.border-bg-65 {
    border-color: rgba(255, 255, 255, 0.65);
    border-color: rgba(var(--bg), 0.65)
}

.border-bg-70 {
    border-color: rgba(255, 255, 255, 0.7);
    border-color: rgba(var(--bg), 0.7)
}

.border-bg-75 {
    border-color: rgba(255, 255, 255, 0.75);
    border-color: rgba(var(--bg), 0.75)
}

.border-bg-80 {
    border-color: rgba(255, 255, 255, 0.8);
    border-color: rgba(var(--bg), 0.8)
}

.border-bg-85 {
    border-color: rgba(255, 255, 255, 0.85);
    border-color: rgba(var(--bg), 0.85)
}

.border-bg-90 {
    border-color: rgba(255, 255, 255, 0.9);
    border-color: rgba(var(--bg), 0.9)
}

.border-bg-95 {
    border-color: rgba(255, 255, 255, 0.95);
    border-color: rgba(var(--bg), 0.95)
}

.fill-fg-2 {
    fill: rgba(5, 5, 38, 0.02);
    fill: rgba(var(--fg), 0.02)
}

.fill-fg-3 {
    fill: rgba(5, 5, 38, 0.03);
    fill: rgba(var(--fg), 0.03)
}

.fill-fg-4 {
    fill: rgba(5, 5, 38, 0.04);
    fill: rgba(var(--fg), 0.04)
}

.fill-fg-5 {
    fill: rgba(5, 5, 38, 0.05);
    fill: rgba(var(--fg), 0.05)
}

.fill-fg-10 {
    fill: rgba(5, 5, 38, 0.1);
    fill: rgba(var(--fg), 0.1)
}

.fill-fg-15 {
    fill: rgba(5, 5, 38, 0.15);
    fill: rgba(var(--fg), 0.15)
}

.fill-fg-20 {
    fill: rgba(5, 5, 38, 0.2);
    fill: rgba(var(--fg), 0.2)
}

.fill-fg-25 {
    fill: rgba(5, 5, 38, 0.25);
    fill: rgba(var(--fg), 0.25)
}

.fill-fg-30 {
    fill: rgba(5, 5, 38, 0.3);
    fill: rgba(var(--fg), 0.3)
}

.fill-fg-35 {
    fill: rgba(5, 5, 38, 0.35);
    fill: rgba(var(--fg), 0.35)
}

.fill-fg-40 {
    fill: rgba(5, 5, 38, 0.4);
    fill: rgba(var(--fg), 0.4)
}

.fill-fg-45 {
    fill: rgba(5, 5, 38, 0.45);
    fill: rgba(var(--fg), 0.45)
}

.fill-fg-50 {
    fill: rgba(5, 5, 38, 0.5);
    fill: rgba(var(--fg), 0.5)
}

.fill-fg-55 {
    fill: rgba(5, 5, 38, 0.55);
    fill: rgba(var(--fg), 0.55)
}

.fill-fg-60 {
    fill: rgba(5, 5, 38, 0.6);
    fill: rgba(var(--fg), 0.6)
}

.fill-fg-65 {
    fill: rgba(5, 5, 38, 0.65);
    fill: rgba(var(--fg), 0.65)
}

.fill-fg-70 {
    fill: rgba(5, 5, 38, 0.7);
    fill: rgba(var(--fg), 0.7)
}

.fill-fg-75 {
    fill: rgba(5, 5, 38, 0.75);
    fill: rgba(var(--fg), 0.75)
}

.fill-fg-80 {
    fill: rgba(5, 5, 38, 0.8);
    fill: rgba(var(--fg), 0.8)
}

.fill-fg-85 {
    fill: rgba(5, 5, 38, 0.85);
    fill: rgba(var(--fg), 0.85)
}

.fill-fg-90 {
    fill: rgba(5, 5, 38, 0.9);
    fill: rgba(var(--fg), 0.9)
}

.fill-fg-95 {
    fill: rgba(5, 5, 38, 0.95);
    fill: rgba(var(--fg), 0.95)
}

.fill-bg-2 {
    fill: rgba(255, 255, 255, 0.02);
    fill: rgba(var(--bg), 0.02)
}

.fill-bg-3 {
    fill: rgba(255, 255, 255, 0.03);
    fill: rgba(var(--bg), 0.03)
}

.fill-bg-4 {
    fill: rgba(255, 255, 255, 0.04);
    fill: rgba(var(--bg), 0.04)
}

.fill-bg-5 {
    fill: rgba(255, 255, 255, 0.05);
    fill: rgba(var(--bg), 0.05)
}

.fill-bg-10 {
    fill: rgba(255, 255, 255, 0.1);
    fill: rgba(var(--bg), 0.1)
}

.fill-bg-15 {
    fill: rgba(255, 255, 255, 0.15);
    fill: rgba(var(--bg), 0.15)
}

.fill-bg-20 {
    fill: rgba(255, 255, 255, 0.2);
    fill: rgba(var(--bg), 0.2)
}

.fill-bg-25 {
    fill: rgba(255, 255, 255, 0.25);
    fill: rgba(var(--bg), 0.25)
}

.fill-bg-30 {
    fill: rgba(255, 255, 255, 0.3);
    fill: rgba(var(--bg), 0.3)
}

.fill-bg-35 {
    fill: rgba(255, 255, 255, 0.35);
    fill: rgba(var(--bg), 0.35)
}

.fill-bg-40 {
    fill: rgba(255, 255, 255, 0.4);
    fill: rgba(var(--bg), 0.4)
}

.fill-bg-45 {
    fill: rgba(255, 255, 255, 0.45);
    fill: rgba(var(--bg), 0.45)
}

.fill-bg-50 {
    fill: rgba(255, 255, 255, 0.5);
    fill: rgba(var(--bg), 0.5)
}

.fill-bg-55 {
    fill: rgba(255, 255, 255, 0.55);
    fill: rgba(var(--bg), 0.55)
}

.fill-bg-60 {
    fill: rgba(255, 255, 255, 0.6);
    fill: rgba(var(--bg), 0.6)
}

.fill-bg-65 {
    fill: rgba(255, 255, 255, 0.65);
    fill: rgba(var(--bg), 0.65)
}

.fill-bg-70 {
    fill: rgba(255, 255, 255, 0.7);
    fill: rgba(var(--bg), 0.7)
}

.fill-bg-75 {
    fill: rgba(255, 255, 255, 0.75);
    fill: rgba(var(--bg), 0.75)
}

.fill-bg-80 {
    fill: rgba(255, 255, 255, 0.8);
    fill: rgba(var(--bg), 0.8)
}

.fill-bg-85 {
    fill: rgba(255, 255, 255, 0.85);
    fill: rgba(var(--bg), 0.85)
}

.fill-bg-90 {
    fill: rgba(255, 255, 255, 0.9);
    fill: rgba(var(--bg), 0.9)
}

.fill-bg-95 {
    fill: rgba(255, 255, 255, 0.95);
    fill: rgba(var(--bg), 0.95)
}

.bg-transparent {
    background-color: transparent !important
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width: 480px) {
    .d-sm-none {
        display: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-row {
        display: table-row !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 720px) {
    .d-md-none {
        display: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-row {
        display: table-row !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 960px) {
    .d-lg-none {
        display: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-row {
        display: table-row !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1280px) {
    .d-xl-none {
        display: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-row {
        display: table-row !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 720px) {
    .d-desktop-none {
        display: none !important
    }
    .d-desktop-inline {
        display: inline !important
    }
    .d-desktop-inline-block {
        display: inline-block !important
    }
    .d-desktop-block {
        display: block !important
    }
    .d-desktop-table {
        display: table !important
    }
    .d-desktop-table-row {
        display: table-row !important
    }
    .d-desktop-table-cell {
        display: table-cell !important
    }
    .d-desktop-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-desktop-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }
    .d-print-inline {
        display: inline !important
    }
    .d-print-inline-block {
        display: inline-block !important
    }
    .d-print-block {
        display: block !important
    }
    .d-print-table {
        display: table !important
    }
    .d-print-table-row {
        display: table-row !important
    }
    .d-print-table-cell {
        display: table-cell !important
    }
    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 480px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 720px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 960px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1280px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-x-auto {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

@media (min-width: 480px) {
    .position-sm-static {
        position: static !important
    }
    .position-sm-relative {
        position: relative !important
    }
    .position-sm-absolute {
        position: absolute !important
    }
    .position-sm-fixed {
        position: fixed !important
    }
    .position-sm-sticky {
        position: -webkit-sticky !important;
        position: sticky !important
    }
}

@media (min-width: 720px) {
    .position-md-static {
        position: static !important
    }
    .position-md-relative {
        position: relative !important
    }
    .position-md-absolute {
        position: absolute !important
    }
    .position-md-fixed {
        position: fixed !important
    }
    .position-md-sticky {
        position: -webkit-sticky !important;
        position: sticky !important
    }
}

@media (min-width: 960px) {
    .position-lg-static {
        position: static !important
    }
    .position-lg-relative {
        position: relative !important
    }
    .position-lg-absolute {
        position: absolute !important
    }
    .position-lg-fixed {
        position: fixed !important
    }
    .position-lg-sticky {
        position: -webkit-sticky !important;
        position: sticky !important
    }
}

@media (min-width: 1280px) {
    .position-xl-static {
        position: static !important
    }
    .position-xl-relative {
        position: relative !important
    }
    .position-xl-absolute {
        position: absolute !important
    }
    .position-xl-fixed {
        position: fixed !important
    }
    .position-xl-sticky {
        position: -webkit-sticky !important;
        position: sticky !important
    }
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky,
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1
    }
}

.trbl-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.w-1\/12 {
    width: 8.3333333333% !important
}

.w-2\/12 {
    width: 16.6666666667% !important
}

.w-25 {
    width: 25% !important
}

.w-1\/3 {
    width: 33.3333333333% !important
}

.w-5\/12 {
    width: 41.6666666667% !important
}

.w-50 {
    width: 50% !important
}

.w-7\/12 {
    width: 58.3333333333% !important
}

.w-2\/3 {
    width: 66.6666666667% !important
}

.w-75 {
    width: 75% !important
}

.w-10\/12 {
    width: 83.3333333333% !important
}

.w-11\/12 {
    width: 91.6666666667% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-1\/12 {
    height: 8.3333333333% !important
}

.h-2\/12 {
    height: 16.6666666667% !important
}

.h-25 {
    height: 25% !important
}

.h-1\/3 {
    height: 33.3333333333% !important
}

.h-5\/12 {
    height: 41.6666666667% !important
}

.h-50 {
    height: 50% !important
}

.h-7\/12 {
    height: 58.3333333333% !important
}

.h-2\/3 {
    height: 66.6666666667% !important
}

.h-75 {
    height: 75% !important
}

.h-10\/12 {
    height: 83.3333333333% !important
}

.h-11\/12 {
    height: 91.6666666667% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

@media (min-width: 480px) {
    .w-sm-1\/12 {
        width: 8.3333333333% !important
    }
    .w-sm-2\/12 {
        width: 16.6666666667% !important
    }
    .w-sm-25 {
        width: 25% !important
    }
    .w-sm-1\/3 {
        width: 33.3333333333% !important
    }
    .w-sm-5\/12 {
        width: 41.6666666667% !important
    }
    .w-sm-50 {
        width: 50% !important
    }
    .w-sm-7\/12 {
        width: 58.3333333333% !important
    }
    .w-sm-2\/3 {
        width: 66.6666666667% !important
    }
    .w-sm-75 {
        width: 75% !important
    }
    .w-sm-10\/12 {
        width: 83.3333333333% !important
    }
    .w-sm-11\/12 {
        width: 91.6666666667% !important
    }
    .w-sm-100 {
        width: 100% !important
    }
    .w-sm-auto {
        width: auto !important
    }
    .h-sm-1\/12 {
        height: 8.3333333333% !important
    }
    .h-sm-2\/12 {
        height: 16.6666666667% !important
    }
    .h-sm-25 {
        height: 25% !important
    }
    .h-sm-1\/3 {
        height: 33.3333333333% !important
    }
    .h-sm-5\/12 {
        height: 41.6666666667% !important
    }
    .h-sm-50 {
        height: 50% !important
    }
    .h-sm-7\/12 {
        height: 58.3333333333% !important
    }
    .h-sm-2\/3 {
        height: 66.6666666667% !important
    }
    .h-sm-75 {
        height: 75% !important
    }
    .h-sm-10\/12 {
        height: 83.3333333333% !important
    }
    .h-sm-11\/12 {
        height: 91.6666666667% !important
    }
    .h-sm-100 {
        height: 100% !important
    }
    .h-sm-auto {
        height: auto !important
    }
}

@media (min-width: 720px) {
    .w-md-1\/12 {
        width: 8.3333333333% !important
    }
    .w-md-2\/12 {
        width: 16.6666666667% !important
    }
    .w-md-25 {
        width: 25% !important
    }
    .w-md-1\/3 {
        width: 33.3333333333% !important
    }
    .w-md-5\/12 {
        width: 41.6666666667% !important
    }
    .w-md-50 {
        width: 50% !important
    }
    .w-md-7\/12 {
        width: 58.3333333333% !important
    }
    .w-md-2\/3 {
        width: 66.6666666667% !important
    }
    .w-md-75 {
        width: 75% !important
    }
    .w-md-10\/12 {
        width: 83.3333333333% !important
    }
    .w-md-11\/12 {
        width: 91.6666666667% !important
    }
    .w-md-100 {
        width: 100% !important
    }
    .w-md-auto {
        width: auto !important
    }
    .h-md-1\/12 {
        height: 8.3333333333% !important
    }
    .h-md-2\/12 {
        height: 16.6666666667% !important
    }
    .h-md-25 {
        height: 25% !important
    }
    .h-md-1\/3 {
        height: 33.3333333333% !important
    }
    .h-md-5\/12 {
        height: 41.6666666667% !important
    }
    .h-md-50 {
        height: 50% !important
    }
    .h-md-7\/12 {
        height: 58.3333333333% !important
    }
    .h-md-2\/3 {
        height: 66.6666666667% !important
    }
    .h-md-75 {
        height: 75% !important
    }
    .h-md-10\/12 {
        height: 83.3333333333% !important
    }
    .h-md-11\/12 {
        height: 91.6666666667% !important
    }
    .h-md-100 {
        height: 100% !important
    }
    .h-md-auto {
        height: auto !important
    }
}

@media (min-width: 960px) {
    .w-lg-1\/12 {
        width: 8.3333333333% !important
    }
    .w-lg-2\/12 {
        width: 16.6666666667% !important
    }
    .w-lg-25 {
        width: 25% !important
    }
    .w-lg-1\/3 {
        width: 33.3333333333% !important
    }
    .w-lg-5\/12 {
        width: 41.6666666667% !important
    }
    .w-lg-50 {
        width: 50% !important
    }
    .w-lg-7\/12 {
        width: 58.3333333333% !important
    }
    .w-lg-2\/3 {
        width: 66.6666666667% !important
    }
    .w-lg-75 {
        width: 75% !important
    }
    .w-lg-10\/12 {
        width: 83.3333333333% !important
    }
    .w-lg-11\/12 {
        width: 91.6666666667% !important
    }
    .w-lg-100 {
        width: 100% !important
    }
    .w-lg-auto {
        width: auto !important
    }
    .h-lg-1\/12 {
        height: 8.3333333333% !important
    }
    .h-lg-2\/12 {
        height: 16.6666666667% !important
    }
    .h-lg-25 {
        height: 25% !important
    }
    .h-lg-1\/3 {
        height: 33.3333333333% !important
    }
    .h-lg-5\/12 {
        height: 41.6666666667% !important
    }
    .h-lg-50 {
        height: 50% !important
    }
    .h-lg-7\/12 {
        height: 58.3333333333% !important
    }
    .h-lg-2\/3 {
        height: 66.6666666667% !important
    }
    .h-lg-75 {
        height: 75% !important
    }
    .h-lg-10\/12 {
        height: 83.3333333333% !important
    }
    .h-lg-11\/12 {
        height: 91.6666666667% !important
    }
    .h-lg-100 {
        height: 100% !important
    }
    .h-lg-auto {
        height: auto !important
    }
}

@media (min-width: 1280px) {
    .w-xl-1\/12 {
        width: 8.3333333333% !important
    }
    .w-xl-2\/12 {
        width: 16.6666666667% !important
    }
    .w-xl-25 {
        width: 25% !important
    }
    .w-xl-1\/3 {
        width: 33.3333333333% !important
    }
    .w-xl-5\/12 {
        width: 41.6666666667% !important
    }
    .w-xl-50 {
        width: 50% !important
    }
    .w-xl-7\/12 {
        width: 58.3333333333% !important
    }
    .w-xl-2\/3 {
        width: 66.6666666667% !important
    }
    .w-xl-75 {
        width: 75% !important
    }
    .w-xl-10\/12 {
        width: 83.3333333333% !important
    }
    .w-xl-11\/12 {
        width: 91.6666666667% !important
    }
    .w-xl-100 {
        width: 100% !important
    }
    .w-xl-auto {
        width: auto !important
    }
    .h-xl-1\/12 {
        height: 8.3333333333% !important
    }
    .h-xl-2\/12 {
        height: 16.6666666667% !important
    }
    .h-xl-25 {
        height: 25% !important
    }
    .h-xl-1\/3 {
        height: 33.3333333333% !important
    }
    .h-xl-5\/12 {
        height: 41.6666666667% !important
    }
    .h-xl-50 {
        height: 50% !important
    }
    .h-xl-7\/12 {
        height: 58.3333333333% !important
    }
    .h-xl-2\/3 {
        height: 66.6666666667% !important
    }
    .h-xl-75 {
        height: 75% !important
    }
    .h-xl-10\/12 {
        height: 83.3333333333% !important
    }
    .h-xl-11\/12 {
        height: 91.6666666667% !important
    }
    .h-xl-100 {
        height: 100% !important
    }
    .h-xl-auto {
        height: auto !important
    }
}

.max-width-xwide {
    max-width: 48rem
}

.max-width-wide {
    max-width: 42rem
}

.max-width-narrow {
    max-width: 36rem
}

.max-width-xnarrow {
    max-width: 30rem
}

.max-width-xxnarrow {
    max-width: 24rem
}

.max-width-xxxnarrow {
    max-width: 18rem
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1\/12 {
    margin: .125rem !important
}

.mt-1\/12,
.my-1\/12 {
    margin-top: .125rem !important
}

.mr-1\/12,
.mx-1\/12 {
    margin-right: .125rem !important
}

.mb-1\/12,
.my-1\/12 {
    margin-bottom: .125rem !important
}

.ml-1\/12,
.mx-1\/12 {
    margin-left: .125rem !important
}

.m-0\.1 {
    margin: .15rem !important
}

.mt-0\.1,
.my-0\.1 {
    margin-top: .15rem !important
}

.mr-0\.1,
.mx-0\.1 {
    margin-right: .15rem !important
}

.mb-0\.1,
.my-0\.1 {
    margin-bottom: .15rem !important
}

.ml-0\.1,
.mx-0\.1 {
    margin-left: .15rem !important
}

.m-0\.125 {
    margin: .1875rem !important
}

.mt-0\.125,
.my-0\.125 {
    margin-top: .1875rem !important
}

.mr-0\.125,
.mx-0\.125 {
    margin-right: .1875rem !important
}

.mb-0\.125,
.my-0\.125 {
    margin-bottom: .1875rem !important
}

.ml-0\.125,
.mx-0\.125 {
    margin-left: .1875rem !important
}

.m-1\/6 {
    margin: .25rem !important
}

.mt-1\/6,
.my-1\/6 {
    margin-top: .25rem !important
}

.mr-1\/6,
.mx-1\/6 {
    margin-right: .25rem !important
}

.mb-1\/6,
.my-1\/6 {
    margin-bottom: .25rem !important
}

.ml-1\/6,
.mx-1\/6 {
    margin-left: .25rem !important
}

.m-0\.2 {
    margin: .3rem !important
}

.mt-0\.2,
.my-0\.2 {
    margin-top: .3rem !important
}

.mr-0\.2,
.mx-0\.2 {
    margin-right: .3rem !important
}

.mb-0\.2,
.my-0\.2 {
    margin-bottom: .3rem !important
}

.ml-0\.2,
.mx-0\.2 {
    margin-left: .3rem !important
}

.m-0\.25 {
    margin: .375rem !important
}

.mt-0\.25,
.my-0\.25 {
    margin-top: .375rem !important
}

.mr-0\.25,
.mx-0\.25 {
    margin-right: .375rem !important
}

.mb-0\.25,
.my-0\.25 {
    margin-bottom: .375rem !important
}

.ml-0\.25,
.mx-0\.25 {
    margin-left: .375rem !important
}

.m-1\/3 {
    margin: .5rem !important
}

.mt-1\/3,
.my-1\/3 {
    margin-top: .5rem !important
}

.mr-1\/3,
.mx-1\/3 {
    margin-right: .5rem !important
}

.mb-1\/3,
.my-1\/3 {
    margin-bottom: .5rem !important
}

.ml-1\/3,
.mx-1\/3 {
    margin-left: .5rem !important
}

.m-5\/12 {
    margin: .625rem !important
}

.mt-5\/12,
.my-5\/12 {
    margin-top: .625rem !important
}

.mr-5\/12,
.mx-5\/12 {
    margin-right: .625rem !important
}

.mb-5\/12,
.my-5\/12 {
    margin-bottom: .625rem !important
}

.ml-5\/12,
.mx-5\/12 {
    margin-left: .625rem !important
}

.m-0\.5 {
    margin: .75rem !important
}

.mt-0\.5,
.my-0\.5 {
    margin-top: .75rem !important
}

.mr-0\.5,
.mx-0\.5 {
    margin-right: .75rem !important
}

.mb-0\.5,
.my-0\.5 {
    margin-bottom: .75rem !important
}

.ml-0\.5,
.mx-0\.5 {
    margin-left: .75rem !important
}

.m-7\/12 {
    margin: .875rem !important
}

.mt-7\/12,
.my-7\/12 {
    margin-top: .875rem !important
}

.mr-7\/12,
.mx-7\/12 {
    margin-right: .875rem !important
}

.mb-7\/12,
.my-7\/12 {
    margin-bottom: .875rem !important
}

.ml-7\/12,
.mx-7\/12 {
    margin-left: .875rem !important
}

.m-2\/3 {
    margin: 1rem !important
}

.mt-2\/3,
.my-2\/3 {
    margin-top: 1rem !important
}

.mr-2\/3,
.mx-2\/3 {
    margin-right: 1rem !important
}

.mb-2\/3,
.my-2\/3 {
    margin-bottom: 1rem !important
}

.ml-2\/3,
.mx-2\/3 {
    margin-left: 1rem !important
}

.m-0\.75 {
    margin: 1.125rem !important
}

.mt-0\.75,
.my-0\.75 {
    margin-top: 1.125rem !important
}

.mr-0\.75,
.mx-0\.75 {
    margin-right: 1.125rem !important
}

.mb-0\.75,
.my-0\.75 {
    margin-bottom: 1.125rem !important
}

.ml-0\.75,
.mx-0\.75 {
    margin-left: 1.125rem !important
}

.m-10\/12 {
    margin: 1.25rem !important
}

.mt-10\/12,
.my-10\/12 {
    margin-top: 1.25rem !important
}

.mr-10\/12,
.mx-10\/12 {
    margin-right: 1.25rem !important
}

.mb-10\/12,
.my-10\/12 {
    margin-bottom: 1.25rem !important
}

.ml-10\/12,
.mx-10\/12 {
    margin-left: 1.25rem !important
}

.m-1 {
    margin: 1.5rem !important
}

.mt-1,
.my-1 {
    margin-top: 1.5rem !important
}

.mr-1,
.mx-1 {
    margin-right: 1.5rem !important
}

.mb-1,
.my-1 {
    margin-bottom: 1.5rem !important
}

.ml-1,
.mx-1 {
    margin-left: 1.5rem !important
}

.m-1\.25 {
    margin: 1.875rem !important
}

.mt-1\.25,
.my-1\.25 {
    margin-top: 1.875rem !important
}

.mr-1\.25,
.mx-1\.25 {
    margin-right: 1.875rem !important
}

.mb-1\.25,
.my-1\.25 {
    margin-bottom: 1.875rem !important
}

.ml-1\.25,
.mx-1\.25 {
    margin-left: 1.875rem !important
}

.m-1\.5 {
    margin: 2.25rem !important
}

.mt-1\.5,
.my-1\.5 {
    margin-top: 2.25rem !important
}

.mr-1\.5,
.mx-1\.5 {
    margin-right: 2.25rem !important
}

.mb-1\.5,
.my-1\.5 {
    margin-bottom: 2.25rem !important
}

.ml-1\.5,
.mx-1\.5 {
    margin-left: 2.25rem !important
}

.m-1\.75 {
    margin: 2.625rem !important
}

.mt-1\.75,
.my-1\.75 {
    margin-top: 2.625rem !important
}

.mr-1\.75,
.mx-1\.75 {
    margin-right: 2.625rem !important
}

.mb-1\.75,
.my-1\.75 {
    margin-bottom: 2.625rem !important
}

.ml-1\.75,
.mx-1\.75 {
    margin-left: 2.625rem !important
}

.m-2 {
    margin: 3rem !important
}

.mt-2,
.my-2 {
    margin-top: 3rem !important
}

.mr-2,
.mx-2 {
    margin-right: 3rem !important
}

.mb-2,
.my-2 {
    margin-bottom: 3rem !important
}

.ml-2,
.mx-2 {
    margin-left: 3rem !important
}

.m-2\.25 {
    margin: 3.375rem !important
}

.mt-2\.25,
.my-2\.25 {
    margin-top: 3.375rem !important
}

.mr-2\.25,
.mx-2\.25 {
    margin-right: 3.375rem !important
}

.mb-2\.25,
.my-2\.25 {
    margin-bottom: 3.375rem !important
}

.ml-2\.25,
.mx-2\.25 {
    margin-left: 3.375rem !important
}

.m-2\.5 {
    margin: 3.75rem !important
}

.mt-2\.5,
.my-2\.5 {
    margin-top: 3.75rem !important
}

.mr-2\.5,
.mx-2\.5 {
    margin-right: 3.75rem !important
}

.mb-2\.5,
.my-2\.5 {
    margin-bottom: 3.75rem !important
}

.ml-2\.5,
.mx-2\.5 {
    margin-left: 3.75rem !important
}

.m-2\.75 {
    margin: 4.125rem !important
}

.mt-2\.75,
.my-2\.75 {
    margin-top: 4.125rem !important
}

.mr-2\.75,
.mx-2\.75 {
    margin-right: 4.125rem !important
}

.mb-2\.75,
.my-2\.75 {
    margin-bottom: 4.125rem !important
}

.ml-2\.75,
.mx-2\.75 {
    margin-left: 4.125rem !important
}

.m-3 {
    margin: 4.5rem !important
}

.mt-3,
.my-3 {
    margin-top: 4.5rem !important
}

.mr-3,
.mx-3 {
    margin-right: 4.5rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 4.5rem !important
}

.ml-3,
.mx-3 {
    margin-left: 4.5rem !important
}

.m-3\.5 {
    margin: 5.25rem !important
}

.mt-3\.5,
.my-3\.5 {
    margin-top: 5.25rem !important
}

.mr-3\.5,
.mx-3\.5 {
    margin-right: 5.25rem !important
}

.mb-3\.5,
.my-3\.5 {
    margin-bottom: 5.25rem !important
}

.ml-3\.5,
.mx-3\.5 {
    margin-left: 5.25rem !important
}

.m-4 {
    margin: 6rem !important
}

.mt-4,
.my-4 {
    margin-top: 6rem !important
}

.mr-4,
.mx-4 {
    margin-right: 6rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 6rem !important
}

.ml-4,
.mx-4 {
    margin-left: 6rem !important
}

.m-5 {
    margin: 7.5rem !important
}

.mt-5,
.my-5 {
    margin-top: 7.5rem !important
}

.mr-5,
.mx-5 {
    margin-right: 7.5rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 7.5rem !important
}

.ml-5,
.mx-5 {
    margin-left: 7.5rem !important
}

.m-6 {
    margin: 9rem !important
}

.mt-6,
.my-6 {
    margin-top: 9rem !important
}

.mr-6,
.mx-6 {
    margin-right: 9rem !important
}

.mb-6,
.my-6 {
    margin-bottom: 9rem !important
}

.ml-6,
.mx-6 {
    margin-left: 9rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1\/12 {
    padding: .125rem !important
}

.pt-1\/12,
.py-1\/12 {
    padding-top: .125rem !important
}

.pr-1\/12,
.px-1\/12 {
    padding-right: .125rem !important
}

.pb-1\/12,
.py-1\/12 {
    padding-bottom: .125rem !important
}

.pl-1\/12,
.px-1\/12 {
    padding-left: .125rem !important
}

.p-0\.1 {
    padding: .15rem !important
}

.pt-0\.1,
.py-0\.1 {
    padding-top: .15rem !important
}

.pr-0\.1,
.px-0\.1 {
    padding-right: .15rem !important
}

.pb-0\.1,
.py-0\.1 {
    padding-bottom: .15rem !important
}

.pl-0\.1,
.px-0\.1 {
    padding-left: .15rem !important
}

.p-0\.125 {
    padding: .1875rem !important
}

.pt-0\.125,
.py-0\.125 {
    padding-top: .1875rem !important
}

.pr-0\.125,
.px-0\.125 {
    padding-right: .1875rem !important
}

.pb-0\.125,
.py-0\.125 {
    padding-bottom: .1875rem !important
}

.pl-0\.125,
.px-0\.125 {
    padding-left: .1875rem !important
}

.p-1\/6 {
    padding: .25rem !important
}

.pt-1\/6,
.py-1\/6 {
    padding-top: .25rem !important
}

.pr-1\/6,
.px-1\/6 {
    padding-right: .25rem !important
}

.pb-1\/6,
.py-1\/6 {
    padding-bottom: .25rem !important
}

.pl-1\/6,
.px-1\/6 {
    padding-left: .25rem !important
}

.p-0\.2 {
    padding: .3rem !important
}

.pt-0\.2,
.py-0\.2 {
    padding-top: .3rem !important
}

.pr-0\.2,
.px-0\.2 {
    padding-right: .3rem !important
}

.pb-0\.2,
.py-0\.2 {
    padding-bottom: .3rem !important
}

.pl-0\.2,
.px-0\.2 {
    padding-left: .3rem !important
}

.p-0\.25 {
    padding: .375rem !important
}

.pt-0\.25,
.py-0\.25 {
    padding-top: .375rem !important
}

.pr-0\.25,
.px-0\.25 {
    padding-right: .375rem !important
}

.pb-0\.25,
.py-0\.25 {
    padding-bottom: .375rem !important
}

.pl-0\.25,
.px-0\.25 {
    padding-left: .375rem !important
}

.p-1\/3 {
    padding: .5rem !important
}

.pt-1\/3,
.py-1\/3 {
    padding-top: .5rem !important
}

.pr-1\/3,
.px-1\/3 {
    padding-right: .5rem !important
}

.pb-1\/3,
.py-1\/3 {
    padding-bottom: .5rem !important
}

.pl-1\/3,
.px-1\/3 {
    padding-left: .5rem !important
}

.p-5\/12 {
    padding: .625rem !important
}

.pt-5\/12,
.py-5\/12 {
    padding-top: .625rem !important
}

.pr-5\/12,
.px-5\/12 {
    padding-right: .625rem !important
}

.pb-5\/12,
.py-5\/12 {
    padding-bottom: .625rem !important
}

.pl-5\/12,
.px-5\/12 {
    padding-left: .625rem !important
}

.p-0\.5 {
    padding: .75rem !important
}

.pt-0\.5,
.py-0\.5 {
    padding-top: .75rem !important
}

.pr-0\.5,
.px-0\.5 {
    padding-right: .75rem !important
}

.pb-0\.5,
.py-0\.5 {
    padding-bottom: .75rem !important
}

.pl-0\.5,
.px-0\.5 {
    padding-left: .75rem !important
}

.p-7\/12 {
    padding: .875rem !important
}

.pt-7\/12,
.py-7\/12 {
    padding-top: .875rem !important
}

.pr-7\/12,
.px-7\/12 {
    padding-right: .875rem !important
}

.pb-7\/12,
.py-7\/12 {
    padding-bottom: .875rem !important
}

.pl-7\/12,
.px-7\/12 {
    padding-left: .875rem !important
}

.p-2\/3 {
    padding: 1rem !important
}

.pt-2\/3,
.py-2\/3 {
    padding-top: 1rem !important
}

.pr-2\/3,
.px-2\/3 {
    padding-right: 1rem !important
}

.pb-2\/3,
.py-2\/3 {
    padding-bottom: 1rem !important
}

.pl-2\/3,
.px-2\/3 {
    padding-left: 1rem !important
}

.p-0\.75 {
    padding: 1.125rem !important
}

.pt-0\.75,
.py-0\.75 {
    padding-top: 1.125rem !important
}

.pr-0\.75,
.px-0\.75 {
    padding-right: 1.125rem !important
}

.pb-0\.75,
.py-0\.75 {
    padding-bottom: 1.125rem !important
}

.pl-0\.75,
.px-0\.75 {
    padding-left: 1.125rem !important
}

.p-10\/12 {
    padding: 1.25rem !important
}

.pt-10\/12,
.py-10\/12 {
    padding-top: 1.25rem !important
}

.pr-10\/12,
.px-10\/12 {
    padding-right: 1.25rem !important
}

.pb-10\/12,
.py-10\/12 {
    padding-bottom: 1.25rem !important
}

.pl-10\/12,
.px-10\/12 {
    padding-left: 1.25rem !important
}

.p-1 {
    padding: 1.5rem !important
}

.pt-1,
.py-1 {
    padding-top: 1.5rem !important
}

.pr-1,
.px-1 {
    padding-right: 1.5rem !important
}

.pb-1,
.py-1 {
    padding-bottom: 1.5rem !important
}

.pl-1,
.px-1 {
    padding-left: 1.5rem !important
}

.p-1\.25 {
    padding: 1.875rem !important
}

.pt-1\.25,
.py-1\.25 {
    padding-top: 1.875rem !important
}

.pr-1\.25,
.px-1\.25 {
    padding-right: 1.875rem !important
}

.pb-1\.25,
.py-1\.25 {
    padding-bottom: 1.875rem !important
}

.pl-1\.25,
.px-1\.25 {
    padding-left: 1.875rem !important
}

.p-1\.5 {
    padding: 2.25rem !important
}

.pt-1\.5,
.py-1\.5 {
    padding-top: 2.25rem !important
}

.pr-1\.5,
.px-1\.5 {
    padding-right: 2.25rem !important
}

.pb-1\.5,
.py-1\.5 {
    padding-bottom: 2.25rem !important
}

.pl-1\.5,
.px-1\.5 {
    padding-left: 2.25rem !important
}

.p-1\.75 {
    padding: 2.625rem !important
}

.pt-1\.75,
.py-1\.75 {
    padding-top: 2.625rem !important
}

.pr-1\.75,
.px-1\.75 {
    padding-right: 2.625rem !important
}

.pb-1\.75,
.py-1\.75 {
    padding-bottom: 2.625rem !important
}

.pl-1\.75,
.px-1\.75 {
    padding-left: 2.625rem !important
}

.p-2 {
    padding: 3rem !important
}

.pt-2,
.py-2 {
    padding-top: 3rem !important
}

.pr-2,
.px-2 {
    padding-right: 3rem !important
}

.pb-2,
.py-2 {
    padding-bottom: 3rem !important
}

.pl-2,
.px-2 {
    padding-left: 3rem !important
}

.p-2\.25 {
    padding: 3.375rem !important
}

.pt-2\.25,
.py-2\.25 {
    padding-top: 3.375rem !important
}

.pr-2\.25,
.px-2\.25 {
    padding-right: 3.375rem !important
}

.pb-2\.25,
.py-2\.25 {
    padding-bottom: 3.375rem !important
}

.pl-2\.25,
.px-2\.25 {
    padding-left: 3.375rem !important
}

.p-2\.5 {
    padding: 3.75rem !important
}

.pt-2\.5,
.py-2\.5 {
    padding-top: 3.75rem !important
}

.pr-2\.5,
.px-2\.5 {
    padding-right: 3.75rem !important
}

.pb-2\.5,
.py-2\.5 {
    padding-bottom: 3.75rem !important
}

.pl-2\.5,
.px-2\.5 {
    padding-left: 3.75rem !important
}

.p-2\.75 {
    padding: 4.125rem !important
}

.pt-2\.75,
.py-2\.75 {
    padding-top: 4.125rem !important
}

.pr-2\.75,
.px-2\.75 {
    padding-right: 4.125rem !important
}

.pb-2\.75,
.py-2\.75 {
    padding-bottom: 4.125rem !important
}

.pl-2\.75,
.px-2\.75 {
    padding-left: 4.125rem !important
}

.p-3 {
    padding: 4.5rem !important
}

.pt-3,
.py-3 {
    padding-top: 4.5rem !important
}

.pr-3,
.px-3 {
    padding-right: 4.5rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 4.5rem !important
}

.pl-3,
.px-3 {
    padding-left: 4.5rem !important
}

.p-3\.5 {
    padding: 5.25rem !important
}

.pt-3\.5,
.py-3\.5 {
    padding-top: 5.25rem !important
}

.pr-3\.5,
.px-3\.5 {
    padding-right: 5.25rem !important
}

.pb-3\.5,
.py-3\.5 {
    padding-bottom: 5.25rem !important
}

.pl-3\.5,
.px-3\.5 {
    padding-left: 5.25rem !important
}

.p-4 {
    padding: 6rem !important
}

.pt-4,
.py-4 {
    padding-top: 6rem !important
}

.pr-4,
.px-4 {
    padding-right: 6rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 6rem !important
}

.pl-4,
.px-4 {
    padding-left: 6rem !important
}

.p-5 {
    padding: 7.5rem !important
}

.pt-5,
.py-5 {
    padding-top: 7.5rem !important
}

.pr-5,
.px-5 {
    padding-right: 7.5rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 7.5rem !important
}

.pl-5,
.px-5 {
    padding-left: 7.5rem !important
}

.p-6 {
    padding: 9rem !important
}

.pt-6,
.py-6 {
    padding-top: 9rem !important
}

.pr-6,
.px-6 {
    padding-right: 9rem !important
}

.pb-6,
.py-6 {
    padding-bottom: 9rem !important
}

.pl-6,
.px-6 {
    padding-left: 9rem !important
}

.m-n1\/12 {
    margin: -.125rem !important
}

.mt-n1\/12,
.my-n1\/12 {
    margin-top: -.125rem !important
}

.mr-n1\/12,
.mx-n1\/12 {
    margin-right: -.125rem !important
}

.mb-n1\/12,
.my-n1\/12 {
    margin-bottom: -.125rem !important
}

.ml-n1\/12,
.mx-n1\/12 {
    margin-left: -.125rem !important
}

.m-n0\.1 {
    margin: -.15rem !important
}

.mt-n0\.1,
.my-n0\.1 {
    margin-top: -.15rem !important
}

.mr-n0\.1,
.mx-n0\.1 {
    margin-right: -.15rem !important
}

.mb-n0\.1,
.my-n0\.1 {
    margin-bottom: -.15rem !important
}

.ml-n0\.1,
.mx-n0\.1 {
    margin-left: -.15rem !important
}

.m-n0\.125 {
    margin: -.1875rem !important
}

.mt-n0\.125,
.my-n0\.125 {
    margin-top: -.1875rem !important
}

.mr-n0\.125,
.mx-n0\.125 {
    margin-right: -.1875rem !important
}

.mb-n0\.125,
.my-n0\.125 {
    margin-bottom: -.1875rem !important
}

.ml-n0\.125,
.mx-n0\.125 {
    margin-left: -.1875rem !important
}

.m-n1\/6 {
    margin: -.25rem !important
}

.mt-n1\/6,
.my-n1\/6 {
    margin-top: -.25rem !important
}

.mr-n1\/6,
.mx-n1\/6 {
    margin-right: -.25rem !important
}

.mb-n1\/6,
.my-n1\/6 {
    margin-bottom: -.25rem !important
}

.ml-n1\/6,
.mx-n1\/6 {
    margin-left: -.25rem !important
}

.m-n0\.2 {
    margin: -.3rem !important
}

.mt-n0\.2,
.my-n0\.2 {
    margin-top: -.3rem !important
}

.mr-n0\.2,
.mx-n0\.2 {
    margin-right: -.3rem !important
}

.mb-n0\.2,
.my-n0\.2 {
    margin-bottom: -.3rem !important
}

.ml-n0\.2,
.mx-n0\.2 {
    margin-left: -.3rem !important
}

.m-n0\.25 {
    margin: -.375rem !important
}

.mt-n0\.25,
.my-n0\.25 {
    margin-top: -.375rem !important
}

.mr-n0\.25,
.mx-n0\.25 {
    margin-right: -.375rem !important
}

.mb-n0\.25,
.my-n0\.25 {
    margin-bottom: -.375rem !important
}

.ml-n0\.25,
.mx-n0\.25 {
    margin-left: -.375rem !important
}

.m-n1\/3 {
    margin: -.5rem !important
}

.mt-n1\/3,
.my-n1\/3 {
    margin-top: -.5rem !important
}

.mr-n1\/3,
.mx-n1\/3 {
    margin-right: -.5rem !important
}

.mb-n1\/3,
.my-n1\/3 {
    margin-bottom: -.5rem !important
}

.ml-n1\/3,
.mx-n1\/3 {
    margin-left: -.5rem !important
}

.m-n5\/12 {
    margin: -.625rem !important
}

.mt-n5\/12,
.my-n5\/12 {
    margin-top: -.625rem !important
}

.mr-n5\/12,
.mx-n5\/12 {
    margin-right: -.625rem !important
}

.mb-n5\/12,
.my-n5\/12 {
    margin-bottom: -.625rem !important
}

.ml-n5\/12,
.mx-n5\/12 {
    margin-left: -.625rem !important
}

.m-n0\.5 {
    margin: -.75rem !important
}

.mt-n0\.5,
.my-n0\.5 {
    margin-top: -.75rem !important
}

.mr-n0\.5,
.mx-n0\.5 {
    margin-right: -.75rem !important
}

.mb-n0\.5,
.my-n0\.5 {
    margin-bottom: -.75rem !important
}

.ml-n0\.5,
.mx-n0\.5 {
    margin-left: -.75rem !important
}

.m-n7\/12 {
    margin: -.875rem !important
}

.mt-n7\/12,
.my-n7\/12 {
    margin-top: -.875rem !important
}

.mr-n7\/12,
.mx-n7\/12 {
    margin-right: -.875rem !important
}

.mb-n7\/12,
.my-n7\/12 {
    margin-bottom: -.875rem !important
}

.ml-n7\/12,
.mx-n7\/12 {
    margin-left: -.875rem !important
}

.m-n2\/3 {
    margin: -1rem !important
}

.mt-n2\/3,
.my-n2\/3 {
    margin-top: -1rem !important
}

.mr-n2\/3,
.mx-n2\/3 {
    margin-right: -1rem !important
}

.mb-n2\/3,
.my-n2\/3 {
    margin-bottom: -1rem !important
}

.ml-n2\/3,
.mx-n2\/3 {
    margin-left: -1rem !important
}

.m-n0\.75 {
    margin: -1.125rem !important
}

.mt-n0\.75,
.my-n0\.75 {
    margin-top: -1.125rem !important
}

.mr-n0\.75,
.mx-n0\.75 {
    margin-right: -1.125rem !important
}

.mb-n0\.75,
.my-n0\.75 {
    margin-bottom: -1.125rem !important
}

.ml-n0\.75,
.mx-n0\.75 {
    margin-left: -1.125rem !important
}

.m-n10\/12 {
    margin: -1.25rem !important
}

.mt-n10\/12,
.my-n10\/12 {
    margin-top: -1.25rem !important
}

.mr-n10\/12,
.mx-n10\/12 {
    margin-right: -1.25rem !important
}

.mb-n10\/12,
.my-n10\/12 {
    margin-bottom: -1.25rem !important
}

.ml-n10\/12,
.mx-n10\/12 {
    margin-left: -1.25rem !important
}

.m-n1 {
    margin: -1.5rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -1.5rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -1.5rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -1.5rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -1.5rem !important
}

.m-n1\.25 {
    margin: -1.875rem !important
}

.mt-n1\.25,
.my-n1\.25 {
    margin-top: -1.875rem !important
}

.mr-n1\.25,
.mx-n1\.25 {
    margin-right: -1.875rem !important
}

.mb-n1\.25,
.my-n1\.25 {
    margin-bottom: -1.875rem !important
}

.ml-n1\.25,
.mx-n1\.25 {
    margin-left: -1.875rem !important
}

.m-n1\.5 {
    margin: -2.25rem !important
}

.mt-n1\.5,
.my-n1\.5 {
    margin-top: -2.25rem !important
}

.mr-n1\.5,
.mx-n1\.5 {
    margin-right: -2.25rem !important
}

.mb-n1\.5,
.my-n1\.5 {
    margin-bottom: -2.25rem !important
}

.ml-n1\.5,
.mx-n1\.5 {
    margin-left: -2.25rem !important
}

.m-n1\.75 {
    margin: -2.625rem !important
}

.mt-n1\.75,
.my-n1\.75 {
    margin-top: -2.625rem !important
}

.mr-n1\.75,
.mx-n1\.75 {
    margin-right: -2.625rem !important
}

.mb-n1\.75,
.my-n1\.75 {
    margin-bottom: -2.625rem !important
}

.ml-n1\.75,
.mx-n1\.75 {
    margin-left: -2.625rem !important
}

.m-n2 {
    margin: -3rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -3rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -3rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -3rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -3rem !important
}

.m-n2\.25 {
    margin: -3.375rem !important
}

.mt-n2\.25,
.my-n2\.25 {
    margin-top: -3.375rem !important
}

.mr-n2\.25,
.mx-n2\.25 {
    margin-right: -3.375rem !important
}

.mb-n2\.25,
.my-n2\.25 {
    margin-bottom: -3.375rem !important
}

.ml-n2\.25,
.mx-n2\.25 {
    margin-left: -3.375rem !important
}

.m-n2\.5 {
    margin: -3.75rem !important
}

.mt-n2\.5,
.my-n2\.5 {
    margin-top: -3.75rem !important
}

.mr-n2\.5,
.mx-n2\.5 {
    margin-right: -3.75rem !important
}

.mb-n2\.5,
.my-n2\.5 {
    margin-bottom: -3.75rem !important
}

.ml-n2\.5,
.mx-n2\.5 {
    margin-left: -3.75rem !important
}

.m-n2\.75 {
    margin: -4.125rem !important
}

.mt-n2\.75,
.my-n2\.75 {
    margin-top: -4.125rem !important
}

.mr-n2\.75,
.mx-n2\.75 {
    margin-right: -4.125rem !important
}

.mb-n2\.75,
.my-n2\.75 {
    margin-bottom: -4.125rem !important
}

.ml-n2\.75,
.mx-n2\.75 {
    margin-left: -4.125rem !important
}

.m-n3 {
    margin: -4.5rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -4.5rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -4.5rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -4.5rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -4.5rem !important
}

.m-n3\.5 {
    margin: -5.25rem !important
}

.mt-n3\.5,
.my-n3\.5 {
    margin-top: -5.25rem !important
}

.mr-n3\.5,
.mx-n3\.5 {
    margin-right: -5.25rem !important
}

.mb-n3\.5,
.my-n3\.5 {
    margin-bottom: -5.25rem !important
}

.ml-n3\.5,
.mx-n3\.5 {
    margin-left: -5.25rem !important
}

.m-n4 {
    margin: -6rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -6rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -6rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -6rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -6rem !important
}

.m-n5 {
    margin: -7.5rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -7.5rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -7.5rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -7.5rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -7.5rem !important
}

.m-n6 {
    margin: -9rem !important
}

.mt-n6,
.my-n6 {
    margin-top: -9rem !important
}

.mr-n6,
.mx-n6 {
    margin-right: -9rem !important
}

.mb-n6,
.my-n6 {
    margin-bottom: -9rem !important
}

.ml-n6,
.mx-n6 {
    margin-left: -9rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width: 480px) {
    .m-sm-0 {
        margin: 0 !important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }
    .m-sm-1\/12 {
        margin: .125rem !important
    }
    .mt-sm-1\/12,
    .my-sm-1\/12 {
        margin-top: .125rem !important
    }
    .mr-sm-1\/12,
    .mx-sm-1\/12 {
        margin-right: .125rem !important
    }
    .mb-sm-1\/12,
    .my-sm-1\/12 {
        margin-bottom: .125rem !important
    }
    .ml-sm-1\/12,
    .mx-sm-1\/12 {
        margin-left: .125rem !important
    }
    .m-sm-0\.1 {
        margin: .15rem !important
    }
    .mt-sm-0\.1,
    .my-sm-0\.1 {
        margin-top: .15rem !important
    }
    .mr-sm-0\.1,
    .mx-sm-0\.1 {
        margin-right: .15rem !important
    }
    .mb-sm-0\.1,
    .my-sm-0\.1 {
        margin-bottom: .15rem !important
    }
    .ml-sm-0\.1,
    .mx-sm-0\.1 {
        margin-left: .15rem !important
    }
    .m-sm-0\.125 {
        margin: .1875rem !important
    }
    .mt-sm-0\.125,
    .my-sm-0\.125 {
        margin-top: .1875rem !important
    }
    .mr-sm-0\.125,
    .mx-sm-0\.125 {
        margin-right: .1875rem !important
    }
    .mb-sm-0\.125,
    .my-sm-0\.125 {
        margin-bottom: .1875rem !important
    }
    .ml-sm-0\.125,
    .mx-sm-0\.125 {
        margin-left: .1875rem !important
    }
    .m-sm-1\/6 {
        margin: .25rem !important
    }
    .mt-sm-1\/6,
    .my-sm-1\/6 {
        margin-top: .25rem !important
    }
    .mr-sm-1\/6,
    .mx-sm-1\/6 {
        margin-right: .25rem !important
    }
    .mb-sm-1\/6,
    .my-sm-1\/6 {
        margin-bottom: .25rem !important
    }
    .ml-sm-1\/6,
    .mx-sm-1\/6 {
        margin-left: .25rem !important
    }
    .m-sm-0\.2 {
        margin: .3rem !important
    }
    .mt-sm-0\.2,
    .my-sm-0\.2 {
        margin-top: .3rem !important
    }
    .mr-sm-0\.2,
    .mx-sm-0\.2 {
        margin-right: .3rem !important
    }
    .mb-sm-0\.2,
    .my-sm-0\.2 {
        margin-bottom: .3rem !important
    }
    .ml-sm-0\.2,
    .mx-sm-0\.2 {
        margin-left: .3rem !important
    }
    .m-sm-0\.25 {
        margin: .375rem !important
    }
    .mt-sm-0\.25,
    .my-sm-0\.25 {
        margin-top: .375rem !important
    }
    .mr-sm-0\.25,
    .mx-sm-0\.25 {
        margin-right: .375rem !important
    }
    .mb-sm-0\.25,
    .my-sm-0\.25 {
        margin-bottom: .375rem !important
    }
    .ml-sm-0\.25,
    .mx-sm-0\.25 {
        margin-left: .375rem !important
    }
    .m-sm-1\/3 {
        margin: .5rem !important
    }
    .mt-sm-1\/3,
    .my-sm-1\/3 {
        margin-top: .5rem !important
    }
    .mr-sm-1\/3,
    .mx-sm-1\/3 {
        margin-right: .5rem !important
    }
    .mb-sm-1\/3,
    .my-sm-1\/3 {
        margin-bottom: .5rem !important
    }
    .ml-sm-1\/3,
    .mx-sm-1\/3 {
        margin-left: .5rem !important
    }
    .m-sm-5\/12 {
        margin: .625rem !important
    }
    .mt-sm-5\/12,
    .my-sm-5\/12 {
        margin-top: .625rem !important
    }
    .mr-sm-5\/12,
    .mx-sm-5\/12 {
        margin-right: .625rem !important
    }
    .mb-sm-5\/12,
    .my-sm-5\/12 {
        margin-bottom: .625rem !important
    }
    .ml-sm-5\/12,
    .mx-sm-5\/12 {
        margin-left: .625rem !important
    }
    .m-sm-0\.5 {
        margin: .75rem !important
    }
    .mt-sm-0\.5,
    .my-sm-0\.5 {
        margin-top: .75rem !important
    }
    .mr-sm-0\.5,
    .mx-sm-0\.5 {
        margin-right: .75rem !important
    }
    .mb-sm-0\.5,
    .my-sm-0\.5 {
        margin-bottom: .75rem !important
    }
    .ml-sm-0\.5,
    .mx-sm-0\.5 {
        margin-left: .75rem !important
    }
    .m-sm-7\/12 {
        margin: .875rem !important
    }
    .mt-sm-7\/12,
    .my-sm-7\/12 {
        margin-top: .875rem !important
    }
    .mr-sm-7\/12,
    .mx-sm-7\/12 {
        margin-right: .875rem !important
    }
    .mb-sm-7\/12,
    .my-sm-7\/12 {
        margin-bottom: .875rem !important
    }
    .ml-sm-7\/12,
    .mx-sm-7\/12 {
        margin-left: .875rem !important
    }
    .m-sm-2\/3 {
        margin: 1rem !important
    }
    .mt-sm-2\/3,
    .my-sm-2\/3 {
        margin-top: 1rem !important
    }
    .mr-sm-2\/3,
    .mx-sm-2\/3 {
        margin-right: 1rem !important
    }
    .mb-sm-2\/3,
    .my-sm-2\/3 {
        margin-bottom: 1rem !important
    }
    .ml-sm-2\/3,
    .mx-sm-2\/3 {
        margin-left: 1rem !important
    }
    .m-sm-0\.75 {
        margin: 1.125rem !important
    }
    .mt-sm-0\.75,
    .my-sm-0\.75 {
        margin-top: 1.125rem !important
    }
    .mr-sm-0\.75,
    .mx-sm-0\.75 {
        margin-right: 1.125rem !important
    }
    .mb-sm-0\.75,
    .my-sm-0\.75 {
        margin-bottom: 1.125rem !important
    }
    .ml-sm-0\.75,
    .mx-sm-0\.75 {
        margin-left: 1.125rem !important
    }
    .m-sm-10\/12 {
        margin: 1.25rem !important
    }
    .mt-sm-10\/12,
    .my-sm-10\/12 {
        margin-top: 1.25rem !important
    }
    .mr-sm-10\/12,
    .mx-sm-10\/12 {
        margin-right: 1.25rem !important
    }
    .mb-sm-10\/12,
    .my-sm-10\/12 {
        margin-bottom: 1.25rem !important
    }
    .ml-sm-10\/12,
    .mx-sm-10\/12 {
        margin-left: 1.25rem !important
    }
    .m-sm-1 {
        margin: 1.5rem !important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 1.5rem !important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 1.5rem !important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 1.5rem !important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 1.5rem !important
    }
    .m-sm-1\.25 {
        margin: 1.875rem !important
    }
    .mt-sm-1\.25,
    .my-sm-1\.25 {
        margin-top: 1.875rem !important
    }
    .mr-sm-1\.25,
    .mx-sm-1\.25 {
        margin-right: 1.875rem !important
    }
    .mb-sm-1\.25,
    .my-sm-1\.25 {
        margin-bottom: 1.875rem !important
    }
    .ml-sm-1\.25,
    .mx-sm-1\.25 {
        margin-left: 1.875rem !important
    }
    .m-sm-1\.5 {
        margin: 2.25rem !important
    }
    .mt-sm-1\.5,
    .my-sm-1\.5 {
        margin-top: 2.25rem !important
    }
    .mr-sm-1\.5,
    .mx-sm-1\.5 {
        margin-right: 2.25rem !important
    }
    .mb-sm-1\.5,
    .my-sm-1\.5 {
        margin-bottom: 2.25rem !important
    }
    .ml-sm-1\.5,
    .mx-sm-1\.5 {
        margin-left: 2.25rem !important
    }
    .m-sm-1\.75 {
        margin: 2.625rem !important
    }
    .mt-sm-1\.75,
    .my-sm-1\.75 {
        margin-top: 2.625rem !important
    }
    .mr-sm-1\.75,
    .mx-sm-1\.75 {
        margin-right: 2.625rem !important
    }
    .mb-sm-1\.75,
    .my-sm-1\.75 {
        margin-bottom: 2.625rem !important
    }
    .ml-sm-1\.75,
    .mx-sm-1\.75 {
        margin-left: 2.625rem !important
    }
    .m-sm-2 {
        margin: 3rem !important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 3rem !important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 3rem !important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 3rem !important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 3rem !important
    }
    .m-sm-2\.25 {
        margin: 3.375rem !important
    }
    .mt-sm-2\.25,
    .my-sm-2\.25 {
        margin-top: 3.375rem !important
    }
    .mr-sm-2\.25,
    .mx-sm-2\.25 {
        margin-right: 3.375rem !important
    }
    .mb-sm-2\.25,
    .my-sm-2\.25 {
        margin-bottom: 3.375rem !important
    }
    .ml-sm-2\.25,
    .mx-sm-2\.25 {
        margin-left: 3.375rem !important
    }
    .m-sm-2\.5 {
        margin: 3.75rem !important
    }
    .mt-sm-2\.5,
    .my-sm-2\.5 {
        margin-top: 3.75rem !important
    }
    .mr-sm-2\.5,
    .mx-sm-2\.5 {
        margin-right: 3.75rem !important
    }
    .mb-sm-2\.5,
    .my-sm-2\.5 {
        margin-bottom: 3.75rem !important
    }
    .ml-sm-2\.5,
    .mx-sm-2\.5 {
        margin-left: 3.75rem !important
    }
    .m-sm-2\.75 {
        margin: 4.125rem !important
    }
    .mt-sm-2\.75,
    .my-sm-2\.75 {
        margin-top: 4.125rem !important
    }
    .mr-sm-2\.75,
    .mx-sm-2\.75 {
        margin-right: 4.125rem !important
    }
    .mb-sm-2\.75,
    .my-sm-2\.75 {
        margin-bottom: 4.125rem !important
    }
    .ml-sm-2\.75,
    .mx-sm-2\.75 {
        margin-left: 4.125rem !important
    }
    .m-sm-3 {
        margin: 4.5rem !important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 4.5rem !important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 4.5rem !important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 4.5rem !important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 4.5rem !important
    }
    .m-sm-3\.5 {
        margin: 5.25rem !important
    }
    .mt-sm-3\.5,
    .my-sm-3\.5 {
        margin-top: 5.25rem !important
    }
    .mr-sm-3\.5,
    .mx-sm-3\.5 {
        margin-right: 5.25rem !important
    }
    .mb-sm-3\.5,
    .my-sm-3\.5 {
        margin-bottom: 5.25rem !important
    }
    .ml-sm-3\.5,
    .mx-sm-3\.5 {
        margin-left: 5.25rem !important
    }
    .m-sm-4 {
        margin: 6rem !important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 6rem !important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 6rem !important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 6rem !important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 6rem !important
    }
    .m-sm-5 {
        margin: 7.5rem !important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 7.5rem !important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 7.5rem !important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 7.5rem !important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 7.5rem !important
    }
    .m-sm-6 {
        margin: 9rem !important
    }
    .mt-sm-6,
    .my-sm-6 {
        margin-top: 9rem !important
    }
    .mr-sm-6,
    .mx-sm-6 {
        margin-right: 9rem !important
    }
    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 9rem !important
    }
    .ml-sm-6,
    .mx-sm-6 {
        margin-left: 9rem !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }
    .p-sm-1\/12 {
        padding: .125rem !important
    }
    .pt-sm-1\/12,
    .py-sm-1\/12 {
        padding-top: .125rem !important
    }
    .pr-sm-1\/12,
    .px-sm-1\/12 {
        padding-right: .125rem !important
    }
    .pb-sm-1\/12,
    .py-sm-1\/12 {
        padding-bottom: .125rem !important
    }
    .pl-sm-1\/12,
    .px-sm-1\/12 {
        padding-left: .125rem !important
    }
    .p-sm-0\.1 {
        padding: .15rem !important
    }
    .pt-sm-0\.1,
    .py-sm-0\.1 {
        padding-top: .15rem !important
    }
    .pr-sm-0\.1,
    .px-sm-0\.1 {
        padding-right: .15rem !important
    }
    .pb-sm-0\.1,
    .py-sm-0\.1 {
        padding-bottom: .15rem !important
    }
    .pl-sm-0\.1,
    .px-sm-0\.1 {
        padding-left: .15rem !important
    }
    .p-sm-0\.125 {
        padding: .1875rem !important
    }
    .pt-sm-0\.125,
    .py-sm-0\.125 {
        padding-top: .1875rem !important
    }
    .pr-sm-0\.125,
    .px-sm-0\.125 {
        padding-right: .1875rem !important
    }
    .pb-sm-0\.125,
    .py-sm-0\.125 {
        padding-bottom: .1875rem !important
    }
    .pl-sm-0\.125,
    .px-sm-0\.125 {
        padding-left: .1875rem !important
    }
    .p-sm-1\/6 {
        padding: .25rem !important
    }
    .pt-sm-1\/6,
    .py-sm-1\/6 {
        padding-top: .25rem !important
    }
    .pr-sm-1\/6,
    .px-sm-1\/6 {
        padding-right: .25rem !important
    }
    .pb-sm-1\/6,
    .py-sm-1\/6 {
        padding-bottom: .25rem !important
    }
    .pl-sm-1\/6,
    .px-sm-1\/6 {
        padding-left: .25rem !important
    }
    .p-sm-0\.2 {
        padding: .3rem !important
    }
    .pt-sm-0\.2,
    .py-sm-0\.2 {
        padding-top: .3rem !important
    }
    .pr-sm-0\.2,
    .px-sm-0\.2 {
        padding-right: .3rem !important
    }
    .pb-sm-0\.2,
    .py-sm-0\.2 {
        padding-bottom: .3rem !important
    }
    .pl-sm-0\.2,
    .px-sm-0\.2 {
        padding-left: .3rem !important
    }
    .p-sm-0\.25 {
        padding: .375rem !important
    }
    .pt-sm-0\.25,
    .py-sm-0\.25 {
        padding-top: .375rem !important
    }
    .pr-sm-0\.25,
    .px-sm-0\.25 {
        padding-right: .375rem !important
    }
    .pb-sm-0\.25,
    .py-sm-0\.25 {
        padding-bottom: .375rem !important
    }
    .pl-sm-0\.25,
    .px-sm-0\.25 {
        padding-left: .375rem !important
    }
    .p-sm-1\/3 {
        padding: .5rem !important
    }
    .pt-sm-1\/3,
    .py-sm-1\/3 {
        padding-top: .5rem !important
    }
    .pr-sm-1\/3,
    .px-sm-1\/3 {
        padding-right: .5rem !important
    }
    .pb-sm-1\/3,
    .py-sm-1\/3 {
        padding-bottom: .5rem !important
    }
    .pl-sm-1\/3,
    .px-sm-1\/3 {
        padding-left: .5rem !important
    }
    .p-sm-5\/12 {
        padding: .625rem !important
    }
    .pt-sm-5\/12,
    .py-sm-5\/12 {
        padding-top: .625rem !important
    }
    .pr-sm-5\/12,
    .px-sm-5\/12 {
        padding-right: .625rem !important
    }
    .pb-sm-5\/12,
    .py-sm-5\/12 {
        padding-bottom: .625rem !important
    }
    .pl-sm-5\/12,
    .px-sm-5\/12 {
        padding-left: .625rem !important
    }
    .p-sm-0\.5 {
        padding: .75rem !important
    }
    .pt-sm-0\.5,
    .py-sm-0\.5 {
        padding-top: .75rem !important
    }
    .pr-sm-0\.5,
    .px-sm-0\.5 {
        padding-right: .75rem !important
    }
    .pb-sm-0\.5,
    .py-sm-0\.5 {
        padding-bottom: .75rem !important
    }
    .pl-sm-0\.5,
    .px-sm-0\.5 {
        padding-left: .75rem !important
    }
    .p-sm-7\/12 {
        padding: .875rem !important
    }
    .pt-sm-7\/12,
    .py-sm-7\/12 {
        padding-top: .875rem !important
    }
    .pr-sm-7\/12,
    .px-sm-7\/12 {
        padding-right: .875rem !important
    }
    .pb-sm-7\/12,
    .py-sm-7\/12 {
        padding-bottom: .875rem !important
    }
    .pl-sm-7\/12,
    .px-sm-7\/12 {
        padding-left: .875rem !important
    }
    .p-sm-2\/3 {
        padding: 1rem !important
    }
    .pt-sm-2\/3,
    .py-sm-2\/3 {
        padding-top: 1rem !important
    }
    .pr-sm-2\/3,
    .px-sm-2\/3 {
        padding-right: 1rem !important
    }
    .pb-sm-2\/3,
    .py-sm-2\/3 {
        padding-bottom: 1rem !important
    }
    .pl-sm-2\/3,
    .px-sm-2\/3 {
        padding-left: 1rem !important
    }
    .p-sm-0\.75 {
        padding: 1.125rem !important
    }
    .pt-sm-0\.75,
    .py-sm-0\.75 {
        padding-top: 1.125rem !important
    }
    .pr-sm-0\.75,
    .px-sm-0\.75 {
        padding-right: 1.125rem !important
    }
    .pb-sm-0\.75,
    .py-sm-0\.75 {
        padding-bottom: 1.125rem !important
    }
    .pl-sm-0\.75,
    .px-sm-0\.75 {
        padding-left: 1.125rem !important
    }
    .p-sm-10\/12 {
        padding: 1.25rem !important
    }
    .pt-sm-10\/12,
    .py-sm-10\/12 {
        padding-top: 1.25rem !important
    }
    .pr-sm-10\/12,
    .px-sm-10\/12 {
        padding-right: 1.25rem !important
    }
    .pb-sm-10\/12,
    .py-sm-10\/12 {
        padding-bottom: 1.25rem !important
    }
    .pl-sm-10\/12,
    .px-sm-10\/12 {
        padding-left: 1.25rem !important
    }
    .p-sm-1 {
        padding: 1.5rem !important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 1.5rem !important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 1.5rem !important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 1.5rem !important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 1.5rem !important
    }
    .p-sm-1\.25 {
        padding: 1.875rem !important
    }
    .pt-sm-1\.25,
    .py-sm-1\.25 {
        padding-top: 1.875rem !important
    }
    .pr-sm-1\.25,
    .px-sm-1\.25 {
        padding-right: 1.875rem !important
    }
    .pb-sm-1\.25,
    .py-sm-1\.25 {
        padding-bottom: 1.875rem !important
    }
    .pl-sm-1\.25,
    .px-sm-1\.25 {
        padding-left: 1.875rem !important
    }
    .p-sm-1\.5 {
        padding: 2.25rem !important
    }
    .pt-sm-1\.5,
    .py-sm-1\.5 {
        padding-top: 2.25rem !important
    }
    .pr-sm-1\.5,
    .px-sm-1\.5 {
        padding-right: 2.25rem !important
    }
    .pb-sm-1\.5,
    .py-sm-1\.5 {
        padding-bottom: 2.25rem !important
    }
    .pl-sm-1\.5,
    .px-sm-1\.5 {
        padding-left: 2.25rem !important
    }
    .p-sm-1\.75 {
        padding: 2.625rem !important
    }
    .pt-sm-1\.75,
    .py-sm-1\.75 {
        padding-top: 2.625rem !important
    }
    .pr-sm-1\.75,
    .px-sm-1\.75 {
        padding-right: 2.625rem !important
    }
    .pb-sm-1\.75,
    .py-sm-1\.75 {
        padding-bottom: 2.625rem !important
    }
    .pl-sm-1\.75,
    .px-sm-1\.75 {
        padding-left: 2.625rem !important
    }
    .p-sm-2 {
        padding: 3rem !important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 3rem !important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 3rem !important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 3rem !important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 3rem !important
    }
    .p-sm-2\.25 {
        padding: 3.375rem !important
    }
    .pt-sm-2\.25,
    .py-sm-2\.25 {
        padding-top: 3.375rem !important
    }
    .pr-sm-2\.25,
    .px-sm-2\.25 {
        padding-right: 3.375rem !important
    }
    .pb-sm-2\.25,
    .py-sm-2\.25 {
        padding-bottom: 3.375rem !important
    }
    .pl-sm-2\.25,
    .px-sm-2\.25 {
        padding-left: 3.375rem !important
    }
    .p-sm-2\.5 {
        padding: 3.75rem !important
    }
    .pt-sm-2\.5,
    .py-sm-2\.5 {
        padding-top: 3.75rem !important
    }
    .pr-sm-2\.5,
    .px-sm-2\.5 {
        padding-right: 3.75rem !important
    }
    .pb-sm-2\.5,
    .py-sm-2\.5 {
        padding-bottom: 3.75rem !important
    }
    .pl-sm-2\.5,
    .px-sm-2\.5 {
        padding-left: 3.75rem !important
    }
    .p-sm-2\.75 {
        padding: 4.125rem !important
    }
    .pt-sm-2\.75,
    .py-sm-2\.75 {
        padding-top: 4.125rem !important
    }
    .pr-sm-2\.75,
    .px-sm-2\.75 {
        padding-right: 4.125rem !important
    }
    .pb-sm-2\.75,
    .py-sm-2\.75 {
        padding-bottom: 4.125rem !important
    }
    .pl-sm-2\.75,
    .px-sm-2\.75 {
        padding-left: 4.125rem !important
    }
    .p-sm-3 {
        padding: 4.5rem !important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 4.5rem !important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 4.5rem !important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 4.5rem !important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 4.5rem !important
    }
    .p-sm-3\.5 {
        padding: 5.25rem !important
    }
    .pt-sm-3\.5,
    .py-sm-3\.5 {
        padding-top: 5.25rem !important
    }
    .pr-sm-3\.5,
    .px-sm-3\.5 {
        padding-right: 5.25rem !important
    }
    .pb-sm-3\.5,
    .py-sm-3\.5 {
        padding-bottom: 5.25rem !important
    }
    .pl-sm-3\.5,
    .px-sm-3\.5 {
        padding-left: 5.25rem !important
    }
    .p-sm-4 {
        padding: 6rem !important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 6rem !important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 6rem !important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 6rem !important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 6rem !important
    }
    .p-sm-5 {
        padding: 7.5rem !important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 7.5rem !important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 7.5rem !important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 7.5rem !important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 7.5rem !important
    }
    .p-sm-6 {
        padding: 9rem !important
    }
    .pt-sm-6,
    .py-sm-6 {
        padding-top: 9rem !important
    }
    .pr-sm-6,
    .px-sm-6 {
        padding-right: 9rem !important
    }
    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 9rem !important
    }
    .pl-sm-6,
    .px-sm-6 {
        padding-left: 9rem !important
    }
    .m-sm-n1\/12 {
        margin: -.125rem !important
    }
    .mt-sm-n1\/12,
    .my-sm-n1\/12 {
        margin-top: -.125rem !important
    }
    .mr-sm-n1\/12,
    .mx-sm-n1\/12 {
        margin-right: -.125rem !important
    }
    .mb-sm-n1\/12,
    .my-sm-n1\/12 {
        margin-bottom: -.125rem !important
    }
    .ml-sm-n1\/12,
    .mx-sm-n1\/12 {
        margin-left: -.125rem !important
    }
    .m-sm-n0\.1 {
        margin: -.15rem !important
    }
    .mt-sm-n0\.1,
    .my-sm-n0\.1 {
        margin-top: -.15rem !important
    }
    .mr-sm-n0\.1,
    .mx-sm-n0\.1 {
        margin-right: -.15rem !important
    }
    .mb-sm-n0\.1,
    .my-sm-n0\.1 {
        margin-bottom: -.15rem !important
    }
    .ml-sm-n0\.1,
    .mx-sm-n0\.1 {
        margin-left: -.15rem !important
    }
    .m-sm-n0\.125 {
        margin: -.1875rem !important
    }
    .mt-sm-n0\.125,
    .my-sm-n0\.125 {
        margin-top: -.1875rem !important
    }
    .mr-sm-n0\.125,
    .mx-sm-n0\.125 {
        margin-right: -.1875rem !important
    }
    .mb-sm-n0\.125,
    .my-sm-n0\.125 {
        margin-bottom: -.1875rem !important
    }
    .ml-sm-n0\.125,
    .mx-sm-n0\.125 {
        margin-left: -.1875rem !important
    }
    .m-sm-n1\/6 {
        margin: -.25rem !important
    }
    .mt-sm-n1\/6,
    .my-sm-n1\/6 {
        margin-top: -.25rem !important
    }
    .mr-sm-n1\/6,
    .mx-sm-n1\/6 {
        margin-right: -.25rem !important
    }
    .mb-sm-n1\/6,
    .my-sm-n1\/6 {
        margin-bottom: -.25rem !important
    }
    .ml-sm-n1\/6,
    .mx-sm-n1\/6 {
        margin-left: -.25rem !important
    }
    .m-sm-n0\.2 {
        margin: -.3rem !important
    }
    .mt-sm-n0\.2,
    .my-sm-n0\.2 {
        margin-top: -.3rem !important
    }
    .mr-sm-n0\.2,
    .mx-sm-n0\.2 {
        margin-right: -.3rem !important
    }
    .mb-sm-n0\.2,
    .my-sm-n0\.2 {
        margin-bottom: -.3rem !important
    }
    .ml-sm-n0\.2,
    .mx-sm-n0\.2 {
        margin-left: -.3rem !important
    }
    .m-sm-n0\.25 {
        margin: -.375rem !important
    }
    .mt-sm-n0\.25,
    .my-sm-n0\.25 {
        margin-top: -.375rem !important
    }
    .mr-sm-n0\.25,
    .mx-sm-n0\.25 {
        margin-right: -.375rem !important
    }
    .mb-sm-n0\.25,
    .my-sm-n0\.25 {
        margin-bottom: -.375rem !important
    }
    .ml-sm-n0\.25,
    .mx-sm-n0\.25 {
        margin-left: -.375rem !important
    }
    .m-sm-n1\/3 {
        margin: -.5rem !important
    }
    .mt-sm-n1\/3,
    .my-sm-n1\/3 {
        margin-top: -.5rem !important
    }
    .mr-sm-n1\/3,
    .mx-sm-n1\/3 {
        margin-right: -.5rem !important
    }
    .mb-sm-n1\/3,
    .my-sm-n1\/3 {
        margin-bottom: -.5rem !important
    }
    .ml-sm-n1\/3,
    .mx-sm-n1\/3 {
        margin-left: -.5rem !important
    }
    .m-sm-n5\/12 {
        margin: -.625rem !important
    }
    .mt-sm-n5\/12,
    .my-sm-n5\/12 {
        margin-top: -.625rem !important
    }
    .mr-sm-n5\/12,
    .mx-sm-n5\/12 {
        margin-right: -.625rem !important
    }
    .mb-sm-n5\/12,
    .my-sm-n5\/12 {
        margin-bottom: -.625rem !important
    }
    .ml-sm-n5\/12,
    .mx-sm-n5\/12 {
        margin-left: -.625rem !important
    }
    .m-sm-n0\.5 {
        margin: -.75rem !important
    }
    .mt-sm-n0\.5,
    .my-sm-n0\.5 {
        margin-top: -.75rem !important
    }
    .mr-sm-n0\.5,
    .mx-sm-n0\.5 {
        margin-right: -.75rem !important
    }
    .mb-sm-n0\.5,
    .my-sm-n0\.5 {
        margin-bottom: -.75rem !important
    }
    .ml-sm-n0\.5,
    .mx-sm-n0\.5 {
        margin-left: -.75rem !important
    }
    .m-sm-n7\/12 {
        margin: -.875rem !important
    }
    .mt-sm-n7\/12,
    .my-sm-n7\/12 {
        margin-top: -.875rem !important
    }
    .mr-sm-n7\/12,
    .mx-sm-n7\/12 {
        margin-right: -.875rem !important
    }
    .mb-sm-n7\/12,
    .my-sm-n7\/12 {
        margin-bottom: -.875rem !important
    }
    .ml-sm-n7\/12,
    .mx-sm-n7\/12 {
        margin-left: -.875rem !important
    }
    .m-sm-n2\/3 {
        margin: -1rem !important
    }
    .mt-sm-n2\/3,
    .my-sm-n2\/3 {
        margin-top: -1rem !important
    }
    .mr-sm-n2\/3,
    .mx-sm-n2\/3 {
        margin-right: -1rem !important
    }
    .mb-sm-n2\/3,
    .my-sm-n2\/3 {
        margin-bottom: -1rem !important
    }
    .ml-sm-n2\/3,
    .mx-sm-n2\/3 {
        margin-left: -1rem !important
    }
    .m-sm-n0\.75 {
        margin: -1.125rem !important
    }
    .mt-sm-n0\.75,
    .my-sm-n0\.75 {
        margin-top: -1.125rem !important
    }
    .mr-sm-n0\.75,
    .mx-sm-n0\.75 {
        margin-right: -1.125rem !important
    }
    .mb-sm-n0\.75,
    .my-sm-n0\.75 {
        margin-bottom: -1.125rem !important
    }
    .ml-sm-n0\.75,
    .mx-sm-n0\.75 {
        margin-left: -1.125rem !important
    }
    .m-sm-n10\/12 {
        margin: -1.25rem !important
    }
    .mt-sm-n10\/12,
    .my-sm-n10\/12 {
        margin-top: -1.25rem !important
    }
    .mr-sm-n10\/12,
    .mx-sm-n10\/12 {
        margin-right: -1.25rem !important
    }
    .mb-sm-n10\/12,
    .my-sm-n10\/12 {
        margin-bottom: -1.25rem !important
    }
    .ml-sm-n10\/12,
    .mx-sm-n10\/12 {
        margin-left: -1.25rem !important
    }
    .m-sm-n1 {
        margin: -1.5rem !important
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -1.5rem !important
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -1.5rem !important
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -1.5rem !important
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -1.5rem !important
    }
    .m-sm-n1\.25 {
        margin: -1.875rem !important
    }
    .mt-sm-n1\.25,
    .my-sm-n1\.25 {
        margin-top: -1.875rem !important
    }
    .mr-sm-n1\.25,
    .mx-sm-n1\.25 {
        margin-right: -1.875rem !important
    }
    .mb-sm-n1\.25,
    .my-sm-n1\.25 {
        margin-bottom: -1.875rem !important
    }
    .ml-sm-n1\.25,
    .mx-sm-n1\.25 {
        margin-left: -1.875rem !important
    }
    .m-sm-n1\.5 {
        margin: -2.25rem !important
    }
    .mt-sm-n1\.5,
    .my-sm-n1\.5 {
        margin-top: -2.25rem !important
    }
    .mr-sm-n1\.5,
    .mx-sm-n1\.5 {
        margin-right: -2.25rem !important
    }
    .mb-sm-n1\.5,
    .my-sm-n1\.5 {
        margin-bottom: -2.25rem !important
    }
    .ml-sm-n1\.5,
    .mx-sm-n1\.5 {
        margin-left: -2.25rem !important
    }
    .m-sm-n1\.75 {
        margin: -2.625rem !important
    }
    .mt-sm-n1\.75,
    .my-sm-n1\.75 {
        margin-top: -2.625rem !important
    }
    .mr-sm-n1\.75,
    .mx-sm-n1\.75 {
        margin-right: -2.625rem !important
    }
    .mb-sm-n1\.75,
    .my-sm-n1\.75 {
        margin-bottom: -2.625rem !important
    }
    .ml-sm-n1\.75,
    .mx-sm-n1\.75 {
        margin-left: -2.625rem !important
    }
    .m-sm-n2 {
        margin: -3rem !important
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -3rem !important
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -3rem !important
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -3rem !important
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -3rem !important
    }
    .m-sm-n2\.25 {
        margin: -3.375rem !important
    }
    .mt-sm-n2\.25,
    .my-sm-n2\.25 {
        margin-top: -3.375rem !important
    }
    .mr-sm-n2\.25,
    .mx-sm-n2\.25 {
        margin-right: -3.375rem !important
    }
    .mb-sm-n2\.25,
    .my-sm-n2\.25 {
        margin-bottom: -3.375rem !important
    }
    .ml-sm-n2\.25,
    .mx-sm-n2\.25 {
        margin-left: -3.375rem !important
    }
    .m-sm-n2\.5 {
        margin: -3.75rem !important
    }
    .mt-sm-n2\.5,
    .my-sm-n2\.5 {
        margin-top: -3.75rem !important
    }
    .mr-sm-n2\.5,
    .mx-sm-n2\.5 {
        margin-right: -3.75rem !important
    }
    .mb-sm-n2\.5,
    .my-sm-n2\.5 {
        margin-bottom: -3.75rem !important
    }
    .ml-sm-n2\.5,
    .mx-sm-n2\.5 {
        margin-left: -3.75rem !important
    }
    .m-sm-n2\.75 {
        margin: -4.125rem !important
    }
    .mt-sm-n2\.75,
    .my-sm-n2\.75 {
        margin-top: -4.125rem !important
    }
    .mr-sm-n2\.75,
    .mx-sm-n2\.75 {
        margin-right: -4.125rem !important
    }
    .mb-sm-n2\.75,
    .my-sm-n2\.75 {
        margin-bottom: -4.125rem !important
    }
    .ml-sm-n2\.75,
    .mx-sm-n2\.75 {
        margin-left: -4.125rem !important
    }
    .m-sm-n3 {
        margin: -4.5rem !important
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -4.5rem !important
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -4.5rem !important
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -4.5rem !important
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -4.5rem !important
    }
    .m-sm-n3\.5 {
        margin: -5.25rem !important
    }
    .mt-sm-n3\.5,
    .my-sm-n3\.5 {
        margin-top: -5.25rem !important
    }
    .mr-sm-n3\.5,
    .mx-sm-n3\.5 {
        margin-right: -5.25rem !important
    }
    .mb-sm-n3\.5,
    .my-sm-n3\.5 {
        margin-bottom: -5.25rem !important
    }
    .ml-sm-n3\.5,
    .mx-sm-n3\.5 {
        margin-left: -5.25rem !important
    }
    .m-sm-n4 {
        margin: -6rem !important
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -6rem !important
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -6rem !important
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -6rem !important
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -6rem !important
    }
    .m-sm-n5 {
        margin: -7.5rem !important
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -7.5rem !important
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -7.5rem !important
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -7.5rem !important
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -7.5rem !important
    }
    .m-sm-n6 {
        margin: -9rem !important
    }
    .mt-sm-n6,
    .my-sm-n6 {
        margin-top: -9rem !important
    }
    .mr-sm-n6,
    .mx-sm-n6 {
        margin-right: -9rem !important
    }
    .mb-sm-n6,
    .my-sm-n6 {
        margin-bottom: -9rem !important
    }
    .ml-sm-n6,
    .mx-sm-n6 {
        margin-left: -9rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 720px) {
    .m-md-0 {
        margin: 0 !important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }
    .m-md-1\/12 {
        margin: .125rem !important
    }
    .mt-md-1\/12,
    .my-md-1\/12 {
        margin-top: .125rem !important
    }
    .mr-md-1\/12,
    .mx-md-1\/12 {
        margin-right: .125rem !important
    }
    .mb-md-1\/12,
    .my-md-1\/12 {
        margin-bottom: .125rem !important
    }
    .ml-md-1\/12,
    .mx-md-1\/12 {
        margin-left: .125rem !important
    }
    .m-md-0\.1 {
        margin: .15rem !important
    }
    .mt-md-0\.1,
    .my-md-0\.1 {
        margin-top: .15rem !important
    }
    .mr-md-0\.1,
    .mx-md-0\.1 {
        margin-right: .15rem !important
    }
    .mb-md-0\.1,
    .my-md-0\.1 {
        margin-bottom: .15rem !important
    }
    .ml-md-0\.1,
    .mx-md-0\.1 {
        margin-left: .15rem !important
    }
    .m-md-0\.125 {
        margin: .1875rem !important
    }
    .mt-md-0\.125,
    .my-md-0\.125 {
        margin-top: .1875rem !important
    }
    .mr-md-0\.125,
    .mx-md-0\.125 {
        margin-right: .1875rem !important
    }
    .mb-md-0\.125,
    .my-md-0\.125 {
        margin-bottom: .1875rem !important
    }
    .ml-md-0\.125,
    .mx-md-0\.125 {
        margin-left: .1875rem !important
    }
    .m-md-1\/6 {
        margin: .25rem !important
    }
    .mt-md-1\/6,
    .my-md-1\/6 {
        margin-top: .25rem !important
    }
    .mr-md-1\/6,
    .mx-md-1\/6 {
        margin-right: .25rem !important
    }
    .mb-md-1\/6,
    .my-md-1\/6 {
        margin-bottom: .25rem !important
    }
    .ml-md-1\/6,
    .mx-md-1\/6 {
        margin-left: .25rem !important
    }
    .m-md-0\.2 {
        margin: .3rem !important
    }
    .mt-md-0\.2,
    .my-md-0\.2 {
        margin-top: .3rem !important
    }
    .mr-md-0\.2,
    .mx-md-0\.2 {
        margin-right: .3rem !important
    }
    .mb-md-0\.2,
    .my-md-0\.2 {
        margin-bottom: .3rem !important
    }
    .ml-md-0\.2,
    .mx-md-0\.2 {
        margin-left: .3rem !important
    }
    .m-md-0\.25 {
        margin: .375rem !important
    }
    .mt-md-0\.25,
    .my-md-0\.25 {
        margin-top: .375rem !important
    }
    .mr-md-0\.25,
    .mx-md-0\.25 {
        margin-right: .375rem !important
    }
    .mb-md-0\.25,
    .my-md-0\.25 {
        margin-bottom: .375rem !important
    }
    .ml-md-0\.25,
    .mx-md-0\.25 {
        margin-left: .375rem !important
    }
    .m-md-1\/3 {
        margin: .5rem !important
    }
    .mt-md-1\/3,
    .my-md-1\/3 {
        margin-top: .5rem !important
    }
    .mr-md-1\/3,
    .mx-md-1\/3 {
        margin-right: .5rem !important
    }
    .mb-md-1\/3,
    .my-md-1\/3 {
        margin-bottom: .5rem !important
    }
    .ml-md-1\/3,
    .mx-md-1\/3 {
        margin-left: .5rem !important
    }
    .m-md-5\/12 {
        margin: .625rem !important
    }
    .mt-md-5\/12,
    .my-md-5\/12 {
        margin-top: .625rem !important
    }
    .mr-md-5\/12,
    .mx-md-5\/12 {
        margin-right: .625rem !important
    }
    .mb-md-5\/12,
    .my-md-5\/12 {
        margin-bottom: .625rem !important
    }
    .ml-md-5\/12,
    .mx-md-5\/12 {
        margin-left: .625rem !important
    }
    .m-md-0\.5 {
        margin: .75rem !important
    }
    .mt-md-0\.5,
    .my-md-0\.5 {
        margin-top: .75rem !important
    }
    .mr-md-0\.5,
    .mx-md-0\.5 {
        margin-right: .75rem !important
    }
    .mb-md-0\.5,
    .my-md-0\.5 {
        margin-bottom: .75rem !important
    }
    .ml-md-0\.5,
    .mx-md-0\.5 {
        margin-left: .75rem !important
    }
    .m-md-7\/12 {
        margin: .875rem !important
    }
    .mt-md-7\/12,
    .my-md-7\/12 {
        margin-top: .875rem !important
    }
    .mr-md-7\/12,
    .mx-md-7\/12 {
        margin-right: .875rem !important
    }
    .mb-md-7\/12,
    .my-md-7\/12 {
        margin-bottom: .875rem !important
    }
    .ml-md-7\/12,
    .mx-md-7\/12 {
        margin-left: .875rem !important
    }
    .m-md-2\/3 {
        margin: 1rem !important
    }
    .mt-md-2\/3,
    .my-md-2\/3 {
        margin-top: 1rem !important
    }
    .mr-md-2\/3,
    .mx-md-2\/3 {
        margin-right: 1rem !important
    }
    .mb-md-2\/3,
    .my-md-2\/3 {
        margin-bottom: 1rem !important
    }
    .ml-md-2\/3,
    .mx-md-2\/3 {
        margin-left: 1rem !important
    }
    .m-md-0\.75 {
        margin: 1.125rem !important
    }
    .mt-md-0\.75,
    .my-md-0\.75 {
        margin-top: 1.125rem !important
    }
    .mr-md-0\.75,
    .mx-md-0\.75 {
        margin-right: 1.125rem !important
    }
    .mb-md-0\.75,
    .my-md-0\.75 {
        margin-bottom: 1.125rem !important
    }
    .ml-md-0\.75,
    .mx-md-0\.75 {
        margin-left: 1.125rem !important
    }
    .m-md-10\/12 {
        margin: 1.25rem !important
    }
    .mt-md-10\/12,
    .my-md-10\/12 {
        margin-top: 1.25rem !important
    }
    .mr-md-10\/12,
    .mx-md-10\/12 {
        margin-right: 1.25rem !important
    }
    .mb-md-10\/12,
    .my-md-10\/12 {
        margin-bottom: 1.25rem !important
    }
    .ml-md-10\/12,
    .mx-md-10\/12 {
        margin-left: 1.25rem !important
    }
    .m-md-1 {
        margin: 1.5rem !important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 1.5rem !important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 1.5rem !important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 1.5rem !important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 1.5rem !important
    }
    .m-md-1\.25 {
        margin: 1.875rem !important
    }
    .mt-md-1\.25,
    .my-md-1\.25 {
        margin-top: 1.875rem !important
    }
    .mr-md-1\.25,
    .mx-md-1\.25 {
        margin-right: 1.875rem !important
    }
    .mb-md-1\.25,
    .my-md-1\.25 {
        margin-bottom: 1.875rem !important
    }
    .ml-md-1\.25,
    .mx-md-1\.25 {
        margin-left: 1.875rem !important
    }
    .m-md-1\.5 {
        margin: 2.25rem !important
    }
    .mt-md-1\.5,
    .my-md-1\.5 {
        margin-top: 2.25rem !important
    }
    .mr-md-1\.5,
    .mx-md-1\.5 {
        margin-right: 2.25rem !important
    }
    .mb-md-1\.5,
    .my-md-1\.5 {
        margin-bottom: 2.25rem !important
    }
    .ml-md-1\.5,
    .mx-md-1\.5 {
        margin-left: 2.25rem !important
    }
    .m-md-1\.75 {
        margin: 2.625rem !important
    }
    .mt-md-1\.75,
    .my-md-1\.75 {
        margin-top: 2.625rem !important
    }
    .mr-md-1\.75,
    .mx-md-1\.75 {
        margin-right: 2.625rem !important
    }
    .mb-md-1\.75,
    .my-md-1\.75 {
        margin-bottom: 2.625rem !important
    }
    .ml-md-1\.75,
    .mx-md-1\.75 {
        margin-left: 2.625rem !important
    }
    .m-md-2 {
        margin: 3rem !important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 3rem !important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 3rem !important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 3rem !important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 3rem !important
    }
    .m-md-2\.25 {
        margin: 3.375rem !important
    }
    .mt-md-2\.25,
    .my-md-2\.25 {
        margin-top: 3.375rem !important
    }
    .mr-md-2\.25,
    .mx-md-2\.25 {
        margin-right: 3.375rem !important
    }
    .mb-md-2\.25,
    .my-md-2\.25 {
        margin-bottom: 3.375rem !important
    }
    .ml-md-2\.25,
    .mx-md-2\.25 {
        margin-left: 3.375rem !important
    }
    .m-md-2\.5 {
        margin: 3.75rem !important
    }
    .mt-md-2\.5,
    .my-md-2\.5 {
        margin-top: 3.75rem !important
    }
    .mr-md-2\.5,
    .mx-md-2\.5 {
        margin-right: 3.75rem !important
    }
    .mb-md-2\.5,
    .my-md-2\.5 {
        margin-bottom: 3.75rem !important
    }
    .ml-md-2\.5,
    .mx-md-2\.5 {
        margin-left: 3.75rem !important
    }
    .m-md-2\.75 {
        margin: 4.125rem !important
    }
    .mt-md-2\.75,
    .my-md-2\.75 {
        margin-top: 4.125rem !important
    }
    .mr-md-2\.75,
    .mx-md-2\.75 {
        margin-right: 4.125rem !important
    }
    .mb-md-2\.75,
    .my-md-2\.75 {
        margin-bottom: 4.125rem !important
    }
    .ml-md-2\.75,
    .mx-md-2\.75 {
        margin-left: 4.125rem !important
    }
    .m-md-3 {
        margin: 4.5rem !important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 4.5rem !important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 4.5rem !important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 4.5rem !important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 4.5rem !important
    }
    .m-md-3\.5 {
        margin: 5.25rem !important
    }
    .mt-md-3\.5,
    .my-md-3\.5 {
        margin-top: 5.25rem !important
    }
    .mr-md-3\.5,
    .mx-md-3\.5 {
        margin-right: 5.25rem !important
    }
    .mb-md-3\.5,
    .my-md-3\.5 {
        margin-bottom: 5.25rem !important
    }
    .ml-md-3\.5,
    .mx-md-3\.5 {
        margin-left: 5.25rem !important
    }
    .m-md-4 {
        margin: 6rem !important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 6rem !important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 6rem !important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 6rem !important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 6rem !important
    }
    .m-md-5 {
        margin: 7.5rem !important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 7.5rem !important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 7.5rem !important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 7.5rem !important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 7.5rem !important
    }
    .m-md-6 {
        margin: 9rem !important
    }
    .mt-md-6,
    .my-md-6 {
        margin-top: 9rem !important
    }
    .mr-md-6,
    .mx-md-6 {
        margin-right: 9rem !important
    }
    .mb-md-6,
    .my-md-6 {
        margin-bottom: 9rem !important
    }
    .ml-md-6,
    .mx-md-6 {
        margin-left: 9rem !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }
    .p-md-1\/12 {
        padding: .125rem !important
    }
    .pt-md-1\/12,
    .py-md-1\/12 {
        padding-top: .125rem !important
    }
    .pr-md-1\/12,
    .px-md-1\/12 {
        padding-right: .125rem !important
    }
    .pb-md-1\/12,
    .py-md-1\/12 {
        padding-bottom: .125rem !important
    }
    .pl-md-1\/12,
    .px-md-1\/12 {
        padding-left: .125rem !important
    }
    .p-md-0\.1 {
        padding: .15rem !important
    }
    .pt-md-0\.1,
    .py-md-0\.1 {
        padding-top: .15rem !important
    }
    .pr-md-0\.1,
    .px-md-0\.1 {
        padding-right: .15rem !important
    }
    .pb-md-0\.1,
    .py-md-0\.1 {
        padding-bottom: .15rem !important
    }
    .pl-md-0\.1,
    .px-md-0\.1 {
        padding-left: .15rem !important
    }
    .p-md-0\.125 {
        padding: .1875rem !important
    }
    .pt-md-0\.125,
    .py-md-0\.125 {
        padding-top: .1875rem !important
    }
    .pr-md-0\.125,
    .px-md-0\.125 {
        padding-right: .1875rem !important
    }
    .pb-md-0\.125,
    .py-md-0\.125 {
        padding-bottom: .1875rem !important
    }
    .pl-md-0\.125,
    .px-md-0\.125 {
        padding-left: .1875rem !important
    }
    .p-md-1\/6 {
        padding: .25rem !important
    }
    .pt-md-1\/6,
    .py-md-1\/6 {
        padding-top: .25rem !important
    }
    .pr-md-1\/6,
    .px-md-1\/6 {
        padding-right: .25rem !important
    }
    .pb-md-1\/6,
    .py-md-1\/6 {
        padding-bottom: .25rem !important
    }
    .pl-md-1\/6,
    .px-md-1\/6 {
        padding-left: .25rem !important
    }
    .p-md-0\.2 {
        padding: .3rem !important
    }
    .pt-md-0\.2,
    .py-md-0\.2 {
        padding-top: .3rem !important
    }
    .pr-md-0\.2,
    .px-md-0\.2 {
        padding-right: .3rem !important
    }
    .pb-md-0\.2,
    .py-md-0\.2 {
        padding-bottom: .3rem !important
    }
    .pl-md-0\.2,
    .px-md-0\.2 {
        padding-left: .3rem !important
    }
    .p-md-0\.25 {
        padding: .375rem !important
    }
    .pt-md-0\.25,
    .py-md-0\.25 {
        padding-top: .375rem !important
    }
    .pr-md-0\.25,
    .px-md-0\.25 {
        padding-right: .375rem !important
    }
    .pb-md-0\.25,
    .py-md-0\.25 {
        padding-bottom: .375rem !important
    }
    .pl-md-0\.25,
    .px-md-0\.25 {
        padding-left: .375rem !important
    }
    .p-md-1\/3 {
        padding: .5rem !important
    }
    .pt-md-1\/3,
    .py-md-1\/3 {
        padding-top: .5rem !important
    }
    .pr-md-1\/3,
    .px-md-1\/3 {
        padding-right: .5rem !important
    }
    .pb-md-1\/3,
    .py-md-1\/3 {
        padding-bottom: .5rem !important
    }
    .pl-md-1\/3,
    .px-md-1\/3 {
        padding-left: .5rem !important
    }
    .p-md-5\/12 {
        padding: .625rem !important
    }
    .pt-md-5\/12,
    .py-md-5\/12 {
        padding-top: .625rem !important
    }
    .pr-md-5\/12,
    .px-md-5\/12 {
        padding-right: .625rem !important
    }
    .pb-md-5\/12,
    .py-md-5\/12 {
        padding-bottom: .625rem !important
    }
    .pl-md-5\/12,
    .px-md-5\/12 {
        padding-left: .625rem !important
    }
    .p-md-0\.5 {
        padding: .75rem !important
    }
    .pt-md-0\.5,
    .py-md-0\.5 {
        padding-top: .75rem !important
    }
    .pr-md-0\.5,
    .px-md-0\.5 {
        padding-right: .75rem !important
    }
    .pb-md-0\.5,
    .py-md-0\.5 {
        padding-bottom: .75rem !important
    }
    .pl-md-0\.5,
    .px-md-0\.5 {
        padding-left: .75rem !important
    }
    .p-md-7\/12 {
        padding: .875rem !important
    }
    .pt-md-7\/12,
    .py-md-7\/12 {
        padding-top: .875rem !important
    }
    .pr-md-7\/12,
    .px-md-7\/12 {
        padding-right: .875rem !important
    }
    .pb-md-7\/12,
    .py-md-7\/12 {
        padding-bottom: .875rem !important
    }
    .pl-md-7\/12,
    .px-md-7\/12 {
        padding-left: .875rem !important
    }
    .p-md-2\/3 {
        padding: 1rem !important
    }
    .pt-md-2\/3,
    .py-md-2\/3 {
        padding-top: 1rem !important
    }
    .pr-md-2\/3,
    .px-md-2\/3 {
        padding-right: 1rem !important
    }
    .pb-md-2\/3,
    .py-md-2\/3 {
        padding-bottom: 1rem !important
    }
    .pl-md-2\/3,
    .px-md-2\/3 {
        padding-left: 1rem !important
    }
    .p-md-0\.75 {
        padding: 1.125rem !important
    }
    .pt-md-0\.75,
    .py-md-0\.75 {
        padding-top: 1.125rem !important
    }
    .pr-md-0\.75,
    .px-md-0\.75 {
        padding-right: 1.125rem !important
    }
    .pb-md-0\.75,
    .py-md-0\.75 {
        padding-bottom: 1.125rem !important
    }
    .pl-md-0\.75,
    .px-md-0\.75 {
        padding-left: 1.125rem !important
    }
    .p-md-10\/12 {
        padding: 1.25rem !important
    }
    .pt-md-10\/12,
    .py-md-10\/12 {
        padding-top: 1.25rem !important
    }
    .pr-md-10\/12,
    .px-md-10\/12 {
        padding-right: 1.25rem !important
    }
    .pb-md-10\/12,
    .py-md-10\/12 {
        padding-bottom: 1.25rem !important
    }
    .pl-md-10\/12,
    .px-md-10\/12 {
        padding-left: 1.25rem !important
    }
    .p-md-1 {
        padding: 1.5rem !important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 1.5rem !important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 1.5rem !important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 1.5rem !important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 1.5rem !important
    }
    .p-md-1\.25 {
        padding: 1.875rem !important
    }
    .pt-md-1\.25,
    .py-md-1\.25 {
        padding-top: 1.875rem !important
    }
    .pr-md-1\.25,
    .px-md-1\.25 {
        padding-right: 1.875rem !important
    }
    .pb-md-1\.25,
    .py-md-1\.25 {
        padding-bottom: 1.875rem !important
    }
    .pl-md-1\.25,
    .px-md-1\.25 {
        padding-left: 1.875rem !important
    }
    .p-md-1\.5 {
        padding: 2.25rem !important
    }
    .pt-md-1\.5,
    .py-md-1\.5 {
        padding-top: 2.25rem !important
    }
    .pr-md-1\.5,
    .px-md-1\.5 {
        padding-right: 2.25rem !important
    }
    .pb-md-1\.5,
    .py-md-1\.5 {
        padding-bottom: 2.25rem !important
    }
    .pl-md-1\.5,
    .px-md-1\.5 {
        padding-left: 2.25rem !important
    }
    .p-md-1\.75 {
        padding: 2.625rem !important
    }
    .pt-md-1\.75,
    .py-md-1\.75 {
        padding-top: 2.625rem !important
    }
    .pr-md-1\.75,
    .px-md-1\.75 {
        padding-right: 2.625rem !important
    }
    .pb-md-1\.75,
    .py-md-1\.75 {
        padding-bottom: 2.625rem !important
    }
    .pl-md-1\.75,
    .px-md-1\.75 {
        padding-left: 2.625rem !important
    }
    .p-md-2 {
        padding: 3rem !important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 3rem !important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 3rem !important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 3rem !important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 3rem !important
    }
    .p-md-2\.25 {
        padding: 3.375rem !important
    }
    .pt-md-2\.25,
    .py-md-2\.25 {
        padding-top: 3.375rem !important
    }
    .pr-md-2\.25,
    .px-md-2\.25 {
        padding-right: 3.375rem !important
    }
    .pb-md-2\.25,
    .py-md-2\.25 {
        padding-bottom: 3.375rem !important
    }
    .pl-md-2\.25,
    .px-md-2\.25 {
        padding-left: 3.375rem !important
    }
    .p-md-2\.5 {
        padding: 3.75rem !important
    }
    .pt-md-2\.5,
    .py-md-2\.5 {
        padding-top: 3.75rem !important
    }
    .pr-md-2\.5,
    .px-md-2\.5 {
        padding-right: 3.75rem !important
    }
    .pb-md-2\.5,
    .py-md-2\.5 {
        padding-bottom: 3.75rem !important
    }
    .pl-md-2\.5,
    .px-md-2\.5 {
        padding-left: 3.75rem !important
    }
    .p-md-2\.75 {
        padding: 4.125rem !important
    }
    .pt-md-2\.75,
    .py-md-2\.75 {
        padding-top: 4.125rem !important
    }
    .pr-md-2\.75,
    .px-md-2\.75 {
        padding-right: 4.125rem !important
    }
    .pb-md-2\.75,
    .py-md-2\.75 {
        padding-bottom: 4.125rem !important
    }
    .pl-md-2\.75,
    .px-md-2\.75 {
        padding-left: 4.125rem !important
    }
    .p-md-3 {
        padding: 4.5rem !important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 4.5rem !important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 4.5rem !important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 4.5rem !important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 4.5rem !important
    }
    .p-md-3\.5 {
        padding: 5.25rem !important
    }
    .pt-md-3\.5,
    .py-md-3\.5 {
        padding-top: 5.25rem !important
    }
    .pr-md-3\.5,
    .px-md-3\.5 {
        padding-right: 5.25rem !important
    }
    .pb-md-3\.5,
    .py-md-3\.5 {
        padding-bottom: 5.25rem !important
    }
    .pl-md-3\.5,
    .px-md-3\.5 {
        padding-left: 5.25rem !important
    }
    .p-md-4 {
        padding: 6rem !important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 6rem !important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 6rem !important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 6rem !important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 6rem !important
    }
    .p-md-5 {
        padding: 7.5rem !important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 7.5rem !important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 7.5rem !important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 7.5rem !important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 7.5rem !important
    }
    .p-md-6 {
        padding: 9rem !important
    }
    .pt-md-6,
    .py-md-6 {
        padding-top: 9rem !important
    }
    .pr-md-6,
    .px-md-6 {
        padding-right: 9rem !important
    }
    .pb-md-6,
    .py-md-6 {
        padding-bottom: 9rem !important
    }
    .pl-md-6,
    .px-md-6 {
        padding-left: 9rem !important
    }
    .m-md-n1\/12 {
        margin: -.125rem !important
    }
    .mt-md-n1\/12,
    .my-md-n1\/12 {
        margin-top: -.125rem !important
    }
    .mr-md-n1\/12,
    .mx-md-n1\/12 {
        margin-right: -.125rem !important
    }
    .mb-md-n1\/12,
    .my-md-n1\/12 {
        margin-bottom: -.125rem !important
    }
    .ml-md-n1\/12,
    .mx-md-n1\/12 {
        margin-left: -.125rem !important
    }
    .m-md-n0\.1 {
        margin: -.15rem !important
    }
    .mt-md-n0\.1,
    .my-md-n0\.1 {
        margin-top: -.15rem !important
    }
    .mr-md-n0\.1,
    .mx-md-n0\.1 {
        margin-right: -.15rem !important
    }
    .mb-md-n0\.1,
    .my-md-n0\.1 {
        margin-bottom: -.15rem !important
    }
    .ml-md-n0\.1,
    .mx-md-n0\.1 {
        margin-left: -.15rem !important
    }
    .m-md-n0\.125 {
        margin: -.1875rem !important
    }
    .mt-md-n0\.125,
    .my-md-n0\.125 {
        margin-top: -.1875rem !important
    }
    .mr-md-n0\.125,
    .mx-md-n0\.125 {
        margin-right: -.1875rem !important
    }
    .mb-md-n0\.125,
    .my-md-n0\.125 {
        margin-bottom: -.1875rem !important
    }
    .ml-md-n0\.125,
    .mx-md-n0\.125 {
        margin-left: -.1875rem !important
    }
    .m-md-n1\/6 {
        margin: -.25rem !important
    }
    .mt-md-n1\/6,
    .my-md-n1\/6 {
        margin-top: -.25rem !important
    }
    .mr-md-n1\/6,
    .mx-md-n1\/6 {
        margin-right: -.25rem !important
    }
    .mb-md-n1\/6,
    .my-md-n1\/6 {
        margin-bottom: -.25rem !important
    }
    .ml-md-n1\/6,
    .mx-md-n1\/6 {
        margin-left: -.25rem !important
    }
    .m-md-n0\.2 {
        margin: -.3rem !important
    }
    .mt-md-n0\.2,
    .my-md-n0\.2 {
        margin-top: -.3rem !important
    }
    .mr-md-n0\.2,
    .mx-md-n0\.2 {
        margin-right: -.3rem !important
    }
    .mb-md-n0\.2,
    .my-md-n0\.2 {
        margin-bottom: -.3rem !important
    }
    .ml-md-n0\.2,
    .mx-md-n0\.2 {
        margin-left: -.3rem !important
    }
    .m-md-n0\.25 {
        margin: -.375rem !important
    }
    .mt-md-n0\.25,
    .my-md-n0\.25 {
        margin-top: -.375rem !important
    }
    .mr-md-n0\.25,
    .mx-md-n0\.25 {
        margin-right: -.375rem !important
    }
    .mb-md-n0\.25,
    .my-md-n0\.25 {
        margin-bottom: -.375rem !important
    }
    .ml-md-n0\.25,
    .mx-md-n0\.25 {
        margin-left: -.375rem !important
    }
    .m-md-n1\/3 {
        margin: -.5rem !important
    }
    .mt-md-n1\/3,
    .my-md-n1\/3 {
        margin-top: -.5rem !important
    }
    .mr-md-n1\/3,
    .mx-md-n1\/3 {
        margin-right: -.5rem !important
    }
    .mb-md-n1\/3,
    .my-md-n1\/3 {
        margin-bottom: -.5rem !important
    }
    .ml-md-n1\/3,
    .mx-md-n1\/3 {
        margin-left: -.5rem !important
    }
    .m-md-n5\/12 {
        margin: -.625rem !important
    }
    .mt-md-n5\/12,
    .my-md-n5\/12 {
        margin-top: -.625rem !important
    }
    .mr-md-n5\/12,
    .mx-md-n5\/12 {
        margin-right: -.625rem !important
    }
    .mb-md-n5\/12,
    .my-md-n5\/12 {
        margin-bottom: -.625rem !important
    }
    .ml-md-n5\/12,
    .mx-md-n5\/12 {
        margin-left: -.625rem !important
    }
    .m-md-n0\.5 {
        margin: -.75rem !important
    }
    .mt-md-n0\.5,
    .my-md-n0\.5 {
        margin-top: -.75rem !important
    }
    .mr-md-n0\.5,
    .mx-md-n0\.5 {
        margin-right: -.75rem !important
    }
    .mb-md-n0\.5,
    .my-md-n0\.5 {
        margin-bottom: -.75rem !important
    }
    .ml-md-n0\.5,
    .mx-md-n0\.5 {
        margin-left: -.75rem !important
    }
    .m-md-n7\/12 {
        margin: -.875rem !important
    }
    .mt-md-n7\/12,
    .my-md-n7\/12 {
        margin-top: -.875rem !important
    }
    .mr-md-n7\/12,
    .mx-md-n7\/12 {
        margin-right: -.875rem !important
    }
    .mb-md-n7\/12,
    .my-md-n7\/12 {
        margin-bottom: -.875rem !important
    }
    .ml-md-n7\/12,
    .mx-md-n7\/12 {
        margin-left: -.875rem !important
    }
    .m-md-n2\/3 {
        margin: -1rem !important
    }
    .mt-md-n2\/3,
    .my-md-n2\/3 {
        margin-top: -1rem !important
    }
    .mr-md-n2\/3,
    .mx-md-n2\/3 {
        margin-right: -1rem !important
    }
    .mb-md-n2\/3,
    .my-md-n2\/3 {
        margin-bottom: -1rem !important
    }
    .ml-md-n2\/3,
    .mx-md-n2\/3 {
        margin-left: -1rem !important
    }
    .m-md-n0\.75 {
        margin: -1.125rem !important
    }
    .mt-md-n0\.75,
    .my-md-n0\.75 {
        margin-top: -1.125rem !important
    }
    .mr-md-n0\.75,
    .mx-md-n0\.75 {
        margin-right: -1.125rem !important
    }
    .mb-md-n0\.75,
    .my-md-n0\.75 {
        margin-bottom: -1.125rem !important
    }
    .ml-md-n0\.75,
    .mx-md-n0\.75 {
        margin-left: -1.125rem !important
    }
    .m-md-n10\/12 {
        margin: -1.25rem !important
    }
    .mt-md-n10\/12,
    .my-md-n10\/12 {
        margin-top: -1.25rem !important
    }
    .mr-md-n10\/12,
    .mx-md-n10\/12 {
        margin-right: -1.25rem !important
    }
    .mb-md-n10\/12,
    .my-md-n10\/12 {
        margin-bottom: -1.25rem !important
    }
    .ml-md-n10\/12,
    .mx-md-n10\/12 {
        margin-left: -1.25rem !important
    }
    .m-md-n1 {
        margin: -1.5rem !important
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -1.5rem !important
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -1.5rem !important
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -1.5rem !important
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -1.5rem !important
    }
    .m-md-n1\.25 {
        margin: -1.875rem !important
    }
    .mt-md-n1\.25,
    .my-md-n1\.25 {
        margin-top: -1.875rem !important
    }
    .mr-md-n1\.25,
    .mx-md-n1\.25 {
        margin-right: -1.875rem !important
    }
    .mb-md-n1\.25,
    .my-md-n1\.25 {
        margin-bottom: -1.875rem !important
    }
    .ml-md-n1\.25,
    .mx-md-n1\.25 {
        margin-left: -1.875rem !important
    }
    .m-md-n1\.5 {
        margin: -2.25rem !important
    }
    .mt-md-n1\.5,
    .my-md-n1\.5 {
        margin-top: -2.25rem !important
    }
    .mr-md-n1\.5,
    .mx-md-n1\.5 {
        margin-right: -2.25rem !important
    }
    .mb-md-n1\.5,
    .my-md-n1\.5 {
        margin-bottom: -2.25rem !important
    }
    .ml-md-n1\.5,
    .mx-md-n1\.5 {
        margin-left: -2.25rem !important
    }
    .m-md-n1\.75 {
        margin: -2.625rem !important
    }
    .mt-md-n1\.75,
    .my-md-n1\.75 {
        margin-top: -2.625rem !important
    }
    .mr-md-n1\.75,
    .mx-md-n1\.75 {
        margin-right: -2.625rem !important
    }
    .mb-md-n1\.75,
    .my-md-n1\.75 {
        margin-bottom: -2.625rem !important
    }
    .ml-md-n1\.75,
    .mx-md-n1\.75 {
        margin-left: -2.625rem !important
    }
    .m-md-n2 {
        margin: -3rem !important
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -3rem !important
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -3rem !important
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -3rem !important
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -3rem !important
    }
    .m-md-n2\.25 {
        margin: -3.375rem !important
    }
    .mt-md-n2\.25,
    .my-md-n2\.25 {
        margin-top: -3.375rem !important
    }
    .mr-md-n2\.25,
    .mx-md-n2\.25 {
        margin-right: -3.375rem !important
    }
    .mb-md-n2\.25,
    .my-md-n2\.25 {
        margin-bottom: -3.375rem !important
    }
    .ml-md-n2\.25,
    .mx-md-n2\.25 {
        margin-left: -3.375rem !important
    }
    .m-md-n2\.5 {
        margin: -3.75rem !important
    }
    .mt-md-n2\.5,
    .my-md-n2\.5 {
        margin-top: -3.75rem !important
    }
    .mr-md-n2\.5,
    .mx-md-n2\.5 {
        margin-right: -3.75rem !important
    }
    .mb-md-n2\.5,
    .my-md-n2\.5 {
        margin-bottom: -3.75rem !important
    }
    .ml-md-n2\.5,
    .mx-md-n2\.5 {
        margin-left: -3.75rem !important
    }
    .m-md-n2\.75 {
        margin: -4.125rem !important
    }
    .mt-md-n2\.75,
    .my-md-n2\.75 {
        margin-top: -4.125rem !important
    }
    .mr-md-n2\.75,
    .mx-md-n2\.75 {
        margin-right: -4.125rem !important
    }
    .mb-md-n2\.75,
    .my-md-n2\.75 {
        margin-bottom: -4.125rem !important
    }
    .ml-md-n2\.75,
    .mx-md-n2\.75 {
        margin-left: -4.125rem !important
    }
    .m-md-n3 {
        margin: -4.5rem !important
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -4.5rem !important
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -4.5rem !important
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -4.5rem !important
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -4.5rem !important
    }
    .m-md-n3\.5 {
        margin: -5.25rem !important
    }
    .mt-md-n3\.5,
    .my-md-n3\.5 {
        margin-top: -5.25rem !important
    }
    .mr-md-n3\.5,
    .mx-md-n3\.5 {
        margin-right: -5.25rem !important
    }
    .mb-md-n3\.5,
    .my-md-n3\.5 {
        margin-bottom: -5.25rem !important
    }
    .ml-md-n3\.5,
    .mx-md-n3\.5 {
        margin-left: -5.25rem !important
    }
    .m-md-n4 {
        margin: -6rem !important
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -6rem !important
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -6rem !important
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -6rem !important
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -6rem !important
    }
    .m-md-n5 {
        margin: -7.5rem !important
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -7.5rem !important
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -7.5rem !important
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -7.5rem !important
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -7.5rem !important
    }
    .m-md-n6 {
        margin: -9rem !important
    }
    .mt-md-n6,
    .my-md-n6 {
        margin-top: -9rem !important
    }
    .mr-md-n6,
    .mx-md-n6 {
        margin-right: -9rem !important
    }
    .mb-md-n6,
    .my-md-n6 {
        margin-bottom: -9rem !important
    }
    .ml-md-n6,
    .mx-md-n6 {
        margin-left: -9rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 960px) {
    .m-lg-0 {
        margin: 0 !important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }
    .m-lg-1\/12 {
        margin: .125rem !important
    }
    .mt-lg-1\/12,
    .my-lg-1\/12 {
        margin-top: .125rem !important
    }
    .mr-lg-1\/12,
    .mx-lg-1\/12 {
        margin-right: .125rem !important
    }
    .mb-lg-1\/12,
    .my-lg-1\/12 {
        margin-bottom: .125rem !important
    }
    .ml-lg-1\/12,
    .mx-lg-1\/12 {
        margin-left: .125rem !important
    }
    .m-lg-0\.1 {
        margin: .15rem !important
    }
    .mt-lg-0\.1,
    .my-lg-0\.1 {
        margin-top: .15rem !important
    }
    .mr-lg-0\.1,
    .mx-lg-0\.1 {
        margin-right: .15rem !important
    }
    .mb-lg-0\.1,
    .my-lg-0\.1 {
        margin-bottom: .15rem !important
    }
    .ml-lg-0\.1,
    .mx-lg-0\.1 {
        margin-left: .15rem !important
    }
    .m-lg-0\.125 {
        margin: .1875rem !important
    }
    .mt-lg-0\.125,
    .my-lg-0\.125 {
        margin-top: .1875rem !important
    }
    .mr-lg-0\.125,
    .mx-lg-0\.125 {
        margin-right: .1875rem !important
    }
    .mb-lg-0\.125,
    .my-lg-0\.125 {
        margin-bottom: .1875rem !important
    }
    .ml-lg-0\.125,
    .mx-lg-0\.125 {
        margin-left: .1875rem !important
    }
    .m-lg-1\/6 {
        margin: .25rem !important
    }
    .mt-lg-1\/6,
    .my-lg-1\/6 {
        margin-top: .25rem !important
    }
    .mr-lg-1\/6,
    .mx-lg-1\/6 {
        margin-right: .25rem !important
    }
    .mb-lg-1\/6,
    .my-lg-1\/6 {
        margin-bottom: .25rem !important
    }
    .ml-lg-1\/6,
    .mx-lg-1\/6 {
        margin-left: .25rem !important
    }
    .m-lg-0\.2 {
        margin: .3rem !important
    }
    .mt-lg-0\.2,
    .my-lg-0\.2 {
        margin-top: .3rem !important
    }
    .mr-lg-0\.2,
    .mx-lg-0\.2 {
        margin-right: .3rem !important
    }
    .mb-lg-0\.2,
    .my-lg-0\.2 {
        margin-bottom: .3rem !important
    }
    .ml-lg-0\.2,
    .mx-lg-0\.2 {
        margin-left: .3rem !important
    }
    .m-lg-0\.25 {
        margin: .375rem !important
    }
    .mt-lg-0\.25,
    .my-lg-0\.25 {
        margin-top: .375rem !important
    }
    .mr-lg-0\.25,
    .mx-lg-0\.25 {
        margin-right: .375rem !important
    }
    .mb-lg-0\.25,
    .my-lg-0\.25 {
        margin-bottom: .375rem !important
    }
    .ml-lg-0\.25,
    .mx-lg-0\.25 {
        margin-left: .375rem !important
    }
    .m-lg-1\/3 {
        margin: .5rem !important
    }
    .mt-lg-1\/3,
    .my-lg-1\/3 {
        margin-top: .5rem !important
    }
    .mr-lg-1\/3,
    .mx-lg-1\/3 {
        margin-right: .5rem !important
    }
    .mb-lg-1\/3,
    .my-lg-1\/3 {
        margin-bottom: .5rem !important
    }
    .ml-lg-1\/3,
    .mx-lg-1\/3 {
        margin-left: .5rem !important
    }
    .m-lg-5\/12 {
        margin: .625rem !important
    }
    .mt-lg-5\/12,
    .my-lg-5\/12 {
        margin-top: .625rem !important
    }
    .mr-lg-5\/12,
    .mx-lg-5\/12 {
        margin-right: .625rem !important
    }
    .mb-lg-5\/12,
    .my-lg-5\/12 {
        margin-bottom: .625rem !important
    }
    .ml-lg-5\/12,
    .mx-lg-5\/12 {
        margin-left: .625rem !important
    }
    .m-lg-0\.5 {
        margin: .75rem !important
    }
    .mt-lg-0\.5,
    .my-lg-0\.5 {
        margin-top: .75rem !important
    }
    .mr-lg-0\.5,
    .mx-lg-0\.5 {
        margin-right: .75rem !important
    }
    .mb-lg-0\.5,
    .my-lg-0\.5 {
        margin-bottom: .75rem !important
    }
    .ml-lg-0\.5,
    .mx-lg-0\.5 {
        margin-left: .75rem !important
    }
    .m-lg-7\/12 {
        margin: .875rem !important
    }
    .mt-lg-7\/12,
    .my-lg-7\/12 {
        margin-top: .875rem !important
    }
    .mr-lg-7\/12,
    .mx-lg-7\/12 {
        margin-right: .875rem !important
    }
    .mb-lg-7\/12,
    .my-lg-7\/12 {
        margin-bottom: .875rem !important
    }
    .ml-lg-7\/12,
    .mx-lg-7\/12 {
        margin-left: .875rem !important
    }
    .m-lg-2\/3 {
        margin: 1rem !important
    }
    .mt-lg-2\/3,
    .my-lg-2\/3 {
        margin-top: 1rem !important
    }
    .mr-lg-2\/3,
    .mx-lg-2\/3 {
        margin-right: 1rem !important
    }
    .mb-lg-2\/3,
    .my-lg-2\/3 {
        margin-bottom: 1rem !important
    }
    .ml-lg-2\/3,
    .mx-lg-2\/3 {
        margin-left: 1rem !important
    }
    .m-lg-0\.75 {
        margin: 1.125rem !important
    }
    .mt-lg-0\.75,
    .my-lg-0\.75 {
        margin-top: 1.125rem !important
    }
    .mr-lg-0\.75,
    .mx-lg-0\.75 {
        margin-right: 1.125rem !important
    }
    .mb-lg-0\.75,
    .my-lg-0\.75 {
        margin-bottom: 1.125rem !important
    }
    .ml-lg-0\.75,
    .mx-lg-0\.75 {
        margin-left: 1.125rem !important
    }
    .m-lg-10\/12 {
        margin: 1.25rem !important
    }
    .mt-lg-10\/12,
    .my-lg-10\/12 {
        margin-top: 1.25rem !important
    }
    .mr-lg-10\/12,
    .mx-lg-10\/12 {
        margin-right: 1.25rem !important
    }
    .mb-lg-10\/12,
    .my-lg-10\/12 {
        margin-bottom: 1.25rem !important
    }
    .ml-lg-10\/12,
    .mx-lg-10\/12 {
        margin-left: 1.25rem !important
    }
    .m-lg-1 {
        margin: 1.5rem !important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 1.5rem !important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 1.5rem !important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 1.5rem !important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 1.5rem !important
    }
    .m-lg-1\.25 {
        margin: 1.875rem !important
    }
    .mt-lg-1\.25,
    .my-lg-1\.25 {
        margin-top: 1.875rem !important
    }
    .mr-lg-1\.25,
    .mx-lg-1\.25 {
        margin-right: 1.875rem !important
    }
    .mb-lg-1\.25,
    .my-lg-1\.25 {
        margin-bottom: 1.875rem !important
    }
    .ml-lg-1\.25,
    .mx-lg-1\.25 {
        margin-left: 1.875rem !important
    }
    .m-lg-1\.5 {
        margin: 2.25rem !important
    }
    .mt-lg-1\.5,
    .my-lg-1\.5 {
        margin-top: 2.25rem !important
    }
    .mr-lg-1\.5,
    .mx-lg-1\.5 {
        margin-right: 2.25rem !important
    }
    .mb-lg-1\.5,
    .my-lg-1\.5 {
        margin-bottom: 2.25rem !important
    }
    .ml-lg-1\.5,
    .mx-lg-1\.5 {
        margin-left: 2.25rem !important
    }
    .m-lg-1\.75 {
        margin: 2.625rem !important
    }
    .mt-lg-1\.75,
    .my-lg-1\.75 {
        margin-top: 2.625rem !important
    }
    .mr-lg-1\.75,
    .mx-lg-1\.75 {
        margin-right: 2.625rem !important
    }
    .mb-lg-1\.75,
    .my-lg-1\.75 {
        margin-bottom: 2.625rem !important
    }
    .ml-lg-1\.75,
    .mx-lg-1\.75 {
        margin-left: 2.625rem !important
    }
    .m-lg-2 {
        margin: 3rem !important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 3rem !important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 3rem !important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 3rem !important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 3rem !important
    }
    .m-lg-2\.25 {
        margin: 3.375rem !important
    }
    .mt-lg-2\.25,
    .my-lg-2\.25 {
        margin-top: 3.375rem !important
    }
    .mr-lg-2\.25,
    .mx-lg-2\.25 {
        margin-right: 3.375rem !important
    }
    .mb-lg-2\.25,
    .my-lg-2\.25 {
        margin-bottom: 3.375rem !important
    }
    .ml-lg-2\.25,
    .mx-lg-2\.25 {
        margin-left: 3.375rem !important
    }
    .m-lg-2\.5 {
        margin: 3.75rem !important
    }
    .mt-lg-2\.5,
    .my-lg-2\.5 {
        margin-top: 3.75rem !important
    }
    .mr-lg-2\.5,
    .mx-lg-2\.5 {
        margin-right: 3.75rem !important
    }
    .mb-lg-2\.5,
    .my-lg-2\.5 {
        margin-bottom: 3.75rem !important
    }
    .ml-lg-2\.5,
    .mx-lg-2\.5 {
        margin-left: 3.75rem !important
    }
    .m-lg-2\.75 {
        margin: 4.125rem !important
    }
    .mt-lg-2\.75,
    .my-lg-2\.75 {
        margin-top: 4.125rem !important
    }
    .mr-lg-2\.75,
    .mx-lg-2\.75 {
        margin-right: 4.125rem !important
    }
    .mb-lg-2\.75,
    .my-lg-2\.75 {
        margin-bottom: 4.125rem !important
    }
    .ml-lg-2\.75,
    .mx-lg-2\.75 {
        margin-left: 4.125rem !important
    }
    .m-lg-3 {
        margin: 4.5rem !important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 4.5rem !important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 4.5rem !important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 4.5rem !important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 4.5rem !important
    }
    .m-lg-3\.5 {
        margin: 5.25rem !important
    }
    .mt-lg-3\.5,
    .my-lg-3\.5 {
        margin-top: 5.25rem !important
    }
    .mr-lg-3\.5,
    .mx-lg-3\.5 {
        margin-right: 5.25rem !important
    }
    .mb-lg-3\.5,
    .my-lg-3\.5 {
        margin-bottom: 5.25rem !important
    }
    .ml-lg-3\.5,
    .mx-lg-3\.5 {
        margin-left: 5.25rem !important
    }
    .m-lg-4 {
        margin: 6rem !important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 6rem !important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 6rem !important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 6rem !important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 6rem !important
    }
    .m-lg-5 {
        margin: 7.5rem !important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 7.5rem !important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 7.5rem !important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 7.5rem !important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 7.5rem !important
    }
    .m-lg-6 {
        margin: 9rem !important
    }
    .mt-lg-6,
    .my-lg-6 {
        margin-top: 9rem !important
    }
    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 9rem !important
    }
    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 9rem !important
    }
    .ml-lg-6,
    .mx-lg-6 {
        margin-left: 9rem !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }
    .p-lg-1\/12 {
        padding: .125rem !important
    }
    .pt-lg-1\/12,
    .py-lg-1\/12 {
        padding-top: .125rem !important
    }
    .pr-lg-1\/12,
    .px-lg-1\/12 {
        padding-right: .125rem !important
    }
    .pb-lg-1\/12,
    .py-lg-1\/12 {
        padding-bottom: .125rem !important
    }
    .pl-lg-1\/12,
    .px-lg-1\/12 {
        padding-left: .125rem !important
    }
    .p-lg-0\.1 {
        padding: .15rem !important
    }
    .pt-lg-0\.1,
    .py-lg-0\.1 {
        padding-top: .15rem !important
    }
    .pr-lg-0\.1,
    .px-lg-0\.1 {
        padding-right: .15rem !important
    }
    .pb-lg-0\.1,
    .py-lg-0\.1 {
        padding-bottom: .15rem !important
    }
    .pl-lg-0\.1,
    .px-lg-0\.1 {
        padding-left: .15rem !important
    }
    .p-lg-0\.125 {
        padding: .1875rem !important
    }
    .pt-lg-0\.125,
    .py-lg-0\.125 {
        padding-top: .1875rem !important
    }
    .pr-lg-0\.125,
    .px-lg-0\.125 {
        padding-right: .1875rem !important
    }
    .pb-lg-0\.125,
    .py-lg-0\.125 {
        padding-bottom: .1875rem !important
    }
    .pl-lg-0\.125,
    .px-lg-0\.125 {
        padding-left: .1875rem !important
    }
    .p-lg-1\/6 {
        padding: .25rem !important
    }
    .pt-lg-1\/6,
    .py-lg-1\/6 {
        padding-top: .25rem !important
    }
    .pr-lg-1\/6,
    .px-lg-1\/6 {
        padding-right: .25rem !important
    }
    .pb-lg-1\/6,
    .py-lg-1\/6 {
        padding-bottom: .25rem !important
    }
    .pl-lg-1\/6,
    .px-lg-1\/6 {
        padding-left: .25rem !important
    }
    .p-lg-0\.2 {
        padding: .3rem !important
    }
    .pt-lg-0\.2,
    .py-lg-0\.2 {
        padding-top: .3rem !important
    }
    .pr-lg-0\.2,
    .px-lg-0\.2 {
        padding-right: .3rem !important
    }
    .pb-lg-0\.2,
    .py-lg-0\.2 {
        padding-bottom: .3rem !important
    }
    .pl-lg-0\.2,
    .px-lg-0\.2 {
        padding-left: .3rem !important
    }
    .p-lg-0\.25 {
        padding: .375rem !important
    }
    .pt-lg-0\.25,
    .py-lg-0\.25 {
        padding-top: .375rem !important
    }
    .pr-lg-0\.25,
    .px-lg-0\.25 {
        padding-right: .375rem !important
    }
    .pb-lg-0\.25,
    .py-lg-0\.25 {
        padding-bottom: .375rem !important
    }
    .pl-lg-0\.25,
    .px-lg-0\.25 {
        padding-left: .375rem !important
    }
    .p-lg-1\/3 {
        padding: .5rem !important
    }
    .pt-lg-1\/3,
    .py-lg-1\/3 {
        padding-top: .5rem !important
    }
    .pr-lg-1\/3,
    .px-lg-1\/3 {
        padding-right: .5rem !important
    }
    .pb-lg-1\/3,
    .py-lg-1\/3 {
        padding-bottom: .5rem !important
    }
    .pl-lg-1\/3,
    .px-lg-1\/3 {
        padding-left: .5rem !important
    }
    .p-lg-5\/12 {
        padding: .625rem !important
    }
    .pt-lg-5\/12,
    .py-lg-5\/12 {
        padding-top: .625rem !important
    }
    .pr-lg-5\/12,
    .px-lg-5\/12 {
        padding-right: .625rem !important
    }
    .pb-lg-5\/12,
    .py-lg-5\/12 {
        padding-bottom: .625rem !important
    }
    .pl-lg-5\/12,
    .px-lg-5\/12 {
        padding-left: .625rem !important
    }
    .p-lg-0\.5 {
        padding: .75rem !important
    }
    .pt-lg-0\.5,
    .py-lg-0\.5 {
        padding-top: .75rem !important
    }
    .pr-lg-0\.5,
    .px-lg-0\.5 {
        padding-right: .75rem !important
    }
    .pb-lg-0\.5,
    .py-lg-0\.5 {
        padding-bottom: .75rem !important
    }
    .pl-lg-0\.5,
    .px-lg-0\.5 {
        padding-left: .75rem !important
    }
    .p-lg-7\/12 {
        padding: .875rem !important
    }
    .pt-lg-7\/12,
    .py-lg-7\/12 {
        padding-top: .875rem !important
    }
    .pr-lg-7\/12,
    .px-lg-7\/12 {
        padding-right: .875rem !important
    }
    .pb-lg-7\/12,
    .py-lg-7\/12 {
        padding-bottom: .875rem !important
    }
    .pl-lg-7\/12,
    .px-lg-7\/12 {
        padding-left: .875rem !important
    }
    .p-lg-2\/3 {
        padding: 1rem !important
    }
    .pt-lg-2\/3,
    .py-lg-2\/3 {
        padding-top: 1rem !important
    }
    .pr-lg-2\/3,
    .px-lg-2\/3 {
        padding-right: 1rem !important
    }
    .pb-lg-2\/3,
    .py-lg-2\/3 {
        padding-bottom: 1rem !important
    }
    .pl-lg-2\/3,
    .px-lg-2\/3 {
        padding-left: 1rem !important
    }
    .p-lg-0\.75 {
        padding: 1.125rem !important
    }
    .pt-lg-0\.75,
    .py-lg-0\.75 {
        padding-top: 1.125rem !important
    }
    .pr-lg-0\.75,
    .px-lg-0\.75 {
        padding-right: 1.125rem !important
    }
    .pb-lg-0\.75,
    .py-lg-0\.75 {
        padding-bottom: 1.125rem !important
    }
    .pl-lg-0\.75,
    .px-lg-0\.75 {
        padding-left: 1.125rem !important
    }
    .p-lg-10\/12 {
        padding: 1.25rem !important
    }
    .pt-lg-10\/12,
    .py-lg-10\/12 {
        padding-top: 1.25rem !important
    }
    .pr-lg-10\/12,
    .px-lg-10\/12 {
        padding-right: 1.25rem !important
    }
    .pb-lg-10\/12,
    .py-lg-10\/12 {
        padding-bottom: 1.25rem !important
    }
    .pl-lg-10\/12,
    .px-lg-10\/12 {
        padding-left: 1.25rem !important
    }
    .p-lg-1 {
        padding: 1.5rem !important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 1.5rem !important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 1.5rem !important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 1.5rem !important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 1.5rem !important
    }
    .p-lg-1\.25 {
        padding: 1.875rem !important
    }
    .pt-lg-1\.25,
    .py-lg-1\.25 {
        padding-top: 1.875rem !important
    }
    .pr-lg-1\.25,
    .px-lg-1\.25 {
        padding-right: 1.875rem !important
    }
    .pb-lg-1\.25,
    .py-lg-1\.25 {
        padding-bottom: 1.875rem !important
    }
    .pl-lg-1\.25,
    .px-lg-1\.25 {
        padding-left: 1.875rem !important
    }
    .p-lg-1\.5 {
        padding: 2.25rem !important
    }
    .pt-lg-1\.5,
    .py-lg-1\.5 {
        padding-top: 2.25rem !important
    }
    .pr-lg-1\.5,
    .px-lg-1\.5 {
        padding-right: 2.25rem !important
    }
    .pb-lg-1\.5,
    .py-lg-1\.5 {
        padding-bottom: 2.25rem !important
    }
    .pl-lg-1\.5,
    .px-lg-1\.5 {
        padding-left: 2.25rem !important
    }
    .p-lg-1\.75 {
        padding: 2.625rem !important
    }
    .pt-lg-1\.75,
    .py-lg-1\.75 {
        padding-top: 2.625rem !important
    }
    .pr-lg-1\.75,
    .px-lg-1\.75 {
        padding-right: 2.625rem !important
    }
    .pb-lg-1\.75,
    .py-lg-1\.75 {
        padding-bottom: 2.625rem !important
    }
    .pl-lg-1\.75,
    .px-lg-1\.75 {
        padding-left: 2.625rem !important
    }
    .p-lg-2 {
        padding: 3rem !important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 3rem !important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 3rem !important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 3rem !important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 3rem !important
    }
    .p-lg-2\.25 {
        padding: 3.375rem !important
    }
    .pt-lg-2\.25,
    .py-lg-2\.25 {
        padding-top: 3.375rem !important
    }
    .pr-lg-2\.25,
    .px-lg-2\.25 {
        padding-right: 3.375rem !important
    }
    .pb-lg-2\.25,
    .py-lg-2\.25 {
        padding-bottom: 3.375rem !important
    }
    .pl-lg-2\.25,
    .px-lg-2\.25 {
        padding-left: 3.375rem !important
    }
    .p-lg-2\.5 {
        padding: 3.75rem !important
    }
    .pt-lg-2\.5,
    .py-lg-2\.5 {
        padding-top: 3.75rem !important
    }
    .pr-lg-2\.5,
    .px-lg-2\.5 {
        padding-right: 3.75rem !important
    }
    .pb-lg-2\.5,
    .py-lg-2\.5 {
        padding-bottom: 3.75rem !important
    }
    .pl-lg-2\.5,
    .px-lg-2\.5 {
        padding-left: 3.75rem !important
    }
    .p-lg-2\.75 {
        padding: 4.125rem !important
    }
    .pt-lg-2\.75,
    .py-lg-2\.75 {
        padding-top: 4.125rem !important
    }
    .pr-lg-2\.75,
    .px-lg-2\.75 {
        padding-right: 4.125rem !important
    }
    .pb-lg-2\.75,
    .py-lg-2\.75 {
        padding-bottom: 4.125rem !important
    }
    .pl-lg-2\.75,
    .px-lg-2\.75 {
        padding-left: 4.125rem !important
    }
    .p-lg-3 {
        padding: 4.5rem !important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 4.5rem !important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 4.5rem !important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 4.5rem !important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 4.5rem !important
    }
    .p-lg-3\.5 {
        padding: 5.25rem !important
    }
    .pt-lg-3\.5,
    .py-lg-3\.5 {
        padding-top: 5.25rem !important
    }
    .pr-lg-3\.5,
    .px-lg-3\.5 {
        padding-right: 5.25rem !important
    }
    .pb-lg-3\.5,
    .py-lg-3\.5 {
        padding-bottom: 5.25rem !important
    }
    .pl-lg-3\.5,
    .px-lg-3\.5 {
        padding-left: 5.25rem !important
    }
    .p-lg-4 {
        padding: 6rem !important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 6rem !important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 6rem !important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 6rem !important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 6rem !important
    }
    .p-lg-5 {
        padding: 7.5rem !important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 7.5rem !important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 7.5rem !important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 7.5rem !important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 7.5rem !important
    }
    .p-lg-6 {
        padding: 9rem !important
    }
    .pt-lg-6,
    .py-lg-6 {
        padding-top: 9rem !important
    }
    .pr-lg-6,
    .px-lg-6 {
        padding-right: 9rem !important
    }
    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 9rem !important
    }
    .pl-lg-6,
    .px-lg-6 {
        padding-left: 9rem !important
    }
    .m-lg-n1\/12 {
        margin: -.125rem !important
    }
    .mt-lg-n1\/12,
    .my-lg-n1\/12 {
        margin-top: -.125rem !important
    }
    .mr-lg-n1\/12,
    .mx-lg-n1\/12 {
        margin-right: -.125rem !important
    }
    .mb-lg-n1\/12,
    .my-lg-n1\/12 {
        margin-bottom: -.125rem !important
    }
    .ml-lg-n1\/12,
    .mx-lg-n1\/12 {
        margin-left: -.125rem !important
    }
    .m-lg-n0\.1 {
        margin: -.15rem !important
    }
    .mt-lg-n0\.1,
    .my-lg-n0\.1 {
        margin-top: -.15rem !important
    }
    .mr-lg-n0\.1,
    .mx-lg-n0\.1 {
        margin-right: -.15rem !important
    }
    .mb-lg-n0\.1,
    .my-lg-n0\.1 {
        margin-bottom: -.15rem !important
    }
    .ml-lg-n0\.1,
    .mx-lg-n0\.1 {
        margin-left: -.15rem !important
    }
    .m-lg-n0\.125 {
        margin: -.1875rem !important
    }
    .mt-lg-n0\.125,
    .my-lg-n0\.125 {
        margin-top: -.1875rem !important
    }
    .mr-lg-n0\.125,
    .mx-lg-n0\.125 {
        margin-right: -.1875rem !important
    }
    .mb-lg-n0\.125,
    .my-lg-n0\.125 {
        margin-bottom: -.1875rem !important
    }
    .ml-lg-n0\.125,
    .mx-lg-n0\.125 {
        margin-left: -.1875rem !important
    }
    .m-lg-n1\/6 {
        margin: -.25rem !important
    }
    .mt-lg-n1\/6,
    .my-lg-n1\/6 {
        margin-top: -.25rem !important
    }
    .mr-lg-n1\/6,
    .mx-lg-n1\/6 {
        margin-right: -.25rem !important
    }
    .mb-lg-n1\/6,
    .my-lg-n1\/6 {
        margin-bottom: -.25rem !important
    }
    .ml-lg-n1\/6,
    .mx-lg-n1\/6 {
        margin-left: -.25rem !important
    }
    .m-lg-n0\.2 {
        margin: -.3rem !important
    }
    .mt-lg-n0\.2,
    .my-lg-n0\.2 {
        margin-top: -.3rem !important
    }
    .mr-lg-n0\.2,
    .mx-lg-n0\.2 {
        margin-right: -.3rem !important
    }
    .mb-lg-n0\.2,
    .my-lg-n0\.2 {
        margin-bottom: -.3rem !important
    }
    .ml-lg-n0\.2,
    .mx-lg-n0\.2 {
        margin-left: -.3rem !important
    }
    .m-lg-n0\.25 {
        margin: -.375rem !important
    }
    .mt-lg-n0\.25,
    .my-lg-n0\.25 {
        margin-top: -.375rem !important
    }
    .mr-lg-n0\.25,
    .mx-lg-n0\.25 {
        margin-right: -.375rem !important
    }
    .mb-lg-n0\.25,
    .my-lg-n0\.25 {
        margin-bottom: -.375rem !important
    }
    .ml-lg-n0\.25,
    .mx-lg-n0\.25 {
        margin-left: -.375rem !important
    }
    .m-lg-n1\/3 {
        margin: -.5rem !important
    }
    .mt-lg-n1\/3,
    .my-lg-n1\/3 {
        margin-top: -.5rem !important
    }
    .mr-lg-n1\/3,
    .mx-lg-n1\/3 {
        margin-right: -.5rem !important
    }
    .mb-lg-n1\/3,
    .my-lg-n1\/3 {
        margin-bottom: -.5rem !important
    }
    .ml-lg-n1\/3,
    .mx-lg-n1\/3 {
        margin-left: -.5rem !important
    }
    .m-lg-n5\/12 {
        margin: -.625rem !important
    }
    .mt-lg-n5\/12,
    .my-lg-n5\/12 {
        margin-top: -.625rem !important
    }
    .mr-lg-n5\/12,
    .mx-lg-n5\/12 {
        margin-right: -.625rem !important
    }
    .mb-lg-n5\/12,
    .my-lg-n5\/12 {
        margin-bottom: -.625rem !important
    }
    .ml-lg-n5\/12,
    .mx-lg-n5\/12 {
        margin-left: -.625rem !important
    }
    .m-lg-n0\.5 {
        margin: -.75rem !important
    }
    .mt-lg-n0\.5,
    .my-lg-n0\.5 {
        margin-top: -.75rem !important
    }
    .mr-lg-n0\.5,
    .mx-lg-n0\.5 {
        margin-right: -.75rem !important
    }
    .mb-lg-n0\.5,
    .my-lg-n0\.5 {
        margin-bottom: -.75rem !important
    }
    .ml-lg-n0\.5,
    .mx-lg-n0\.5 {
        margin-left: -.75rem !important
    }
    .m-lg-n7\/12 {
        margin: -.875rem !important
    }
    .mt-lg-n7\/12,
    .my-lg-n7\/12 {
        margin-top: -.875rem !important
    }
    .mr-lg-n7\/12,
    .mx-lg-n7\/12 {
        margin-right: -.875rem !important
    }
    .mb-lg-n7\/12,
    .my-lg-n7\/12 {
        margin-bottom: -.875rem !important
    }
    .ml-lg-n7\/12,
    .mx-lg-n7\/12 {
        margin-left: -.875rem !important
    }
    .m-lg-n2\/3 {
        margin: -1rem !important
    }
    .mt-lg-n2\/3,
    .my-lg-n2\/3 {
        margin-top: -1rem !important
    }
    .mr-lg-n2\/3,
    .mx-lg-n2\/3 {
        margin-right: -1rem !important
    }
    .mb-lg-n2\/3,
    .my-lg-n2\/3 {
        margin-bottom: -1rem !important
    }
    .ml-lg-n2\/3,
    .mx-lg-n2\/3 {
        margin-left: -1rem !important
    }
    .m-lg-n0\.75 {
        margin: -1.125rem !important
    }
    .mt-lg-n0\.75,
    .my-lg-n0\.75 {
        margin-top: -1.125rem !important
    }
    .mr-lg-n0\.75,
    .mx-lg-n0\.75 {
        margin-right: -1.125rem !important
    }
    .mb-lg-n0\.75,
    .my-lg-n0\.75 {
        margin-bottom: -1.125rem !important
    }
    .ml-lg-n0\.75,
    .mx-lg-n0\.75 {
        margin-left: -1.125rem !important
    }
    .m-lg-n10\/12 {
        margin: -1.25rem !important
    }
    .mt-lg-n10\/12,
    .my-lg-n10\/12 {
        margin-top: -1.25rem !important
    }
    .mr-lg-n10\/12,
    .mx-lg-n10\/12 {
        margin-right: -1.25rem !important
    }
    .mb-lg-n10\/12,
    .my-lg-n10\/12 {
        margin-bottom: -1.25rem !important
    }
    .ml-lg-n10\/12,
    .mx-lg-n10\/12 {
        margin-left: -1.25rem !important
    }
    .m-lg-n1 {
        margin: -1.5rem !important
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -1.5rem !important
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -1.5rem !important
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -1.5rem !important
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -1.5rem !important
    }
    .m-lg-n1\.25 {
        margin: -1.875rem !important
    }
    .mt-lg-n1\.25,
    .my-lg-n1\.25 {
        margin-top: -1.875rem !important
    }
    .mr-lg-n1\.25,
    .mx-lg-n1\.25 {
        margin-right: -1.875rem !important
    }
    .mb-lg-n1\.25,
    .my-lg-n1\.25 {
        margin-bottom: -1.875rem !important
    }
    .ml-lg-n1\.25,
    .mx-lg-n1\.25 {
        margin-left: -1.875rem !important
    }
    .m-lg-n1\.5 {
        margin: -2.25rem !important
    }
    .mt-lg-n1\.5,
    .my-lg-n1\.5 {
        margin-top: -2.25rem !important
    }
    .mr-lg-n1\.5,
    .mx-lg-n1\.5 {
        margin-right: -2.25rem !important
    }
    .mb-lg-n1\.5,
    .my-lg-n1\.5 {
        margin-bottom: -2.25rem !important
    }
    .ml-lg-n1\.5,
    .mx-lg-n1\.5 {
        margin-left: -2.25rem !important
    }
    .m-lg-n1\.75 {
        margin: -2.625rem !important
    }
    .mt-lg-n1\.75,
    .my-lg-n1\.75 {
        margin-top: -2.625rem !important
    }
    .mr-lg-n1\.75,
    .mx-lg-n1\.75 {
        margin-right: -2.625rem !important
    }
    .mb-lg-n1\.75,
    .my-lg-n1\.75 {
        margin-bottom: -2.625rem !important
    }
    .ml-lg-n1\.75,
    .mx-lg-n1\.75 {
        margin-left: -2.625rem !important
    }
    .m-lg-n2 {
        margin: -3rem !important
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -3rem !important
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -3rem !important
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -3rem !important
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -3rem !important
    }
    .m-lg-n2\.25 {
        margin: -3.375rem !important
    }
    .mt-lg-n2\.25,
    .my-lg-n2\.25 {
        margin-top: -3.375rem !important
    }
    .mr-lg-n2\.25,
    .mx-lg-n2\.25 {
        margin-right: -3.375rem !important
    }
    .mb-lg-n2\.25,
    .my-lg-n2\.25 {
        margin-bottom: -3.375rem !important
    }
    .ml-lg-n2\.25,
    .mx-lg-n2\.25 {
        margin-left: -3.375rem !important
    }
    .m-lg-n2\.5 {
        margin: -3.75rem !important
    }
    .mt-lg-n2\.5,
    .my-lg-n2\.5 {
        margin-top: -3.75rem !important
    }
    .mr-lg-n2\.5,
    .mx-lg-n2\.5 {
        margin-right: -3.75rem !important
    }
    .mb-lg-n2\.5,
    .my-lg-n2\.5 {
        margin-bottom: -3.75rem !important
    }
    .ml-lg-n2\.5,
    .mx-lg-n2\.5 {
        margin-left: -3.75rem !important
    }
    .m-lg-n2\.75 {
        margin: -4.125rem !important
    }
    .mt-lg-n2\.75,
    .my-lg-n2\.75 {
        margin-top: -4.125rem !important
    }
    .mr-lg-n2\.75,
    .mx-lg-n2\.75 {
        margin-right: -4.125rem !important
    }
    .mb-lg-n2\.75,
    .my-lg-n2\.75 {
        margin-bottom: -4.125rem !important
    }
    .ml-lg-n2\.75,
    .mx-lg-n2\.75 {
        margin-left: -4.125rem !important
    }
    .m-lg-n3 {
        margin: -4.5rem !important
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -4.5rem !important
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -4.5rem !important
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -4.5rem !important
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -4.5rem !important
    }
    .m-lg-n3\.5 {
        margin: -5.25rem !important
    }
    .mt-lg-n3\.5,
    .my-lg-n3\.5 {
        margin-top: -5.25rem !important
    }
    .mr-lg-n3\.5,
    .mx-lg-n3\.5 {
        margin-right: -5.25rem !important
    }
    .mb-lg-n3\.5,
    .my-lg-n3\.5 {
        margin-bottom: -5.25rem !important
    }
    .ml-lg-n3\.5,
    .mx-lg-n3\.5 {
        margin-left: -5.25rem !important
    }
    .m-lg-n4 {
        margin: -6rem !important
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -6rem !important
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -6rem !important
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -6rem !important
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -6rem !important
    }
    .m-lg-n5 {
        margin: -7.5rem !important
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -7.5rem !important
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -7.5rem !important
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -7.5rem !important
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -7.5rem !important
    }
    .m-lg-n6 {
        margin: -9rem !important
    }
    .mt-lg-n6,
    .my-lg-n6 {
        margin-top: -9rem !important
    }
    .mr-lg-n6,
    .mx-lg-n6 {
        margin-right: -9rem !important
    }
    .mb-lg-n6,
    .my-lg-n6 {
        margin-bottom: -9rem !important
    }
    .ml-lg-n6,
    .mx-lg-n6 {
        margin-left: -9rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1280px) {
    .m-xl-0 {
        margin: 0 !important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }
    .m-xl-1\/12 {
        margin: .125rem !important
    }
    .mt-xl-1\/12,
    .my-xl-1\/12 {
        margin-top: .125rem !important
    }
    .mr-xl-1\/12,
    .mx-xl-1\/12 {
        margin-right: .125rem !important
    }
    .mb-xl-1\/12,
    .my-xl-1\/12 {
        margin-bottom: .125rem !important
    }
    .ml-xl-1\/12,
    .mx-xl-1\/12 {
        margin-left: .125rem !important
    }
    .m-xl-0\.1 {
        margin: .15rem !important
    }
    .mt-xl-0\.1,
    .my-xl-0\.1 {
        margin-top: .15rem !important
    }
    .mr-xl-0\.1,
    .mx-xl-0\.1 {
        margin-right: .15rem !important
    }
    .mb-xl-0\.1,
    .my-xl-0\.1 {
        margin-bottom: .15rem !important
    }
    .ml-xl-0\.1,
    .mx-xl-0\.1 {
        margin-left: .15rem !important
    }
    .m-xl-0\.125 {
        margin: .1875rem !important
    }
    .mt-xl-0\.125,
    .my-xl-0\.125 {
        margin-top: .1875rem !important
    }
    .mr-xl-0\.125,
    .mx-xl-0\.125 {
        margin-right: .1875rem !important
    }
    .mb-xl-0\.125,
    .my-xl-0\.125 {
        margin-bottom: .1875rem !important
    }
    .ml-xl-0\.125,
    .mx-xl-0\.125 {
        margin-left: .1875rem !important
    }
    .m-xl-1\/6 {
        margin: .25rem !important
    }
    .mt-xl-1\/6,
    .my-xl-1\/6 {
        margin-top: .25rem !important
    }
    .mr-xl-1\/6,
    .mx-xl-1\/6 {
        margin-right: .25rem !important
    }
    .mb-xl-1\/6,
    .my-xl-1\/6 {
        margin-bottom: .25rem !important
    }
    .ml-xl-1\/6,
    .mx-xl-1\/6 {
        margin-left: .25rem !important
    }
    .m-xl-0\.2 {
        margin: .3rem !important
    }
    .mt-xl-0\.2,
    .my-xl-0\.2 {
        margin-top: .3rem !important
    }
    .mr-xl-0\.2,
    .mx-xl-0\.2 {
        margin-right: .3rem !important
    }
    .mb-xl-0\.2,
    .my-xl-0\.2 {
        margin-bottom: .3rem !important
    }
    .ml-xl-0\.2,
    .mx-xl-0\.2 {
        margin-left: .3rem !important
    }
    .m-xl-0\.25 {
        margin: .375rem !important
    }
    .mt-xl-0\.25,
    .my-xl-0\.25 {
        margin-top: .375rem !important
    }
    .mr-xl-0\.25,
    .mx-xl-0\.25 {
        margin-right: .375rem !important
    }
    .mb-xl-0\.25,
    .my-xl-0\.25 {
        margin-bottom: .375rem !important
    }
    .ml-xl-0\.25,
    .mx-xl-0\.25 {
        margin-left: .375rem !important
    }
    .m-xl-1\/3 {
        margin: .5rem !important
    }
    .mt-xl-1\/3,
    .my-xl-1\/3 {
        margin-top: .5rem !important
    }
    .mr-xl-1\/3,
    .mx-xl-1\/3 {
        margin-right: .5rem !important
    }
    .mb-xl-1\/3,
    .my-xl-1\/3 {
        margin-bottom: .5rem !important
    }
    .ml-xl-1\/3,
    .mx-xl-1\/3 {
        margin-left: .5rem !important
    }
    .m-xl-5\/12 {
        margin: .625rem !important
    }
    .mt-xl-5\/12,
    .my-xl-5\/12 {
        margin-top: .625rem !important
    }
    .mr-xl-5\/12,
    .mx-xl-5\/12 {
        margin-right: .625rem !important
    }
    .mb-xl-5\/12,
    .my-xl-5\/12 {
        margin-bottom: .625rem !important
    }
    .ml-xl-5\/12,
    .mx-xl-5\/12 {
        margin-left: .625rem !important
    }
    .m-xl-0\.5 {
        margin: .75rem !important
    }
    .mt-xl-0\.5,
    .my-xl-0\.5 {
        margin-top: .75rem !important
    }
    .mr-xl-0\.5,
    .mx-xl-0\.5 {
        margin-right: .75rem !important
    }
    .mb-xl-0\.5,
    .my-xl-0\.5 {
        margin-bottom: .75rem !important
    }
    .ml-xl-0\.5,
    .mx-xl-0\.5 {
        margin-left: .75rem !important
    }
    .m-xl-7\/12 {
        margin: .875rem !important
    }
    .mt-xl-7\/12,
    .my-xl-7\/12 {
        margin-top: .875rem !important
    }
    .mr-xl-7\/12,
    .mx-xl-7\/12 {
        margin-right: .875rem !important
    }
    .mb-xl-7\/12,
    .my-xl-7\/12 {
        margin-bottom: .875rem !important
    }
    .ml-xl-7\/12,
    .mx-xl-7\/12 {
        margin-left: .875rem !important
    }
    .m-xl-2\/3 {
        margin: 1rem !important
    }
    .mt-xl-2\/3,
    .my-xl-2\/3 {
        margin-top: 1rem !important
    }
    .mr-xl-2\/3,
    .mx-xl-2\/3 {
        margin-right: 1rem !important
    }
    .mb-xl-2\/3,
    .my-xl-2\/3 {
        margin-bottom: 1rem !important
    }
    .ml-xl-2\/3,
    .mx-xl-2\/3 {
        margin-left: 1rem !important
    }
    .m-xl-0\.75 {
        margin: 1.125rem !important
    }
    .mt-xl-0\.75,
    .my-xl-0\.75 {
        margin-top: 1.125rem !important
    }
    .mr-xl-0\.75,
    .mx-xl-0\.75 {
        margin-right: 1.125rem !important
    }
    .mb-xl-0\.75,
    .my-xl-0\.75 {
        margin-bottom: 1.125rem !important
    }
    .ml-xl-0\.75,
    .mx-xl-0\.75 {
        margin-left: 1.125rem !important
    }
    .m-xl-10\/12 {
        margin: 1.25rem !important
    }
    .mt-xl-10\/12,
    .my-xl-10\/12 {
        margin-top: 1.25rem !important
    }
    .mr-xl-10\/12,
    .mx-xl-10\/12 {
        margin-right: 1.25rem !important
    }
    .mb-xl-10\/12,
    .my-xl-10\/12 {
        margin-bottom: 1.25rem !important
    }
    .ml-xl-10\/12,
    .mx-xl-10\/12 {
        margin-left: 1.25rem !important
    }
    .m-xl-1 {
        margin: 1.5rem !important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 1.5rem !important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 1.5rem !important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 1.5rem !important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 1.5rem !important
    }
    .m-xl-1\.25 {
        margin: 1.875rem !important
    }
    .mt-xl-1\.25,
    .my-xl-1\.25 {
        margin-top: 1.875rem !important
    }
    .mr-xl-1\.25,
    .mx-xl-1\.25 {
        margin-right: 1.875rem !important
    }
    .mb-xl-1\.25,
    .my-xl-1\.25 {
        margin-bottom: 1.875rem !important
    }
    .ml-xl-1\.25,
    .mx-xl-1\.25 {
        margin-left: 1.875rem !important
    }
    .m-xl-1\.5 {
        margin: 2.25rem !important
    }
    .mt-xl-1\.5,
    .my-xl-1\.5 {
        margin-top: 2.25rem !important
    }
    .mr-xl-1\.5,
    .mx-xl-1\.5 {
        margin-right: 2.25rem !important
    }
    .mb-xl-1\.5,
    .my-xl-1\.5 {
        margin-bottom: 2.25rem !important
    }
    .ml-xl-1\.5,
    .mx-xl-1\.5 {
        margin-left: 2.25rem !important
    }
    .m-xl-1\.75 {
        margin: 2.625rem !important
    }
    .mt-xl-1\.75,
    .my-xl-1\.75 {
        margin-top: 2.625rem !important
    }
    .mr-xl-1\.75,
    .mx-xl-1\.75 {
        margin-right: 2.625rem !important
    }
    .mb-xl-1\.75,
    .my-xl-1\.75 {
        margin-bottom: 2.625rem !important
    }
    .ml-xl-1\.75,
    .mx-xl-1\.75 {
        margin-left: 2.625rem !important
    }
    .m-xl-2 {
        margin: 3rem !important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 3rem !important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 3rem !important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 3rem !important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 3rem !important
    }
    .m-xl-2\.25 {
        margin: 3.375rem !important
    }
    .mt-xl-2\.25,
    .my-xl-2\.25 {
        margin-top: 3.375rem !important
    }
    .mr-xl-2\.25,
    .mx-xl-2\.25 {
        margin-right: 3.375rem !important
    }
    .mb-xl-2\.25,
    .my-xl-2\.25 {
        margin-bottom: 3.375rem !important
    }
    .ml-xl-2\.25,
    .mx-xl-2\.25 {
        margin-left: 3.375rem !important
    }
    .m-xl-2\.5 {
        margin: 3.75rem !important
    }
    .mt-xl-2\.5,
    .my-xl-2\.5 {
        margin-top: 3.75rem !important
    }
    .mr-xl-2\.5,
    .mx-xl-2\.5 {
        margin-right: 3.75rem !important
    }
    .mb-xl-2\.5,
    .my-xl-2\.5 {
        margin-bottom: 3.75rem !important
    }
    .ml-xl-2\.5,
    .mx-xl-2\.5 {
        margin-left: 3.75rem !important
    }
    .m-xl-2\.75 {
        margin: 4.125rem !important
    }
    .mt-xl-2\.75,
    .my-xl-2\.75 {
        margin-top: 4.125rem !important
    }
    .mr-xl-2\.75,
    .mx-xl-2\.75 {
        margin-right: 4.125rem !important
    }
    .mb-xl-2\.75,
    .my-xl-2\.75 {
        margin-bottom: 4.125rem !important
    }
    .ml-xl-2\.75,
    .mx-xl-2\.75 {
        margin-left: 4.125rem !important
    }
    .m-xl-3 {
        margin: 4.5rem !important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 4.5rem !important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 4.5rem !important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 4.5rem !important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 4.5rem !important
    }
    .m-xl-3\.5 {
        margin: 5.25rem !important
    }
    .mt-xl-3\.5,
    .my-xl-3\.5 {
        margin-top: 5.25rem !important
    }
    .mr-xl-3\.5,
    .mx-xl-3\.5 {
        margin-right: 5.25rem !important
    }
    .mb-xl-3\.5,
    .my-xl-3\.5 {
        margin-bottom: 5.25rem !important
    }
    .ml-xl-3\.5,
    .mx-xl-3\.5 {
        margin-left: 5.25rem !important
    }
    .m-xl-4 {
        margin: 6rem !important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 6rem !important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 6rem !important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 6rem !important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 6rem !important
    }
    .m-xl-5 {
        margin: 7.5rem !important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 7.5rem !important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 7.5rem !important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 7.5rem !important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 7.5rem !important
    }
    .m-xl-6 {
        margin: 9rem !important
    }
    .mt-xl-6,
    .my-xl-6 {
        margin-top: 9rem !important
    }
    .mr-xl-6,
    .mx-xl-6 {
        margin-right: 9rem !important
    }
    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 9rem !important
    }
    .ml-xl-6,
    .mx-xl-6 {
        margin-left: 9rem !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }
    .p-xl-1\/12 {
        padding: .125rem !important
    }
    .pt-xl-1\/12,
    .py-xl-1\/12 {
        padding-top: .125rem !important
    }
    .pr-xl-1\/12,
    .px-xl-1\/12 {
        padding-right: .125rem !important
    }
    .pb-xl-1\/12,
    .py-xl-1\/12 {
        padding-bottom: .125rem !important
    }
    .pl-xl-1\/12,
    .px-xl-1\/12 {
        padding-left: .125rem !important
    }
    .p-xl-0\.1 {
        padding: .15rem !important
    }
    .pt-xl-0\.1,
    .py-xl-0\.1 {
        padding-top: .15rem !important
    }
    .pr-xl-0\.1,
    .px-xl-0\.1 {
        padding-right: .15rem !important
    }
    .pb-xl-0\.1,
    .py-xl-0\.1 {
        padding-bottom: .15rem !important
    }
    .pl-xl-0\.1,
    .px-xl-0\.1 {
        padding-left: .15rem !important
    }
    .p-xl-0\.125 {
        padding: .1875rem !important
    }
    .pt-xl-0\.125,
    .py-xl-0\.125 {
        padding-top: .1875rem !important
    }
    .pr-xl-0\.125,
    .px-xl-0\.125 {
        padding-right: .1875rem !important
    }
    .pb-xl-0\.125,
    .py-xl-0\.125 {
        padding-bottom: .1875rem !important
    }
    .pl-xl-0\.125,
    .px-xl-0\.125 {
        padding-left: .1875rem !important
    }
    .p-xl-1\/6 {
        padding: .25rem !important
    }
    .pt-xl-1\/6,
    .py-xl-1\/6 {
        padding-top: .25rem !important
    }
    .pr-xl-1\/6,
    .px-xl-1\/6 {
        padding-right: .25rem !important
    }
    .pb-xl-1\/6,
    .py-xl-1\/6 {
        padding-bottom: .25rem !important
    }
    .pl-xl-1\/6,
    .px-xl-1\/6 {
        padding-left: .25rem !important
    }
    .p-xl-0\.2 {
        padding: .3rem !important
    }
    .pt-xl-0\.2,
    .py-xl-0\.2 {
        padding-top: .3rem !important
    }
    .pr-xl-0\.2,
    .px-xl-0\.2 {
        padding-right: .3rem !important
    }
    .pb-xl-0\.2,
    .py-xl-0\.2 {
        padding-bottom: .3rem !important
    }
    .pl-xl-0\.2,
    .px-xl-0\.2 {
        padding-left: .3rem !important
    }
    .p-xl-0\.25 {
        padding: .375rem !important
    }
    .pt-xl-0\.25,
    .py-xl-0\.25 {
        padding-top: .375rem !important
    }
    .pr-xl-0\.25,
    .px-xl-0\.25 {
        padding-right: .375rem !important
    }
    .pb-xl-0\.25,
    .py-xl-0\.25 {
        padding-bottom: .375rem !important
    }
    .pl-xl-0\.25,
    .px-xl-0\.25 {
        padding-left: .375rem !important
    }
    .p-xl-1\/3 {
        padding: .5rem !important
    }
    .pt-xl-1\/3,
    .py-xl-1\/3 {
        padding-top: .5rem !important
    }
    .pr-xl-1\/3,
    .px-xl-1\/3 {
        padding-right: .5rem !important
    }
    .pb-xl-1\/3,
    .py-xl-1\/3 {
        padding-bottom: .5rem !important
    }
    .pl-xl-1\/3,
    .px-xl-1\/3 {
        padding-left: .5rem !important
    }
    .p-xl-5\/12 {
        padding: .625rem !important
    }
    .pt-xl-5\/12,
    .py-xl-5\/12 {
        padding-top: .625rem !important
    }
    .pr-xl-5\/12,
    .px-xl-5\/12 {
        padding-right: .625rem !important
    }
    .pb-xl-5\/12,
    .py-xl-5\/12 {
        padding-bottom: .625rem !important
    }
    .pl-xl-5\/12,
    .px-xl-5\/12 {
        padding-left: .625rem !important
    }
    .p-xl-0\.5 {
        padding: .75rem !important
    }
    .pt-xl-0\.5,
    .py-xl-0\.5 {
        padding-top: .75rem !important
    }
    .pr-xl-0\.5,
    .px-xl-0\.5 {
        padding-right: .75rem !important
    }
    .pb-xl-0\.5,
    .py-xl-0\.5 {
        padding-bottom: .75rem !important
    }
    .pl-xl-0\.5,
    .px-xl-0\.5 {
        padding-left: .75rem !important
    }
    .p-xl-7\/12 {
        padding: .875rem !important
    }
    .pt-xl-7\/12,
    .py-xl-7\/12 {
        padding-top: .875rem !important
    }
    .pr-xl-7\/12,
    .px-xl-7\/12 {
        padding-right: .875rem !important
    }
    .pb-xl-7\/12,
    .py-xl-7\/12 {
        padding-bottom: .875rem !important
    }
    .pl-xl-7\/12,
    .px-xl-7\/12 {
        padding-left: .875rem !important
    }
    .p-xl-2\/3 {
        padding: 1rem !important
    }
    .pt-xl-2\/3,
    .py-xl-2\/3 {
        padding-top: 1rem !important
    }
    .pr-xl-2\/3,
    .px-xl-2\/3 {
        padding-right: 1rem !important
    }
    .pb-xl-2\/3,
    .py-xl-2\/3 {
        padding-bottom: 1rem !important
    }
    .pl-xl-2\/3,
    .px-xl-2\/3 {
        padding-left: 1rem !important
    }
    .p-xl-0\.75 {
        padding: 1.125rem !important
    }
    .pt-xl-0\.75,
    .py-xl-0\.75 {
        padding-top: 1.125rem !important
    }
    .pr-xl-0\.75,
    .px-xl-0\.75 {
        padding-right: 1.125rem !important
    }
    .pb-xl-0\.75,
    .py-xl-0\.75 {
        padding-bottom: 1.125rem !important
    }
    .pl-xl-0\.75,
    .px-xl-0\.75 {
        padding-left: 1.125rem !important
    }
    .p-xl-10\/12 {
        padding: 1.25rem !important
    }
    .pt-xl-10\/12,
    .py-xl-10\/12 {
        padding-top: 1.25rem !important
    }
    .pr-xl-10\/12,
    .px-xl-10\/12 {
        padding-right: 1.25rem !important
    }
    .pb-xl-10\/12,
    .py-xl-10\/12 {
        padding-bottom: 1.25rem !important
    }
    .pl-xl-10\/12,
    .px-xl-10\/12 {
        padding-left: 1.25rem !important
    }
    .p-xl-1 {
        padding: 1.5rem !important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 1.5rem !important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 1.5rem !important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 1.5rem !important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 1.5rem !important
    }
    .p-xl-1\.25 {
        padding: 1.875rem !important
    }
    .pt-xl-1\.25,
    .py-xl-1\.25 {
        padding-top: 1.875rem !important
    }
    .pr-xl-1\.25,
    .px-xl-1\.25 {
        padding-right: 1.875rem !important
    }
    .pb-xl-1\.25,
    .py-xl-1\.25 {
        padding-bottom: 1.875rem !important
    }
    .pl-xl-1\.25,
    .px-xl-1\.25 {
        padding-left: 1.875rem !important
    }
    .p-xl-1\.5 {
        padding: 2.25rem !important
    }
    .pt-xl-1\.5,
    .py-xl-1\.5 {
        padding-top: 2.25rem !important
    }
    .pr-xl-1\.5,
    .px-xl-1\.5 {
        padding-right: 2.25rem !important
    }
    .pb-xl-1\.5,
    .py-xl-1\.5 {
        padding-bottom: 2.25rem !important
    }
    .pl-xl-1\.5,
    .px-xl-1\.5 {
        padding-left: 2.25rem !important
    }
    .p-xl-1\.75 {
        padding: 2.625rem !important
    }
    .pt-xl-1\.75,
    .py-xl-1\.75 {
        padding-top: 2.625rem !important
    }
    .pr-xl-1\.75,
    .px-xl-1\.75 {
        padding-right: 2.625rem !important
    }
    .pb-xl-1\.75,
    .py-xl-1\.75 {
        padding-bottom: 2.625rem !important
    }
    .pl-xl-1\.75,
    .px-xl-1\.75 {
        padding-left: 2.625rem !important
    }
    .p-xl-2 {
        padding: 3rem !important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 3rem !important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 3rem !important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 3rem !important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 3rem !important
    }
    .p-xl-2\.25 {
        padding: 3.375rem !important
    }
    .pt-xl-2\.25,
    .py-xl-2\.25 {
        padding-top: 3.375rem !important
    }
    .pr-xl-2\.25,
    .px-xl-2\.25 {
        padding-right: 3.375rem !important
    }
    .pb-xl-2\.25,
    .py-xl-2\.25 {
        padding-bottom: 3.375rem !important
    }
    .pl-xl-2\.25,
    .px-xl-2\.25 {
        padding-left: 3.375rem !important
    }
    .p-xl-2\.5 {
        padding: 3.75rem !important
    }
    .pt-xl-2\.5,
    .py-xl-2\.5 {
        padding-top: 3.75rem !important
    }
    .pr-xl-2\.5,
    .px-xl-2\.5 {
        padding-right: 3.75rem !important
    }
    .pb-xl-2\.5,
    .py-xl-2\.5 {
        padding-bottom: 3.75rem !important
    }
    .pl-xl-2\.5,
    .px-xl-2\.5 {
        padding-left: 3.75rem !important
    }
    .p-xl-2\.75 {
        padding: 4.125rem !important
    }
    .pt-xl-2\.75,
    .py-xl-2\.75 {
        padding-top: 4.125rem !important
    }
    .pr-xl-2\.75,
    .px-xl-2\.75 {
        padding-right: 4.125rem !important
    }
    .pb-xl-2\.75,
    .py-xl-2\.75 {
        padding-bottom: 4.125rem !important
    }
    .pl-xl-2\.75,
    .px-xl-2\.75 {
        padding-left: 4.125rem !important
    }
    .p-xl-3 {
        padding: 4.5rem !important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 4.5rem !important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 4.5rem !important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 4.5rem !important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 4.5rem !important
    }
    .p-xl-3\.5 {
        padding: 5.25rem !important
    }
    .pt-xl-3\.5,
    .py-xl-3\.5 {
        padding-top: 5.25rem !important
    }
    .pr-xl-3\.5,
    .px-xl-3\.5 {
        padding-right: 5.25rem !important
    }
    .pb-xl-3\.5,
    .py-xl-3\.5 {
        padding-bottom: 5.25rem !important
    }
    .pl-xl-3\.5,
    .px-xl-3\.5 {
        padding-left: 5.25rem !important
    }
    .p-xl-4 {
        padding: 6rem !important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 6rem !important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 6rem !important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 6rem !important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 6rem !important
    }
    .p-xl-5 {
        padding: 7.5rem !important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 7.5rem !important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 7.5rem !important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 7.5rem !important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 7.5rem !important
    }
    .p-xl-6 {
        padding: 9rem !important
    }
    .pt-xl-6,
    .py-xl-6 {
        padding-top: 9rem !important
    }
    .pr-xl-6,
    .px-xl-6 {
        padding-right: 9rem !important
    }
    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 9rem !important
    }
    .pl-xl-6,
    .px-xl-6 {
        padding-left: 9rem !important
    }
    .m-xl-n1\/12 {
        margin: -.125rem !important
    }
    .mt-xl-n1\/12,
    .my-xl-n1\/12 {
        margin-top: -.125rem !important
    }
    .mr-xl-n1\/12,
    .mx-xl-n1\/12 {
        margin-right: -.125rem !important
    }
    .mb-xl-n1\/12,
    .my-xl-n1\/12 {
        margin-bottom: -.125rem !important
    }
    .ml-xl-n1\/12,
    .mx-xl-n1\/12 {
        margin-left: -.125rem !important
    }
    .m-xl-n0\.1 {
        margin: -.15rem !important
    }
    .mt-xl-n0\.1,
    .my-xl-n0\.1 {
        margin-top: -.15rem !important
    }
    .mr-xl-n0\.1,
    .mx-xl-n0\.1 {
        margin-right: -.15rem !important
    }
    .mb-xl-n0\.1,
    .my-xl-n0\.1 {
        margin-bottom: -.15rem !important
    }
    .ml-xl-n0\.1,
    .mx-xl-n0\.1 {
        margin-left: -.15rem !important
    }
    .m-xl-n0\.125 {
        margin: -.1875rem !important
    }
    .mt-xl-n0\.125,
    .my-xl-n0\.125 {
        margin-top: -.1875rem !important
    }
    .mr-xl-n0\.125,
    .mx-xl-n0\.125 {
        margin-right: -.1875rem !important
    }
    .mb-xl-n0\.125,
    .my-xl-n0\.125 {
        margin-bottom: -.1875rem !important
    }
    .ml-xl-n0\.125,
    .mx-xl-n0\.125 {
        margin-left: -.1875rem !important
    }
    .m-xl-n1\/6 {
        margin: -.25rem !important
    }
    .mt-xl-n1\/6,
    .my-xl-n1\/6 {
        margin-top: -.25rem !important
    }
    .mr-xl-n1\/6,
    .mx-xl-n1\/6 {
        margin-right: -.25rem !important
    }
    .mb-xl-n1\/6,
    .my-xl-n1\/6 {
        margin-bottom: -.25rem !important
    }
    .ml-xl-n1\/6,
    .mx-xl-n1\/6 {
        margin-left: -.25rem !important
    }
    .m-xl-n0\.2 {
        margin: -.3rem !important
    }
    .mt-xl-n0\.2,
    .my-xl-n0\.2 {
        margin-top: -.3rem !important
    }
    .mr-xl-n0\.2,
    .mx-xl-n0\.2 {
        margin-right: -.3rem !important
    }
    .mb-xl-n0\.2,
    .my-xl-n0\.2 {
        margin-bottom: -.3rem !important
    }
    .ml-xl-n0\.2,
    .mx-xl-n0\.2 {
        margin-left: -.3rem !important
    }
    .m-xl-n0\.25 {
        margin: -.375rem !important
    }
    .mt-xl-n0\.25,
    .my-xl-n0\.25 {
        margin-top: -.375rem !important
    }
    .mr-xl-n0\.25,
    .mx-xl-n0\.25 {
        margin-right: -.375rem !important
    }
    .mb-xl-n0\.25,
    .my-xl-n0\.25 {
        margin-bottom: -.375rem !important
    }
    .ml-xl-n0\.25,
    .mx-xl-n0\.25 {
        margin-left: -.375rem !important
    }
    .m-xl-n1\/3 {
        margin: -.5rem !important
    }
    .mt-xl-n1\/3,
    .my-xl-n1\/3 {
        margin-top: -.5rem !important
    }
    .mr-xl-n1\/3,
    .mx-xl-n1\/3 {
        margin-right: -.5rem !important
    }
    .mb-xl-n1\/3,
    .my-xl-n1\/3 {
        margin-bottom: -.5rem !important
    }
    .ml-xl-n1\/3,
    .mx-xl-n1\/3 {
        margin-left: -.5rem !important
    }
    .m-xl-n5\/12 {
        margin: -.625rem !important
    }
    .mt-xl-n5\/12,
    .my-xl-n5\/12 {
        margin-top: -.625rem !important
    }
    .mr-xl-n5\/12,
    .mx-xl-n5\/12 {
        margin-right: -.625rem !important
    }
    .mb-xl-n5\/12,
    .my-xl-n5\/12 {
        margin-bottom: -.625rem !important
    }
    .ml-xl-n5\/12,
    .mx-xl-n5\/12 {
        margin-left: -.625rem !important
    }
    .m-xl-n0\.5 {
        margin: -.75rem !important
    }
    .mt-xl-n0\.5,
    .my-xl-n0\.5 {
        margin-top: -.75rem !important
    }
    .mr-xl-n0\.5,
    .mx-xl-n0\.5 {
        margin-right: -.75rem !important
    }
    .mb-xl-n0\.5,
    .my-xl-n0\.5 {
        margin-bottom: -.75rem !important
    }
    .ml-xl-n0\.5,
    .mx-xl-n0\.5 {
        margin-left: -.75rem !important
    }
    .m-xl-n7\/12 {
        margin: -.875rem !important
    }
    .mt-xl-n7\/12,
    .my-xl-n7\/12 {
        margin-top: -.875rem !important
    }
    .mr-xl-n7\/12,
    .mx-xl-n7\/12 {
        margin-right: -.875rem !important
    }
    .mb-xl-n7\/12,
    .my-xl-n7\/12 {
        margin-bottom: -.875rem !important
    }
    .ml-xl-n7\/12,
    .mx-xl-n7\/12 {
        margin-left: -.875rem !important
    }
    .m-xl-n2\/3 {
        margin: -1rem !important
    }
    .mt-xl-n2\/3,
    .my-xl-n2\/3 {
        margin-top: -1rem !important
    }
    .mr-xl-n2\/3,
    .mx-xl-n2\/3 {
        margin-right: -1rem !important
    }
    .mb-xl-n2\/3,
    .my-xl-n2\/3 {
        margin-bottom: -1rem !important
    }
    .ml-xl-n2\/3,
    .mx-xl-n2\/3 {
        margin-left: -1rem !important
    }
    .m-xl-n0\.75 {
        margin: -1.125rem !important
    }
    .mt-xl-n0\.75,
    .my-xl-n0\.75 {
        margin-top: -1.125rem !important
    }
    .mr-xl-n0\.75,
    .mx-xl-n0\.75 {
        margin-right: -1.125rem !important
    }
    .mb-xl-n0\.75,
    .my-xl-n0\.75 {
        margin-bottom: -1.125rem !important
    }
    .ml-xl-n0\.75,
    .mx-xl-n0\.75 {
        margin-left: -1.125rem !important
    }
    .m-xl-n10\/12 {
        margin: -1.25rem !important
    }
    .mt-xl-n10\/12,
    .my-xl-n10\/12 {
        margin-top: -1.25rem !important
    }
    .mr-xl-n10\/12,
    .mx-xl-n10\/12 {
        margin-right: -1.25rem !important
    }
    .mb-xl-n10\/12,
    .my-xl-n10\/12 {
        margin-bottom: -1.25rem !important
    }
    .ml-xl-n10\/12,
    .mx-xl-n10\/12 {
        margin-left: -1.25rem !important
    }
    .m-xl-n1 {
        margin: -1.5rem !important
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -1.5rem !important
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -1.5rem !important
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -1.5rem !important
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -1.5rem !important
    }
    .m-xl-n1\.25 {
        margin: -1.875rem !important
    }
    .mt-xl-n1\.25,
    .my-xl-n1\.25 {
        margin-top: -1.875rem !important
    }
    .mr-xl-n1\.25,
    .mx-xl-n1\.25 {
        margin-right: -1.875rem !important
    }
    .mb-xl-n1\.25,
    .my-xl-n1\.25 {
        margin-bottom: -1.875rem !important
    }
    .ml-xl-n1\.25,
    .mx-xl-n1\.25 {
        margin-left: -1.875rem !important
    }
    .m-xl-n1\.5 {
        margin: -2.25rem !important
    }
    .mt-xl-n1\.5,
    .my-xl-n1\.5 {
        margin-top: -2.25rem !important
    }
    .mr-xl-n1\.5,
    .mx-xl-n1\.5 {
        margin-right: -2.25rem !important
    }
    .mb-xl-n1\.5,
    .my-xl-n1\.5 {
        margin-bottom: -2.25rem !important
    }
    .ml-xl-n1\.5,
    .mx-xl-n1\.5 {
        margin-left: -2.25rem !important
    }
    .m-xl-n1\.75 {
        margin: -2.625rem !important
    }
    .mt-xl-n1\.75,
    .my-xl-n1\.75 {
        margin-top: -2.625rem !important
    }
    .mr-xl-n1\.75,
    .mx-xl-n1\.75 {
        margin-right: -2.625rem !important
    }
    .mb-xl-n1\.75,
    .my-xl-n1\.75 {
        margin-bottom: -2.625rem !important
    }
    .ml-xl-n1\.75,
    .mx-xl-n1\.75 {
        margin-left: -2.625rem !important
    }
    .m-xl-n2 {
        margin: -3rem !important
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -3rem !important
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -3rem !important
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -3rem !important
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -3rem !important
    }
    .m-xl-n2\.25 {
        margin: -3.375rem !important
    }
    .mt-xl-n2\.25,
    .my-xl-n2\.25 {
        margin-top: -3.375rem !important
    }
    .mr-xl-n2\.25,
    .mx-xl-n2\.25 {
        margin-right: -3.375rem !important
    }
    .mb-xl-n2\.25,
    .my-xl-n2\.25 {
        margin-bottom: -3.375rem !important
    }
    .ml-xl-n2\.25,
    .mx-xl-n2\.25 {
        margin-left: -3.375rem !important
    }
    .m-xl-n2\.5 {
        margin: -3.75rem !important
    }
    .mt-xl-n2\.5,
    .my-xl-n2\.5 {
        margin-top: -3.75rem !important
    }
    .mr-xl-n2\.5,
    .mx-xl-n2\.5 {
        margin-right: -3.75rem !important
    }
    .mb-xl-n2\.5,
    .my-xl-n2\.5 {
        margin-bottom: -3.75rem !important
    }
    .ml-xl-n2\.5,
    .mx-xl-n2\.5 {
        margin-left: -3.75rem !important
    }
    .m-xl-n2\.75 {
        margin: -4.125rem !important
    }
    .mt-xl-n2\.75,
    .my-xl-n2\.75 {
        margin-top: -4.125rem !important
    }
    .mr-xl-n2\.75,
    .mx-xl-n2\.75 {
        margin-right: -4.125rem !important
    }
    .mb-xl-n2\.75,
    .my-xl-n2\.75 {
        margin-bottom: -4.125rem !important
    }
    .ml-xl-n2\.75,
    .mx-xl-n2\.75 {
        margin-left: -4.125rem !important
    }
    .m-xl-n3 {
        margin: -4.5rem !important
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -4.5rem !important
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -4.5rem !important
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -4.5rem !important
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -4.5rem !important
    }
    .m-xl-n3\.5 {
        margin: -5.25rem !important
    }
    .mt-xl-n3\.5,
    .my-xl-n3\.5 {
        margin-top: -5.25rem !important
    }
    .mr-xl-n3\.5,
    .mx-xl-n3\.5 {
        margin-right: -5.25rem !important
    }
    .mb-xl-n3\.5,
    .my-xl-n3\.5 {
        margin-bottom: -5.25rem !important
    }
    .ml-xl-n3\.5,
    .mx-xl-n3\.5 {
        margin-left: -5.25rem !important
    }
    .m-xl-n4 {
        margin: -6rem !important
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -6rem !important
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -6rem !important
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -6rem !important
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -6rem !important
    }
    .m-xl-n5 {
        margin: -7.5rem !important
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -7.5rem !important
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -7.5rem !important
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -7.5rem !important
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -7.5rem !important
    }
    .m-xl-n6 {
        margin: -9rem !important
    }
    .mt-xl-n6,
    .my-xl-n6 {
        margin-top: -9rem !important
    }
    .mr-xl-n6,
    .mx-xl-n6 {
        margin-right: -9rem !important
    }
    .mb-xl-n6,
    .my-xl-n6 {
        margin-bottom: -9rem !important
    }
    .ml-xl-n6,
    .mx-xl-n6 {
        margin-left: -9rem !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.mt-gutter {
    margin-top: 4.5454545455vw !important
}

@media (min-width: 720px) {
    .mt-gutter {
        margin-top: 1.5rem !important
    }
}

.mt-ngutter {
    margin-top: -4.5454545455vw !important
}

@media (min-width: 720px) {
    .mt-ngutter {
        margin-top: -1.5rem !important
    }
}

.pt-gutter {
    padding-top: 4.5454545455vw !important
}

@media (min-width: 720px) {
    .pt-gutter {
        padding-top: 1.5rem !important
    }
}

.mt-narrow-gutter {
    margin-top: 2.2727272727vw !important
}

@media (min-width: 720px) {
    .mt-narrow-gutter {
        margin-top: .75rem !important
    }
}

.mt-nnarrow-gutter {
    margin-top: -2.2727272727vw !important
}

@media (min-width: 720px) {
    .mt-nnarrow-gutter {
        margin-top: -.75rem !important
    }
}

.pt-narrow-gutter {
    padding-top: 2.2727272727vw !important
}

@media (min-width: 720px) {
    .pt-narrow-gutter {
        padding-top: .75rem !important
    }
}

.mt-thin-gutter {
    margin-top: .5rem !important
}

.mt-nthin-gutter {
    margin-top: -.5rem !important
}

.pt-thin-gutter {
    padding-top: .5rem !important
}

@media (min-width: 480px) {
    .mt-sm-gutter {
        margin-top: 4.5454545455vw !important
    }
    .mt-sm-ngutter {
        margin-top: -4.5454545455vw !important
    }
    .mt-sm-narrow-gutter {
        margin-top: 2.2727272727vw !important
    }
    .mt-sm-nnarrow-gutter {
        margin-top: -2.2727272727vw !important
    }
}

@media (min-width: 720px) {
    .mt-md-gutter {
        margin-top: 1.5rem !important
    }
    .mt-md-ngutter {
        margin-top: -1.5rem !important
    }
    .mt-md-narrow-gutter {
        margin-top: .75rem !important
    }
    .mt-md-nnarrow-gutter {
        margin-top: -.75rem !important
    }
}

@media (min-width: 960px) {
    .mt-lg-gutter {
        margin-top: 1.5rem !important
    }
    .mt-lg-ngutter {
        margin-top: -1.5rem !important
    }
    .mt-lg-narrow-gutter {
        margin-top: .75rem !important
    }
    .mt-lg-nnarrow-gutter {
        margin-top: -.75rem !important
    }
}

@media (min-width: 1280px) {
    .mt-xl-gutter {
        margin-top: 1.5rem !important
    }
    .mt-xl-ngutter {
        margin-top: -1.5rem !important
    }
    .mt-xl-narrow-gutter {
        margin-top: .75rem !important
    }
    .mt-xl-nnarrow-gutter {
        margin-top: -.75rem !important
    }
}

.mb-gutter {
    margin-bottom: 4.5454545455vw !important
}

@media (min-width: 720px) {
    .mb-gutter {
        margin-bottom: 1.5rem !important
    }
}

.mb-ngutter {
    margin-bottom: -4.5454545455vw !important
}

@media (min-width: 720px) {
    .mb-ngutter {
        margin-bottom: -1.5rem !important
    }
}

.pb-gutter {
    padding-bottom: 4.5454545455vw !important
}

@media (min-width: 720px) {
    .pb-gutter {
        padding-bottom: 1.5rem !important
    }
}

.mb-narrow-gutter {
    margin-bottom: 2.2727272727vw !important
}

@media (min-width: 720px) {
    .mb-narrow-gutter {
        margin-bottom: .75rem !important
    }
}

.mb-nnarrow-gutter {
    margin-bottom: -2.2727272727vw !important
}

@media (min-width: 720px) {
    .mb-nnarrow-gutter {
        margin-bottom: -.75rem !important
    }
}

.pb-narrow-gutter {
    padding-bottom: 2.2727272727vw !important
}

@media (min-width: 720px) {
    .pb-narrow-gutter {
        padding-bottom: .75rem !important
    }
}

.mb-thin-gutter {
    margin-bottom: .5rem !important
}

.mb-nthin-gutter {
    margin-bottom: -.5rem !important
}

.pb-thin-gutter {
    padding-bottom: .5rem !important
}

@media (min-width: 480px) {
    .mb-sm-gutter {
        margin-bottom: 4.5454545455vw !important
    }
    .mb-sm-ngutter {
        margin-bottom: -4.5454545455vw !important
    }
    .mb-sm-narrow-gutter {
        margin-bottom: 2.2727272727vw !important
    }
    .mb-sm-nnarrow-gutter {
        margin-bottom: -2.2727272727vw !important
    }
}

@media (min-width: 720px) {
    .mb-md-gutter {
        margin-bottom: 1.5rem !important
    }
    .mb-md-ngutter {
        margin-bottom: -1.5rem !important
    }
    .mb-md-narrow-gutter {
        margin-bottom: .75rem !important
    }
    .mb-md-nnarrow-gutter {
        margin-bottom: -.75rem !important
    }
}

@media (min-width: 960px) {
    .mb-lg-gutter {
        margin-bottom: 1.5rem !important
    }
    .mb-lg-ngutter {
        margin-bottom: -1.5rem !important
    }
    .mb-lg-narrow-gutter {
        margin-bottom: .75rem !important
    }
    .mb-lg-nnarrow-gutter {
        margin-bottom: -.75rem !important
    }
}

@media (min-width: 1280px) {
    .mb-xl-gutter {
        margin-bottom: 1.5rem !important
    }
    .mb-xl-ngutter {
        margin-bottom: -1.5rem !important
    }
    .mb-xl-narrow-gutter {
        margin-bottom: .75rem !important
    }
    .mb-xl-nnarrow-gutter {
        margin-bottom: -.75rem !important
    }
}

.mr-gutter {
    margin-right: 4.5454545455vw !important
}

@media (min-width: 720px) {
    .mr-gutter {
        margin-right: 1.5rem !important
    }
}

.mr-ngutter {
    margin-right: -4.5454545455vw !important
}

@media (min-width: 720px) {
    .mr-ngutter {
        margin-right: -1.5rem !important
    }
}

.pr-gutter {
    padding-right: 4.5454545455vw !important
}

@media (min-width: 720px) {
    .pr-gutter {
        padding-right: 1.5rem !important
    }
}

.mr-narrow-gutter {
    margin-right: 2.2727272727vw !important
}

@media (min-width: 720px) {
    .mr-narrow-gutter {
        margin-right: .75rem !important
    }
}

.mr-nnarrow-gutter {
    margin-right: -2.2727272727vw !important
}

@media (min-width: 720px) {
    .mr-nnarrow-gutter {
        margin-right: -.75rem !important
    }
}

.pr-narrow-gutter {
    padding-right: 2.2727272727vw !important
}

@media (min-width: 720px) {
    .pr-narrow-gutter {
        padding-right: .75rem !important
    }
}

.mr-thin-gutter {
    margin-right: .5rem !important
}

.mr-nthin-gutter {
    margin-right: -.5rem !important
}

.pr-thin-gutter {
    padding-right: .5rem !important
}

@media (min-width: 480px) {
    .mr-sm-gutter {
        margin-right: 4.5454545455vw !important
    }
    .mr-sm-ngutter {
        margin-right: -4.5454545455vw !important
    }
    .mr-sm-narrow-gutter {
        margin-right: 2.2727272727vw !important
    }
    .mr-sm-nnarrow-gutter {
        margin-right: -2.2727272727vw !important
    }
}

@media (min-width: 720px) {
    .mr-md-gutter {
        margin-right: 1.5rem !important
    }
    .mr-md-ngutter {
        margin-right: -1.5rem !important
    }
    .mr-md-narrow-gutter {
        margin-right: .75rem !important
    }
    .mr-md-nnarrow-gutter {
        margin-right: -.75rem !important
    }
}

@media (min-width: 960px) {
    .mr-lg-gutter {
        margin-right: 1.5rem !important
    }
    .mr-lg-ngutter {
        margin-right: -1.5rem !important
    }
    .mr-lg-narrow-gutter {
        margin-right: .75rem !important
    }
    .mr-lg-nnarrow-gutter {
        margin-right: -.75rem !important
    }
}

@media (min-width: 1280px) {
    .mr-xl-gutter {
        margin-right: 1.5rem !important
    }
    .mr-xl-ngutter {
        margin-right: -1.5rem !important
    }
    .mr-xl-narrow-gutter {
        margin-right: .75rem !important
    }
    .mr-xl-nnarrow-gutter {
        margin-right: -.75rem !important
    }
}

.ml-gutter {
    margin-left: 4.5454545455vw !important
}

@media (min-width: 720px) {
    .ml-gutter {
        margin-left: 1.5rem !important
    }
}

.ml-ngutter {
    margin-left: -4.5454545455vw !important
}

@media (min-width: 720px) {
    .ml-ngutter {
        margin-left: -1.5rem !important
    }
}

.pl-gutter {
    padding-left: 4.5454545455vw !important
}

@media (min-width: 720px) {
    .pl-gutter {
        padding-left: 1.5rem !important
    }
}

.ml-narrow-gutter {
    margin-left: 2.2727272727vw !important
}

@media (min-width: 720px) {
    .ml-narrow-gutter {
        margin-left: .75rem !important
    }
}

.ml-nnarrow-gutter {
    margin-left: -2.2727272727vw !important
}

@media (min-width: 720px) {
    .ml-nnarrow-gutter {
        margin-left: -.75rem !important
    }
}

.pl-narrow-gutter {
    padding-left: 2.2727272727vw !important
}

@media (min-width: 720px) {
    .pl-narrow-gutter {
        padding-left: .75rem !important
    }
}

.ml-thin-gutter {
    margin-left: .5rem !important
}

.ml-nthin-gutter {
    margin-left: -.5rem !important
}

.pl-thin-gutter {
    padding-left: .5rem !important
}

@media (min-width: 480px) {
    .ml-sm-gutter {
        margin-left: 4.5454545455vw !important
    }
    .ml-sm-ngutter {
        margin-left: -4.5454545455vw !important
    }
    .ml-sm-narrow-gutter {
        margin-left: 2.2727272727vw !important
    }
    .ml-sm-nnarrow-gutter {
        margin-left: -2.2727272727vw !important
    }
}

@media (min-width: 720px) {
    .ml-md-gutter {
        margin-left: 1.5rem !important
    }
    .ml-md-ngutter {
        margin-left: -1.5rem !important
    }
    .ml-md-narrow-gutter {
        margin-left: .75rem !important
    }
    .ml-md-nnarrow-gutter {
        margin-left: -.75rem !important
    }
}

@media (min-width: 960px) {
    .ml-lg-gutter {
        margin-left: 1.5rem !important
    }
    .ml-lg-ngutter {
        margin-left: -1.5rem !important
    }
    .ml-lg-narrow-gutter {
        margin-left: .75rem !important
    }
    .ml-lg-nnarrow-gutter {
        margin-left: -.75rem !important
    }
}

@media (min-width: 1280px) {
    .ml-xl-gutter {
        margin-left: 1.5rem !important
    }
    .ml-xl-ngutter {
        margin-left: -1.5rem !important
    }
    .ml-xl-narrow-gutter {
        margin-left: .75rem !important
    }
    .ml-xl-nnarrow-gutter {
        margin-left: -.75rem !important
    }
}

.mr-row,
.mx-row {
    margin-right: -2.2727272727vw !important
}

@media (min-width: 720px) {
    .mr-row,
    .mx-row {
        margin-right: -.75rem !important
    }
}

.ml-row,
.mx-row {
    margin-left: -2.2727272727vw !important
}

@media (min-width: 720px) {
    .ml-row,
    .mx-row {
        margin-left: -.75rem !important
    }
}

.pr-col,
.px-col {
    padding-right: 2.2727272727vw !important
}

@media (min-width: 720px) {
    .pr-col,
    .px-col {
        padding-right: .75rem !important
    }
}

.pl-col,
.px-col {
    padding-left: 2.2727272727vw !important
}

@media (min-width: 720px) {
    .pl-col,
    .px-col {
        padding-left: .75rem !important
    }
}

.mr-col,
.mx-col {
    margin-right: 2.2727272727vw !important
}

@media (min-width: 720px) {
    .mr-col,
    .mx-col {
        margin-right: .75rem !important
    }
}

.ml-col,
.mx-col {
    margin-left: 2.2727272727vw !important
}

@media (min-width: 720px) {
    .ml-col,
    .mx-col {
        margin-left: .75rem !important
    }
}

.pr-container,
.px-container {
    padding-right: 4.5454545455%
}

@media (min-width: 720px) {
    .pr-container,
    .px-container {
        padding-right: 3.3333333333%
    }
}

.pl-container,
.px-container {
    padding-left: 4.5454545455%
}

@media (min-width: 720px) {
    .pl-container,
    .px-container {
        padding-left: 3.3333333333%
    }
}

.font-sans-serif {
    font-family: Yantramanav !important
}

.font-serif {
    font-family: Charter, Georgia, serif !important
}

.font-monospace {
    font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace !important
}

.font-normal {
    font-weight: normal !important
}

.font-book {
    font-weight: 500 !important
}

.font-bold {
    font-weight: bold !important
}

.font-italic {
    font-style: italic !important
}

.font-xxxlarge {
    font-size: 2.6666666667em;
    line-height: 1.075
}

@media (min-width: 960px) {
    .font-xxxlarge {
        font-size: 3em
    }
}

.font-xxlarge {
    font-size: 2.25em;
    line-height: 1.15
}

@media (min-width: 960px) {
    .font-xxlarge {
        font-size: 2.5em
    }
}

.font-xlarge {
    font-size: 1.5em;
    line-height: 1.25
}

@media (min-width: 960px) {
    .font-xlarge {
        font-size: 1.6666666667em
    }
}

.font-large {
    font-size: 1.25em;
    line-height: 1.4
}

.font-base {
    font-size: 1em
}

.font-small {
    font-size: .9166666667em
}

.font-xsmall {
    font-size: .8333333333em
}

.font-xxsmall {
    font-size: .75em
}

.font-xxxsmall {
    font-size: .6666666667em
}

.letter-spacing-0 {
    letter-spacing: 0 !important
}

.letter-spacing-1\.25 {
    letter-spacing: .0125em !important
}

.letter-spacing-2\.5 {
    letter-spacing: .025em !important
}

.letter-spacing-3\.75 {
    letter-spacing: .0375em !important
}

.letter-spacing-5 {
    letter-spacing: .05em !important
}

.letter-spacing-10 {
    letter-spacing: .1em !important
}

.letter-spacing-15 {
    letter-spacing: .15em !important
}

.letter-spacing-20 {
    letter-spacing: .2em !important
}

.line-height-1\.15 {
    line-height: 1.15 !important
}

.line-height-1\.2 {
    line-height: 1.2 !important
}

.line-height-1\.25 {
    line-height: 1.25 !important
}

.line-height-1\.3 {
    line-height: 1.3 !important
}

.line-height-1\.4 {
    line-height: 1.4 !important
}

.line-height-1\.5 {
    line-height: 1.5 !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-indent {
    text-indent: 1.25em
}

.text-outdent {
    text-indent: -1.25em;
    padding-left: 1.25em !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 480px) {
    .text-sm-left {
        text-align: left !important
    }
    .text-sm-right {
        text-align: right !important
    }
    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 720px) {
    .text-md-left {
        text-align: left !important
    }
    .text-md-right {
        text-align: right !important
    }
    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 960px) {
    .text-lg-left {
        text-align: left !important
    }
    .text-lg-right {
        text-align: right !important
    }
    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1280px) {
    .text-xl-left {
        text-align: left !important
    }
    .text-xl-right {
        text-align: right !important
    }
    .text-xl-center {
        text-align: center !important
    }
}

.uppercase {
    text-transform: uppercase
}

.font-tnum {
    font-variant-numeric: tabular-nums
}

.font-pnum {
    font-variant-numeric: proportional-nums
}

.balance-text {
    font-weight: 300;
    text-wrap: balance;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
    color: rgba(5, 5, 38, 0.5);
    color: rgba(var(--fg), 0.5)
}

.token.punctuation {
    color: rgba(5, 5, 38, 0.3);
    color: rgba(var(--fg), 0.3)
}

.token.namespace {
    opacity: 0.7
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
    color: #a4055d
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
    color: #00a67d
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
    color: #6e6e80;
    background: rgba(255, 255, 255, 0.5)
}

.token.atrule,
.token.attr-value,
.token.keyword {
    color: #0c83cb
}

.token.function,
.token.class-name {
    color: #ef4146
}

.token.regex,
.token.important,
.token.variable {
    color: #e9950c
}

.token.important,
.token.bold {
    font-weight: bold
}

.token.italic {
    font-style: italic
}

.token.entity {
    cursor: help
}

.code-toolbar {
    position: relative
}

.toolbar {
    position: absolute;
    top: 0.75em;
    right: 0.75em;
    opacity: 0
}

.code-toolbar:hover .toolbar {
    opacity: 1
}



.katex {
    font: normal 1em "KaTeX_Main", serif;
    line-height: 1.2;
    text-indent: 0;
    text-rendering: auto
}

.katex * {
    -ms-high-contrast-adjust: none !important
}

.katex .katex-mathml {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.katex .katex-html>.newline {
    display: block
}

.katex .base {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content
}

.katex .strut {
    display: inline-block
}

.katex .textbf {
    font-weight: bold
}

.katex .textit {
    font-style: italic
}

.katex .textrm {
    font-family: "KaTeX_Main"
}

.katex .textsf {
    font-family: "KaTeX_SansSerif"
}

.katex .texttt {
    font-family: "KaTeX_Typewriter"
}

.katex .mathdefault {
    font-family: "KaTeX_Math";
    font-style: italic
}

.katex .mathit {
    font-family: "KaTeX_Main";
    font-style: italic
}

.katex .mathrm {
    font-style: normal
}

.katex .mathbf {
    font-family: "KaTeX_Main";
    font-weight: bold
}

.katex .boldsymbol {
    font-family: "KaTeX_Math";
    font-weight: bold;
    font-style: italic
}

.katex .amsrm {
    font-family: "KaTeX_AMS"
}

.katex .mathbb,
.katex .textbb {
    font-family: "KaTeX_AMS"
}

.katex .mathcal {
    font-family: "KaTeX_Caligraphic"
}

.katex .mathfrak,
.katex .textfrak {
    font-family: "KaTeX_Fraktur"
}

.katex .mathtt {
    font-family: "KaTeX_Typewriter"
}

.katex .mathscr,
.katex .textscr {
    font-family: "KaTeX_Script"
}

.katex .mathsf,
.katex .textsf {
    font-family: "KaTeX_SansSerif"
}

.katex .mathboldsf,
.katex .textboldsf {
    font-family: "KaTeX_SansSerif";
    font-weight: bold
}

.katex .mathitsf,
.katex .textitsf {
    font-family: "KaTeX_SansSerif";
    font-style: italic
}

.katex .mainrm {
    font-family: "KaTeX_Main";
    font-style: normal
}

.katex .vlist-t {
    display: inline-table;
    table-layout: fixed
}

.katex .vlist-r {
    display: table-row
}

.katex .vlist {
    display: table-cell;
    vertical-align: bottom;
    position: relative
}

.katex .vlist>span {
    display: block;
    height: 0;
    position: relative
}

.katex .vlist>span>span {
    display: inline-block
}

.katex .vlist>span>.pstrut {
    overflow: hidden;
    width: 0
}

.katex .vlist-t2 {
    margin-right: -2px
}

.katex .vlist-s {
    display: table-cell;
    vertical-align: bottom;
    font-size: 1px;
    width: 2px;
    min-width: 2px
}

.katex .msupsub {
    text-align: left
}

.katex .mfrac>span>span {
    text-align: center
}

.katex .mfrac .frac-line {
    display: inline-block;
    width: 100%;
    border-bottom-style: solid
}

.katex .mfrac .frac-line,
.katex .overline .overline-line,
.katex .underline .underline-line,
.katex .hline,
.katex .hdashline,
.katex .rule {
    min-height: 1px
}

.katex .mspace {
    display: inline-block
}

.katex .llap,
.katex .rlap,
.katex .clap {
    width: 0;
    position: relative
}

.katex .llap>.inner,
.katex .rlap>.inner,
.katex .clap>.inner {
    position: absolute
}

.katex .llap>.fix,
.katex .rlap>.fix,
.katex .clap>.fix {
    display: inline-block
}

.katex .llap>.inner {
    right: 0
}

.katex .rlap>.inner,
.katex .clap>.inner {
    left: 0
}

.katex .clap>.inner>span {
    margin-left: -50%;
    margin-right: 50%
}

.katex .rule {
    display: inline-block;
    border: solid 0;
    position: relative
}

.katex .overline .overline-line,
.katex .underline .underline-line,
.katex .hline {
    display: inline-block;
    width: 100%;
    border-bottom-style: solid
}

.katex .hdashline {
    display: inline-block;
    width: 100%;
    border-bottom-style: dashed
}

.katex .sqrt>.root {
    margin-left: 0.27777778em;
    margin-right: -0.55555556em
}

.katex .sizing,
.katex .fontsize-ensurer {
    display: inline-block
}

.katex .sizing.reset-size1.size1,
.katex .fontsize-ensurer.reset-size1.size1 {
    font-size: 1em
}

.katex .sizing.reset-size1.size2,
.katex .fontsize-ensurer.reset-size1.size2 {
    font-size: 1.2em
}

.katex .sizing.reset-size1.size3,
.katex .fontsize-ensurer.reset-size1.size3 {
    font-size: 1.4em
}

.katex .sizing.reset-size1.size4,
.katex .fontsize-ensurer.reset-size1.size4 {
    font-size: 1.6em
}

.katex .sizing.reset-size1.size5,
.katex .fontsize-ensurer.reset-size1.size5 {
    font-size: 1.8em
}

.katex .sizing.reset-size1.size6,
.katex .fontsize-ensurer.reset-size1.size6 {
    font-size: 2em
}

.katex .sizing.reset-size1.size7,
.katex .fontsize-ensurer.reset-size1.size7 {
    font-size: 2.4em
}

.katex .sizing.reset-size1.size8,
.katex .fontsize-ensurer.reset-size1.size8 {
    font-size: 2.88em
}

.katex .sizing.reset-size1.size9,
.katex .fontsize-ensurer.reset-size1.size9 {
    font-size: 3.456em
}

.katex .sizing.reset-size1.size10,
.katex .fontsize-ensurer.reset-size1.size10 {
    font-size: 4.148em
}

.katex .sizing.reset-size1.size11,
.katex .fontsize-ensurer.reset-size1.size11 {
    font-size: 4.976em
}

.katex .sizing.reset-size2.size1,
.katex .fontsize-ensurer.reset-size2.size1 {
    font-size: 0.83333333em
}

.katex .sizing.reset-size2.size2,
.katex .fontsize-ensurer.reset-size2.size2 {
    font-size: 1em
}

.katex .sizing.reset-size2.size3,
.katex .fontsize-ensurer.reset-size2.size3 {
    font-size: 1.16666667em
}

.katex .sizing.reset-size2.size4,
.katex .fontsize-ensurer.reset-size2.size4 {
    font-size: 1.33333333em
}

.katex .sizing.reset-size2.size5,
.katex .fontsize-ensurer.reset-size2.size5 {
    font-size: 1.5em
}

.katex .sizing.reset-size2.size6,
.katex .fontsize-ensurer.reset-size2.size6 {
    font-size: 1.66666667em
}

.katex .sizing.reset-size2.size7,
.katex .fontsize-ensurer.reset-size2.size7 {
    font-size: 2em
}

.katex .sizing.reset-size2.size8,
.katex .fontsize-ensurer.reset-size2.size8 {
    font-size: 2.4em
}

.katex .sizing.reset-size2.size9,
.katex .fontsize-ensurer.reset-size2.size9 {
    font-size: 2.88em
}

.katex .sizing.reset-size2.size10,
.katex .fontsize-ensurer.reset-size2.size10 {
    font-size: 3.45666667em
}

.katex .sizing.reset-size2.size11,
.katex .fontsize-ensurer.reset-size2.size11 {
    font-size: 4.14666667em
}

.katex .sizing.reset-size3.size1,
.katex .fontsize-ensurer.reset-size3.size1 {
    font-size: 0.71428571em
}

.katex .sizing.reset-size3.size2,
.katex .fontsize-ensurer.reset-size3.size2 {
    font-size: 0.85714286em
}

.katex .sizing.reset-size3.size3,
.katex .fontsize-ensurer.reset-size3.size3 {
    font-size: 1em
}

.katex .sizing.reset-size3.size4,
.katex .fontsize-ensurer.reset-size3.size4 {
    font-size: 1.14285714em
}

.katex .sizing.reset-size3.size5,
.katex .fontsize-ensurer.reset-size3.size5 {
    font-size: 1.28571429em
}

.katex .sizing.reset-size3.size6,
.katex .fontsize-ensurer.reset-size3.size6 {
    font-size: 1.42857143em
}

.katex .sizing.reset-size3.size7,
.katex .fontsize-ensurer.reset-size3.size7 {
    font-size: 1.71428571em
}

.katex .sizing.reset-size3.size8,
.katex .fontsize-ensurer.reset-size3.size8 {
    font-size: 2.05714286em
}

.katex .sizing.reset-size3.size9,
.katex .fontsize-ensurer.reset-size3.size9 {
    font-size: 2.46857143em
}

.katex .sizing.reset-size3.size10,
.katex .fontsize-ensurer.reset-size3.size10 {
    font-size: 2.96285714em
}

.katex .sizing.reset-size3.size11,
.katex .fontsize-ensurer.reset-size3.size11 {
    font-size: 3.55428571em
}

.katex .sizing.reset-size4.size1,
.katex .fontsize-ensurer.reset-size4.size1 {
    font-size: 0.625em
}

.katex .sizing.reset-size4.size2,
.katex .fontsize-ensurer.reset-size4.size2 {
    font-size: 0.75em
}

.katex .sizing.reset-size4.size3,
.katex .fontsize-ensurer.reset-size4.size3 {
    font-size: 0.875em
}

.katex .sizing.reset-size4.size4,
.katex .fontsize-ensurer.reset-size4.size4 {
    font-size: 1em
}

.katex .sizing.reset-size4.size5,
.katex .fontsize-ensurer.reset-size4.size5 {
    font-size: 1.125em
}

.katex .sizing.reset-size4.size6,
.katex .fontsize-ensurer.reset-size4.size6 {
    font-size: 1.25em
}

.katex .sizing.reset-size4.size7,
.katex .fontsize-ensurer.reset-size4.size7 {
    font-size: 1.5em
}

.katex .sizing.reset-size4.size8,
.katex .fontsize-ensurer.reset-size4.size8 {
    font-size: 1.8em
}

.katex .sizing.reset-size4.size9,
.katex .fontsize-ensurer.reset-size4.size9 {
    font-size: 2.16em
}

.katex .sizing.reset-size4.size10,
.katex .fontsize-ensurer.reset-size4.size10 {
    font-size: 2.5925em
}

.katex .sizing.reset-size4.size11,
.katex .fontsize-ensurer.reset-size4.size11 {
    font-size: 3.11em
}

.katex .sizing.reset-size5.size1,
.katex .fontsize-ensurer.reset-size5.size1 {
    font-size: 0.55555556em
}

.katex .sizing.reset-size5.size2,
.katex .fontsize-ensurer.reset-size5.size2 {
    font-size: 0.66666667em
}

.katex .sizing.reset-size5.size3,
.katex .fontsize-ensurer.reset-size5.size3 {
    font-size: 0.77777778em
}

.katex .sizing.reset-size5.size4,
.katex .fontsize-ensurer.reset-size5.size4 {
    font-size: 0.88888889em
}

.katex .sizing.reset-size5.size5,
.katex .fontsize-ensurer.reset-size5.size5 {
    font-size: 1em
}

.katex .sizing.reset-size5.size6,
.katex .fontsize-ensurer.reset-size5.size6 {
    font-size: 1.11111111em
}

.katex .sizing.reset-size5.size7,
.katex .fontsize-ensurer.reset-size5.size7 {
    font-size: 1.33333333em
}

.katex .sizing.reset-size5.size8,
.katex .fontsize-ensurer.reset-size5.size8 {
    font-size: 1.6em
}

.katex .sizing.reset-size5.size9,
.katex .fontsize-ensurer.reset-size5.size9 {
    font-size: 1.92em
}

.katex .sizing.reset-size5.size10,
.katex .fontsize-ensurer.reset-size5.size10 {
    font-size: 2.30444444em
}

.katex .sizing.reset-size5.size11,
.katex .fontsize-ensurer.reset-size5.size11 {
    font-size: 2.76444444em
}

.katex .sizing.reset-size6.size1,
.katex .fontsize-ensurer.reset-size6.size1 {
    font-size: 0.5em
}

.katex .sizing.reset-size6.size2,
.katex .fontsize-ensurer.reset-size6.size2 {
    font-size: 0.6em
}

.katex .sizing.reset-size6.size3,
.katex .fontsize-ensurer.reset-size6.size3 {
    font-size: 0.7em
}

.katex .sizing.reset-size6.size4,
.katex .fontsize-ensurer.reset-size6.size4 {
    font-size: 0.8em
}

.katex .sizing.reset-size6.size5,
.katex .fontsize-ensurer.reset-size6.size5 {
    font-size: 0.9em
}

.katex .sizing.reset-size6.size6,
.katex .fontsize-ensurer.reset-size6.size6 {
    font-size: 1em
}

.katex .sizing.reset-size6.size7,
.katex .fontsize-ensurer.reset-size6.size7 {
    font-size: 1.2em
}

.katex .sizing.reset-size6.size8,
.katex .fontsize-ensurer.reset-size6.size8 {
    font-size: 1.44em
}

.katex .sizing.reset-size6.size9,
.katex .fontsize-ensurer.reset-size6.size9 {
    font-size: 1.728em
}

.katex .sizing.reset-size6.size10,
.katex .fontsize-ensurer.reset-size6.size10 {
    font-size: 2.074em
}

.katex .sizing.reset-size6.size11,
.katex .fontsize-ensurer.reset-size6.size11 {
    font-size: 2.488em
}

.katex .sizing.reset-size7.size1,
.katex .fontsize-ensurer.reset-size7.size1 {
    font-size: 0.41666667em
}

.katex .sizing.reset-size7.size2,
.katex .fontsize-ensurer.reset-size7.size2 {
    font-size: 0.5em
}

.katex .sizing.reset-size7.size3,
.katex .fontsize-ensurer.reset-size7.size3 {
    font-size: 0.58333333em
}

.katex .sizing.reset-size7.size4,
.katex .fontsize-ensurer.reset-size7.size4 {
    font-size: 0.66666667em
}

.katex .sizing.reset-size7.size5,
.katex .fontsize-ensurer.reset-size7.size5 {
    font-size: 0.75em
}

.katex .sizing.reset-size7.size6,
.katex .fontsize-ensurer.reset-size7.size6 {
    font-size: 0.83333333em
}

.katex .sizing.reset-size7.size7,
.katex .fontsize-ensurer.reset-size7.size7 {
    font-size: 1em
}

.katex .sizing.reset-size7.size8,
.katex .fontsize-ensurer.reset-size7.size8 {
    font-size: 1.2em
}

.katex .sizing.reset-size7.size9,
.katex .fontsize-ensurer.reset-size7.size9 {
    font-size: 1.44em
}

.katex .sizing.reset-size7.size10,
.katex .fontsize-ensurer.reset-size7.size10 {
    font-size: 1.72833333em
}

.katex .sizing.reset-size7.size11,
.katex .fontsize-ensurer.reset-size7.size11 {
    font-size: 2.07333333em
}

.katex .sizing.reset-size8.size1,
.katex .fontsize-ensurer.reset-size8.size1 {
    font-size: 0.34722222em
}

.katex .sizing.reset-size8.size2,
.katex .fontsize-ensurer.reset-size8.size2 {
    font-size: 0.41666667em
}

.katex .sizing.reset-size8.size3,
.katex .fontsize-ensurer.reset-size8.size3 {
    font-size: 0.48611111em
}

.katex .sizing.reset-size8.size4,
.katex .fontsize-ensurer.reset-size8.size4 {
    font-size: 0.55555556em
}

.katex .sizing.reset-size8.size5,
.katex .fontsize-ensurer.reset-size8.size5 {
    font-size: 0.625em
}

.katex .sizing.reset-size8.size6,
.katex .fontsize-ensurer.reset-size8.size6 {
    font-size: 0.69444444em
}

.katex .sizing.reset-size8.size7,
.katex .fontsize-ensurer.reset-size8.size7 {
    font-size: 0.83333333em
}

.katex .sizing.reset-size8.size8,
.katex .fontsize-ensurer.reset-size8.size8 {
    font-size: 1em
}

.katex .sizing.reset-size8.size9,
.katex .fontsize-ensurer.reset-size8.size9 {
    font-size: 1.2em
}

.katex .sizing.reset-size8.size10,
.katex .fontsize-ensurer.reset-size8.size10 {
    font-size: 1.44027778em
}

.katex .sizing.reset-size8.size11,
.katex .fontsize-ensurer.reset-size8.size11 {
    font-size: 1.72777778em
}

.katex .sizing.reset-size9.size1,
.katex .fontsize-ensurer.reset-size9.size1 {
    font-size: 0.28935185em
}

.katex .sizing.reset-size9.size2,
.katex .fontsize-ensurer.reset-size9.size2 {
    font-size: 0.34722222em
}

.katex .sizing.reset-size9.size3,
.katex .fontsize-ensurer.reset-size9.size3 {
    font-size: 0.40509259em
}

.katex .sizing.reset-size9.size4,
.katex .fontsize-ensurer.reset-size9.size4 {
    font-size: 0.46296296em
}

.katex .sizing.reset-size9.size5,
.katex .fontsize-ensurer.reset-size9.size5 {
    font-size: 0.52083333em
}

.katex .sizing.reset-size9.size6,
.katex .fontsize-ensurer.reset-size9.size6 {
    font-size: 0.5787037em
}

.katex .sizing.reset-size9.size7,
.katex .fontsize-ensurer.reset-size9.size7 {
    font-size: 0.69444444em
}

.katex .sizing.reset-size9.size8,
.katex .fontsize-ensurer.reset-size9.size8 {
    font-size: 0.83333333em
}

.katex .sizing.reset-size9.size9,
.katex .fontsize-ensurer.reset-size9.size9 {
    font-size: 1em
}

.katex .sizing.reset-size9.size10,
.katex .fontsize-ensurer.reset-size9.size10 {
    font-size: 1.20023148em
}

.katex .sizing.reset-size9.size11,
.katex .fontsize-ensurer.reset-size9.size11 {
    font-size: 1.43981481em
}

.katex .sizing.reset-size10.size1,
.katex .fontsize-ensurer.reset-size10.size1 {
    font-size: 0.24108004em
}

.katex .sizing.reset-size10.size2,
.katex .fontsize-ensurer.reset-size10.size2 {
    font-size: 0.28929605em
}

.katex .sizing.reset-size10.size3,
.katex .fontsize-ensurer.reset-size10.size3 {
    font-size: 0.33751205em
}

.katex .sizing.reset-size10.size4,
.katex .fontsize-ensurer.reset-size10.size4 {
    font-size: 0.38572806em
}

.katex .sizing.reset-size10.size5,
.katex .fontsize-ensurer.reset-size10.size5 {
    font-size: 0.43394407em
}

.katex .sizing.reset-size10.size6,
.katex .fontsize-ensurer.reset-size10.size6 {
    font-size: 0.48216008em
}

.katex .sizing.reset-size10.size7,
.katex .fontsize-ensurer.reset-size10.size7 {
    font-size: 0.57859209em
}

.katex .sizing.reset-size10.size8,
.katex .fontsize-ensurer.reset-size10.size8 {
    font-size: 0.69431051em
}

.katex .sizing.reset-size10.size9,
.katex .fontsize-ensurer.reset-size10.size9 {
    font-size: 0.83317261em
}

.katex .sizing.reset-size10.size10,
.katex .fontsize-ensurer.reset-size10.size10 {
    font-size: 1em
}

.katex .sizing.reset-size10.size11,
.katex .fontsize-ensurer.reset-size10.size11 {
    font-size: 1.19961427em
}

.katex .sizing.reset-size11.size1,
.katex .fontsize-ensurer.reset-size11.size1 {
    font-size: 0.20096463em
}

.katex .sizing.reset-size11.size2,
.katex .fontsize-ensurer.reset-size11.size2 {
    font-size: 0.24115756em
}

.katex .sizing.reset-size11.size3,
.katex .fontsize-ensurer.reset-size11.size3 {
    font-size: 0.28135048em
}

.katex .sizing.reset-size11.size4,
.katex .fontsize-ensurer.reset-size11.size4 {
    font-size: 0.32154341em
}

.katex .sizing.reset-size11.size5,
.katex .fontsize-ensurer.reset-size11.size5 {
    font-size: 0.36173633em
}

.katex .sizing.reset-size11.size6,
.katex .fontsize-ensurer.reset-size11.size6 {
    font-size: 0.40192926em
}

.katex .sizing.reset-size11.size7,
.katex .fontsize-ensurer.reset-size11.size7 {
    font-size: 0.48231511em
}

.katex .sizing.reset-size11.size8,
.katex .fontsize-ensurer.reset-size11.size8 {
    font-size: 0.57877814em
}

.katex .sizing.reset-size11.size9,
.katex .fontsize-ensurer.reset-size11.size9 {
    font-size: 0.69453376em
}

.katex .sizing.reset-size11.size10,
.katex .fontsize-ensurer.reset-size11.size10 {
    font-size: 0.83360129em
}

.katex .sizing.reset-size11.size11,
.katex .fontsize-ensurer.reset-size11.size11 {
    font-size: 1em
}

.katex .delimsizing.size1 {
    font-family: "KaTeX_Size1"
}

.katex .delimsizing.size2 {
    font-family: "KaTeX_Size2"
}

.katex .delimsizing.size3 {
    font-family: "KaTeX_Size3"
}

.katex .delimsizing.size4 {
    font-family: "KaTeX_Size4"
}

.katex .delimsizing.mult .delim-size1>span {
    font-family: "KaTeX_Size1"
}

.katex .delimsizing.mult .delim-size4>span {
    font-family: "KaTeX_Size4"
}

.katex .nulldelimiter {
    display: inline-block;
    width: 0.12em
}

.katex .delimcenter {
    position: relative
}

.katex .op-symbol {
    position: relative
}

.katex .op-symbol.small-op {
    font-family: "KaTeX_Size1"
}

.katex .op-symbol.large-op {
    font-family: "KaTeX_Size2"
}

.katex .op-limits>.vlist-t {
    text-align: center
}

.katex .accent>.vlist-t {
    text-align: center
}

.katex .accent .accent-body {
    position: relative
}

.katex .accent .accent-body:not(.accent-full) {
    width: 0
}

.katex .overlay {
    display: block
}

.katex .mtable .vertical-separator {
    display: inline-block;
    margin: 0 -0.025em;
    border-right: 0.05em solid;
    min-width: 1px
}

.katex .mtable .vs-dashed {
    border-right: 0.05em dashed
}

.katex .mtable .arraycolsep {
    display: inline-block
}

.katex .mtable .col-align-c>.vlist-t {
    text-align: center
}

.katex .mtable .col-align-l>.vlist-t {
    text-align: left
}

.katex .mtable .col-align-r>.vlist-t {
    text-align: right
}

.katex .svg-align {
    text-align: left
}

.katex svg {
    display: block;
    position: absolute;
    width: 100%;
    height: inherit;
    fill: currentColor;
    stroke: currentColor;
    fill-rule: nonzero;
    fill-opacity: 1;
    stroke-width: 1;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-dasharray: none;
    stroke-dashoffset: 0;
    stroke-opacity: 1
}

.katex svg path {
    stroke: none
}

.katex .stretchy {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden
}

.katex .stretchy:before,
.katex .stretchy:after {
    content: ""
}

.katex .hide-tail {
    width: 100%;
    position: relative;
    overflow: hidden
}

.katex .halfarrow-left {
    position: absolute;
    left: 0;
    width: 50.2%;
    overflow: hidden
}

.katex .halfarrow-right {
    position: absolute;
    right: 0;
    width: 50.2%;
    overflow: hidden
}

.katex .brace-left {
    position: absolute;
    left: 0;
    width: 25.1%;
    overflow: hidden
}

.katex .brace-center {
    position: absolute;
    left: 25%;
    width: 50%;
    overflow: hidden
}

.katex .brace-right {
    position: absolute;
    right: 0;
    width: 25.1%;
    overflow: hidden
}

.katex .x-arrow-pad {
    padding: 0 0.5em
}

.katex .x-arrow,
.katex .mover,
.katex .munder {
    text-align: center
}

.katex .boxpad {
    padding: 0 0.3em 0 0.3em
}

.katex .fbox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0.04em solid black
}

.katex .fcolorbox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0.04em solid
}

.katex .cancel-pad {
    padding: 0 0.2em 0 0.2em
}

.katex .cancel-lap {
    margin-left: -0.2em;
    margin-right: -0.2em
}

.katex .sout {
    border-bottom-style: solid;
    border-bottom-width: 0.08em
}

.katex-display {
    display: block;
    margin: 1em 0;
    text-align: center
}

.katex-display>.katex {
    display: block;
    text-align: center;
    white-space: nowrap
}

.katex-display>.katex>.katex-html {
    display: block;
    position: relative
}

.katex-display>.katex>.katex-html>.tag {
    position: absolute;
    right: 0
}

.js .js-lazy {
    opacity: 0;
    -webkit-transition: opacity .2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity .2s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.js .js-lazy-loaded {
    opacity: 1
}

.kg-width-wide {
    position: relative;
    max-width: 1470px;
    width: 90.9090909091vw;
    left: 0;
    margin-top: 3rem;
    margin-bottom: 3rem
}

@media (min-width: 720px) {
    .kg-width-wide {
        width: 93.3333333333vw
    }
}

@media (min-width: 1280px) {
    .kg-width-wide {
        margin-left: calc(50% - 46.6666666667vw);
        -webkit-transform: translateX(calc(46.6666666667vw - 50%));
        transform: translateX(calc(46.6666666667vw - 50%))
    }
}

.kg-width-wide img {
    width: 100%
}

.kg-width-full {
    position: relative;
    width: 100vw;
    left: 0;
    -webkit-transform: translateX(-4.5454545455vw);
    transform: translateX(-4.5454545455vw);
    margin-top: 4.5rem;
    margin-bottom: 4.5rem
}

@media (min-width: 720px) {
    .kg-width-full {
        -webkit-transform: translateX(-3.3333333333vw);
        transform: translateX(-3.3333333333vw)
    }
}

@media (min-width: 1280px) {
    .kg-width-full {
        left: 50%;
        -webkit-transform: translateX(-50vw);
        transform: translateX(-50vw)
    }
}

.kg-width-full img {
    width: 100%
}

.kg-width-full figcaption {
    width: 90vw;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 720px) {
    .kg-width-full figcaption {
        width: 92.5vw
    }
}

@media (min-width: 1280px) {
    .kg-width-full figcaption {
        text-align: center
    }
}

.kg-gallery-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1.5rem
}

.kg-gallery-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.kg-gallery-image img {
    display: block;
    margin: 0;
    width: 100%;
    height: 100%
}

.kg-gallery-row:not(:first-of-type) {
    margin-top: 4.5454545455vw
}

@media (min-width: 720px) {
    .kg-gallery-row:not(:first-of-type) {
        margin-top: 1.5rem
    }
}

.kg-gallery-image:not(:first-of-type) {
    margin-left: 4.5454545455vw
}

@media (min-width: 720px) {
    .kg-gallery-image:not(:first-of-type) {
        margin-left: 1.5rem
    }
}

.kg-bookmark-card {
    border-top: 1px solid rgba(var(--fg), 0.0875);
    border-bottom: 1px solid rgba(var(--fg), 0.0875)
}

.kg-bookmark-card+.kg-bookmark-card {
    border-top: unset;
    margin-top: -1.5rem
}

.kg-bookmark-container {
    background-image: unset !important
}

.kg-bookmark-content {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
}

.kg-bookmark-title {
    font-family: Yantramanav;
    font-size: 1em;
    letter-spacing: 0.020833em;
    font-weight: normal;
    font-weight: bold
}

.kg-bookmark-description {
    font-family: Yantramanav;
    font-size: 1em;
    letter-spacing: 0.020833em;
    font-weight: normal;
    opacity: 0.8
}

.kg-bookmark-metadata,
.kg-bookmark-icon,
.kg-bookmark-author,
.kg-bookmark-publisher,
.kg-bookmark-thumbnail {
    display: none
}

.header,
.post-header {
    padding-top: 3.6666666667rem
}

@media (min-width: 720px) {
    .header,
    .post-header {
        padding-top: 4.9166666667rem
    }
}

.nav {
    position: absolute;
    top: .3333333333rem;
    left: 0;
    right: 0;
    will-change: position top;
    z-index: 3;
    -webkit-transition: -webkit-box-shadow 100ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-box-shadow 100ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: box-shadow 100ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: box-shadow 100ms cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-box-shadow 100ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (min-width: 720px) {
    .nav {
        top: .8333333333rem
    }
}

.is-nav-fixed.is-nav-shown .nav {
    background: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 10px 15px rgba(5, 5, 38, 0.015);
    box-shadow: 0 10px 15px rgba(5, 5, 38, 0.015);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 0px 20px 0 rgba(0, 0, 0, 0.19);
}

.is-nav-fixed .nav {
    background: rgba(255, 255, 255, 0.2);
    -webkit-transition: background-color 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 0px 20px 0 rgba(0, 0, 0, 0.19);
}

.header--cover .nav,
.post-header--cover .nav {
    top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    backdrop-filter: blur(5px);
    color: inherit;
}

.is-below-fold .header--cover .nav,
.is-below-fold .post-header--cover .nav {
    color: #000000;
}

.nav-row {
    height: 3rem
}

@media (min-width: 720px) {
    .nav-row {
        height: 3.25rem
    }
}

.nav-items {
    position: relative;
    top: 1px
}

.nav-item:not(:last-of-type) {
    margin-right: 2.25em
}

.nav-symbol {
    width: 26px;
    left: -1px
}

@media (min-width: 720px) {
    .nav-symbol {
        width: 28px
    }
}

@media (min-width: 960px) {
    .nav-symbol {
        width: 30px
    }
}

.nav-wordmark {
    top: 2px;
    width: 70px;
    left: -1px
}

@media (min-width: 720px) {
    .nav-wordmark {
        width: 76px
    }
}

@media (min-width: 960px) {
    .nav-wordmark {
        width: 80px
    }
}

.nav-symbol,
.nav-wordmark {
    display: block;
    position: relative
}

.nav-symbol svg,
.nav-wordmark svg {
    display: block
}

.nav-toggle {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 22px;
    height: 22px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 8px;
    position: relative;
    right: -9px;
    background-color: transparent;
    border: 0;
    color: inherit;
}

.nav-toggle svg {
    display: block;
    fill: currentColor;
}

body:not(.is-mobile-nav-closing):not(.is-mobile-nav-open) .mobile-nav {
    display: none;
    visibility: hidden;
    opacity: 0
}

.mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 4;
    /* background-color: #fff; */
    backdrop-filter: blur(15px);
    background-color: rgba(var(--bg), 1);
    color: #050526;
    color: rgba(var(--fg), 1)
}

.is-mobile-nav-open .mobile-nav {
    overflow: hidden;
    -webkit-animation: fade-in 150ms forwards;
    animation: fade-in 150ms forwards;
    display: block;
    visibility: visible;
    opacity: 1
}

.is-mobile-nav-closing .mobile-nav {
    -webkit-animation: fade-out 150ms forwards;
    animation: fade-out 150ms forwards
}

.mobile-nav .nav-row {
    margin-top: .3333333333rem;
    margin-bottom: .3333333333rem
}

@media (min-width: 720px) {
    .mobile-nav {
        display: none;
        visibility: hidden;
        opacity: 0
    }
}

.post-card:hover .post-card-fade {
    opacity: .6
}

.post-excerpt {
    font-family: Yantramanav;
    font-size: 1em;
    letter-spacing: 0.020833em;
    font-weight: normal
}

.post-excerpt a {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgba(5, 5, 38, 0.3)), color-stop(0, rgba(5, 5, 38, 0.3)));
    background-image: linear-gradient(180deg, rgba(5, 5, 38, 0.3) 75%, rgba(5, 5, 38, 0.3) 0);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgba(var(--fg), 0.3)), color-stop(0, rgba(var(--fg), 0.3)));
    background-image: linear-gradient(180deg, rgba(var(--fg), 0.3) 75%, rgba(var(--fg), 0.3) 0);
    background-repeat: repeat-x;
    background-size: 1px 1px;
    background-position: 0 90%;
    -webkit-transition: color 100ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: color 100ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

.post-excerpt a:hover {
    opacity: .6
}

.post-excerpt-large {
    font-family: Yantramanav;
    font-size: 1.25em;
    line-height: 1.4;
    letter-spacing: 0.0125em;
    font-weight: normal
}

.post-author:after {
    content: ",\00a0"
}

.post-author:nth-last-of-type(2):after {
    content: " &\00a0"
}

.post-author:last-of-type:after {
    content: ""
}

.post-header-banner {
    max-height: 24rem
}

.post-footer {
    position: relative;
    max-width: 1470px;
    width: 90.9090909091vw;
    left: 0;
    margin-top: 3rem;
    margin-bottom: 3rem;
    font-family: Yantramanav;
    font-size: .75em;
    letter-spacing: 0.020833em;
    font-weight: 500;
    margin-top: 4.5rem;
    margin-bottom: 0
}

@media (min-width: 720px) {
    .post-footer {
        width: 93.3333333333vw
    }
}

@media (min-width: 1280px) {
    .post-footer {
        margin-left: calc(50% - 46.6666666667vw);
        -webkit-transform: translateX(calc(46.6666666667vw - 50%));
        transform: translateX(calc(46.6666666667vw - 50%))
    }
}

.post-footer img {
    width: 100%
}

.post-footer strong {
    font-weight: bold;
    letter-spacing: 0.0375em
}

.post-footer a {
    color: currentColor !important;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgba(5, 5, 38, 0.2)), color-stop(0, rgba(5, 5, 38, 0.2))) !important;
    background-image: linear-gradient(180deg, rgba(5, 5, 38, 0.2) 75%, rgba(5, 5, 38, 0.2) 0) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgba(var(--fg), 0.2)), color-stop(0, rgba(var(--fg), 0.2))) !important;
    background-image: linear-gradient(180deg, rgba(var(--fg), 0.2) 75%, rgba(var(--fg), 0.2) 0) !important;
    background-repeat: repeat-x;
    background-size: 1px 1px;
    background-position: 0 90%
}

.post-footer hr {
    margin-top: 0;
    margin-bottom: 0
}

.post-footer p {
    margin-bottom: .75rem
}

.post-footer ol,
.post-footer li:last-of-type,
.post-footer p:last-child {
    margin-bottom: 0
}

.post-footer pre {
    margin-top: 0;
    margin-bottom: .75rem
}

.post-footer .row {
    margin-top: .71875rem;
    margin-bottom: .59375rem
}

.post-footer .col {
    color: rgba(5, 5, 38, 0.6);
    color: rgba(var(--fg), 0.6);
    margin-top: .09375rem;
    margin-bottom: .09375rem
}

.post-footer--authors {
    margin-top: 3rem;
    padding-bottom: 1px;
    margin-bottom: -1px
}

.release-cover {
    background-color: #fff;
    padding: 5%
}

.release-cover--titled {
    padding: 4% 5% 5%
}

.last-child-mb-1>*:last-child {
    margin-bottom: 1.5rem !important
}

.footer-icon {
    display: block
}

.footer-icon--twitter {
    width: 19px;
    margin-top: 1px
}

.footer-icon--rp {
    width: 19px;
    margin-top: 1px
}

@media (min-width: 960px) {
    .footer-icon--rp {
        width: 21px
    }
}

@media (min-width: 960px) {
    .footer-icon--twitter {
        width: 21px
    }
}

.footer-icon--facebook {
    width: 17px
}

@media (min-width: 960px) {
    .footer-icon--facebook {
        width: 19px
    }
}

.subscribe-email,
.subscribe-button {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(5, 5, 38, 0.15);
    border-color: rgba(var(--fg), 0.15)
}

.subscribe-form .subscribe-email,
.subscribe-form .subscribe-button {
    height: 1.5rem
}

.subscribe-form--large .subscribe-email,
.subscribe-form--large .subscribe-button {
    height: 2rem
}

.subscribe-email {
    min-width: 12rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-left: 0.4em;
    padding-right: 0.4em;
    border-right-width: 0;
    outline: none;
    background-color: transparent;
    padding-top: 2px;
    padding-bottom: 0
}

.subscribe-form--large .subscribe-email {
    min-width: 16rem
}

.subscribe-email:hover {
    background-color: rgba(5, 5, 38, 0.02);
    background-color: rgba(var(--fg), 0.02)
}

.subscribe-email:focus {
    background-color: #fff;
    background-color: rgba(var(--bg), 1);
    border-color: rgba(5, 5, 38, 0.15);
    border-color: rgba(var(--fg), 0.15)
}

.subscribe-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 0.25em;
    padding-right: 0.06em;
    background-color: #fff;
    background-color: rgba(var(--bg), 1)
}

.video-swap.is-video-swapped,
.video-target {
    max-height: 100vh;
    height: 56.25vw
}

.video-swap {
    position: relative
}

.video-trigger {
    position: relative;
    -webkit-transition: -webkit-filter 100ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-filter 100ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: filter 100ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: filter 100ms cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-filter 100ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

.video-trigger:hover {
    -webkit-filter: brightness(80%);
    filter: brightness(80%)
}

.video-trigger>span {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(-0.5rem, -50%);
    transform: translate(-0.5rem, -50%);
    text-align: center;
    color: #fff
}

.is-video-swapped .video-trigger {
    display: none
}

.video-trigger .icon {
    font-size: 1.5em;
    margin-right: .1875rem;
    position: relative;
    top: 0.45rem
}

.video-target {
    visibility: hidden;
    position: absolute;
    top: 0;
    z-index: -1
}

.is-video-swapped .video-target {
    visibility: visible;
    position: unset;
    top: unset;
    z-index: unset
}

.footnote-ref,
.reference-ref {
    margin-left: 0.05em;
    margin-right: 0.05em
}

.reference-ref.grouped {
    margin-left: -0.05em
}

.reference-ref.grouped:before {
    content: ','
}

.footnote-ref a:target,
.footnote-item:target,
.reference-ref a:target,
.reference:target {
    background-color: rgba(5, 5, 38, 0.04);
    background-color: rgba(var(--fg), 0.04)
}

.footnote-backref,
.reference-backref {
    color: rgba(5, 5, 38, 0.4) !important;
    color: rgba(var(--fg), 0.4) !important
}

.footnotes-sep {
    display: none
}

.footnotes p {
    margin-bottom: 0
}

.footnotes-list {
    margin-bottom: 0 !important
}


/* SEARCH */
.search-input {
    background: transparent;
    display: block;
    width: 100%;
    font-family: "Yantramanav";
    font-weight: 100;
    font-size: 45px;
    border: none;
    outline: none;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: #333;
opacity: 1; /* Firefox */
margin-bottom: 30px;
}

input:focus::placeholder {
    color: #cdd0d1;
  }