@charset "UTF-8";
/** Import everything from autoload */
@font-face {
  font-family: "Futura PT";
  src: url(/app/themes/advanz-webinar/dist/fonts/Futura/FuturaPT-Book.eot);
  src: local("Futura PT Book"), local("FuturaPT-Book"), url(/app/themes/advanz-webinar/dist/fonts/Futura/FuturaPT-Book.eot?#iefix) format("embedded-opentype"), url(/app/themes/advanz-webinar/dist/fonts/Futura/FuturaPT-Book.woff) format("woff"), url(/app/themes/advanz-webinar/dist/fonts/Futura/FuturaPT-Book.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Futura PT";
  src: url(/app/themes/advanz-webinar/dist/fonts/Futura/FuturaPT-Medium.eot);
  src: local("Futura PT Medium"), local("FuturaPT-Medium"), url(/app/themes/advanz-webinar/dist/fonts/Futura/FuturaPT-Medium.eot?#iefix) format("embedded-opentype"), url(/app/themes/advanz-webinar/dist/fonts/Futura/FuturaPT-Medium.woff) format("woff"), url(/app/themes/advanz-webinar/dist/fonts/Futura/FuturaPT-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Futura PT";
  src: url(/app/themes/advanz-webinar/dist/fonts/Futura/FuturaPT-MediumObl.eot);
  src: local("Futura PT Medium Oblique"), local("FuturaPT-MediumObl"), url(/app/themes/advanz-webinar/dist/fonts/Futura/FuturaPT-MediumObl.eot?#iefix) format("embedded-opentype"), url(/app/themes/advanz-webinar/dist/fonts/Futura/FuturaPT-MediumObl.woff) format("woff"), url(/app/themes/advanz-webinar/dist/fonts/Futura/FuturaPT-MediumObl.ttf) format("truetype");
  font-weight: 500;
  font-style: italic;
}
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #d63384;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --blue-sapphire: #195C68;
  --cadet-blue: #679AA3;
  --android-green: #94C11F;
  --jazzberry-jam: #A71367;
  --indigo-dye: #034170;
  --cherry-blossom-pink: #F5B3C5;
  --vanilla-ice: #F193AC;
  --blue-munsell: #0091B3;
  --white: #fff;
  --black: #090909;
  --gray-dark: #636363;
  --gray: #8F8F8F;
  --light: #F5F5F5;
  --dark: #343a40;
  --primary: #195C68;
  --primary-trans: rgba(25, 92, 104, 0.8);
  --primary-mix: #407b86;
  --primary-light: #679AA3;
  --secondary: #94C11F;
  --tertiary-one: #A71367;
  --tertiary-two: #034170;
  --tertiary-three: #F5B3C5;
  --tertiary-three-dark: #F193AC;
  --tertiary-four: #0091B3;
  --white: #fff;
  --gray-dark: #636363;
  --gray: #8F8F8F;
  --gray-light: #F5F5F5;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --black: #090909;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1300px;
  --font-family-sans-serif: "Futura PT", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(9, 9, 9, 0);
}

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

body {
  margin: 0;
  font-family: "Futura PT", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
  color: #8F8F8F;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #94C11F;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #b8e24a;
  text-decoration: underline;
}

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #A7A8A9;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.25rem;
  color: #195C68;
}

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1rem;
  font-family: "Futura PT", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 300;
  color: #195C68;
}

h1, h2,
.h1, .h2 {
  line-height: 0.9;
}

h3, h4, h5, h6,
.h3, .h4, .h5, .h6 {
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.666rem;
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.3916rem + 1.6992vw);
  }
}

h2, .h2 {
  font-size: 1.888rem;
}
@media (max-width: 1200px) {
  h2, .h2 {
    font-size: calc(1.3138rem + 0.7656vw);
  }
}

h3, .h3 {
  font-size: 1.444rem;
}
@media (max-width: 1200px) {
  h3, .h3 {
    font-size: calc(1.2694rem + 0.2328vw);
  }
}

h4, .h4 {
  font-size: 1.166rem;
}

h5, .h5 {
  font-size: 0.888rem;
}

h6, .h6 {
  font-size: 0.777rem;
}

.lead {
  font-size: 1.166rem;
  font-weight: 300;
  line-height: 1.4;
  color: #195C68;
}

.display-1 {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.1;
}
@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.525rem + 3.3vw);
  }
}

.display-2 {
  font-size: 3.555rem;
  font-weight: 300;
  line-height: 1.1;
}
@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.4805rem + 2.766vw);
  }
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(9, 9, 9, 0.1);
  width: 100%;
}

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

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

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

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

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  padding-right: 0.5rem;
  position: relative;
}
.list-inline-item:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: 0;
}

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

.blockquote,
blockquote {
  font-family: "Times New Roman", Times, serif;
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  font-size: 1.888rem;
  line-height: 1.3;
}
@media (max-width: 1200px) {
  .blockquote,
  blockquote {
    font-size: calc(1.3138rem + 0.7656vw);
  }
}
.blockquote p,
blockquote p {
  position: relative;
  quotes: "“" "”" "‘" "’";
}
.blockquote p::before,
blockquote p::before {
  content: open-quote;
  position: absolute;
  transform: translateX(-100%);
}
.blockquote p::after,
blockquote p::after {
  content: close-quote;
}

.blockquote-footer {
  display: block;
  font-size: 85%;
  color: #636363;
}
.blockquote-footer::before {
  content: "— ";
}

.img-container {
  position: relative;
  min-height: 100%;
  height: 1px;
  width: 100%;
  overflow: hidden;
}

.img-fluid, .wp-caption img {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #B9B9BA;
  border-radius: 0.8rem;
  max-width: 100%;
  height: auto;
}

.figure, .wp-caption {
  display: inline-block;
}

.figure-img, .wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption, .wp-caption-text {
  font-size: 80%;
  font-weight: 400;
  font-style: italic;
  color: #A7A8A9;
  padding: 0.75rem;
  background: #F5F5F5;
}

.img-fit,
.img-fit img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-cover,
.img-cover img {
  -o-object-fit: cover;
     object-fit: cover;
}

.img-contain,
.img-contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 992px) {
  .img-fill,
  .img-fill img {
    -o-object-fit: fill;
       object-fit: fill;
  }
}

@media (min-width: 992px) {
  .img-fit-left,
  .img-fit-left img {
    -o-object-position: 0% 50%;
       object-position: 0% 50%;
  }
  .img-fit-right,
  .img-fit-right img {
    -o-object-position: 100% 50%;
       object-position: 100% 50%;
  }
}
.img-placeholder {
  background: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAASABIAAD/2wCEAAEBAQEBAQEBAQECAQEBAgMCAgICAwQDAwMDAwQEBAQEBAQEBAQEBAQEBAQFBQUFBQUGBgYGBgcHBwcHBwcHBwcBAQEBAgICAwICAwcFBAUHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHB//CABEIASoBKgMBIgACEQEDEQH/xAAdAAEAAQQDAQAAAAAAAAAAAAAABgUHCAkBAgQD/9oACAEBAAAAAN7AADC3BUBK8qLt9QPlD435Oc8wAOuoe3oKhkrkF9XEGiFza4jUK8oz0AAx81jBzffJuskctTQHadeylhznmADrqktALj5WzgptroUD612pBnoADGTW8SPKS83D425tz8QD11/1Oc8wAj+o2K+vI7Ir0nzx/pYAFTrn1z0AHXWfjrevKKvhdWhY2QIADt79i4AwbxjyuuED33dcWmxzoIAGygAxJtre/kCaTgeWw9h/KAGf8pB5rE0H2gKFe6tgoOOdpuAKJayp7A7/APLzwqBUkBT4R9srQCBY2QseeyVkvNddPrnSO50w4A+MNivW9d5QB1s5jxR7XWAoZdhVcmb+dgOIxC/OZZ10AHh06WoHN2r/AGTFTAUaDU0SvKUAC0+mcG1SYAPFCY8C+d3QANfeCYc7gwPlEIl0BzlzVgAddKdvQbhALJxSZgS3KMACymnoHO4MDH/H+T3ZrgUq0+wmaABrowmA3CAY/wCP7tProewY3YrbCs8vcA+WkaGg53BgY/4/j1XOuD3fLXNBbm7MMqwLAajgG4QDH/H8FZuvLFo8AzJTZtd4NauHIHO4MDH/AB/AS669XwRsqejOHYvKHk0fRsBuEAx/x/AO9w65rq8wlGxbOHHbVCA53Bh8/pj/AI/gB7baWE6Bd65NkADcIfO3ttphELGgAUKy0JCqyXqBzuDRC1dKPlDYj0AAhNlqEJb6wG2q1UWA8MGjwAHS19ovG9cv6g5zt6gCiQSmgAeGzttOJLUwk157vgA4isK84AEdspFJoe7InIH0woAB8IXFOoAOYBbX63pyYrxCwABToLQgAPlMr5dF7ci9aYAAKBBfAABIMh8+LwtM4AAHWJQz4gAy12lmmcAAA80IjHAAy12lmmcAAAKXBKMAZa7SzTOAAABHIP4gMtdpZpnAAAAfOIQ75hlrtLNGkzAAAAI7bkMtdpZ//8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/aAAgBAhAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB//8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/aAAgBAxAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB//8QATRAAAQMBAwYHCgsHAwUBAAAAAQIDBAUAESEGEjAxQVETICIjYXGBBxAUMkJScpGhwRUzQENigoOywtHhJDZFU3Sx8BZjoiVEVJLS4v/aAAgBAQABPwHTd12r5rNNojasXT4Q6OgYJ9Zv9WhpVEqNYczITGchJuW4rBCes+7XuBtR8j6bTM16SBUpg2rHISehO3rV13A2JKiVKN5O3QLWltOctWakb7SKmTyY4u+kbPPvSFhyQ8p9wAJvWbzckXAdQGA6PkBISCpRzUpxJNsqaya9XZ9Rv5la81r0E4J9Yx48WJJmvJjRGFSH16koF+r3Dbaj5CNNZr9bXwy//HbPJHpLGvqT/wC1m222W0MstpZZawShAuSOoDDvkgC84AWmVxlq9EYcO5v8n9bM1qY24VuK4ZCtaT7t1olQjTBza7nNqDr78ipNt3pa5xe/ZZ15x5Wc4rO4nZpu6RXvgigORWl3TKveyjoR5Z9WHbxuga7UbIaZKKX6sTT4/wDL+dV2eR9bH6N1oFPhUxjweBHTHbN2ddrVd5x1n3bOJMqkaHeknhXvNHv3WmVKTMwWrMa8wav174JSQQbiLRK480MySOHTsO39bPTXZWOdzR2J+RkgAkm4C2W+UH+oa7IkNKvgxeaY9EeV9Y4+ri0XJepVnNdQnwWEfnnNR9Ea1HDZhfrItR8nqZRQlUZrhpY1vueN9XYjsxxuJPEky2Iic55zN3DabTK0+/ehj9na/wCR/LjoWpBvQq42bkpVgvkK9nF7NL3TMpRSqX8ExnLp9VTcbvJa2n62odvEptJqFWeLMCOXinxlakp9JWoavytR8i6fT816fdU5Y2Ec0nqSfH+th9G15OvHvrcQ0krcWEIG02mV3W3DH1z7hZbi3VFbiitatp0Tby29RvTuNm3kOauSrcdPVanEo8CTUZq8yPGTed53AdJNq1V5NcqcqpyzzkhWA2JTsSOod5hh+S6hiMyqQ+5glCBnE9gtRsg7sx+tudPg7Z+8sf2Tv8YWZZZjMtx4zSWI7XioQLgP13nbxHm5vgzr8ON4SpvZ/mu0qTJkOEyFG9Pk6ruzTNyVJwXy0+2yFoWL0Kvt2aMkJBUo3Aazbug5Xf6gnCFBcvpEA8n/AHF7VdWxP696jZFT5+Y/PvpsQ43KHOK6k7OtW+8A2p1LgUloswI4ZCsFLOK1ekrs1atw40FrgozY2q5R7bVOgwKqCXW+DkbHEa+3faqZOz6XnLKfCIo+cR7xs0wJSb0m4i3hT3nezR90bLcLD2TtIevT4sp5P3B+L1b7UfJyp1k50drgot9xfcwRhu2qPQB14Wo+TNMopS60nwuan59wYj0U6ke09PHjNcM+23sJx6uJVckoc3Odh3QpB3eIezZ2Wn0ybTXODlslu/UryT1H5PlZlhMnOvZOZJIMqUeTIko1IGq4K1DcVE3DrtR8iIUPNfqixUZIxCB8UPevZruGy42FwCUgZqUC4AagBqA6BoKQ1i48dnJHFeYZkNqafbDzStaVYi1VyN8Z6lK+xUf7H87PMPR3FMvtlp1GtKsNJSaozVIyXW1grA5WbiOsdB47rzTCOEeWG0asd52dJOwWrE2ZVwuKh5VOpasFBv450dJ+bT0C9R1HNtGjRoTKY0OOmLHTiEI/udpPSbzoZE9lnkp5xzcLU5tbUJgOYOKGcrrP5cefTIVSb4OWyHLtSvKHUbVXJKZCznYd82ONg8cdm3s0M2ow6c3wkp4N36htPULKy0avObT1FOy9X6WomUVVoEhL9PkXAHFtWKT2Wyc7olEraUMynBSqgfm3TyT6KtXYbjxHXWmG1OvuJZaRiVKNwHbZ2vRii+Jz6VDBzyT0jaoY33+Kd9pMx2UvPWegdX+evboX5LUcctXK3DXaRPdf5Kebb3C1Ji+GVCMycUZ2crqGPt0VUydgVTOWU+Dyj84j377VSgz6USp1vhY+xxGrt3cV11phtTrzgabTrKsBap5XeM1S0/aq9w/P1WeedkOKdfcLritZOPEpuVOUNISlFPqzrLSNSCc5A+qq8Wb7qWVaPGcYd9Jv8iLQcre6BlESmDIREjg3LeDaQhP1iFG/HUm82i0nNUiTU5rtcnpxDkg3pQfoIN4T14naLrEkkkm8nQLcQ0nOcVmptIqalXpYGaPONiSo3k3k97JOLyZE1Q182n+592jICgUqF6TrFqrkhFlZz1PIiPnyfIP5dlpsCXT3eBlslpWzceo7e9U8qIcPOai/tkgbvEHbt7LTqlMqLnCSniu7UnyR1Dv9nfhwZdQfTGhMKkvK2J/udw3k4C1GyFjR8x+sL8Le18Cg3IHWdaj1XDDWRZISlKUISG22xclKRcANwAwA0BIGJwFpFSQjksc4rfss4646rOcVnHiUyN4HBjMeUhN6us4nSyI0eW0WJLKXmlbFWyoraplSqEaC6W6S06pDSR5SQcCTtv4yUqWpKEJKlqNwAtR8hJL+a/WFmCz/ACU/Gnr2I7bz0WhwolPY8Ggx0xWdydvWdajjtOhkTmWML+Ec3Cz8t6R4yrkbhq4tEi+F1KOgi9DZz1dSf102XFY+A8mKrNSrNfUjgmvTc5I9Wvs43Zak0Km0VI8DZvkkXKfXis77j5Ix1DZrv0L0hpgXuKu6NtpFQddvS3zSPbx8k4uay/LUMXTmJ6hr03dprGc9SqC2rBoGS6Ok8lHqGd69MtaW0lS1ZqRvtIql96Y4u+kbKUpZKlG8njgEkAYk6rQIwhw48YfNJx69vt0pIAvJuAtlXVzXcoarU869p90hv0E4J/4jjdmgywmSIa6Wthebfwl42HxbQq1HkXIe/Z3unUe389BQ2W3qpFS4oBKDnY7SNQ03dCrHwLkpU3kLzZEseDNek5gfUm89mny6/hf2n4O9Cq0mHcm/hmR5KvdutEqMaYOaXc55p18abEbnRXorhKUujBQ1pOwjpBxFqF3Vq7kvNcouVLaqvGiqzOFHxwGw3nBYIxxx6bUPKGjZRxRMo85ExrygPGSdyknEHSd2escNUabRG1ciCjhnPTXq9SR7eP2aDLr+F/afg74JSQQbiLQq661c3LHDI84eMPzsxIZko4RhwOJ6OL3QaH4TGRWI6L3ogzXbtqN/1T7LU2p1CkS251MmLhSmtS2zd6946DbJLu1MPcFCysa8Gd1CW0OQfTTrT1j1C0aVGmsNSochEqM8L0LbIUkjoI0K1pbQpxasxCBeSdgFsoaqut1up1VX/eOlSehOpI7EgDT5dfwv7T8HFZedjrDjKy2sbRaFXkLubmJ4NXnjV+lkqSoBSVZyTqI760IdQtpxIW24LlA6iDbKOjrolUeiY8ArlsqO1B/LV3sm8r69kq/w1JmlDSjethfKbX1p94xtkl3WKDlDwUSoEUSqqwzXDzaz9FfuN3boO6ZWPgjJOcEKzZFS/ZUfX8b/AIA6Ds0GXX8L+0/Bx4k+TDPMr5O1J1WhViNKuQrmHjsO3qPfyyofwxS1LZTnToN62+kbU9v9+Jkl3UMoMmODiuufC1JRhwDpxSPoK1p6sR0WyXy4yfysaHwbLzJgF64zvJcHZ5Q6Rfxu7JWPCq1Do7ar2qW3nLH+45j7Egev5Bl1/C/tPwaGFWJMW5C+fZGw6x1G0WdGmJvZXytqTrHey3ofwVUzKYRdCqBKxuSvyh7xxGnnY7qHmHVMPNHOStBuII3G2SXdonweChZTtmpRRgJKPjU+kMAv2HrtSK1Sq7ETNpE5E2Mrag6ugjWk9BHfffbjMPSXl5jMdJWpW4AXm1YqTlXqtQqbvjznVOXbgTgOwYaDs0GXX8L+0/BokqUhQUhRSpOoi0KvLTciYOET5419u+1Xp8XKKkvRULCs8Xtr81Y1fr0WeZdjvOsPJ4N5lRSpJ2EcWkVqq0KWmbSJy4MlO1BwI3EalDoItkl3aIE7g4WU7Ypso4CSj4pXpDWj2jqsy81IabejupfZdF6VoN4I3gjXbuqVj4LyVkR213SKuoR0+jrX7Bd26cqSClJUApWod7Lr+F/afg0jEh6MvPYcLarZT09ypyPhKKyBJUm55I8q7UodN2sWUlSFKQtJQpJuIPGyYy4ygyTdHwbLz4ZN64zvKaPZ5J6RdbLTLY5arpchEYwmYTRSWirOucUeUdmBATdoeziKWlCStaghKdZNpldSm9uGM4+edXZZx511fCOOFbm82h1t5m5Enn29/lfrbLKSzKRS1sLzxzl/R4mmm02JPHPt8salpwULT6FLhXuI/aY48pOsdY/wcaI9wbmao805gfcbEEHNOBGjmViPGvQ3z7u4ah22lTZEtV7y7xsSNQ4i0IcSUrTnJO+0ilkXqjm/6JspKkkpUM1Q2aafQoky9xseDSD5SdR6xabTpdPVc+3yDgFjFJ/zdxY7nCtDz2cD1bPy9Wg7LS58aGOdXevYka7TKtJl3pB4FnzR79A9HakC5xN537bSKc6zepHOt+3TKSlaSlaQtCtYOINp+Tba73ICuCV/LVq7Dss/HejOFp9stOJ2HvsOllxK9Y2jeLHXgc4HEHQElRKlHOUdp0ciAy/er4tzeLPxHo55ab0+cNWmkRmJbfBSGg6jp2dW60/Jx5m9yCTIa8zyx/8AViCCQcCO9Dcz0Fk+M3inq2j3+vjU2kT6q5mQ2SpI1rOCR1mye5+rNGdUwFbbm/8A9aUgEXEXg2kUxC71Mc2rdss404yrNcTmnTTqXEqAveRmvbHE6/17bT6LLg3ru4eOPLTs6xs/tZClIUlaTcpBvFgpK0pcRglezd0dnfjxpEt1LMZpT7qtSU42o+Q6U5r1XVnq/koOHafysyy0w2lphsNNI1JTgPkDjbbqc1xOcLSKYpN6o/LT5u2xBBuIuI00+gRZV64/7I/0eKezZ2eqwiyoLvgspsoS6eQrySroPT+V9gCSAMSdVqRkZMmZr1QJgx/N8s/l22gU2FTGuBhsBobTtPWe/wBnyF+KzIHLTyt412kQHmL1DnG940y0IdQptxAcbVrB1WoSaHCcUp2NwEtRJDyr1jq3p6xff0WIuzTrSrEEG8EbwRgR36FkPVKtmPyv+nQTjnLHKUPop959tk9z/JtKUpLDqykXXlZvPquHyORT2nr1J5pzos/Gejm5xOG8atNBqcuAeZXnMk3qbVik9mw9IuNsmWjlXLECn8xMSjPWl08kJGBIIGOzC6/HbrtQsi6VRsx5xPh85OPCODBJ+inUOvE/JiAoFKheDaRSwb1RzmnzTZba21Zq05qhpe4x+9sj+ic+8j5S6y28nNcTnC0imON3qZ5xG7bbVgcDo+4x+9sj+ic+8j5W/DZkYqTcvzhaRBej3m7Pb3jRdxj97ZH9E595Hy2RTmnb1N80v2WejusG5xN3Ts0HcY/e2R/ROfeR8uUlKwUrTnJOw2kUvWqOfqmykKQopWnNUN/G7jH72yP6Jz7yOJku449k4yt5ZdW3IW2kqN5CUpRcnqGwfLKmlPgxVdygRjxu4x+9sj+ic+8jif/EACoQAQACAQMEAgAHAQEBAAAAAAEAESExUYFBYXGhMJEQIECxwdHwUOHx/9oACAEBAAE/EPm1p4TXOb2R+RNic3Nic3Nic3Nic3E7xtS+7i6tALBgOLa61wzfZRUyXgCj0X2ptXv8CQmsYtKzYzwf39QMEdpEEqtMDoAMTm4Du/MfkChQBqrsQjNrb06Z0QsbrPU5nqcz1OZY61UVC1xoGU0BlxKyDyJNDDBWoqGiIxAMBSCqqABaq0ZVdfxQIZCukqeDG1/PDHeH4bYKryP/AB2hrFHQjxuePwUBVoJTH1PPXj7l+aNDoeDScz1OZw+vmLGHQ5o9LO1LObmxObmxObgKgKsASyT7qFQ5LWXpLsGmyuauqmT6Fbe1QWrIAx+QihOvke7T93aIuQYw8uq88V+Lhn2JhGXgibJ87PfmEUJgGxz1Xs/RObmxObmxObgO78oJj2rgAlufiarfRqOi6Q6TmepzPUotVkkAUTrJHQwsSlIsIb0DTIOe0gPyUXX7ngNX9t5n6mLHB3f2H2xby5X81un73k0ZX0dJ/wAxzibVo5xpOZ6nM4fXyq7TXs6TbOXat0mxObmxKEHuIDaKJbahbUoLRL8O2IuE6B0OQIaQlxoKUAZ2Cg4MfjrXFSifWaf7n7v1M19FLfix+8aH/nEXBW+bhxf+xNic3Ad35LHtbxpuqQG7NbbjbFjSYqO+Vyz1EeTa1VdAWtHSA8sIDujoyqazapqCobVKAwgWjVUWZWVX8l6LgS5yLYa02Mx1Zktg9jofe/zV+Ix2c9fD6mFAdOp5P8Th9fGdA6o0Aaqy3RG40ZDug4FdhzcGTTjA0XIiWjSwAYfIbTBroW5DSi5D812lFyf+KJirWiP3g9k00qPdHhWBzPPHf5jjdMjTDafT+vjz4hRw1q5qbjXgg4xq0J1CpBgVIo0Vx5q7BWiIkqYERFuqtfnxVf0jL6hiqwGk9RBEcjjMutZNDL3HVv8ARmRMYs+Ew+NTqfpz9cog5spHtAiNDax1wiyFFc2DaqGqhpgGQhwAUAwAUBgMHwWjf4L/ABObmxObmxAbzQBPv/Ev8m/uv9vtGZ5QFHD8hHMUQl6Ia9D6/OzCEt1JQDVGAtXAXAA7YUgcaL2XQrs2Ra10FF0FjdMBdALX4bVKsWYPL/BDHBxMVkr7VxOZ6nM9TmepgbFFjwlJ40eoy6WSQw9x7fQiIolJhH4KggPXr6aj50OqQRkltSp0UGD2t8xRN9iPqNsX1rMNYVIB+/Svp2AdYIgjY5E/ERo0426kA8zLuwYQkEtpQAKC6uVGqShC9EuDShEGgwMkv4bZd0Zl/XMvku6mXy68SgGJs66+FczYnNzYnNzYnNzYnNzYhVOMECvbg557zJCNU/zPzwv5TBXagOWFVquE/bnsQtX7XZ526B0gO7OZ6miN7PEAeCDV3cD/AB7ToXoQaxWADpOQqG9WM8xrlFmVCHQxESLV1X4GhS6v+zNgb6j4MhHD85XLPUqyhi9ivs/Yz1OZ6nM9TmepzPU5h0S0mRNu5NYBL6ngz9x2iDq+chuGB4YtZcBMYcC1k7j08LJQALFi3gPOr1WepzOH1ObmxM3Oq7osFNDUsGotQIagDFpoaEXSg6lKX8LXy0ABcAAfAAoBqstiN3o8bxU3v6HjoTYnNw6Bqy1Sif4jVqbE5ubE5ubE5ubE5ubE5ubE5ua6pCs8nUTomSJeCHUjUhSwWqrF5mxObmxObgO7CAKEtVwAdV2ISlslNGOodVwBSk2MDBqKbbLpZSWBZBoxj4bHEdbTy9Iwmaxi5bvmepzPU5nCInqHDQ5nM9TmepzPU5nqcz1OZ6nM6Pf7TqB3Ky5nqcz1OZw+o5aEDeEGAQRSXQVL+GjtOgyvB/iWo7Jq8vS9j3+HNzYnNzYnNzR8iciPKhxObmxObmxObmxObmxObmxObmxObmXs6OM4dkF4E5ubE5ubE5uA7vwBE1iqiYI0q/Y/uKTdarb9zmepzPU5nqAmqAGW3SUgWAjReVylnM9TmepzPU5nqcz1OZ6iIhLV0CCFdqP1+Be7OZ6nM9TmcPr4OoAXkDrPvOpbTLGCYyzdui9vAXp2nNzYnNzYnNzYlSPMYVbC9VQxsM2Jzc2Jzc2Jzc2Jzc2Jzc2Jzc2JjEPJTlQd6KNic3Nic3Nic3Ad34m8k1aHdr4ZO0LFEW4z4NExqL3qepzPU5nqVFhpouXdDCdEliZ5gHkUFAMVdvTBJirFO2DzinpZmepzPU5nqcz1OZ6nM9TPO0xxol73DtPqcz1OZ6nM4fXxs4Z9iYROpLSTxpeTpyp7ukAdSuodk1F2ZsTm5sTm4lPMOpXGF5TPcrgi4+yCrFnQnUEepK1UpspuNpvaZ0IRQTUXVCJzNic3Nic3Nic3Nic3A1LPUAtV2CK20ddRyv8A4CbE5ubE5ubE5uA7vyt9NczZNE7OJRRiDV+TXhZexAfFFFiPUdPqepzHIhzQFI7iaylS8wCs7oVul9SeoPEz7BSA0VYDozGCI5sqBehq0BgdEcdJ6nM9TmepzMtdKXNBtxk7pOZ6nM9TmepzOH187WPLby3x0calMsfpB8L2PZp8zm5sToTl61eqYNhNic3NiXUVLPtqXsKnoNYkhiSpmUsgboOqM5ubE5ubE5uaP5x6JR3tTynNzYnNzYnNzYnNwHd/Qta3Sj4ORDs2bVNMMXhVbnUzqWX1nM0QKPcdkV5KNJzPU5hTgqNOIIidErMxp8SBb4EdW9VVSlZg5j1tV2iZzPUDEz2iyPgFl2ZZTqHBUPBOZ6nM9TmepzOH1+iZxjWikeyZJa7gAcPDB5FPljGerZoWnqa0KuyRAOpMVSPJU2Jzc2JzcwLId4rV94jtMZVAq2moovXuqIEQ5h4sQQPRJooSHNs3hZ+M2Jzc2Jzc2Jzc2JzcB3fzavNRBa2OvzMe60VomyaJ5gKzg6FpL4LM0Va1KUBgpE6I6J36zmepzPU5jY2TLcpYU3U4uzEEJBjJATK6ENE6T1OZ6nM9TmepzOH1+QtRWigPM2ydHDw6+X6iN0buyeNq6VK5JY2udOWe8Cadaap0JqfMFMRSKHmmzsiZ0hR9ahg1ddDGUUFWmk2Jzc2Jzc2IDU6dWh7F6OuFpQ1iIFdJ3Jzc2Jzc2Jzc2JzcB3fxvrX1cnf+BfEs3FvA8R/Ln8gptYC5iG69Th/uIzTSik+UayYSdZiU5MbI+Sm229JjOTu40cUoXamspPU5nqcwTLiO8cLXpqwHkzmepzPU5nqczh9RVkS8t8dDuzONYtyndhfGnb4K6w0GB4f/ALNKZsYeT+T5gGBQwGyNidmGnGXYrx1LU1o2W6gTU/wGpuOiNYRR6TYnNwAHT0rNTrnZrDT0gCxiAdRLHtZ0dJsTm5sTm5sTm4Dux6KbUtXu/HVhZ0tfJo/vPEhyL+nz81cSyGpNZRSmi0SzDiV0rNq6mlAaOgKtB1gJr6R1E/meo7Kwevu1OmcK3dJ6nM9TmeoGalfeZi+xa7RSqAoiD1ppZ3o+VEDAR0l4xOvV42jB579fDo/MwoRWBpAtpoUFWo0SeLv3C8ay9N8qtlLZEw5PNnDcBSnZbV16nLS8pT1nNzYjFzwbecaG64JuWhgPHl8fZgLNooB2CguA7vzqiv0f42l8upbR4ev7xE51I4T5RREaSHVqMVzBix1Yz3KmM8U1kGmoNEEwi4KgIqgBlt05l9Bp2fhwe+XaHVeuq+6ZXmjpPU5nD6/Q1KoaYhz18NysNXQyeT5jjDQxXXI4w5JiCeI3nBt8VqDmhcUWBadbJYNgQRRnNzYlYmqPUg07gU2QZBCuwNW1jq0Bsfo9fJ1GHyfyTCStMy5/h+ZGAVZrxlsKAF1GBqFcOZgBgoFtQKAAYzqYBKGTIoYRZNE0/THBxkSxm9odB8PTmMn9I/8AGBpj9K9Tw6kuGlnY/v8A2IikENR/4wMp2Vged+ZZNLi8nT/jg8aV2MvJ04ln99NS8P8AxgZkNYFk6Tdbv2f7+42TWAp+IG4mOlC5bS5owXg/WIUUQRkt6PxA/wD/xAAUEQEAAAAAAAAAAAAAAAAAAACA/9oACAECAQE/ADT/AP/EABQRAQAAAAAAAAAAAAAAAAAAAID/2gAIAQMBAT8ANP8A/9k=) no-repeat center center;
  background-size: cover;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 1.8rem;
  padding-left: 1.8rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1300px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1240px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.9rem;
  margin-left: -0.9rem;
}

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

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 0.9rem;
  padding-left: 0.9rem;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-1 {
  flex: 0 0 0.0833333333;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 0.1666666667;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 0.25;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 0.3333333333;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 0.4166666667;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 0.5;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 0.5833333333;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 0.6666666667;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 0.75;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 0.8333333333;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 0.9166666667;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 1;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.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: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 0.0833333333;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 0.1666666667;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 0.25;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 0.3333333333;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 0.4166666667;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 0.5;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 0.5833333333;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 0.6666666667;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 0.75;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 0.8333333333;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 0.9166666667;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 1;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-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: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 0.0833333333;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 0.1666666667;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 0.25;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 0.3333333333;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 0.4166666667;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 0.5;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 0.5833333333;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 0.6666666667;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 0.75;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 0.8333333333;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 0.9166666667;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 1;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-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: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 0.0833333333;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 0.1666666667;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 0.25;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 0.3333333333;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 0.4166666667;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 0.5;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 0.5833333333;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 0.6666666667;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 0.75;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 0.8333333333;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 0.9166666667;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 1;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-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: 1300px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 0.0833333333;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 0.1666666667;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 0.25;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 0.3333333333;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 0.4166666667;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 0.5;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 0.5833333333;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 0.6666666667;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 0.75;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 0.8333333333;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 0.9166666667;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 1;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-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%;
  }
  .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%;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.4em + 1.146rem + 2px);
  padding: 0.573rem 0.45rem;
  font-size: 0.888rem;
  font-weight: 400;
  line-height: 1.4;
  color: #8F8F8F;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #fff;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #8F8F8F;
}
.form-control::-moz-placeholder {
  color: #8F8F8F;
  opacity: 1;
}
.form-control::placeholder {
  color: #8F8F8F;
  opacity: 1;
}
.form-control:focus {
  color: #8F8F8F;
  background-color: #fff;
  border-color: #090909;
  outline: 0;
  box-shadow: none;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #D3D3D4;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.573rem + 1px);
  padding-bottom: calc(0.573rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.4;
}

.col-form-label-lg {
  padding-top: calc(1.25rem + 1px);
  padding-bottom: calc(1.25rem + 1px);
  font-size: 1rem;
  line-height: 1.4;
}

.col-form-label-sm {
  padding-top: calc(0.362rem + 1px);
  padding-bottom: calc(0.362rem + 1px);
  font-size: 0.888rem;
  line-height: 1;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.573rem 0;
  margin-bottom: 0;
  font-size: 0.888rem;
  line-height: 1.4;
  color: #8F8F8F;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1em + 0.724rem + 2px);
  padding: 0.362rem 0.5rem;
  font-size: 0.888rem;
  line-height: 1;
}

.form-control-lg {
  height: calc(1.4em + 2.5rem + 2px);
  padding: 1.25rem 1.25rem;
  font-size: 0.888rem;
  line-height: 1.4;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

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

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

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #A7A8A9;
}

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

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.5rem;
  font-size: 85%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1.166rem;
  line-height: 1.4;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.8rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.4em + 1.146rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%2328a745%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.35em + 0.2865rem) center;
  background-size: calc(0.7em + 0.573rem) calc(0.7em + 0.573rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.4em + 1.146rem);
  background-position: top calc(0.35em + 0.2865rem) right calc(0.35em + 0.2865rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.7595rem);
  background: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") no-repeat right 0.9rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%2328a745%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e") #fff no-repeat center right 1.9rem/calc(0.7em + 0.573rem) calc(0.7em + 0.573rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.5rem;
  font-size: 85%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1.166rem;
  line-height: 1.4;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.8rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.4em + 1.146rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.35em + 0.2865rem) center;
  background-size: calc(0.7em + 0.573rem) calc(0.7em + 0.573rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.4em + 1.146rem);
  background-position: top calc(0.35em + 0.2865rem) right calc(0.35em + 0.2865rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.7595rem);
  background: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") no-repeat right 0.9rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e") #fff no-repeat center right 1.9rem/calc(0.7em + 0.573rem) calc(0.7em + 0.573rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select,
.form-floating > .wpcf7-form-control-wrap > .form-control,
.form-floating > .wpcf7-form-control-wrap > .form-select {
  height: calc(1.4em + 1.146rem + 2px);
  line-height: 1.4;
}
.form-floating > textarea.form-control,
.form-floating > .wpcf7-form-control-wrap > textarea.form-control {
  height: auto;
}
.form-floating > label {
  font-size: 0.888rem;
  font-weight: 400;
  line-height: 1.4;
  color: #8F8F8F;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  margin: 0.573rem 0.9rem;
  pointer-events: none;
  border: 4px solid transparent;
  transform-origin: 0 0;
  transition: all 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .wpcf7-form-control-wrap > .form-control {
  padding: 0.573rem 0.9rem;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .wpcf7-form-control-wrap > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .wpcf7-form-control-wrap > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label, .form-floating > .wpcf7-form-control-wrap > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: translateY(-100%);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label,
.form-floating > .wpcf7-form-control-wrap > .form-control:focus ~ label,
.form-floating > .wpcf7-form-control-wrap > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .wpcf7-form-control-wrap > .form-select ~ label {
  opacity: 0.65;
  transform: translateY(-100%);
}
.form-floating > .form-control:-webkit-autofill ~ label,
.form-floating > .wpcf7-form-control-wrap > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: translateY(-100%);
}
.form-floating .wpcf7-form-control-wrap.focused ~ label,
.form-floating .wpcf7-form-control-wrap.valid ~ label {
  font-size: 0.777rem;
  height: auto;
  transform: translateY(-100%);
  background: #fff;
}

.btn {
  display: inline-block;
  font-family: "Futura PT", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  color: #8F8F8F;
  text-align: center;
  letter-spacing: 0.025rem;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.573rem 1.8rem;
  font-size: 0.888rem;
  line-height: 1.4;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #8F8F8F;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled, .disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-light {
  color: #212529;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e2e2;
  border-color: gainsboro;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e2e2;
  border-color: gainsboro;
  box-shadow: 0 0 0 0.2rem rgba(213, 214, 214, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
}
.btn-light:not(:disabled, .disabled):active, .btn-light:not(:disabled, .disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: gainsboro;
  border-color: #d5d5d5;
}
.btn-light:not(:disabled, .disabled):active:focus, .btn-light:not(:disabled, .disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(213, 214, 214, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled, .disabled):active, .btn-dark:not(:disabled, .disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled, .disabled):active:focus, .btn-dark:not(:disabled, .disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-primary {
  color: #fff;
  background-color: #195C68;
  border-color: #195C68;
}
.btn-primary:hover {
  color: #fff;
  background-color: #124149;
  border-color: #0f383f;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #124149;
  border-color: #0f383f;
  box-shadow: 0 0 0 0.2rem rgba(60, 116, 127, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #195C68;
  border-color: #195C68;
}
.btn-primary:not(:disabled, .disabled):active, .btn-primary:not(:disabled, .disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0f383f;
  border-color: #0d2f35;
}
.btn-primary:not(:disabled, .disabled):active:focus, .btn-primary:not(:disabled, .disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 116, 127, 0.5);
}

.btn-primary-trans {
  color: #fff;
  background-color: rgba(25, 92, 104, 0.8);
  border-color: rgba(25, 92, 104, 0.8);
}
.btn-primary-trans:hover {
  color: #fff;
  background-color: rgba(18, 65, 73, 0.8);
  border-color: rgba(15, 56, 63, 0.8);
}
.btn-primary-trans:focus, .btn-primary-trans.focus {
  color: #fff;
  background-color: rgba(18, 65, 73, 0.8);
  border-color: rgba(15, 56, 63, 0.8);
  box-shadow: 0 0 0 0.2rem rgba(73, 126, 136, 0.5);
}
.btn-primary-trans.disabled, .btn-primary-trans:disabled {
  color: #fff;
  background-color: rgba(25, 92, 104, 0.8);
  border-color: rgba(25, 92, 104, 0.8);
}
.btn-primary-trans:not(:disabled, .disabled):active, .btn-primary-trans:not(:disabled, .disabled).active, .show > .btn-primary-trans.dropdown-toggle {
  color: #fff;
  background-color: rgba(15, 56, 63, 0.8);
  border-color: rgba(13, 47, 53, 0.8);
}
.btn-primary-trans:not(:disabled, .disabled):active:focus, .btn-primary-trans:not(:disabled, .disabled).active:focus, .show > .btn-primary-trans.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(73, 126, 136, 0.5);
}

.btn-primary-mix {
  color: #fff;
  background-color: #407b86;
  border-color: #407b86;
}
.btn-primary-mix:hover {
  color: #fff;
  background-color: #34636c;
  border-color: #305b63;
}
.btn-primary-mix:focus, .btn-primary-mix.focus {
  color: #fff;
  background-color: #34636c;
  border-color: #305b63;
  box-shadow: 0 0 0 0.2rem rgba(93, 143, 152, 0.5);
}
.btn-primary-mix.disabled, .btn-primary-mix:disabled {
  color: #fff;
  background-color: #407b86;
  border-color: #407b86;
}
.btn-primary-mix:not(:disabled, .disabled):active, .btn-primary-mix:not(:disabled, .disabled).active, .show > .btn-primary-mix.dropdown-toggle {
  color: #fff;
  background-color: #305b63;
  border-color: #2b535b;
}
.btn-primary-mix:not(:disabled, .disabled):active:focus, .btn-primary-mix:not(:disabled, .disabled).active:focus, .show > .btn-primary-mix.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(93, 143, 152, 0.5);
}

.btn-primary-light {
  color: #fff;
  background-color: #679AA3;
  border-color: #679AA3;
}
.btn-primary-light:hover {
  color: #fff;
  background-color: #56858e;
  border-color: #517e86;
}
.btn-primary-light:focus, .btn-primary-light.focus {
  color: #fff;
  background-color: #56858e;
  border-color: #517e86;
  box-shadow: 0 0 0 0.2rem rgba(126, 169, 177, 0.5);
}
.btn-primary-light.disabled, .btn-primary-light:disabled {
  color: #fff;
  background-color: #679AA3;
  border-color: #679AA3;
}
.btn-primary-light:not(:disabled, .disabled):active, .btn-primary-light:not(:disabled, .disabled).active, .show > .btn-primary-light.dropdown-toggle {
  color: #fff;
  background-color: #517e86;
  border-color: #4c777e;
}
.btn-primary-light:not(:disabled, .disabled):active:focus, .btn-primary-light:not(:disabled, .disabled).active:focus, .show > .btn-primary-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(126, 169, 177, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #94C11F;
  border-color: #94C11F;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #7ba01a;
  border-color: #729518;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #7ba01a;
  border-color: #729518;
  box-shadow: 0 0 0 0.2rem rgba(164, 202, 65, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #94C11F;
  border-color: #94C11F;
}
.btn-secondary:not(:disabled, .disabled):active, .btn-secondary:not(:disabled, .disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #729518;
  border-color: #6a8a16;
}
.btn-secondary:not(:disabled, .disabled):active:focus, .btn-secondary:not(:disabled, .disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(164, 202, 65, 0.5);
}

.btn-tertiary-one {
  color: #fff;
  background-color: #A71367;
  border-color: #A71367;
}
.btn-tertiary-one:hover {
  color: #fff;
  background-color: #850f52;
  border-color: #790e4b;
}
.btn-tertiary-one:focus, .btn-tertiary-one.focus {
  color: #fff;
  background-color: #850f52;
  border-color: #790e4b;
  box-shadow: 0 0 0 0.2rem rgba(180, 54, 126, 0.5);
}
.btn-tertiary-one.disabled, .btn-tertiary-one:disabled {
  color: #fff;
  background-color: #A71367;
  border-color: #A71367;
}
.btn-tertiary-one:not(:disabled, .disabled):active, .btn-tertiary-one:not(:disabled, .disabled).active, .show > .btn-tertiary-one.dropdown-toggle {
  color: #fff;
  background-color: #790e4b;
  border-color: #6e0c44;
}
.btn-tertiary-one:not(:disabled, .disabled):active:focus, .btn-tertiary-one:not(:disabled, .disabled).active:focus, .show > .btn-tertiary-one.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(180, 54, 126, 0.5);
}

.btn-tertiary-two {
  color: #fff;
  background-color: #034170;
  border-color: #034170;
}
.btn-tertiary-two:hover {
  color: #fff;
  background-color: #022b4b;
  border-color: #02243e;
}
.btn-tertiary-two:focus, .btn-tertiary-two.focus {
  color: #fff;
  background-color: #022b4b;
  border-color: #02243e;
  box-shadow: 0 0 0 0.2rem rgba(41, 94, 133, 0.5);
}
.btn-tertiary-two.disabled, .btn-tertiary-two:disabled {
  color: #fff;
  background-color: #034170;
  border-color: #034170;
}
.btn-tertiary-two:not(:disabled, .disabled):active, .btn-tertiary-two:not(:disabled, .disabled).active, .show > .btn-tertiary-two.dropdown-toggle {
  color: #fff;
  background-color: #02243e;
  border-color: #011d32;
}
.btn-tertiary-two:not(:disabled, .disabled):active:focus, .btn-tertiary-two:not(:disabled, .disabled).active:focus, .show > .btn-tertiary-two.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 94, 133, 0.5);
}

.btn-tertiary-three {
  color: #fff;
  background-color: #F5B3C5;
  border-color: #F5B3C5;
}
.btn-tertiary-three:hover {
  color: #fff;
  background-color: #f191ab;
  border-color: #ef86a3;
}
.btn-tertiary-three:focus, .btn-tertiary-three.focus {
  color: #fff;
  background-color: #f191ab;
  border-color: #ef86a3;
  box-shadow: 0 0 0 0.2rem rgba(247, 190, 206, 0.5);
}
.btn-tertiary-three.disabled, .btn-tertiary-three:disabled {
  color: #fff;
  background-color: #F5B3C5;
  border-color: #F5B3C5;
}
.btn-tertiary-three:not(:disabled, .disabled):active, .btn-tertiary-three:not(:disabled, .disabled).active, .show > .btn-tertiary-three.dropdown-toggle {
  color: #fff;
  background-color: #ef86a3;
  border-color: #ee7b9a;
}
.btn-tertiary-three:not(:disabled, .disabled):active:focus, .btn-tertiary-three:not(:disabled, .disabled).active:focus, .show > .btn-tertiary-three.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 190, 206, 0.5);
}

.btn-tertiary-three-dark {
  color: #fff;
  background-color: #F193AC;
  border-color: #F193AC;
}
.btn-tertiary-three-dark:hover {
  color: #fff;
  background-color: #ed7192;
  border-color: #eb6689;
}
.btn-tertiary-three-dark:focus, .btn-tertiary-three-dark.focus {
  color: #fff;
  background-color: #ed7192;
  border-color: #eb6689;
  box-shadow: 0 0 0 0.2rem rgba(243, 163, 184, 0.5);
}
.btn-tertiary-three-dark.disabled, .btn-tertiary-three-dark:disabled {
  color: #fff;
  background-color: #F193AC;
  border-color: #F193AC;
}
.btn-tertiary-three-dark:not(:disabled, .disabled):active, .btn-tertiary-three-dark:not(:disabled, .disabled).active, .show > .btn-tertiary-three-dark.dropdown-toggle {
  color: #fff;
  background-color: #eb6689;
  border-color: #ea5b81;
}
.btn-tertiary-three-dark:not(:disabled, .disabled):active:focus, .btn-tertiary-three-dark:not(:disabled, .disabled).active:focus, .show > .btn-tertiary-three-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 163, 184, 0.5);
}

.btn-tertiary-four {
  color: #fff;
  background-color: #0091B3;
  border-color: #0091B3;
}
.btn-tertiary-four:hover {
  color: #fff;
  background-color: #00728d;
  border-color: #006880;
}
.btn-tertiary-four:focus, .btn-tertiary-four.focus {
  color: #fff;
  background-color: #00728d;
  border-color: #006880;
  box-shadow: 0 0 0 0.2rem rgba(38, 162, 190, 0.5);
}
.btn-tertiary-four.disabled, .btn-tertiary-four:disabled {
  color: #fff;
  background-color: #0091B3;
  border-color: #0091B3;
}
.btn-tertiary-four:not(:disabled, .disabled):active, .btn-tertiary-four:not(:disabled, .disabled).active, .show > .btn-tertiary-four.dropdown-toggle {
  color: #fff;
  background-color: #006880;
  border-color: #005d73;
}
.btn-tertiary-four:not(:disabled, .disabled):active:focus, .btn-tertiary-four:not(:disabled, .disabled).active:focus, .show > .btn-tertiary-four.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 162, 190, 0.5);
}

.btn-white {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-white:focus, .btn-white.focus {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.btn-white.disabled, .btn-white:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:not(:disabled, .disabled):active, .btn-white:not(:disabled, .disabled).active, .show > .btn-white.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-white:not(:disabled, .disabled):active:focus, .btn-white:not(:disabled, .disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-gray-dark {
  color: #fff;
  background-color: #636363;
  border-color: #636363;
}
.btn-gray-dark:hover {
  color: #fff;
  background-color: #505050;
  border-color: #4a4a4a;
}
.btn-gray-dark:focus, .btn-gray-dark.focus {
  color: #fff;
  background-color: #505050;
  border-color: #4a4a4a;
  box-shadow: 0 0 0 0.2rem rgba(122, 122, 122, 0.5);
}
.btn-gray-dark.disabled, .btn-gray-dark:disabled {
  color: #fff;
  background-color: #636363;
  border-color: #636363;
}
.btn-gray-dark:not(:disabled, .disabled):active, .btn-gray-dark:not(:disabled, .disabled).active, .show > .btn-gray-dark.dropdown-toggle {
  color: #fff;
  background-color: #4a4a4a;
  border-color: #434343;
}
.btn-gray-dark:not(:disabled, .disabled):active:focus, .btn-gray-dark:not(:disabled, .disabled).active:focus, .show > .btn-gray-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(122, 122, 122, 0.5);
}

.btn-gray {
  color: #fff;
  background-color: #8F8F8F;
  border-color: #8F8F8F;
}
.btn-gray:hover {
  color: #fff;
  background-color: #7c7c7c;
  border-color: #767676;
}
.btn-gray:focus, .btn-gray.focus {
  color: #fff;
  background-color: #7c7c7c;
  border-color: #767676;
  box-shadow: 0 0 0 0.2rem rgba(160, 160, 160, 0.5);
}
.btn-gray.disabled, .btn-gray:disabled {
  color: #fff;
  background-color: #8F8F8F;
  border-color: #8F8F8F;
}
.btn-gray:not(:disabled, .disabled):active, .btn-gray:not(:disabled, .disabled).active, .show > .btn-gray.dropdown-toggle {
  color: #fff;
  background-color: #767676;
  border-color: #6f6f6f;
}
.btn-gray:not(:disabled, .disabled):active:focus, .btn-gray:not(:disabled, .disabled).active:focus, .show > .btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(160, 160, 160, 0.5);
}

.btn-gray-light {
  color: #212529;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
}
.btn-gray-light:hover {
  color: #212529;
  background-color: #e2e2e2;
  border-color: gainsboro;
}
.btn-gray-light:focus, .btn-gray-light.focus {
  color: #212529;
  background-color: #e2e2e2;
  border-color: gainsboro;
  box-shadow: 0 0 0 0.2rem rgba(213, 214, 214, 0.5);
}
.btn-gray-light.disabled, .btn-gray-light:disabled {
  color: #212529;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
}
.btn-gray-light:not(:disabled, .disabled):active, .btn-gray-light:not(:disabled, .disabled).active, .show > .btn-gray-light.dropdown-toggle {
  color: #212529;
  background-color: gainsboro;
  border-color: #d5d5d5;
}
.btn-gray-light:not(:disabled, .disabled):active:focus, .btn-gray-light:not(:disabled, .disabled).active:focus, .show > .btn-gray-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(213, 214, 214, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled, .disabled):active, .btn-success:not(:disabled, .disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled, .disabled):active:focus, .btn-success:not(:disabled, .disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled, .disabled):active, .btn-info:not(:disabled, .disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled, .disabled):active:focus, .btn-info:not(:disabled, .disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #fff;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(255, 202, 44, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled, .disabled):active, .btn-warning:not(:disabled, .disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled, .disabled):active:focus, .btn-warning:not(:disabled, .disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 202, 44, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled, .disabled):active, .btn-danger:not(:disabled, .disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled, .disabled):active:focus, .btn-danger:not(:disabled, .disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-black {
  color: #fff;
  background-color: #090909;
  border-color: #090909;
}
.btn-black:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-black:focus, .btn-black.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(46, 46, 46, 0.5);
}
.btn-black.disabled, .btn-black:disabled {
  color: #fff;
  background-color: #090909;
  border-color: #090909;
}
.btn-black:not(:disabled, .disabled):active, .btn-black:not(:disabled, .disabled).active, .show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-black:not(:disabled, .disabled):active:focus, .btn-black:not(:disabled, .disabled).active:focus, .show > .btn-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(46, 46, 46, 0.5);
}

.btn-outline-light {
  color: #F5F5F5;
  border-color: #F5F5F5;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #F5F5F5;
  background-color: transparent;
}
.btn-outline-light:not(:disabled, .disabled):active, .btn-outline-light:not(:disabled, .disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
}
.btn-outline-light:not(:disabled, .disabled):active:focus, .btn-outline-light:not(:disabled, .disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled, .disabled):active, .btn-outline-dark:not(:disabled, .disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled, .disabled):active:focus, .btn-outline-dark:not(:disabled, .disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #195C68;
  border-color: #195C68;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #195C68;
  border-color: #195C68;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(25, 92, 104, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #195C68;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled, .disabled):active, .btn-outline-primary:not(:disabled, .disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #195C68;
  border-color: #195C68;
}
.btn-outline-primary:not(:disabled, .disabled):active:focus, .btn-outline-primary:not(:disabled, .disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(25, 92, 104, 0.5);
}

.btn-outline-primary-trans {
  color: rgba(25, 92, 104, 0.8);
  border-color: rgba(25, 92, 104, 0.8);
}
.btn-outline-primary-trans:hover {
  color: #fff;
  background-color: rgba(25, 92, 104, 0.8);
  border-color: rgba(25, 92, 104, 0.8);
}
.btn-outline-primary-trans:focus, .btn-outline-primary-trans.focus {
  box-shadow: 0 0 0 0.2rem rgba(25, 92, 104, 0.5);
}
.btn-outline-primary-trans.disabled, .btn-outline-primary-trans:disabled {
  color: rgba(25, 92, 104, 0.8);
  background-color: transparent;
}
.btn-outline-primary-trans:not(:disabled, .disabled):active, .btn-outline-primary-trans:not(:disabled, .disabled).active, .show > .btn-outline-primary-trans.dropdown-toggle {
  color: #fff;
  background-color: rgba(25, 92, 104, 0.8);
  border-color: rgba(25, 92, 104, 0.8);
}
.btn-outline-primary-trans:not(:disabled, .disabled):active:focus, .btn-outline-primary-trans:not(:disabled, .disabled).active:focus, .show > .btn-outline-primary-trans.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(25, 92, 104, 0.5);
}

.btn-outline-primary-mix {
  color: #407b86;
  border-color: #407b86;
}
.btn-outline-primary-mix:hover {
  color: #fff;
  background-color: #407b86;
  border-color: #407b86;
}
.btn-outline-primary-mix:focus, .btn-outline-primary-mix.focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 123, 134, 0.5);
}
.btn-outline-primary-mix.disabled, .btn-outline-primary-mix:disabled {
  color: #407b86;
  background-color: transparent;
}
.btn-outline-primary-mix:not(:disabled, .disabled):active, .btn-outline-primary-mix:not(:disabled, .disabled).active, .show > .btn-outline-primary-mix.dropdown-toggle {
  color: #fff;
  background-color: #407b86;
  border-color: #407b86;
}
.btn-outline-primary-mix:not(:disabled, .disabled):active:focus, .btn-outline-primary-mix:not(:disabled, .disabled).active:focus, .show > .btn-outline-primary-mix.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 123, 134, 0.5);
}

.btn-outline-primary-light {
  color: #679AA3;
  border-color: #679AA3;
}
.btn-outline-primary-light:hover {
  color: #fff;
  background-color: #679AA3;
  border-color: #679AA3;
}
.btn-outline-primary-light:focus, .btn-outline-primary-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(103, 154, 163, 0.5);
}
.btn-outline-primary-light.disabled, .btn-outline-primary-light:disabled {
  color: #679AA3;
  background-color: transparent;
}
.btn-outline-primary-light:not(:disabled, .disabled):active, .btn-outline-primary-light:not(:disabled, .disabled).active, .show > .btn-outline-primary-light.dropdown-toggle {
  color: #fff;
  background-color: #679AA3;
  border-color: #679AA3;
}
.btn-outline-primary-light:not(:disabled, .disabled):active:focus, .btn-outline-primary-light:not(:disabled, .disabled).active:focus, .show > .btn-outline-primary-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(103, 154, 163, 0.5);
}

.btn-outline-secondary {
  color: #94C11F;
  border-color: #94C11F;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #94C11F;
  border-color: #94C11F;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(148, 193, 31, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #94C11F;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled, .disabled):active, .btn-outline-secondary:not(:disabled, .disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #94C11F;
  border-color: #94C11F;
}
.btn-outline-secondary:not(:disabled, .disabled):active:focus, .btn-outline-secondary:not(:disabled, .disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(148, 193, 31, 0.5);
}

.btn-outline-tertiary-one {
  color: #A71367;
  border-color: #A71367;
}
.btn-outline-tertiary-one:hover {
  color: #fff;
  background-color: #A71367;
  border-color: #A71367;
}
.btn-outline-tertiary-one:focus, .btn-outline-tertiary-one.focus {
  box-shadow: 0 0 0 0.2rem rgba(167, 19, 103, 0.5);
}
.btn-outline-tertiary-one.disabled, .btn-outline-tertiary-one:disabled {
  color: #A71367;
  background-color: transparent;
}
.btn-outline-tertiary-one:not(:disabled, .disabled):active, .btn-outline-tertiary-one:not(:disabled, .disabled).active, .show > .btn-outline-tertiary-one.dropdown-toggle {
  color: #fff;
  background-color: #A71367;
  border-color: #A71367;
}
.btn-outline-tertiary-one:not(:disabled, .disabled):active:focus, .btn-outline-tertiary-one:not(:disabled, .disabled).active:focus, .show > .btn-outline-tertiary-one.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(167, 19, 103, 0.5);
}

.btn-outline-tertiary-two {
  color: #034170;
  border-color: #034170;
}
.btn-outline-tertiary-two:hover {
  color: #fff;
  background-color: #034170;
  border-color: #034170;
}
.btn-outline-tertiary-two:focus, .btn-outline-tertiary-two.focus {
  box-shadow: 0 0 0 0.2rem rgba(3, 65, 112, 0.5);
}
.btn-outline-tertiary-two.disabled, .btn-outline-tertiary-two:disabled {
  color: #034170;
  background-color: transparent;
}
.btn-outline-tertiary-two:not(:disabled, .disabled):active, .btn-outline-tertiary-two:not(:disabled, .disabled).active, .show > .btn-outline-tertiary-two.dropdown-toggle {
  color: #fff;
  background-color: #034170;
  border-color: #034170;
}
.btn-outline-tertiary-two:not(:disabled, .disabled):active:focus, .btn-outline-tertiary-two:not(:disabled, .disabled).active:focus, .show > .btn-outline-tertiary-two.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(3, 65, 112, 0.5);
}

.btn-outline-tertiary-three {
  color: #F5B3C5;
  border-color: #F5B3C5;
}
.btn-outline-tertiary-three:hover {
  color: #fff;
  background-color: #F5B3C5;
  border-color: #F5B3C5;
}
.btn-outline-tertiary-three:focus, .btn-outline-tertiary-three.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 179, 197, 0.5);
}
.btn-outline-tertiary-three.disabled, .btn-outline-tertiary-three:disabled {
  color: #F5B3C5;
  background-color: transparent;
}
.btn-outline-tertiary-three:not(:disabled, .disabled):active, .btn-outline-tertiary-three:not(:disabled, .disabled).active, .show > .btn-outline-tertiary-three.dropdown-toggle {
  color: #fff;
  background-color: #F5B3C5;
  border-color: #F5B3C5;
}
.btn-outline-tertiary-three:not(:disabled, .disabled):active:focus, .btn-outline-tertiary-three:not(:disabled, .disabled).active:focus, .show > .btn-outline-tertiary-three.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 179, 197, 0.5);
}

.btn-outline-tertiary-three-dark {
  color: #F193AC;
  border-color: #F193AC;
}
.btn-outline-tertiary-three-dark:hover {
  color: #fff;
  background-color: #F193AC;
  border-color: #F193AC;
}
.btn-outline-tertiary-three-dark:focus, .btn-outline-tertiary-three-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 147, 172, 0.5);
}
.btn-outline-tertiary-three-dark.disabled, .btn-outline-tertiary-three-dark:disabled {
  color: #F193AC;
  background-color: transparent;
}
.btn-outline-tertiary-three-dark:not(:disabled, .disabled):active, .btn-outline-tertiary-three-dark:not(:disabled, .disabled).active, .show > .btn-outline-tertiary-three-dark.dropdown-toggle {
  color: #fff;
  background-color: #F193AC;
  border-color: #F193AC;
}
.btn-outline-tertiary-three-dark:not(:disabled, .disabled):active:focus, .btn-outline-tertiary-three-dark:not(:disabled, .disabled).active:focus, .show > .btn-outline-tertiary-three-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 147, 172, 0.5);
}

.btn-outline-tertiary-four {
  color: #0091B3;
  border-color: #0091B3;
}
.btn-outline-tertiary-four:hover {
  color: #fff;
  background-color: #0091B3;
  border-color: #0091B3;
}
.btn-outline-tertiary-four:focus, .btn-outline-tertiary-four.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 145, 179, 0.5);
}
.btn-outline-tertiary-four.disabled, .btn-outline-tertiary-four:disabled {
  color: #0091B3;
  background-color: transparent;
}
.btn-outline-tertiary-four:not(:disabled, .disabled):active, .btn-outline-tertiary-four:not(:disabled, .disabled).active, .show > .btn-outline-tertiary-four.dropdown-toggle {
  color: #fff;
  background-color: #0091B3;
  border-color: #0091B3;
}
.btn-outline-tertiary-four:not(:disabled, .disabled):active:focus, .btn-outline-tertiary-four:not(:disabled, .disabled).active:focus, .show > .btn-outline-tertiary-four.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 145, 179, 0.5);
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
}
.btn-outline-white:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:focus, .btn-outline-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-white:not(:disabled, .disabled):active, .btn-outline-white:not(:disabled, .disabled).active, .show > .btn-outline-white.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:not(:disabled, .disabled):active:focus, .btn-outline-white:not(:disabled, .disabled).active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-gray-dark {
  color: #636363;
  border-color: #636363;
}
.btn-outline-gray-dark:hover {
  color: #fff;
  background-color: #636363;
  border-color: #636363;
}
.btn-outline-gray-dark:focus, .btn-outline-gray-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 99, 99, 0.5);
}
.btn-outline-gray-dark.disabled, .btn-outline-gray-dark:disabled {
  color: #636363;
  background-color: transparent;
}
.btn-outline-gray-dark:not(:disabled, .disabled):active, .btn-outline-gray-dark:not(:disabled, .disabled).active, .show > .btn-outline-gray-dark.dropdown-toggle {
  color: #fff;
  background-color: #636363;
  border-color: #636363;
}
.btn-outline-gray-dark:not(:disabled, .disabled):active:focus, .btn-outline-gray-dark:not(:disabled, .disabled).active:focus, .show > .btn-outline-gray-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 99, 99, 0.5);
}

.btn-outline-gray {
  color: #8F8F8F;
  border-color: #8F8F8F;
}
.btn-outline-gray:hover {
  color: #fff;
  background-color: #8F8F8F;
  border-color: #8F8F8F;
}
.btn-outline-gray:focus, .btn-outline-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(143, 143, 143, 0.5);
}
.btn-outline-gray.disabled, .btn-outline-gray:disabled {
  color: #8F8F8F;
  background-color: transparent;
}
.btn-outline-gray:not(:disabled, .disabled):active, .btn-outline-gray:not(:disabled, .disabled).active, .show > .btn-outline-gray.dropdown-toggle {
  color: #fff;
  background-color: #8F8F8F;
  border-color: #8F8F8F;
}
.btn-outline-gray:not(:disabled, .disabled):active:focus, .btn-outline-gray:not(:disabled, .disabled).active:focus, .show > .btn-outline-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(143, 143, 143, 0.5);
}

.btn-outline-gray-light {
  color: #F5F5F5;
  border-color: #F5F5F5;
}
.btn-outline-gray-light:hover {
  color: #212529;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
}
.btn-outline-gray-light:focus, .btn-outline-gray-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}
.btn-outline-gray-light.disabled, .btn-outline-gray-light:disabled {
  color: #F5F5F5;
  background-color: transparent;
}
.btn-outline-gray-light:not(:disabled, .disabled):active, .btn-outline-gray-light:not(:disabled, .disabled).active, .show > .btn-outline-gray-light.dropdown-toggle {
  color: #212529;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
}
.btn-outline-gray-light:not(:disabled, .disabled):active:focus, .btn-outline-gray-light:not(:disabled, .disabled).active:focus, .show > .btn-outline-gray-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled, .disabled):active, .btn-outline-success:not(:disabled, .disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled, .disabled):active:focus, .btn-outline-success:not(:disabled, .disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled, .disabled):active, .btn-outline-info:not(:disabled, .disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled, .disabled):active:focus, .btn-outline-info:not(:disabled, .disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled, .disabled):active, .btn-outline-warning:not(:disabled, .disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled, .disabled):active:focus, .btn-outline-warning:not(:disabled, .disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled, .disabled):active, .btn-outline-danger:not(:disabled, .disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled, .disabled):active:focus, .btn-outline-danger:not(:disabled, .disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-black {
  color: #090909;
  border-color: #090909;
}
.btn-outline-black:hover {
  color: #fff;
  background-color: #090909;
  border-color: #090909;
}
.btn-outline-black:focus, .btn-outline-black.focus {
  box-shadow: 0 0 0 0.2rem rgba(9, 9, 9, 0.5);
}
.btn-outline-black.disabled, .btn-outline-black:disabled {
  color: #090909;
  background-color: transparent;
}
.btn-outline-black:not(:disabled, .disabled):active, .btn-outline-black:not(:disabled, .disabled).active, .show > .btn-outline-black.dropdown-toggle {
  color: #fff;
  background-color: #090909;
  border-color: #090909;
}
.btn-outline-black:not(:disabled, .disabled):active:focus, .btn-outline-black:not(:disabled, .disabled).active:focus, .show > .btn-outline-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(9, 9, 9, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #94C11F;
  text-decoration: none;
}
.btn-link:hover {
  color: #b8e24a;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #636363;
  pointer-events: none;
}

.btn-lg {
  padding: 1.25rem 1.25rem;
  font-size: 1rem;
  line-height: 1.4;
}

.btn-sm {
  padding: 0.362rem 0.5rem;
  font-size: 0.888rem;
  line-height: 1;
}

.btn-xs {
  padding: 0.264rem 1rem;
  font-size: 0.777rem;
  line-height: 1.2;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.btn-display {
  display: flex;
  flex-direction: row;
  border-radius: 0;
  border-top-left-radius: 2.15rem;
  border-bottom-right-radius: 2.15rem;
  max-width: 20rem;
  min-width: 8rem;
}
.btn-display p {
  align-self: center;
  margin-bottom: 0;
}

.btn-horizontal {
  display: inline-flex;
  flex-direction: row;
  border-radius: 0;
}
.btn-horizontal p {
  align-self: center;
  margin-bottom: 0;
  display: inline;
}

.btn-stacked p:last-of-type {
  margin-bottom: 0;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.573rem 0.9rem;
  margin-bottom: 0;
  font-size: 0.888rem;
  font-weight: 400;
  line-height: 1.4;
  color: #8F8F8F;
  text-align: center;
  white-space: nowrap;
  background-color: #D3D3D4;
  border: 1px solid #fff;
  border-radius: 0.3rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.4em + 2.5rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 1.25rem 1.25rem;
  font-size: 1rem;
  line-height: 1.4;
  border-radius: 1.7rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1em + 0.724rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.362rem 0.5rem;
  font-size: 0.888rem;
  line-height: 1;
  border-radius: 0.3rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.9rem;
}

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

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.4rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.2rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #94C11F;
  border-color: #94C11F;
  background-color: #fff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #090909;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #94C11F;
  background-color: white;
  border-color: #94C11F;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #636363;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #D3D3D4;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.2rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #8F8F8F solid 2px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.2rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%2394C11F%27 d=%27M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z%27/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #fff;
  background-color: #fff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%274%27 viewBox=%270 0 4 4%27%3e%3cpath stroke=%27%2394C11F%27 d=%27M0 2h4%27/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(25, 92, 104, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(25, 92, 104, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 viewBox=%27-3 -3 6 6%27%3e%3ccircle r=%273%27 fill=%27%2394C11F%27/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(25, 92, 104, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.2rem + 4px);
  left: calc(-2.25rem + 4px);
  width: calc(1rem - 8px);
  height: calc(1rem - 8px);
  background-color: #8F8F8F;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(25, 92, 104, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.4em + 1.146rem + 2px);
  padding: 0.573rem 1.9rem 0.573rem 0.9rem;
  font-family: "Futura PT", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.888rem;
  font-weight: 400;
  line-height: 1.4;
  color: #195C68;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") no-repeat right 0.9rem center/8px 10px;
  border: 1px solid #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #090909;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #8F8F8F;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.9rem;
  background-image: none;
}
.custom-select:disabled {
  color: #636363;
  background-color: #D3D3D4;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #195C68;
}

.custom-select-sm {
  height: calc(1em + 0.724rem + 2px);
  padding-top: 0.362rem;
  padding-bottom: 0.362rem;
  padding-left: 0.5rem;
  font-size: 0.888rem;
}

.custom-select-lg {
  height: calc(1.4em + 2.5rem + 2px);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  font-size: 1rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.4em + 1.146rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.4em + 1.146rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #090909;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #D3D3D4;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.4em + 1.146rem + 2px);
  padding: 0.573rem 0.9rem;
  font-family: "Futura PT", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  line-height: 1.4;
  color: #8F8F8F;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0.3rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.4em + 1.146rem);
  padding: 0.573rem 0.9rem;
  line-height: 1.4;
  color: #8F8F8F;
  content: "Browse";
  background-color: #D3D3D4;
  border-left: inherit;
  border-radius: 0 0.3rem 0.3rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #fff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: white;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #B9B9BA;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: white;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #B9B9BA;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #fff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: white;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #B9B9BA;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #B9B9BA;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #8F8F8F;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #8F8F8F;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #8F8F8F;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

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

.nav-link {
  display: block;
  font-family: "Futura PT", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  position: relative;
  height: 100%;
  padding: 0.6666666667rem 0.6666666667rem;
}
@media (min-width: 992px) {
  .nav-link {
    padding: 0.25rem 0.6666666667rem;
  }
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #636363;
  pointer-events: none;
  cursor: default;
}

.nav-item:hover > .nav-link::after, .nav-item:hover.nav-link::after, .nav-item:focus > .nav-link::after, .nav-item:focus.nav-link::after {
  opacity: 0.9;
}
.nav-item.active > .nav-link, .nav-item.active.nav-link {
  color: #195C68;
}
.nav-item.active > .nav-link::after, .nav-item.active.nav-link::after {
  background-color: #195C68;
  opacity: 1;
}

.nav-footer .menu {
  padding-left: 0;
  list-style: none;
}

.nav-footer .menu .menu-item {
  margin-bottom: 0.6666666667rem;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  -webkit-overflow-scrolling: touch;
  overflow: none;
  line-height: 1.5;
  text-align: center;
  font-size: 1.888rem;
  font-weight: 400;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.navbar-brand {
  display: flex;
  font-size: 1.444rem;
  line-height: inherit;
  white-space: nowrap;
  align-items: center;
  height: 100%;
}
@media (max-width: 1200px) {
  .navbar-brand {
    font-size: calc(1.2694rem + 0.2328vw);
  }
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

.navbar-primary {
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  transition: all 0.2s ease-in-out;
  align-items: center;
  height: 4.3334rem;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-primary {
    transition: none;
  }
}
@media only screen and (orientation: landscape) {
  .navbar-primary {
    height: 4.0334rem;
  }
}
@media only screen and (min-width: 576px) and (orientation: landscape) {
  .navbar-primary {
    height: 4.0334rem;
  }
}
@media only screen and (min-width: 576px) and (orientation: portrait) {
  .navbar-primary {
    height: 4.8334rem;
  }
}
@media only screen and (min-width: 768px) and (orientation: landscape) {
  .navbar-primary {
    height: 4.8334rem;
  }
}
@media only screen and (min-width: 768px) and (orientation: portrait) {
  .navbar-primary {
    height: 5.3334rem;
  }
}
@media only screen and (min-width: 992px) and (orientation: landscape) {
  .navbar-primary {
    height: 5.3334rem;
  }
}
@media only screen and (min-width: 992px) and (orientation: portrait) {
  .navbar-primary {
    height: 5.8334rem;
  }
}
@media only screen and (min-width: 1300px) and (orientation: landscape) {
  .navbar-primary {
    height: 5.8334rem;
  }
}

.navbar-dark .navbar-brand,
.navbar-open .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand svg,
.navbar-open .navbar-brand svg {
  fill: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus,
.navbar-open .navbar-brand:hover,
.navbar-open .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-brand:hover svg, .navbar-dark .navbar-brand:focus svg,
.navbar-open .navbar-brand:hover svg,
.navbar-open .navbar-brand:focus svg {
  fill: #fff;
}
.navbar-dark .navbar-nav .nav-link,
.navbar-open .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus,
.navbar-open .navbar-nav .nav-link:hover,
.navbar-open .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.85);
}
.navbar-dark .navbar-nav .nav-link.disabled,
.navbar-open .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-open .navbar-nav .show > .nav-link,
.navbar-open .navbar-nav .active > .nav-link,
.navbar-open .navbar-nav .nav-link.show,
.navbar-open .navbar-nav .nav-link.active {
  color: white;
}

.nav-hide {
  transform: translateY(-100%);
}
.nav-hide.shadow {
  box-shadow: none !important;
}
.nav-hide .dropdown-toggle::before,
.nav-hide .dropdown-menu {
  display: none !important;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #F5F5F5;
  background-clip: border-box;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.5rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-text p:last-child {
  margin-bottom: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.8rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-light {
  color: #848484;
  background-color: #fdfdfd;
  border-color: #fcfcfc;
}
.alert-light hr {
  border-top-color: #efefef;
}
.alert-light .alert-link {
  color: #6b6b6b;
}

.alert-dark {
  color: #1f2226;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #08090a;
}

.alert-primary {
  color: #11343a;
  background-color: #d1dee1;
  border-color: #bfd1d5;
}
.alert-primary hr {
  border-top-color: #b0c6cb;
}
.alert-primary .alert-link {
  color: #051113;
}

.alert-primary-trans {
  color: rgba(16, 44, 49, 0.896);
  background-color: rgba(222, 232, 233, 0.96);
  border-color: rgba(208, 221, 224, 0.944);
}
.alert-primary-trans hr {
  border-top-color: rgba(193, 210, 214, 0.944);
}
.alert-primary-trans .alert-link {
  color: rgba(3, 9, 11, 0.896);
}

.alert-primary-mix {
  color: #26444a;
  background-color: #d9e5e7;
  border-color: #cadadd;
}
.alert-primary-mix hr {
  border-top-color: #bacfd3;
}
.alert-primary-mix .alert-link {
  color: #152528;
}

.alert-primary-light {
  color: #3a5459;
  background-color: #e1ebed;
  border-color: #d4e3e5;
}
.alert-primary-light hr {
  border-top-color: #c4d9db;
}
.alert-primary-light .alert-link {
  color: #26373a;
}

.alert-secondary {
  color: #516914;
  background-color: #eaf3d2;
  border-color: #e1eec0;
}
.alert-secondary hr {
  border-top-color: #d7e9ac;
}
.alert-secondary .alert-link {
  color: #303e0c;
}

.alert-tertiary-one {
  color: #5b0e3a;
  background-color: #edd0e1;
  border-color: #e6bdd4;
}
.alert-tertiary-one hr {
  border-top-color: #dfabc8;
}
.alert-tertiary-one .alert-link {
  color: #2f071e;
}

.alert-tertiary-two {
  color: #06263f;
  background-color: #cdd9e2;
  border-color: #b8cad7;
}
.alert-tertiary-two hr {
  border-top-color: #a8bece;
}
.alert-tertiary-two .alert-link {
  color: #020a10;
}

.alert-tertiary-three {
  color: #84616b;
  background-color: #fdf0f3;
  border-color: #fceaef;
}
.alert-tertiary-three hr {
  border-top-color: #f9d4de;
}
.alert-tertiary-three .alert-link {
  color: #674b53;
}

.alert-tertiary-three-dark {
  color: #82515e;
  background-color: #fce9ee;
  border-color: #fbe1e8;
}
.alert-tertiary-three-dark hr {
  border-top-color: #f8cbd7;
}
.alert-tertiary-three-dark .alert-link {
  color: #633d47;
}

.alert-tertiary-four {
  color: #045061;
  background-color: #cce9f0;
  border-color: #b8e0ea;
}
.alert-tertiary-four hr {
  border-top-color: #a4d7e4;
}
.alert-tertiary-four .alert-link {
  color: #022830;
}

.alert-white {
  color: #898989;
  background-color: white;
  border-color: white;
}
.alert-white hr {
  border-top-color: #f2f2f2;
}
.alert-white .alert-link {
  color: #707070;
}

.alert-gray-dark {
  color: #383838;
  background-color: #e0e0e0;
  border-color: lightgray;
}
.alert-gray-dark hr {
  border-top-color: #c6c6c6;
}
.alert-gray-dark .alert-link {
  color: #1f1f1f;
}

.alert-gray {
  color: #4f4f4f;
  background-color: #e9e9e9;
  border-color: #e0e0e0;
}
.alert-gray hr {
  border-top-color: lightgray;
}
.alert-gray .alert-link {
  color: #363636;
}

.alert-gray-light {
  color: #848484;
  background-color: #fdfdfd;
  border-color: #fcfcfc;
}
.alert-gray-light hr {
  border-top-color: #efefef;
}
.alert-gray-light .alert-link {
  color: #6b6b6b;
}

.alert-success {
  color: #195b28;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0e3316;
}

.alert-info {
  color: #105964;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #093238;
}

.alert-warning {
  color: #896908;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #594405;
}

.alert-danger {
  color: #772028;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #4f151a;
}

.alert-black {
  color: #090909;
  background-color: #cecece;
  border-color: #bababa;
}
.alert-black hr {
  border-top-color: #adadad;
}
.alert-black .alert-link {
  color: black;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-light {
  background-color: #F5F5F5 !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: gainsboro !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-primary {
  background-color: #195C68 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0f383f !important;
}

.bg-primary-trans {
  background-color: rgba(25, 92, 104, 0.8) !important;
}

a.bg-primary-trans:hover, a.bg-primary-trans:focus,
button.bg-primary-trans:hover,
button.bg-primary-trans:focus {
  background-color: rgba(15, 56, 63, 0.8) !important;
}

.bg-primary-mix {
  background-color: #407b86 !important;
}

a.bg-primary-mix:hover, a.bg-primary-mix:focus,
button.bg-primary-mix:hover,
button.bg-primary-mix:focus {
  background-color: #305b63 !important;
}

.bg-primary-light {
  background-color: #679AA3 !important;
}

a.bg-primary-light:hover, a.bg-primary-light:focus,
button.bg-primary-light:hover,
button.bg-primary-light:focus {
  background-color: #517e86 !important;
}

.bg-secondary {
  background-color: #94C11F !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #729518 !important;
}

.bg-tertiary-one {
  background-color: #A71367 !important;
}

a.bg-tertiary-one:hover, a.bg-tertiary-one:focus,
button.bg-tertiary-one:hover,
button.bg-tertiary-one:focus {
  background-color: #790e4b !important;
}

.bg-tertiary-two {
  background-color: #034170 !important;
}

a.bg-tertiary-two:hover, a.bg-tertiary-two:focus,
button.bg-tertiary-two:hover,
button.bg-tertiary-two:focus {
  background-color: #02243e !important;
}

.bg-tertiary-three {
  background-color: #F5B3C5 !important;
}

a.bg-tertiary-three:hover, a.bg-tertiary-three:focus,
button.bg-tertiary-three:hover,
button.bg-tertiary-three:focus {
  background-color: #ef86a3 !important;
}

.bg-tertiary-three-dark {
  background-color: #F193AC !important;
}

a.bg-tertiary-three-dark:hover, a.bg-tertiary-three-dark:focus,
button.bg-tertiary-three-dark:hover,
button.bg-tertiary-three-dark:focus {
  background-color: #eb6689 !important;
}

.bg-tertiary-four {
  background-color: #0091B3 !important;
}

a.bg-tertiary-four:hover, a.bg-tertiary-four:focus,
button.bg-tertiary-four:hover,
button.bg-tertiary-four:focus {
  background-color: #006880 !important;
}

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

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

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

a.bg-gray-dark:hover, a.bg-gray-dark:focus,
button.bg-gray-dark:hover,
button.bg-gray-dark:focus {
  background-color: #4a4a4a !important;
}

.bg-gray {
  background-color: #8F8F8F !important;
}

a.bg-gray:hover, a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #767676 !important;
}

.bg-gray-light {
  background-color: #F5F5F5 !important;
}

a.bg-gray-light:hover, a.bg-gray-light:focus,
button.bg-gray-light:hover,
button.bg-gray-light:focus {
  background-color: gainsboro !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

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

a.bg-black:hover, a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: black !important;
}

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

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

.bg-fixed {
  background-attachment: fixed;
}

.border {
  border: 1px solid #B9B9BA !important;
}

.border-top {
  border-top: 1px solid #B9B9BA !important;
}

.border-top-lg {
  border-top: 2px solid #B9B9BA !important;
}

.border-right {
  border-right: 1px solid #B9B9BA !important;
}

.border-bottom {
  border-bottom: 1px solid #B9B9BA !important;
}

.border-left {
  border-left: 1px solid #B9B9BA !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-light {
  border-color: #F5F5F5 !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-primary {
  border-color: #195C68 !important;
}

.border-primary-trans {
  border-color: rgba(25, 92, 104, 0.8) !important;
}

.border-primary-mix {
  border-color: #407b86 !important;
}

.border-primary-light {
  border-color: #679AA3 !important;
}

.border-secondary {
  border-color: #94C11F !important;
}

.border-tertiary-one {
  border-color: #A71367 !important;
}

.border-tertiary-two {
  border-color: #034170 !important;
}

.border-tertiary-three {
  border-color: #F5B3C5 !important;
}

.border-tertiary-three-dark {
  border-color: #F193AC !important;
}

.border-tertiary-four {
  border-color: #0091B3 !important;
}

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

.border-gray-dark {
  border-color: #636363 !important;
}

.border-gray {
  border-color: #8F8F8F !important;
}

.border-gray-light {
  border-color: #F5F5F5 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-black {
  border-color: #090909 !important;
}

.border-top-light {
  border-top-color: #F5F5F5 !important;
}

.border-top-dark {
  border-top-color: #343a40 !important;
}

.border-top-primary {
  border-top-color: #195C68 !important;
}

.border-top-primary-trans {
  border-top-color: rgba(25, 92, 104, 0.8) !important;
}

.border-top-primary-mix {
  border-top-color: #407b86 !important;
}

.border-top-primary-light {
  border-top-color: #679AA3 !important;
}

.border-top-secondary {
  border-top-color: #94C11F !important;
}

.border-top-tertiary-one {
  border-top-color: #A71367 !important;
}

.border-top-tertiary-two {
  border-top-color: #034170 !important;
}

.border-top-tertiary-three {
  border-top-color: #F5B3C5 !important;
}

.border-top-tertiary-three-dark {
  border-top-color: #F193AC !important;
}

.border-top-tertiary-four {
  border-top-color: #0091B3 !important;
}

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

.border-top-gray-dark {
  border-top-color: #636363 !important;
}

.border-top-gray {
  border-top-color: #8F8F8F !important;
}

.border-top-gray-light {
  border-top-color: #F5F5F5 !important;
}

.border-top-success {
  border-top-color: #28a745 !important;
}

.border-top-info {
  border-top-color: #17a2b8 !important;
}

.border-top-warning {
  border-top-color: #ffc107 !important;
}

.border-top-danger {
  border-top-color: #dc3545 !important;
}

.border-top-black {
  border-top-color: #090909 !important;
}

.border-right-light {
  border-right-color: #F5F5F5 !important;
}

.border-right-dark {
  border-right-color: #343a40 !important;
}

.border-right-primary {
  border-right-color: #195C68 !important;
}

.border-right-primary-trans {
  border-right-color: rgba(25, 92, 104, 0.8) !important;
}

.border-right-primary-mix {
  border-right-color: #407b86 !important;
}

.border-right-primary-light {
  border-right-color: #679AA3 !important;
}

.border-right-secondary {
  border-right-color: #94C11F !important;
}

.border-right-tertiary-one {
  border-right-color: #A71367 !important;
}

.border-right-tertiary-two {
  border-right-color: #034170 !important;
}

.border-right-tertiary-three {
  border-right-color: #F5B3C5 !important;
}

.border-right-tertiary-three-dark {
  border-right-color: #F193AC !important;
}

.border-right-tertiary-four {
  border-right-color: #0091B3 !important;
}

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

.border-right-gray-dark {
  border-right-color: #636363 !important;
}

.border-right-gray {
  border-right-color: #8F8F8F !important;
}

.border-right-gray-light {
  border-right-color: #F5F5F5 !important;
}

.border-right-success {
  border-right-color: #28a745 !important;
}

.border-right-info {
  border-right-color: #17a2b8 !important;
}

.border-right-warning {
  border-right-color: #ffc107 !important;
}

.border-right-danger {
  border-right-color: #dc3545 !important;
}

.border-right-black {
  border-right-color: #090909 !important;
}

.border-bottom-light {
  border-bottom-color: #F5F5F5 !important;
}

.border-bottom-dark {
  border-bottom-color: #343a40 !important;
}

.border-bottom-primary {
  border-bottom-color: #195C68 !important;
}

.border-bottom-primary-trans {
  border-bottom-color: rgba(25, 92, 104, 0.8) !important;
}

.border-bottom-primary-mix {
  border-bottom-color: #407b86 !important;
}

.border-bottom-primary-light {
  border-bottom-color: #679AA3 !important;
}

.border-bottom-secondary {
  border-bottom-color: #94C11F !important;
}

.border-bottom-tertiary-one {
  border-bottom-color: #A71367 !important;
}

.border-bottom-tertiary-two {
  border-bottom-color: #034170 !important;
}

.border-bottom-tertiary-three {
  border-bottom-color: #F5B3C5 !important;
}

.border-bottom-tertiary-three-dark {
  border-bottom-color: #F193AC !important;
}

.border-bottom-tertiary-four {
  border-bottom-color: #0091B3 !important;
}

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

.border-bottom-gray-dark {
  border-bottom-color: #636363 !important;
}

.border-bottom-gray {
  border-bottom-color: #8F8F8F !important;
}

.border-bottom-gray-light {
  border-bottom-color: #F5F5F5 !important;
}

.border-bottom-success {
  border-bottom-color: #28a745 !important;
}

.border-bottom-info {
  border-bottom-color: #17a2b8 !important;
}

.border-bottom-warning {
  border-bottom-color: #ffc107 !important;
}

.border-bottom-danger {
  border-bottom-color: #dc3545 !important;
}

.border-bottom-black {
  border-bottom-color: #090909 !important;
}

.border-left-light {
  border-left-color: #F5F5F5 !important;
}

.border-left-dark {
  border-left-color: #343a40 !important;
}

.border-left-primary {
  border-left-color: #195C68 !important;
}

.border-left-primary-trans {
  border-left-color: rgba(25, 92, 104, 0.8) !important;
}

.border-left-primary-mix {
  border-left-color: #407b86 !important;
}

.border-left-primary-light {
  border-left-color: #679AA3 !important;
}

.border-left-secondary {
  border-left-color: #94C11F !important;
}

.border-left-tertiary-one {
  border-left-color: #A71367 !important;
}

.border-left-tertiary-two {
  border-left-color: #034170 !important;
}

.border-left-tertiary-three {
  border-left-color: #F5B3C5 !important;
}

.border-left-tertiary-three-dark {
  border-left-color: #F193AC !important;
}

.border-left-tertiary-four {
  border-left-color: #0091B3 !important;
}

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

.border-left-gray-dark {
  border-left-color: #636363 !important;
}

.border-left-gray {
  border-left-color: #8F8F8F !important;
}

.border-left-gray-light {
  border-left-color: #F5F5F5 !important;
}

.border-left-success {
  border-left-color: #28a745 !important;
}

.border-left-info {
  border-left-color: #17a2b8 !important;
}

.border-left-warning {
  border-left-color: #ffc107 !important;
}

.border-left-danger {
  border-left-color: #dc3545 !important;
}

.border-left-black {
  border-left-color: #090909 !important;
}

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

.border-transparent {
  border-color: transparent !important;
}

.rounded-sm {
  border-radius: 0.3rem !important;
}

.rounded {
  border-radius: 0.8rem !important;
}

.rounded-top {
  border-top-left-radius: 0.8rem !important;
  border-top-right-radius: 0.8rem !important;
}

.rounded-right {
  border-top-right-radius: 0.8rem !important;
  border-bottom-right-radius: 0.8rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.8rem !important;
  border-bottom-left-radius: 0.8rem !important;
}

.rounded-left {
  border-top-left-radius: 0.8rem !important;
  border-bottom-left-radius: 0.8rem !important;
}

.rounded-lg {
  border-radius: 1.7rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

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

.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: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .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: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .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: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .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: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1300px) {
  .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: flex !important;
  }
  .d-xl-inline-flex {
    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: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-20by6::before {
  padding-top: 30%;
}

.embed-responsive-19by7::before {
  padding-top: 36.8421052632%;
}

.embed-responsive-10by7::before {
  padding-top: 70%;
}

.embed-responsive-10by5::before {
  padding-top: 50%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

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

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

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1300px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1300px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

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

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

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

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.z-index-6 {
  z-index: 6;
}

.z-index-7 {
  z-index: 7;
}

.z-index-8 {
  z-index: 8;
}

.z-index-9 {
  z-index: 9;
}

.z-index-10 {
  z-index: 10;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.top-auto {
  top: auto;
}

.right-auto {
  right: auto;
}

.bottom-auto {
  bottom: auto;
}

.left-auto {
  left: auto;
}

.sr-only, .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .screen-reader-text:active, .sr-only-focusable:focus, .screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(9, 9, 9, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(9, 9, 9, 0.1) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(9, 9, 9, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.shadow-solid {
  box-shadow: 0.6666666667rem 0.6666666667rem 0 rgba(9, 9, 9, 0.05);
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .shadow-solid {
    transition: none;
  }
}

.shadow-solid-hover:hover {
  transform: translate(-0.3333333333rem, -0.3333333333rem);
  box-shadow: 1.25rem 1.25rem 0 rgba(9, 9, 9, 0.05);
}

.w-auto {
  width: auto !important;
}

.h-auto {
  height: auto !important;
}

.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

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

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

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

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

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

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

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

.w-auto {
  width: auto !important;
}

.h-5 {
  height: 5% !important;
}

.h-10 {
  height: 10% !important;
}

.h-15 {
  height: 15% !important;
}

.h-20 {
  height: 20% !important;
}

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

.h-30 {
  height: 30% !important;
}

.h-35 {
  height: 35% !important;
}

.h-40 {
  height: 40% !important;
}

.h-45 {
  height: 45% !important;
}

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

.h-55 {
  height: 55% !important;
}

.h-60 {
  height: 60% !important;
}

.h-65 {
  height: 65% !important;
}

.h-70 {
  height: 70% !important;
}

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

.h-80 {
  height: 80% !important;
}

.h-85 {
  height: 85% !important;
}

.h-90 {
  height: 90% !important;
}

.h-95 {
  height: 95% !important;
}

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

.h-auto {
  height: auto !important;
}

@media (min-width: 576px) {
  .w-sm-5 {
    width: 5% !important;
  }
  .w-sm-10 {
    width: 10% !important;
  }
  .w-sm-15 {
    width: 15% !important;
  }
  .w-sm-20 {
    width: 20% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-30 {
    width: 30% !important;
  }
  .w-sm-35 {
    width: 35% !important;
  }
  .w-sm-40 {
    width: 40% !important;
  }
  .w-sm-45 {
    width: 45% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-55 {
    width: 55% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-65 {
    width: 65% !important;
  }
  .w-sm-70 {
    width: 70% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-85 {
    width: 85% !important;
  }
  .w-sm-90 {
    width: 90% !important;
  }
  .w-sm-95 {
    width: 95% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .h-sm-5 {
    height: 5% !important;
  }
  .h-sm-10 {
    height: 10% !important;
  }
  .h-sm-15 {
    height: 15% !important;
  }
  .h-sm-20 {
    height: 20% !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-30 {
    height: 30% !important;
  }
  .h-sm-35 {
    height: 35% !important;
  }
  .h-sm-40 {
    height: 40% !important;
  }
  .h-sm-45 {
    height: 45% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-55 {
    height: 55% !important;
  }
  .h-sm-60 {
    height: 60% !important;
  }
  .h-sm-65 {
    height: 65% !important;
  }
  .h-sm-70 {
    height: 70% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-80 {
    height: 80% !important;
  }
  .h-sm-85 {
    height: 85% !important;
  }
  .h-sm-90 {
    height: 90% !important;
  }
  .h-sm-95 {
    height: 95% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
}
@media (min-width: 768px) {
  .w-md-5 {
    width: 5% !important;
  }
  .w-md-10 {
    width: 10% !important;
  }
  .w-md-15 {
    width: 15% !important;
  }
  .w-md-20 {
    width: 20% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-30 {
    width: 30% !important;
  }
  .w-md-35 {
    width: 35% !important;
  }
  .w-md-40 {
    width: 40% !important;
  }
  .w-md-45 {
    width: 45% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-55 {
    width: 55% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .w-md-65 {
    width: 65% !important;
  }
  .w-md-70 {
    width: 70% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .w-md-85 {
    width: 85% !important;
  }
  .w-md-90 {
    width: 90% !important;
  }
  .w-md-95 {
    width: 95% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .h-md-5 {
    height: 5% !important;
  }
  .h-md-10 {
    height: 10% !important;
  }
  .h-md-15 {
    height: 15% !important;
  }
  .h-md-20 {
    height: 20% !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-30 {
    height: 30% !important;
  }
  .h-md-35 {
    height: 35% !important;
  }
  .h-md-40 {
    height: 40% !important;
  }
  .h-md-45 {
    height: 45% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-55 {
    height: 55% !important;
  }
  .h-md-60 {
    height: 60% !important;
  }
  .h-md-65 {
    height: 65% !important;
  }
  .h-md-70 {
    height: 70% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-80 {
    height: 80% !important;
  }
  .h-md-85 {
    height: 85% !important;
  }
  .h-md-90 {
    height: 90% !important;
  }
  .h-md-95 {
    height: 95% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-auto {
    height: auto !important;
  }
}
@media (min-width: 992px) {
  .w-lg-5 {
    width: 5% !important;
  }
  .w-lg-10 {
    width: 10% !important;
  }
  .w-lg-15 {
    width: 15% !important;
  }
  .w-lg-20 {
    width: 20% !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-30 {
    width: 30% !important;
  }
  .w-lg-35 {
    width: 35% !important;
  }
  .w-lg-40 {
    width: 40% !important;
  }
  .w-lg-45 {
    width: 45% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-55 {
    width: 55% !important;
  }
  .w-lg-60 {
    width: 60% !important;
  }
  .w-lg-65 {
    width: 65% !important;
  }
  .w-lg-70 {
    width: 70% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
  .w-lg-85 {
    width: 85% !important;
  }
  .w-lg-90 {
    width: 90% !important;
  }
  .w-lg-95 {
    width: 95% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .h-lg-5 {
    height: 5% !important;
  }
  .h-lg-10 {
    height: 10% !important;
  }
  .h-lg-15 {
    height: 15% !important;
  }
  .h-lg-20 {
    height: 20% !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-30 {
    height: 30% !important;
  }
  .h-lg-35 {
    height: 35% !important;
  }
  .h-lg-40 {
    height: 40% !important;
  }
  .h-lg-45 {
    height: 45% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-55 {
    height: 55% !important;
  }
  .h-lg-60 {
    height: 60% !important;
  }
  .h-lg-65 {
    height: 65% !important;
  }
  .h-lg-70 {
    height: 70% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-80 {
    height: 80% !important;
  }
  .h-lg-85 {
    height: 85% !important;
  }
  .h-lg-90 {
    height: 90% !important;
  }
  .h-lg-95 {
    height: 95% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
}
@media (min-width: 1300px) {
  .w-xl-5 {
    width: 5% !important;
  }
  .w-xl-10 {
    width: 10% !important;
  }
  .w-xl-15 {
    width: 15% !important;
  }
  .w-xl-20 {
    width: 20% !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-30 {
    width: 30% !important;
  }
  .w-xl-35 {
    width: 35% !important;
  }
  .w-xl-40 {
    width: 40% !important;
  }
  .w-xl-45 {
    width: 45% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-55 {
    width: 55% !important;
  }
  .w-xl-60 {
    width: 60% !important;
  }
  .w-xl-65 {
    width: 65% !important;
  }
  .w-xl-70 {
    width: 70% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-80 {
    width: 80% !important;
  }
  .w-xl-85 {
    width: 85% !important;
  }
  .w-xl-90 {
    width: 90% !important;
  }
  .w-xl-95 {
    width: 95% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .h-xl-5 {
    height: 5% !important;
  }
  .h-xl-10 {
    height: 10% !important;
  }
  .h-xl-15 {
    height: 15% !important;
  }
  .h-xl-20 {
    height: 20% !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .h-xl-30 {
    height: 30% !important;
  }
  .h-xl-35 {
    height: 35% !important;
  }
  .h-xl-40 {
    height: 40% !important;
  }
  .h-xl-45 {
    height: 45% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-55 {
    height: 55% !important;
  }
  .h-xl-60 {
    height: 60% !important;
  }
  .h-xl-65 {
    height: 65% !important;
  }
  .h-xl-70 {
    height: 70% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-80 {
    height: 80% !important;
  }
  .h-xl-85 {
    height: 85% !important;
  }
  .h-xl-90 {
    height: 90% !important;
  }
  .h-xl-95 {
    height: 95% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
}
.w-0 {
  width: 0 !important;
}

.h-0 {
  height: 0 !important;
}

.min-w-auto {
  min-width: auto !important;
}

.min-h-auto {
  min-height: auto !important;
}

.max-w-none {
  max-width: none !important;
}

.max-h-none {
  max-height: none !important;
}

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

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

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

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

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.h-110 {
  height: calc(100% + 7rem);
}

.h-120 {
  height: calc(100% + 10.75rem);
}

.h-130 {
  height: calc(100% + 11rem);
}

.h-140 {
  height: calc(100% + 21rem);
}

.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 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.mt-3,
.my-3 {
  margin-top: 0.75rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 0.75rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 0.75rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1rem !important;
}

.m-5 {
  margin: 1.25rem !important;
}

.mt-5,
.my-5 {
  margin-top: 1.25rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 1.25rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 1.25rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 1.25rem !important;
}

.m-6 {
  margin: 1.5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 1.5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 1.5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 1.5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 1.5rem !important;
}

.m-7 {
  margin: 1.75rem !important;
}

.mt-7,
.my-7 {
  margin-top: 1.75rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 1.75rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 1.75rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 1.75rem !important;
}

.m-8 {
  margin: 2.1rem !important;
}

.mt-8,
.my-8 {
  margin-top: 2.1rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 2.1rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 2.1rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 2.1rem !important;
}

.m-9 {
  margin: 2.5rem !important;
}

.mt-9,
.my-9 {
  margin-top: 2.5rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 2.5rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 2.5rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 2.5rem !important;
}

.m-10 {
  margin: 3rem !important;
}

.mt-10,
.my-10 {
  margin-top: 3rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 3rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 3rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 3rem !important;
}

.m-11 {
  margin: 3.65rem !important;
}

.mt-11,
.my-11 {
  margin-top: 3.65rem !important;
}

.mr-11,
.mx-11 {
  margin-right: 3.65rem !important;
}

.mb-11,
.my-11 {
  margin-bottom: 3.65rem !important;
}

.ml-11,
.mx-11 {
  margin-left: 3.65rem !important;
}

.m-12 {
  margin: 4.5rem !important;
}

.mt-12,
.my-12 {
  margin-top: 4.5rem !important;
}

.mr-12,
.mx-12 {
  margin-right: 4.5rem !important;
}

.mb-12,
.my-12 {
  margin-bottom: 4.5rem !important;
}

.ml-12,
.mx-12 {
  margin-left: 4.5rem !important;
}

.m-13 {
  margin: 5.6rem !important;
}

.mt-13,
.my-13 {
  margin-top: 5.6rem !important;
}

.mr-13,
.mx-13 {
  margin-right: 5.6rem !important;
}

.mb-13,
.my-13 {
  margin-bottom: 5.6rem !important;
}

.ml-13,
.mx-13 {
  margin-left: 5.6rem !important;
}

.m-14 {
  margin: 7rem !important;
}

.mt-14,
.my-14 {
  margin-top: 7rem !important;
}

.mr-14,
.mx-14 {
  margin-right: 7rem !important;
}

.mb-14,
.my-14 {
  margin-bottom: 7rem !important;
}

.ml-14,
.mx-14 {
  margin-left: 7rem !important;
}

.m-15 {
  margin: 8.75rem !important;
}

.mt-15,
.my-15 {
  margin-top: 8.75rem !important;
}

.mr-15,
.mx-15 {
  margin-right: 8.75rem !important;
}

.mb-15,
.my-15 {
  margin-bottom: 8.75rem !important;
}

.ml-15,
.mx-15 {
  margin-left: 8.75rem !important;
}

.m-16 {
  margin: 10.9rem !important;
}

.mt-16,
.my-16 {
  margin-top: 10.9rem !important;
}

.mr-16,
.mx-16 {
  margin-right: 10.9rem !important;
}

.mb-16,
.my-16 {
  margin-bottom: 10.9rem !important;
}

.ml-16,
.mx-16 {
  margin-left: 10.9rem !important;
}

.m-17 {
  margin: 13.5rem !important;
}

.mt-17,
.my-17 {
  margin-top: 13.5rem !important;
}

.mr-17,
.mx-17 {
  margin-right: 13.5rem !important;
}

.mb-17,
.my-17 {
  margin-bottom: 13.5rem !important;
}

.ml-17,
.mx-17 {
  margin-left: 13.5rem !important;
}

.m-18 {
  margin: 16.6rem !important;
}

.mt-18,
.my-18 {
  margin-top: 16.6rem !important;
}

.mr-18,
.mx-18 {
  margin-right: 16.6rem !important;
}

.mb-18,
.my-18 {
  margin-bottom: 16.6rem !important;
}

.ml-18,
.mx-18 {
  margin-left: 16.6rem !important;
}

.m-19 {
  margin: 20.25rem !important;
}

.mt-19,
.my-19 {
  margin-top: 20.25rem !important;
}

.mr-19,
.mx-19 {
  margin-right: 20.25rem !important;
}

.mb-19,
.my-19 {
  margin-bottom: 20.25rem !important;
}

.ml-19,
.mx-19 {
  margin-left: 20.25rem !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 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.pt-3,
.py-3 {
  padding-top: 0.75rem !important;
}

.pr-3,
.px-3 {
  padding-right: 0.75rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3,
.px-3 {
  padding-left: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1rem !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.pt-5,
.py-5 {
  padding-top: 1.25rem !important;
}

.pr-5,
.px-5 {
  padding-right: 1.25rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 1.25rem !important;
}

.pl-5,
.px-5 {
  padding-left: 1.25rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 1.5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 1.5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 1.5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 1.5rem !important;
}

.p-7 {
  padding: 1.75rem !important;
}

.pt-7,
.py-7 {
  padding-top: 1.75rem !important;
}

.pr-7,
.px-7 {
  padding-right: 1.75rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 1.75rem !important;
}

.pl-7,
.px-7 {
  padding-left: 1.75rem !important;
}

.p-8 {
  padding: 2.1rem !important;
}

.pt-8,
.py-8 {
  padding-top: 2.1rem !important;
}

.pr-8,
.px-8 {
  padding-right: 2.1rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 2.1rem !important;
}

.pl-8,
.px-8 {
  padding-left: 2.1rem !important;
}

.p-9 {
  padding: 2.5rem !important;
}

.pt-9,
.py-9 {
  padding-top: 2.5rem !important;
}

.pr-9,
.px-9 {
  padding-right: 2.5rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 2.5rem !important;
}

.pl-9,
.px-9 {
  padding-left: 2.5rem !important;
}

.p-10 {
  padding: 3rem !important;
}

.pt-10,
.py-10 {
  padding-top: 3rem !important;
}

.pr-10,
.px-10 {
  padding-right: 3rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 3rem !important;
}

.pl-10,
.px-10 {
  padding-left: 3rem !important;
}

.p-11 {
  padding: 3.65rem !important;
}

.pt-11,
.py-11 {
  padding-top: 3.65rem !important;
}

.pr-11,
.px-11 {
  padding-right: 3.65rem !important;
}

.pb-11,
.py-11 {
  padding-bottom: 3.65rem !important;
}

.pl-11,
.px-11 {
  padding-left: 3.65rem !important;
}

.p-12 {
  padding: 4.5rem !important;
}

.pt-12,
.py-12 {
  padding-top: 4.5rem !important;
}

.pr-12,
.px-12 {
  padding-right: 4.5rem !important;
}

.pb-12,
.py-12 {
  padding-bottom: 4.5rem !important;
}

.pl-12,
.px-12 {
  padding-left: 4.5rem !important;
}

.p-13 {
  padding: 5.6rem !important;
}

.pt-13,
.py-13 {
  padding-top: 5.6rem !important;
}

.pr-13,
.px-13 {
  padding-right: 5.6rem !important;
}

.pb-13,
.py-13 {
  padding-bottom: 5.6rem !important;
}

.pl-13,
.px-13 {
  padding-left: 5.6rem !important;
}

.p-14 {
  padding: 7rem !important;
}

.pt-14,
.py-14 {
  padding-top: 7rem !important;
}

.pr-14,
.px-14 {
  padding-right: 7rem !important;
}

.pb-14,
.py-14 {
  padding-bottom: 7rem !important;
}

.pl-14,
.px-14 {
  padding-left: 7rem !important;
}

.p-15 {
  padding: 8.75rem !important;
}

.pt-15,
.py-15 {
  padding-top: 8.75rem !important;
}

.pr-15,
.px-15 {
  padding-right: 8.75rem !important;
}

.pb-15,
.py-15 {
  padding-bottom: 8.75rem !important;
}

.pl-15,
.px-15 {
  padding-left: 8.75rem !important;
}

.p-16 {
  padding: 10.9rem !important;
}

.pt-16,
.py-16 {
  padding-top: 10.9rem !important;
}

.pr-16,
.px-16 {
  padding-right: 10.9rem !important;
}

.pb-16,
.py-16 {
  padding-bottom: 10.9rem !important;
}

.pl-16,
.px-16 {
  padding-left: 10.9rem !important;
}

.p-17 {
  padding: 13.5rem !important;
}

.pt-17,
.py-17 {
  padding-top: 13.5rem !important;
}

.pr-17,
.px-17 {
  padding-right: 13.5rem !important;
}

.pb-17,
.py-17 {
  padding-bottom: 13.5rem !important;
}

.pl-17,
.px-17 {
  padding-left: 13.5rem !important;
}

.p-18 {
  padding: 16.6rem !important;
}

.pt-18,
.py-18 {
  padding-top: 16.6rem !important;
}

.pr-18,
.px-18 {
  padding-right: 16.6rem !important;
}

.pb-18,
.py-18 {
  padding-bottom: 16.6rem !important;
}

.pl-18,
.px-18 {
  padding-left: 16.6rem !important;
}

.p-19 {
  padding: 20.25rem !important;
}

.pt-19,
.py-19 {
  padding-top: 20.25rem !important;
}

.pr-19,
.px-19 {
  padding-right: 20.25rem !important;
}

.pb-19,
.py-19 {
  padding-bottom: 20.25rem !important;
}

.pl-19,
.px-19 {
  padding-left: 20.25rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -0.75rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -0.75rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -0.75rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -0.75rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -0.75rem !important;
}

.m-n4 {
  margin: -1rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1rem !important;
}

.m-n5 {
  margin: -1.25rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -1.25rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -1.25rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -1.25rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -1.25rem !important;
}

.m-n6 {
  margin: -1.5rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -1.5rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -1.5rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -1.5rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -1.5rem !important;
}

.m-n7 {
  margin: -1.75rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -1.75rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -1.75rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -1.75rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -1.75rem !important;
}

.m-n8 {
  margin: -2.1rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -2.1rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -2.1rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -2.1rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -2.1rem !important;
}

.m-n9 {
  margin: -2.5rem !important;
}

.mt-n9,
.my-n9 {
  margin-top: -2.5rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -2.5rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -2.5rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -2.5rem !important;
}

.m-n10 {
  margin: -3rem !important;
}

.mt-n10,
.my-n10 {
  margin-top: -3rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -3rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -3rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -3rem !important;
}

.m-n11 {
  margin: -3.65rem !important;
}

.mt-n11,
.my-n11 {
  margin-top: -3.65rem !important;
}

.mr-n11,
.mx-n11 {
  margin-right: -3.65rem !important;
}

.mb-n11,
.my-n11 {
  margin-bottom: -3.65rem !important;
}

.ml-n11,
.mx-n11 {
  margin-left: -3.65rem !important;
}

.m-n12 {
  margin: -4.5rem !important;
}

.mt-n12,
.my-n12 {
  margin-top: -4.5rem !important;
}

.mr-n12,
.mx-n12 {
  margin-right: -4.5rem !important;
}

.mb-n12,
.my-n12 {
  margin-bottom: -4.5rem !important;
}

.ml-n12,
.mx-n12 {
  margin-left: -4.5rem !important;
}

.m-n13 {
  margin: -5.6rem !important;
}

.mt-n13,
.my-n13 {
  margin-top: -5.6rem !important;
}

.mr-n13,
.mx-n13 {
  margin-right: -5.6rem !important;
}

.mb-n13,
.my-n13 {
  margin-bottom: -5.6rem !important;
}

.ml-n13,
.mx-n13 {
  margin-left: -5.6rem !important;
}

.m-n14 {
  margin: -7rem !important;
}

.mt-n14,
.my-n14 {
  margin-top: -7rem !important;
}

.mr-n14,
.mx-n14 {
  margin-right: -7rem !important;
}

.mb-n14,
.my-n14 {
  margin-bottom: -7rem !important;
}

.ml-n14,
.mx-n14 {
  margin-left: -7rem !important;
}

.m-n15 {
  margin: -8.75rem !important;
}

.mt-n15,
.my-n15 {
  margin-top: -8.75rem !important;
}

.mr-n15,
.mx-n15 {
  margin-right: -8.75rem !important;
}

.mb-n15,
.my-n15 {
  margin-bottom: -8.75rem !important;
}

.ml-n15,
.mx-n15 {
  margin-left: -8.75rem !important;
}

.m-n16 {
  margin: -10.9rem !important;
}

.mt-n16,
.my-n16 {
  margin-top: -10.9rem !important;
}

.mr-n16,
.mx-n16 {
  margin-right: -10.9rem !important;
}

.mb-n16,
.my-n16 {
  margin-bottom: -10.9rem !important;
}

.ml-n16,
.mx-n16 {
  margin-left: -10.9rem !important;
}

.m-n17 {
  margin: -13.5rem !important;
}

.mt-n17,
.my-n17 {
  margin-top: -13.5rem !important;
}

.mr-n17,
.mx-n17 {
  margin-right: -13.5rem !important;
}

.mb-n17,
.my-n17 {
  margin-bottom: -13.5rem !important;
}

.ml-n17,
.mx-n17 {
  margin-left: -13.5rem !important;
}

.m-n18 {
  margin: -16.6rem !important;
}

.mt-n18,
.my-n18 {
  margin-top: -16.6rem !important;
}

.mr-n18,
.mx-n18 {
  margin-right: -16.6rem !important;
}

.mb-n18,
.my-n18 {
  margin-bottom: -16.6rem !important;
}

.ml-n18,
.mx-n18 {
  margin-left: -16.6rem !important;
}

.m-n19 {
  margin: -20.25rem !important;
}

.mt-n19,
.my-n19 {
  margin-top: -20.25rem !important;
}

.mr-n19,
.mx-n19 {
  margin-right: -20.25rem !important;
}

.mb-n19,
.my-n19 {
  margin-bottom: -20.25rem !important;
}

.ml-n19,
.mx-n19 {
  margin-left: -20.25rem !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: 576px) {
  .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 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 0.75rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 0.75rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 0.75rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 0.75rem !important;
  }
  .m-sm-4 {
    margin: 1rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1rem !important;
  }
  .m-sm-5 {
    margin: 1.25rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 1.25rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 1.25rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 1.25rem !important;
  }
  .m-sm-6 {
    margin: 1.5rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 1.5rem !important;
  }
  .m-sm-7 {
    margin: 1.75rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 1.75rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 1.75rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 1.75rem !important;
  }
  .m-sm-8 {
    margin: 2.1rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 2.1rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 2.1rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 2.1rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 2.1rem !important;
  }
  .m-sm-9 {
    margin: 2.5rem !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 2.5rem !important;
  }
  .m-sm-10 {
    margin: 3rem !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 3rem !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 3rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 3rem !important;
  }
  .m-sm-11 {
    margin: 3.65rem !important;
  }
  .mt-sm-11,
  .my-sm-11 {
    margin-top: 3.65rem !important;
  }
  .mr-sm-11,
  .mx-sm-11 {
    margin-right: 3.65rem !important;
  }
  .mb-sm-11,
  .my-sm-11 {
    margin-bottom: 3.65rem !important;
  }
  .ml-sm-11,
  .mx-sm-11 {
    margin-left: 3.65rem !important;
  }
  .m-sm-12 {
    margin: 4.5rem !important;
  }
  .mt-sm-12,
  .my-sm-12 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-12,
  .mx-sm-12 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 4.5rem !important;
  }
  .m-sm-13 {
    margin: 5.6rem !important;
  }
  .mt-sm-13,
  .my-sm-13 {
    margin-top: 5.6rem !important;
  }
  .mr-sm-13,
  .mx-sm-13 {
    margin-right: 5.6rem !important;
  }
  .mb-sm-13,
  .my-sm-13 {
    margin-bottom: 5.6rem !important;
  }
  .ml-sm-13,
  .mx-sm-13 {
    margin-left: 5.6rem !important;
  }
  .m-sm-14 {
    margin: 7rem !important;
  }
  .mt-sm-14,
  .my-sm-14 {
    margin-top: 7rem !important;
  }
  .mr-sm-14,
  .mx-sm-14 {
    margin-right: 7rem !important;
  }
  .mb-sm-14,
  .my-sm-14 {
    margin-bottom: 7rem !important;
  }
  .ml-sm-14,
  .mx-sm-14 {
    margin-left: 7rem !important;
  }
  .m-sm-15 {
    margin: 8.75rem !important;
  }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 8.75rem !important;
  }
  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 8.75rem !important;
  }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 8.75rem !important;
  }
  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 8.75rem !important;
  }
  .m-sm-16 {
    margin: 10.9rem !important;
  }
  .mt-sm-16,
  .my-sm-16 {
    margin-top: 10.9rem !important;
  }
  .mr-sm-16,
  .mx-sm-16 {
    margin-right: 10.9rem !important;
  }
  .mb-sm-16,
  .my-sm-16 {
    margin-bottom: 10.9rem !important;
  }
  .ml-sm-16,
  .mx-sm-16 {
    margin-left: 10.9rem !important;
  }
  .m-sm-17 {
    margin: 13.5rem !important;
  }
  .mt-sm-17,
  .my-sm-17 {
    margin-top: 13.5rem !important;
  }
  .mr-sm-17,
  .mx-sm-17 {
    margin-right: 13.5rem !important;
  }
  .mb-sm-17,
  .my-sm-17 {
    margin-bottom: 13.5rem !important;
  }
  .ml-sm-17,
  .mx-sm-17 {
    margin-left: 13.5rem !important;
  }
  .m-sm-18 {
    margin: 16.6rem !important;
  }
  .mt-sm-18,
  .my-sm-18 {
    margin-top: 16.6rem !important;
  }
  .mr-sm-18,
  .mx-sm-18 {
    margin-right: 16.6rem !important;
  }
  .mb-sm-18,
  .my-sm-18 {
    margin-bottom: 16.6rem !important;
  }
  .ml-sm-18,
  .mx-sm-18 {
    margin-left: 16.6rem !important;
  }
  .m-sm-19 {
    margin: 20.25rem !important;
  }
  .mt-sm-19,
  .my-sm-19 {
    margin-top: 20.25rem !important;
  }
  .mr-sm-19,
  .mx-sm-19 {
    margin-right: 20.25rem !important;
  }
  .mb-sm-19,
  .my-sm-19 {
    margin-bottom: 20.25rem !important;
  }
  .ml-sm-19,
  .mx-sm-19 {
    margin-left: 20.25rem !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 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 0.75rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 0.75rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 0.75rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 0.75rem !important;
  }
  .p-sm-4 {
    padding: 1rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1rem !important;
  }
  .p-sm-5 {
    padding: 1.25rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 1.25rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 1.25rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 1.25rem !important;
  }
  .p-sm-6 {
    padding: 1.5rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 1.5rem !important;
  }
  .p-sm-7 {
    padding: 1.75rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 1.75rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 1.75rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 1.75rem !important;
  }
  .p-sm-8 {
    padding: 2.1rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 2.1rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 2.1rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 2.1rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 2.1rem !important;
  }
  .p-sm-9 {
    padding: 2.5rem !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 2.5rem !important;
  }
  .p-sm-10 {
    padding: 3rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 3rem !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 3rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 3rem !important;
  }
  .p-sm-11 {
    padding: 3.65rem !important;
  }
  .pt-sm-11,
  .py-sm-11 {
    padding-top: 3.65rem !important;
  }
  .pr-sm-11,
  .px-sm-11 {
    padding-right: 3.65rem !important;
  }
  .pb-sm-11,
  .py-sm-11 {
    padding-bottom: 3.65rem !important;
  }
  .pl-sm-11,
  .px-sm-11 {
    padding-left: 3.65rem !important;
  }
  .p-sm-12 {
    padding: 4.5rem !important;
  }
  .pt-sm-12,
  .py-sm-12 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-12,
  .px-sm-12 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-12,
  .px-sm-12 {
    padding-left: 4.5rem !important;
  }
  .p-sm-13 {
    padding: 5.6rem !important;
  }
  .pt-sm-13,
  .py-sm-13 {
    padding-top: 5.6rem !important;
  }
  .pr-sm-13,
  .px-sm-13 {
    padding-right: 5.6rem !important;
  }
  .pb-sm-13,
  .py-sm-13 {
    padding-bottom: 5.6rem !important;
  }
  .pl-sm-13,
  .px-sm-13 {
    padding-left: 5.6rem !important;
  }
  .p-sm-14 {
    padding: 7rem !important;
  }
  .pt-sm-14,
  .py-sm-14 {
    padding-top: 7rem !important;
  }
  .pr-sm-14,
  .px-sm-14 {
    padding-right: 7rem !important;
  }
  .pb-sm-14,
  .py-sm-14 {
    padding-bottom: 7rem !important;
  }
  .pl-sm-14,
  .px-sm-14 {
    padding-left: 7rem !important;
  }
  .p-sm-15 {
    padding: 8.75rem !important;
  }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 8.75rem !important;
  }
  .pr-sm-15,
  .px-sm-15 {
    padding-right: 8.75rem !important;
  }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 8.75rem !important;
  }
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 8.75rem !important;
  }
  .p-sm-16 {
    padding: 10.9rem !important;
  }
  .pt-sm-16,
  .py-sm-16 {
    padding-top: 10.9rem !important;
  }
  .pr-sm-16,
  .px-sm-16 {
    padding-right: 10.9rem !important;
  }
  .pb-sm-16,
  .py-sm-16 {
    padding-bottom: 10.9rem !important;
  }
  .pl-sm-16,
  .px-sm-16 {
    padding-left: 10.9rem !important;
  }
  .p-sm-17 {
    padding: 13.5rem !important;
  }
  .pt-sm-17,
  .py-sm-17 {
    padding-top: 13.5rem !important;
  }
  .pr-sm-17,
  .px-sm-17 {
    padding-right: 13.5rem !important;
  }
  .pb-sm-17,
  .py-sm-17 {
    padding-bottom: 13.5rem !important;
  }
  .pl-sm-17,
  .px-sm-17 {
    padding-left: 13.5rem !important;
  }
  .p-sm-18 {
    padding: 16.6rem !important;
  }
  .pt-sm-18,
  .py-sm-18 {
    padding-top: 16.6rem !important;
  }
  .pr-sm-18,
  .px-sm-18 {
    padding-right: 16.6rem !important;
  }
  .pb-sm-18,
  .py-sm-18 {
    padding-bottom: 16.6rem !important;
  }
  .pl-sm-18,
  .px-sm-18 {
    padding-left: 16.6rem !important;
  }
  .p-sm-19 {
    padding: 20.25rem !important;
  }
  .pt-sm-19,
  .py-sm-19 {
    padding-top: 20.25rem !important;
  }
  .pr-sm-19,
  .px-sm-19 {
    padding-right: 20.25rem !important;
  }
  .pb-sm-19,
  .py-sm-19 {
    padding-bottom: 20.25rem !important;
  }
  .pl-sm-19,
  .px-sm-19 {
    padding-left: 20.25rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -0.75rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -0.75rem !important;
  }
  .m-sm-n4 {
    margin: -1rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1rem !important;
  }
  .m-sm-n5 {
    margin: -1.25rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -1.25rem !important;
  }
  .m-sm-n6 {
    margin: -1.5rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n7 {
    margin: -1.75rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -1.75rem !important;
  }
  .m-sm-n8 {
    margin: -2.1rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -2.1rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -2.1rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -2.1rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -2.1rem !important;
  }
  .m-sm-n9 {
    margin: -2.5rem !important;
  }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -2.5rem !important;
  }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -2.5rem !important;
  }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -2.5rem !important;
  }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -2.5rem !important;
  }
  .m-sm-n10 {
    margin: -3rem !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -3rem !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -3rem !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -3rem !important;
  }
  .m-sm-n11 {
    margin: -3.65rem !important;
  }
  .mt-sm-n11,
  .my-sm-n11 {
    margin-top: -3.65rem !important;
  }
  .mr-sm-n11,
  .mx-sm-n11 {
    margin-right: -3.65rem !important;
  }
  .mb-sm-n11,
  .my-sm-n11 {
    margin-bottom: -3.65rem !important;
  }
  .ml-sm-n11,
  .mx-sm-n11 {
    margin-left: -3.65rem !important;
  }
  .m-sm-n12 {
    margin: -4.5rem !important;
  }
  .mt-sm-n12,
  .my-sm-n12 {
    margin-top: -4.5rem !important;
  }
  .mr-sm-n12,
  .mx-sm-n12 {
    margin-right: -4.5rem !important;
  }
  .mb-sm-n12,
  .my-sm-n12 {
    margin-bottom: -4.5rem !important;
  }
  .ml-sm-n12,
  .mx-sm-n12 {
    margin-left: -4.5rem !important;
  }
  .m-sm-n13 {
    margin: -5.6rem !important;
  }
  .mt-sm-n13,
  .my-sm-n13 {
    margin-top: -5.6rem !important;
  }
  .mr-sm-n13,
  .mx-sm-n13 {
    margin-right: -5.6rem !important;
  }
  .mb-sm-n13,
  .my-sm-n13 {
    margin-bottom: -5.6rem !important;
  }
  .ml-sm-n13,
  .mx-sm-n13 {
    margin-left: -5.6rem !important;
  }
  .m-sm-n14 {
    margin: -7rem !important;
  }
  .mt-sm-n14,
  .my-sm-n14 {
    margin-top: -7rem !important;
  }
  .mr-sm-n14,
  .mx-sm-n14 {
    margin-right: -7rem !important;
  }
  .mb-sm-n14,
  .my-sm-n14 {
    margin-bottom: -7rem !important;
  }
  .ml-sm-n14,
  .mx-sm-n14 {
    margin-left: -7rem !important;
  }
  .m-sm-n15 {
    margin: -8.75rem !important;
  }
  .mt-sm-n15,
  .my-sm-n15 {
    margin-top: -8.75rem !important;
  }
  .mr-sm-n15,
  .mx-sm-n15 {
    margin-right: -8.75rem !important;
  }
  .mb-sm-n15,
  .my-sm-n15 {
    margin-bottom: -8.75rem !important;
  }
  .ml-sm-n15,
  .mx-sm-n15 {
    margin-left: -8.75rem !important;
  }
  .m-sm-n16 {
    margin: -10.9rem !important;
  }
  .mt-sm-n16,
  .my-sm-n16 {
    margin-top: -10.9rem !important;
  }
  .mr-sm-n16,
  .mx-sm-n16 {
    margin-right: -10.9rem !important;
  }
  .mb-sm-n16,
  .my-sm-n16 {
    margin-bottom: -10.9rem !important;
  }
  .ml-sm-n16,
  .mx-sm-n16 {
    margin-left: -10.9rem !important;
  }
  .m-sm-n17 {
    margin: -13.5rem !important;
  }
  .mt-sm-n17,
  .my-sm-n17 {
    margin-top: -13.5rem !important;
  }
  .mr-sm-n17,
  .mx-sm-n17 {
    margin-right: -13.5rem !important;
  }
  .mb-sm-n17,
  .my-sm-n17 {
    margin-bottom: -13.5rem !important;
  }
  .ml-sm-n17,
  .mx-sm-n17 {
    margin-left: -13.5rem !important;
  }
  .m-sm-n18 {
    margin: -16.6rem !important;
  }
  .mt-sm-n18,
  .my-sm-n18 {
    margin-top: -16.6rem !important;
  }
  .mr-sm-n18,
  .mx-sm-n18 {
    margin-right: -16.6rem !important;
  }
  .mb-sm-n18,
  .my-sm-n18 {
    margin-bottom: -16.6rem !important;
  }
  .ml-sm-n18,
  .mx-sm-n18 {
    margin-left: -16.6rem !important;
  }
  .m-sm-n19 {
    margin: -20.25rem !important;
  }
  .mt-sm-n19,
  .my-sm-n19 {
    margin-top: -20.25rem !important;
  }
  .mr-sm-n19,
  .mx-sm-n19 {
    margin-right: -20.25rem !important;
  }
  .mb-sm-n19,
  .my-sm-n19 {
    margin-bottom: -20.25rem !important;
  }
  .ml-sm-n19,
  .mx-sm-n19 {
    margin-left: -20.25rem !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: 768px) {
  .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 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 0.75rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 0.75rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 0.75rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 0.75rem !important;
  }
  .m-md-4 {
    margin: 1rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1rem !important;
  }
  .m-md-5 {
    margin: 1.25rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 1.25rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 1.25rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 1.25rem !important;
  }
  .m-md-6 {
    margin: 1.5rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 1.5rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 1.5rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 1.5rem !important;
  }
  .m-md-7 {
    margin: 1.75rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 1.75rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 1.75rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 1.75rem !important;
  }
  .m-md-8 {
    margin: 2.1rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 2.1rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 2.1rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 2.1rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 2.1rem !important;
  }
  .m-md-9 {
    margin: 2.5rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 2.5rem !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 2.5rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 2.5rem !important;
  }
  .m-md-10 {
    margin: 3rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 3rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 3rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 3rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 3rem !important;
  }
  .m-md-11 {
    margin: 3.65rem !important;
  }
  .mt-md-11,
  .my-md-11 {
    margin-top: 3.65rem !important;
  }
  .mr-md-11,
  .mx-md-11 {
    margin-right: 3.65rem !important;
  }
  .mb-md-11,
  .my-md-11 {
    margin-bottom: 3.65rem !important;
  }
  .ml-md-11,
  .mx-md-11 {
    margin-left: 3.65rem !important;
  }
  .m-md-12 {
    margin: 4.5rem !important;
  }
  .mt-md-12,
  .my-md-12 {
    margin-top: 4.5rem !important;
  }
  .mr-md-12,
  .mx-md-12 {
    margin-right: 4.5rem !important;
  }
  .mb-md-12,
  .my-md-12 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-12,
  .mx-md-12 {
    margin-left: 4.5rem !important;
  }
  .m-md-13 {
    margin: 5.6rem !important;
  }
  .mt-md-13,
  .my-md-13 {
    margin-top: 5.6rem !important;
  }
  .mr-md-13,
  .mx-md-13 {
    margin-right: 5.6rem !important;
  }
  .mb-md-13,
  .my-md-13 {
    margin-bottom: 5.6rem !important;
  }
  .ml-md-13,
  .mx-md-13 {
    margin-left: 5.6rem !important;
  }
  .m-md-14 {
    margin: 7rem !important;
  }
  .mt-md-14,
  .my-md-14 {
    margin-top: 7rem !important;
  }
  .mr-md-14,
  .mx-md-14 {
    margin-right: 7rem !important;
  }
  .mb-md-14,
  .my-md-14 {
    margin-bottom: 7rem !important;
  }
  .ml-md-14,
  .mx-md-14 {
    margin-left: 7rem !important;
  }
  .m-md-15 {
    margin: 8.75rem !important;
  }
  .mt-md-15,
  .my-md-15 {
    margin-top: 8.75rem !important;
  }
  .mr-md-15,
  .mx-md-15 {
    margin-right: 8.75rem !important;
  }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 8.75rem !important;
  }
  .ml-md-15,
  .mx-md-15 {
    margin-left: 8.75rem !important;
  }
  .m-md-16 {
    margin: 10.9rem !important;
  }
  .mt-md-16,
  .my-md-16 {
    margin-top: 10.9rem !important;
  }
  .mr-md-16,
  .mx-md-16 {
    margin-right: 10.9rem !important;
  }
  .mb-md-16,
  .my-md-16 {
    margin-bottom: 10.9rem !important;
  }
  .ml-md-16,
  .mx-md-16 {
    margin-left: 10.9rem !important;
  }
  .m-md-17 {
    margin: 13.5rem !important;
  }
  .mt-md-17,
  .my-md-17 {
    margin-top: 13.5rem !important;
  }
  .mr-md-17,
  .mx-md-17 {
    margin-right: 13.5rem !important;
  }
  .mb-md-17,
  .my-md-17 {
    margin-bottom: 13.5rem !important;
  }
  .ml-md-17,
  .mx-md-17 {
    margin-left: 13.5rem !important;
  }
  .m-md-18 {
    margin: 16.6rem !important;
  }
  .mt-md-18,
  .my-md-18 {
    margin-top: 16.6rem !important;
  }
  .mr-md-18,
  .mx-md-18 {
    margin-right: 16.6rem !important;
  }
  .mb-md-18,
  .my-md-18 {
    margin-bottom: 16.6rem !important;
  }
  .ml-md-18,
  .mx-md-18 {
    margin-left: 16.6rem !important;
  }
  .m-md-19 {
    margin: 20.25rem !important;
  }
  .mt-md-19,
  .my-md-19 {
    margin-top: 20.25rem !important;
  }
  .mr-md-19,
  .mx-md-19 {
    margin-right: 20.25rem !important;
  }
  .mb-md-19,
  .my-md-19 {
    margin-bottom: 20.25rem !important;
  }
  .ml-md-19,
  .mx-md-19 {
    margin-left: 20.25rem !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 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 0.75rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 0.75rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 0.75rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 0.75rem !important;
  }
  .p-md-4 {
    padding: 1rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1rem !important;
  }
  .p-md-5 {
    padding: 1.25rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 1.25rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 1.25rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 1.25rem !important;
  }
  .p-md-6 {
    padding: 1.5rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 1.5rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 1.5rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 1.5rem !important;
  }
  .p-md-7 {
    padding: 1.75rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 1.75rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 1.75rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 1.75rem !important;
  }
  .p-md-8 {
    padding: 2.1rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 2.1rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 2.1rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 2.1rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 2.1rem !important;
  }
  .p-md-9 {
    padding: 2.5rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 2.5rem !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 2.5rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 2.5rem !important;
  }
  .p-md-10 {
    padding: 3rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 3rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 3rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 3rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 3rem !important;
  }
  .p-md-11 {
    padding: 3.65rem !important;
  }
  .pt-md-11,
  .py-md-11 {
    padding-top: 3.65rem !important;
  }
  .pr-md-11,
  .px-md-11 {
    padding-right: 3.65rem !important;
  }
  .pb-md-11,
  .py-md-11 {
    padding-bottom: 3.65rem !important;
  }
  .pl-md-11,
  .px-md-11 {
    padding-left: 3.65rem !important;
  }
  .p-md-12 {
    padding: 4.5rem !important;
  }
  .pt-md-12,
  .py-md-12 {
    padding-top: 4.5rem !important;
  }
  .pr-md-12,
  .px-md-12 {
    padding-right: 4.5rem !important;
  }
  .pb-md-12,
  .py-md-12 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-12,
  .px-md-12 {
    padding-left: 4.5rem !important;
  }
  .p-md-13 {
    padding: 5.6rem !important;
  }
  .pt-md-13,
  .py-md-13 {
    padding-top: 5.6rem !important;
  }
  .pr-md-13,
  .px-md-13 {
    padding-right: 5.6rem !important;
  }
  .pb-md-13,
  .py-md-13 {
    padding-bottom: 5.6rem !important;
  }
  .pl-md-13,
  .px-md-13 {
    padding-left: 5.6rem !important;
  }
  .p-md-14 {
    padding: 7rem !important;
  }
  .pt-md-14,
  .py-md-14 {
    padding-top: 7rem !important;
  }
  .pr-md-14,
  .px-md-14 {
    padding-right: 7rem !important;
  }
  .pb-md-14,
  .py-md-14 {
    padding-bottom: 7rem !important;
  }
  .pl-md-14,
  .px-md-14 {
    padding-left: 7rem !important;
  }
  .p-md-15 {
    padding: 8.75rem !important;
  }
  .pt-md-15,
  .py-md-15 {
    padding-top: 8.75rem !important;
  }
  .pr-md-15,
  .px-md-15 {
    padding-right: 8.75rem !important;
  }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 8.75rem !important;
  }
  .pl-md-15,
  .px-md-15 {
    padding-left: 8.75rem !important;
  }
  .p-md-16 {
    padding: 10.9rem !important;
  }
  .pt-md-16,
  .py-md-16 {
    padding-top: 10.9rem !important;
  }
  .pr-md-16,
  .px-md-16 {
    padding-right: 10.9rem !important;
  }
  .pb-md-16,
  .py-md-16 {
    padding-bottom: 10.9rem !important;
  }
  .pl-md-16,
  .px-md-16 {
    padding-left: 10.9rem !important;
  }
  .p-md-17 {
    padding: 13.5rem !important;
  }
  .pt-md-17,
  .py-md-17 {
    padding-top: 13.5rem !important;
  }
  .pr-md-17,
  .px-md-17 {
    padding-right: 13.5rem !important;
  }
  .pb-md-17,
  .py-md-17 {
    padding-bottom: 13.5rem !important;
  }
  .pl-md-17,
  .px-md-17 {
    padding-left: 13.5rem !important;
  }
  .p-md-18 {
    padding: 16.6rem !important;
  }
  .pt-md-18,
  .py-md-18 {
    padding-top: 16.6rem !important;
  }
  .pr-md-18,
  .px-md-18 {
    padding-right: 16.6rem !important;
  }
  .pb-md-18,
  .py-md-18 {
    padding-bottom: 16.6rem !important;
  }
  .pl-md-18,
  .px-md-18 {
    padding-left: 16.6rem !important;
  }
  .p-md-19 {
    padding: 20.25rem !important;
  }
  .pt-md-19,
  .py-md-19 {
    padding-top: 20.25rem !important;
  }
  .pr-md-19,
  .px-md-19 {
    padding-right: 20.25rem !important;
  }
  .pb-md-19,
  .py-md-19 {
    padding-bottom: 20.25rem !important;
  }
  .pl-md-19,
  .px-md-19 {
    padding-left: 20.25rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -0.75rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -0.75rem !important;
  }
  .m-md-n4 {
    margin: -1rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1rem !important;
  }
  .m-md-n5 {
    margin: -1.25rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -1.25rem !important;
  }
  .m-md-n6 {
    margin: -1.5rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -1.5rem !important;
  }
  .m-md-n7 {
    margin: -1.75rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -1.75rem !important;
  }
  .m-md-n8 {
    margin: -2.1rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -2.1rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -2.1rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -2.1rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -2.1rem !important;
  }
  .m-md-n9 {
    margin: -2.5rem !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -2.5rem !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -2.5rem !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -2.5rem !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -2.5rem !important;
  }
  .m-md-n10 {
    margin: -3rem !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -3rem !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -3rem !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -3rem !important;
  }
  .m-md-n11 {
    margin: -3.65rem !important;
  }
  .mt-md-n11,
  .my-md-n11 {
    margin-top: -3.65rem !important;
  }
  .mr-md-n11,
  .mx-md-n11 {
    margin-right: -3.65rem !important;
  }
  .mb-md-n11,
  .my-md-n11 {
    margin-bottom: -3.65rem !important;
  }
  .ml-md-n11,
  .mx-md-n11 {
    margin-left: -3.65rem !important;
  }
  .m-md-n12 {
    margin: -4.5rem !important;
  }
  .mt-md-n12,
  .my-md-n12 {
    margin-top: -4.5rem !important;
  }
  .mr-md-n12,
  .mx-md-n12 {
    margin-right: -4.5rem !important;
  }
  .mb-md-n12,
  .my-md-n12 {
    margin-bottom: -4.5rem !important;
  }
  .ml-md-n12,
  .mx-md-n12 {
    margin-left: -4.5rem !important;
  }
  .m-md-n13 {
    margin: -5.6rem !important;
  }
  .mt-md-n13,
  .my-md-n13 {
    margin-top: -5.6rem !important;
  }
  .mr-md-n13,
  .mx-md-n13 {
    margin-right: -5.6rem !important;
  }
  .mb-md-n13,
  .my-md-n13 {
    margin-bottom: -5.6rem !important;
  }
  .ml-md-n13,
  .mx-md-n13 {
    margin-left: -5.6rem !important;
  }
  .m-md-n14 {
    margin: -7rem !important;
  }
  .mt-md-n14,
  .my-md-n14 {
    margin-top: -7rem !important;
  }
  .mr-md-n14,
  .mx-md-n14 {
    margin-right: -7rem !important;
  }
  .mb-md-n14,
  .my-md-n14 {
    margin-bottom: -7rem !important;
  }
  .ml-md-n14,
  .mx-md-n14 {
    margin-left: -7rem !important;
  }
  .m-md-n15 {
    margin: -8.75rem !important;
  }
  .mt-md-n15,
  .my-md-n15 {
    margin-top: -8.75rem !important;
  }
  .mr-md-n15,
  .mx-md-n15 {
    margin-right: -8.75rem !important;
  }
  .mb-md-n15,
  .my-md-n15 {
    margin-bottom: -8.75rem !important;
  }
  .ml-md-n15,
  .mx-md-n15 {
    margin-left: -8.75rem !important;
  }
  .m-md-n16 {
    margin: -10.9rem !important;
  }
  .mt-md-n16,
  .my-md-n16 {
    margin-top: -10.9rem !important;
  }
  .mr-md-n16,
  .mx-md-n16 {
    margin-right: -10.9rem !important;
  }
  .mb-md-n16,
  .my-md-n16 {
    margin-bottom: -10.9rem !important;
  }
  .ml-md-n16,
  .mx-md-n16 {
    margin-left: -10.9rem !important;
  }
  .m-md-n17 {
    margin: -13.5rem !important;
  }
  .mt-md-n17,
  .my-md-n17 {
    margin-top: -13.5rem !important;
  }
  .mr-md-n17,
  .mx-md-n17 {
    margin-right: -13.5rem !important;
  }
  .mb-md-n17,
  .my-md-n17 {
    margin-bottom: -13.5rem !important;
  }
  .ml-md-n17,
  .mx-md-n17 {
    margin-left: -13.5rem !important;
  }
  .m-md-n18 {
    margin: -16.6rem !important;
  }
  .mt-md-n18,
  .my-md-n18 {
    margin-top: -16.6rem !important;
  }
  .mr-md-n18,
  .mx-md-n18 {
    margin-right: -16.6rem !important;
  }
  .mb-md-n18,
  .my-md-n18 {
    margin-bottom: -16.6rem !important;
  }
  .ml-md-n18,
  .mx-md-n18 {
    margin-left: -16.6rem !important;
  }
  .m-md-n19 {
    margin: -20.25rem !important;
  }
  .mt-md-n19,
  .my-md-n19 {
    margin-top: -20.25rem !important;
  }
  .mr-md-n19,
  .mx-md-n19 {
    margin-right: -20.25rem !important;
  }
  .mb-md-n19,
  .my-md-n19 {
    margin-bottom: -20.25rem !important;
  }
  .ml-md-n19,
  .mx-md-n19 {
    margin-left: -20.25rem !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: 992px) {
  .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 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 0.75rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 0.75rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 0.75rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 0.75rem !important;
  }
  .m-lg-4 {
    margin: 1rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1rem !important;
  }
  .m-lg-5 {
    margin: 1.25rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 1.25rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 1.25rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 1.25rem !important;
  }
  .m-lg-6 {
    margin: 1.5rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 1.5rem !important;
  }
  .m-lg-7 {
    margin: 1.75rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 1.75rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 1.75rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 1.75rem !important;
  }
  .m-lg-8 {
    margin: 2.1rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 2.1rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 2.1rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 2.1rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 2.1rem !important;
  }
  .m-lg-9 {
    margin: 2.5rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 2.5rem !important;
  }
  .m-lg-10 {
    margin: 3rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 3rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 3rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 3rem !important;
  }
  .m-lg-11 {
    margin: 3.65rem !important;
  }
  .mt-lg-11,
  .my-lg-11 {
    margin-top: 3.65rem !important;
  }
  .mr-lg-11,
  .mx-lg-11 {
    margin-right: 3.65rem !important;
  }
  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 3.65rem !important;
  }
  .ml-lg-11,
  .mx-lg-11 {
    margin-left: 3.65rem !important;
  }
  .m-lg-12 {
    margin: 4.5rem !important;
  }
  .mt-lg-12,
  .my-lg-12 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 4.5rem !important;
  }
  .m-lg-13 {
    margin: 5.6rem !important;
  }
  .mt-lg-13,
  .my-lg-13 {
    margin-top: 5.6rem !important;
  }
  .mr-lg-13,
  .mx-lg-13 {
    margin-right: 5.6rem !important;
  }
  .mb-lg-13,
  .my-lg-13 {
    margin-bottom: 5.6rem !important;
  }
  .ml-lg-13,
  .mx-lg-13 {
    margin-left: 5.6rem !important;
  }
  .m-lg-14 {
    margin: 7rem !important;
  }
  .mt-lg-14,
  .my-lg-14 {
    margin-top: 7rem !important;
  }
  .mr-lg-14,
  .mx-lg-14 {
    margin-right: 7rem !important;
  }
  .mb-lg-14,
  .my-lg-14 {
    margin-bottom: 7rem !important;
  }
  .ml-lg-14,
  .mx-lg-14 {
    margin-left: 7rem !important;
  }
  .m-lg-15 {
    margin: 8.75rem !important;
  }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 8.75rem !important;
  }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 8.75rem !important;
  }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 8.75rem !important;
  }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 8.75rem !important;
  }
  .m-lg-16 {
    margin: 10.9rem !important;
  }
  .mt-lg-16,
  .my-lg-16 {
    margin-top: 10.9rem !important;
  }
  .mr-lg-16,
  .mx-lg-16 {
    margin-right: 10.9rem !important;
  }
  .mb-lg-16,
  .my-lg-16 {
    margin-bottom: 10.9rem !important;
  }
  .ml-lg-16,
  .mx-lg-16 {
    margin-left: 10.9rem !important;
  }
  .m-lg-17 {
    margin: 13.5rem !important;
  }
  .mt-lg-17,
  .my-lg-17 {
    margin-top: 13.5rem !important;
  }
  .mr-lg-17,
  .mx-lg-17 {
    margin-right: 13.5rem !important;
  }
  .mb-lg-17,
  .my-lg-17 {
    margin-bottom: 13.5rem !important;
  }
  .ml-lg-17,
  .mx-lg-17 {
    margin-left: 13.5rem !important;
  }
  .m-lg-18 {
    margin: 16.6rem !important;
  }
  .mt-lg-18,
  .my-lg-18 {
    margin-top: 16.6rem !important;
  }
  .mr-lg-18,
  .mx-lg-18 {
    margin-right: 16.6rem !important;
  }
  .mb-lg-18,
  .my-lg-18 {
    margin-bottom: 16.6rem !important;
  }
  .ml-lg-18,
  .mx-lg-18 {
    margin-left: 16.6rem !important;
  }
  .m-lg-19 {
    margin: 20.25rem !important;
  }
  .mt-lg-19,
  .my-lg-19 {
    margin-top: 20.25rem !important;
  }
  .mr-lg-19,
  .mx-lg-19 {
    margin-right: 20.25rem !important;
  }
  .mb-lg-19,
  .my-lg-19 {
    margin-bottom: 20.25rem !important;
  }
  .ml-lg-19,
  .mx-lg-19 {
    margin-left: 20.25rem !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 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 0.75rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 0.75rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 0.75rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 0.75rem !important;
  }
  .p-lg-4 {
    padding: 1rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1rem !important;
  }
  .p-lg-5 {
    padding: 1.25rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 1.25rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 1.25rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 1.25rem !important;
  }
  .p-lg-6 {
    padding: 1.5rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 1.5rem !important;
  }
  .p-lg-7 {
    padding: 1.75rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 1.75rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 1.75rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 1.75rem !important;
  }
  .p-lg-8 {
    padding: 2.1rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 2.1rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 2.1rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 2.1rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 2.1rem !important;
  }
  .p-lg-9 {
    padding: 2.5rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 2.5rem !important;
  }
  .p-lg-10 {
    padding: 3rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 3rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 3rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 3rem !important;
  }
  .p-lg-11 {
    padding: 3.65rem !important;
  }
  .pt-lg-11,
  .py-lg-11 {
    padding-top: 3.65rem !important;
  }
  .pr-lg-11,
  .px-lg-11 {
    padding-right: 3.65rem !important;
  }
  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 3.65rem !important;
  }
  .pl-lg-11,
  .px-lg-11 {
    padding-left: 3.65rem !important;
  }
  .p-lg-12 {
    padding: 4.5rem !important;
  }
  .pt-lg-12,
  .py-lg-12 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-12,
  .px-lg-12 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-12,
  .px-lg-12 {
    padding-left: 4.5rem !important;
  }
  .p-lg-13 {
    padding: 5.6rem !important;
  }
  .pt-lg-13,
  .py-lg-13 {
    padding-top: 5.6rem !important;
  }
  .pr-lg-13,
  .px-lg-13 {
    padding-right: 5.6rem !important;
  }
  .pb-lg-13,
  .py-lg-13 {
    padding-bottom: 5.6rem !important;
  }
  .pl-lg-13,
  .px-lg-13 {
    padding-left: 5.6rem !important;
  }
  .p-lg-14 {
    padding: 7rem !important;
  }
  .pt-lg-14,
  .py-lg-14 {
    padding-top: 7rem !important;
  }
  .pr-lg-14,
  .px-lg-14 {
    padding-right: 7rem !important;
  }
  .pb-lg-14,
  .py-lg-14 {
    padding-bottom: 7rem !important;
  }
  .pl-lg-14,
  .px-lg-14 {
    padding-left: 7rem !important;
  }
  .p-lg-15 {
    padding: 8.75rem !important;
  }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 8.75rem !important;
  }
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 8.75rem !important;
  }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 8.75rem !important;
  }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 8.75rem !important;
  }
  .p-lg-16 {
    padding: 10.9rem !important;
  }
  .pt-lg-16,
  .py-lg-16 {
    padding-top: 10.9rem !important;
  }
  .pr-lg-16,
  .px-lg-16 {
    padding-right: 10.9rem !important;
  }
  .pb-lg-16,
  .py-lg-16 {
    padding-bottom: 10.9rem !important;
  }
  .pl-lg-16,
  .px-lg-16 {
    padding-left: 10.9rem !important;
  }
  .p-lg-17 {
    padding: 13.5rem !important;
  }
  .pt-lg-17,
  .py-lg-17 {
    padding-top: 13.5rem !important;
  }
  .pr-lg-17,
  .px-lg-17 {
    padding-right: 13.5rem !important;
  }
  .pb-lg-17,
  .py-lg-17 {
    padding-bottom: 13.5rem !important;
  }
  .pl-lg-17,
  .px-lg-17 {
    padding-left: 13.5rem !important;
  }
  .p-lg-18 {
    padding: 16.6rem !important;
  }
  .pt-lg-18,
  .py-lg-18 {
    padding-top: 16.6rem !important;
  }
  .pr-lg-18,
  .px-lg-18 {
    padding-right: 16.6rem !important;
  }
  .pb-lg-18,
  .py-lg-18 {
    padding-bottom: 16.6rem !important;
  }
  .pl-lg-18,
  .px-lg-18 {
    padding-left: 16.6rem !important;
  }
  .p-lg-19 {
    padding: 20.25rem !important;
  }
  .pt-lg-19,
  .py-lg-19 {
    padding-top: 20.25rem !important;
  }
  .pr-lg-19,
  .px-lg-19 {
    padding-right: 20.25rem !important;
  }
  .pb-lg-19,
  .py-lg-19 {
    padding-bottom: 20.25rem !important;
  }
  .pl-lg-19,
  .px-lg-19 {
    padding-left: 20.25rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -0.75rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -0.75rem !important;
  }
  .m-lg-n4 {
    margin: -1rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1rem !important;
  }
  .m-lg-n5 {
    margin: -1.25rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -1.25rem !important;
  }
  .m-lg-n6 {
    margin: -1.5rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n7 {
    margin: -1.75rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -1.75rem !important;
  }
  .m-lg-n8 {
    margin: -2.1rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -2.1rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -2.1rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -2.1rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -2.1rem !important;
  }
  .m-lg-n9 {
    margin: -2.5rem !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -2.5rem !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -2.5rem !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -2.5rem !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -2.5rem !important;
  }
  .m-lg-n10 {
    margin: -3rem !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -3rem !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -3rem !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -3rem !important;
  }
  .m-lg-n11 {
    margin: -3.65rem !important;
  }
  .mt-lg-n11,
  .my-lg-n11 {
    margin-top: -3.65rem !important;
  }
  .mr-lg-n11,
  .mx-lg-n11 {
    margin-right: -3.65rem !important;
  }
  .mb-lg-n11,
  .my-lg-n11 {
    margin-bottom: -3.65rem !important;
  }
  .ml-lg-n11,
  .mx-lg-n11 {
    margin-left: -3.65rem !important;
  }
  .m-lg-n12 {
    margin: -4.5rem !important;
  }
  .mt-lg-n12,
  .my-lg-n12 {
    margin-top: -4.5rem !important;
  }
  .mr-lg-n12,
  .mx-lg-n12 {
    margin-right: -4.5rem !important;
  }
  .mb-lg-n12,
  .my-lg-n12 {
    margin-bottom: -4.5rem !important;
  }
  .ml-lg-n12,
  .mx-lg-n12 {
    margin-left: -4.5rem !important;
  }
  .m-lg-n13 {
    margin: -5.6rem !important;
  }
  .mt-lg-n13,
  .my-lg-n13 {
    margin-top: -5.6rem !important;
  }
  .mr-lg-n13,
  .mx-lg-n13 {
    margin-right: -5.6rem !important;
  }
  .mb-lg-n13,
  .my-lg-n13 {
    margin-bottom: -5.6rem !important;
  }
  .ml-lg-n13,
  .mx-lg-n13 {
    margin-left: -5.6rem !important;
  }
  .m-lg-n14 {
    margin: -7rem !important;
  }
  .mt-lg-n14,
  .my-lg-n14 {
    margin-top: -7rem !important;
  }
  .mr-lg-n14,
  .mx-lg-n14 {
    margin-right: -7rem !important;
  }
  .mb-lg-n14,
  .my-lg-n14 {
    margin-bottom: -7rem !important;
  }
  .ml-lg-n14,
  .mx-lg-n14 {
    margin-left: -7rem !important;
  }
  .m-lg-n15 {
    margin: -8.75rem !important;
  }
  .mt-lg-n15,
  .my-lg-n15 {
    margin-top: -8.75rem !important;
  }
  .mr-lg-n15,
  .mx-lg-n15 {
    margin-right: -8.75rem !important;
  }
  .mb-lg-n15,
  .my-lg-n15 {
    margin-bottom: -8.75rem !important;
  }
  .ml-lg-n15,
  .mx-lg-n15 {
    margin-left: -8.75rem !important;
  }
  .m-lg-n16 {
    margin: -10.9rem !important;
  }
  .mt-lg-n16,
  .my-lg-n16 {
    margin-top: -10.9rem !important;
  }
  .mr-lg-n16,
  .mx-lg-n16 {
    margin-right: -10.9rem !important;
  }
  .mb-lg-n16,
  .my-lg-n16 {
    margin-bottom: -10.9rem !important;
  }
  .ml-lg-n16,
  .mx-lg-n16 {
    margin-left: -10.9rem !important;
  }
  .m-lg-n17 {
    margin: -13.5rem !important;
  }
  .mt-lg-n17,
  .my-lg-n17 {
    margin-top: -13.5rem !important;
  }
  .mr-lg-n17,
  .mx-lg-n17 {
    margin-right: -13.5rem !important;
  }
  .mb-lg-n17,
  .my-lg-n17 {
    margin-bottom: -13.5rem !important;
  }
  .ml-lg-n17,
  .mx-lg-n17 {
    margin-left: -13.5rem !important;
  }
  .m-lg-n18 {
    margin: -16.6rem !important;
  }
  .mt-lg-n18,
  .my-lg-n18 {
    margin-top: -16.6rem !important;
  }
  .mr-lg-n18,
  .mx-lg-n18 {
    margin-right: -16.6rem !important;
  }
  .mb-lg-n18,
  .my-lg-n18 {
    margin-bottom: -16.6rem !important;
  }
  .ml-lg-n18,
  .mx-lg-n18 {
    margin-left: -16.6rem !important;
  }
  .m-lg-n19 {
    margin: -20.25rem !important;
  }
  .mt-lg-n19,
  .my-lg-n19 {
    margin-top: -20.25rem !important;
  }
  .mr-lg-n19,
  .mx-lg-n19 {
    margin-right: -20.25rem !important;
  }
  .mb-lg-n19,
  .my-lg-n19 {
    margin-bottom: -20.25rem !important;
  }
  .ml-lg-n19,
  .mx-lg-n19 {
    margin-left: -20.25rem !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: 1300px) {
  .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 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 0.75rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 0.75rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 0.75rem !important;
  }
  .m-xl-4 {
    margin: 1rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1rem !important;
  }
  .m-xl-5 {
    margin: 1.25rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 1.25rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 1.25rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 1.25rem !important;
  }
  .m-xl-6 {
    margin: 1.5rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 1.5rem !important;
  }
  .m-xl-7 {
    margin: 1.75rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 1.75rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 1.75rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 1.75rem !important;
  }
  .m-xl-8 {
    margin: 2.1rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 2.1rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 2.1rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 2.1rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 2.1rem !important;
  }
  .m-xl-9 {
    margin: 2.5rem !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 2.5rem !important;
  }
  .m-xl-10 {
    margin: 3rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 3rem !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 3rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 3rem !important;
  }
  .m-xl-11 {
    margin: 3.65rem !important;
  }
  .mt-xl-11,
  .my-xl-11 {
    margin-top: 3.65rem !important;
  }
  .mr-xl-11,
  .mx-xl-11 {
    margin-right: 3.65rem !important;
  }
  .mb-xl-11,
  .my-xl-11 {
    margin-bottom: 3.65rem !important;
  }
  .ml-xl-11,
  .mx-xl-11 {
    margin-left: 3.65rem !important;
  }
  .m-xl-12 {
    margin: 4.5rem !important;
  }
  .mt-xl-12,
  .my-xl-12 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 4.5rem !important;
  }
  .m-xl-13 {
    margin: 5.6rem !important;
  }
  .mt-xl-13,
  .my-xl-13 {
    margin-top: 5.6rem !important;
  }
  .mr-xl-13,
  .mx-xl-13 {
    margin-right: 5.6rem !important;
  }
  .mb-xl-13,
  .my-xl-13 {
    margin-bottom: 5.6rem !important;
  }
  .ml-xl-13,
  .mx-xl-13 {
    margin-left: 5.6rem !important;
  }
  .m-xl-14 {
    margin: 7rem !important;
  }
  .mt-xl-14,
  .my-xl-14 {
    margin-top: 7rem !important;
  }
  .mr-xl-14,
  .mx-xl-14 {
    margin-right: 7rem !important;
  }
  .mb-xl-14,
  .my-xl-14 {
    margin-bottom: 7rem !important;
  }
  .ml-xl-14,
  .mx-xl-14 {
    margin-left: 7rem !important;
  }
  .m-xl-15 {
    margin: 8.75rem !important;
  }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 8.75rem !important;
  }
  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 8.75rem !important;
  }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 8.75rem !important;
  }
  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 8.75rem !important;
  }
  .m-xl-16 {
    margin: 10.9rem !important;
  }
  .mt-xl-16,
  .my-xl-16 {
    margin-top: 10.9rem !important;
  }
  .mr-xl-16,
  .mx-xl-16 {
    margin-right: 10.9rem !important;
  }
  .mb-xl-16,
  .my-xl-16 {
    margin-bottom: 10.9rem !important;
  }
  .ml-xl-16,
  .mx-xl-16 {
    margin-left: 10.9rem !important;
  }
  .m-xl-17 {
    margin: 13.5rem !important;
  }
  .mt-xl-17,
  .my-xl-17 {
    margin-top: 13.5rem !important;
  }
  .mr-xl-17,
  .mx-xl-17 {
    margin-right: 13.5rem !important;
  }
  .mb-xl-17,
  .my-xl-17 {
    margin-bottom: 13.5rem !important;
  }
  .ml-xl-17,
  .mx-xl-17 {
    margin-left: 13.5rem !important;
  }
  .m-xl-18 {
    margin: 16.6rem !important;
  }
  .mt-xl-18,
  .my-xl-18 {
    margin-top: 16.6rem !important;
  }
  .mr-xl-18,
  .mx-xl-18 {
    margin-right: 16.6rem !important;
  }
  .mb-xl-18,
  .my-xl-18 {
    margin-bottom: 16.6rem !important;
  }
  .ml-xl-18,
  .mx-xl-18 {
    margin-left: 16.6rem !important;
  }
  .m-xl-19 {
    margin: 20.25rem !important;
  }
  .mt-xl-19,
  .my-xl-19 {
    margin-top: 20.25rem !important;
  }
  .mr-xl-19,
  .mx-xl-19 {
    margin-right: 20.25rem !important;
  }
  .mb-xl-19,
  .my-xl-19 {
    margin-bottom: 20.25rem !important;
  }
  .ml-xl-19,
  .mx-xl-19 {
    margin-left: 20.25rem !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 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 0.75rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 0.75rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 0.75rem !important;
  }
  .p-xl-4 {
    padding: 1rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1rem !important;
  }
  .p-xl-5 {
    padding: 1.25rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 1.25rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 1.25rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 1.25rem !important;
  }
  .p-xl-6 {
    padding: 1.5rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 1.5rem !important;
  }
  .p-xl-7 {
    padding: 1.75rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 1.75rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 1.75rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 1.75rem !important;
  }
  .p-xl-8 {
    padding: 2.1rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 2.1rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 2.1rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 2.1rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 2.1rem !important;
  }
  .p-xl-9 {
    padding: 2.5rem !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 2.5rem !important;
  }
  .p-xl-10 {
    padding: 3rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 3rem !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 3rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 3rem !important;
  }
  .p-xl-11 {
    padding: 3.65rem !important;
  }
  .pt-xl-11,
  .py-xl-11 {
    padding-top: 3.65rem !important;
  }
  .pr-xl-11,
  .px-xl-11 {
    padding-right: 3.65rem !important;
  }
  .pb-xl-11,
  .py-xl-11 {
    padding-bottom: 3.65rem !important;
  }
  .pl-xl-11,
  .px-xl-11 {
    padding-left: 3.65rem !important;
  }
  .p-xl-12 {
    padding: 4.5rem !important;
  }
  .pt-xl-12,
  .py-xl-12 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-12,
  .px-xl-12 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-12,
  .px-xl-12 {
    padding-left: 4.5rem !important;
  }
  .p-xl-13 {
    padding: 5.6rem !important;
  }
  .pt-xl-13,
  .py-xl-13 {
    padding-top: 5.6rem !important;
  }
  .pr-xl-13,
  .px-xl-13 {
    padding-right: 5.6rem !important;
  }
  .pb-xl-13,
  .py-xl-13 {
    padding-bottom: 5.6rem !important;
  }
  .pl-xl-13,
  .px-xl-13 {
    padding-left: 5.6rem !important;
  }
  .p-xl-14 {
    padding: 7rem !important;
  }
  .pt-xl-14,
  .py-xl-14 {
    padding-top: 7rem !important;
  }
  .pr-xl-14,
  .px-xl-14 {
    padding-right: 7rem !important;
  }
  .pb-xl-14,
  .py-xl-14 {
    padding-bottom: 7rem !important;
  }
  .pl-xl-14,
  .px-xl-14 {
    padding-left: 7rem !important;
  }
  .p-xl-15 {
    padding: 8.75rem !important;
  }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 8.75rem !important;
  }
  .pr-xl-15,
  .px-xl-15 {
    padding-right: 8.75rem !important;
  }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 8.75rem !important;
  }
  .pl-xl-15,
  .px-xl-15 {
    padding-left: 8.75rem !important;
  }
  .p-xl-16 {
    padding: 10.9rem !important;
  }
  .pt-xl-16,
  .py-xl-16 {
    padding-top: 10.9rem !important;
  }
  .pr-xl-16,
  .px-xl-16 {
    padding-right: 10.9rem !important;
  }
  .pb-xl-16,
  .py-xl-16 {
    padding-bottom: 10.9rem !important;
  }
  .pl-xl-16,
  .px-xl-16 {
    padding-left: 10.9rem !important;
  }
  .p-xl-17 {
    padding: 13.5rem !important;
  }
  .pt-xl-17,
  .py-xl-17 {
    padding-top: 13.5rem !important;
  }
  .pr-xl-17,
  .px-xl-17 {
    padding-right: 13.5rem !important;
  }
  .pb-xl-17,
  .py-xl-17 {
    padding-bottom: 13.5rem !important;
  }
  .pl-xl-17,
  .px-xl-17 {
    padding-left: 13.5rem !important;
  }
  .p-xl-18 {
    padding: 16.6rem !important;
  }
  .pt-xl-18,
  .py-xl-18 {
    padding-top: 16.6rem !important;
  }
  .pr-xl-18,
  .px-xl-18 {
    padding-right: 16.6rem !important;
  }
  .pb-xl-18,
  .py-xl-18 {
    padding-bottom: 16.6rem !important;
  }
  .pl-xl-18,
  .px-xl-18 {
    padding-left: 16.6rem !important;
  }
  .p-xl-19 {
    padding: 20.25rem !important;
  }
  .pt-xl-19,
  .py-xl-19 {
    padding-top: 20.25rem !important;
  }
  .pr-xl-19,
  .px-xl-19 {
    padding-right: 20.25rem !important;
  }
  .pb-xl-19,
  .py-xl-19 {
    padding-bottom: 20.25rem !important;
  }
  .pl-xl-19,
  .px-xl-19 {
    padding-left: 20.25rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -0.75rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -0.75rem !important;
  }
  .m-xl-n4 {
    margin: -1rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1rem !important;
  }
  .m-xl-n5 {
    margin: -1.25rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -1.25rem !important;
  }
  .m-xl-n6 {
    margin: -1.5rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n7 {
    margin: -1.75rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -1.75rem !important;
  }
  .m-xl-n8 {
    margin: -2.1rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -2.1rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -2.1rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -2.1rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -2.1rem !important;
  }
  .m-xl-n9 {
    margin: -2.5rem !important;
  }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -2.5rem !important;
  }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -2.5rem !important;
  }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -2.5rem !important;
  }
  .m-xl-n10 {
    margin: -3rem !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -3rem !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -3rem !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -3rem !important;
  }
  .m-xl-n11 {
    margin: -3.65rem !important;
  }
  .mt-xl-n11,
  .my-xl-n11 {
    margin-top: -3.65rem !important;
  }
  .mr-xl-n11,
  .mx-xl-n11 {
    margin-right: -3.65rem !important;
  }
  .mb-xl-n11,
  .my-xl-n11 {
    margin-bottom: -3.65rem !important;
  }
  .ml-xl-n11,
  .mx-xl-n11 {
    margin-left: -3.65rem !important;
  }
  .m-xl-n12 {
    margin: -4.5rem !important;
  }
  .mt-xl-n12,
  .my-xl-n12 {
    margin-top: -4.5rem !important;
  }
  .mr-xl-n12,
  .mx-xl-n12 {
    margin-right: -4.5rem !important;
  }
  .mb-xl-n12,
  .my-xl-n12 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xl-n12,
  .mx-xl-n12 {
    margin-left: -4.5rem !important;
  }
  .m-xl-n13 {
    margin: -5.6rem !important;
  }
  .mt-xl-n13,
  .my-xl-n13 {
    margin-top: -5.6rem !important;
  }
  .mr-xl-n13,
  .mx-xl-n13 {
    margin-right: -5.6rem !important;
  }
  .mb-xl-n13,
  .my-xl-n13 {
    margin-bottom: -5.6rem !important;
  }
  .ml-xl-n13,
  .mx-xl-n13 {
    margin-left: -5.6rem !important;
  }
  .m-xl-n14 {
    margin: -7rem !important;
  }
  .mt-xl-n14,
  .my-xl-n14 {
    margin-top: -7rem !important;
  }
  .mr-xl-n14,
  .mx-xl-n14 {
    margin-right: -7rem !important;
  }
  .mb-xl-n14,
  .my-xl-n14 {
    margin-bottom: -7rem !important;
  }
  .ml-xl-n14,
  .mx-xl-n14 {
    margin-left: -7rem !important;
  }
  .m-xl-n15 {
    margin: -8.75rem !important;
  }
  .mt-xl-n15,
  .my-xl-n15 {
    margin-top: -8.75rem !important;
  }
  .mr-xl-n15,
  .mx-xl-n15 {
    margin-right: -8.75rem !important;
  }
  .mb-xl-n15,
  .my-xl-n15 {
    margin-bottom: -8.75rem !important;
  }
  .ml-xl-n15,
  .mx-xl-n15 {
    margin-left: -8.75rem !important;
  }
  .m-xl-n16 {
    margin: -10.9rem !important;
  }
  .mt-xl-n16,
  .my-xl-n16 {
    margin-top: -10.9rem !important;
  }
  .mr-xl-n16,
  .mx-xl-n16 {
    margin-right: -10.9rem !important;
  }
  .mb-xl-n16,
  .my-xl-n16 {
    margin-bottom: -10.9rem !important;
  }
  .ml-xl-n16,
  .mx-xl-n16 {
    margin-left: -10.9rem !important;
  }
  .m-xl-n17 {
    margin: -13.5rem !important;
  }
  .mt-xl-n17,
  .my-xl-n17 {
    margin-top: -13.5rem !important;
  }
  .mr-xl-n17,
  .mx-xl-n17 {
    margin-right: -13.5rem !important;
  }
  .mb-xl-n17,
  .my-xl-n17 {
    margin-bottom: -13.5rem !important;
  }
  .ml-xl-n17,
  .mx-xl-n17 {
    margin-left: -13.5rem !important;
  }
  .m-xl-n18 {
    margin: -16.6rem !important;
  }
  .mt-xl-n18,
  .my-xl-n18 {
    margin-top: -16.6rem !important;
  }
  .mr-xl-n18,
  .mx-xl-n18 {
    margin-right: -16.6rem !important;
  }
  .mb-xl-n18,
  .my-xl-n18 {
    margin-bottom: -16.6rem !important;
  }
  .ml-xl-n18,
  .mx-xl-n18 {
    margin-left: -16.6rem !important;
  }
  .m-xl-n19 {
    margin: -20.25rem !important;
  }
  .mt-xl-n19,
  .my-xl-n19 {
    margin-top: -20.25rem !important;
  }
  .mr-xl-n19,
  .mx-xl-n19 {
    margin-right: -20.25rem !important;
  }
  .mb-xl-n19,
  .my-xl-n19 {
    margin-bottom: -20.25rem !important;
  }
  .ml-xl-n19,
  .mx-xl-n19 {
    margin-left: -20.25rem !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;
  }
}
.stretched-link::after {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: auto;
  content: "";
  background-color: rgba(255, 255, 255, 0.2);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-clamp {
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 4.5rem;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1300px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.letter-spacing-normal {
  letter-spacing: 0;
}

.letter-spacing-xxl {
  letter-spacing: 3px;
}

.letter-spacing-xl {
  letter-spacing: 1.5px;
}

.letter-spacing-lg {
  letter-spacing: 1px;
}

.letter-spacing-sm {
  letter-spacing: -0.04rem;
}

.letter-spacing-xs {
  letter-spacing: -2px;
}

.font-size-normal {
  font-size: 1rem !important;
}

.font-size-xxl {
  font-size: 2.666rem !important;
}

.font-size-xl {
  font-size: 1.888rem !important;
}

.font-size-lg {
  font-size: 1.444rem !important;
}

.font-size-sm {
  font-size: 1.166rem !important;
}

.font-size-xs {
  font-size: 0.888rem !important;
}

.font-size-xxs {
  font-size: 0.777rem !important;
}

.font-family-serif {
  font-family: "Times New Roman", Times, serif !important;
}

.font-family-sans-serif {
  font-family: "Futura PT", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.text-white {
  color: #fff !important;
}
.text-white a {
  color: #fff;
}

.text-light {
  color: #F5F5F5 !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cfcfcf !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-primary {
  color: #195C68 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0a252a !important;
}

.text-primary-trans {
  color: rgba(25, 92, 104, 0.8) !important;
}

a.text-primary-trans:hover, a.text-primary-trans:focus {
  color: rgba(10, 37, 42, 0.8) !important;
}

.text-primary-mix {
  color: #407b86 !important;
}

a.text-primary-mix:hover, a.text-primary-mix:focus {
  color: #274b52 !important;
}

.text-primary-light {
  color: #679AA3 !important;
}

a.text-primary-light:hover, a.text-primary-light:focus {
  color: #476f76 !important;
}

.text-secondary {
  color: #94C11F !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #617f14 !important;
}

.text-tertiary-one {
  color: #A71367 !important;
}

a.text-tertiary-one:hover, a.text-tertiary-one:focus {
  color: #620b3d !important;
}

.text-tertiary-two {
  color: #034170 !important;
}

a.text-tertiary-two:hover, a.text-tertiary-two:focus {
  color: #011625 !important;
}

.text-tertiary-three {
  color: #F5B3C5 !important;
}

a.text-tertiary-three:hover, a.text-tertiary-three:focus {
  color: #ec6f91 !important;
}

.text-tertiary-three-dark {
  color: #F193AC !important;
}

a.text-tertiary-three-dark:hover, a.text-tertiary-three-dark:focus {
  color: #e84f78 !important;
}

.text-tertiary-four {
  color: #0091B3 !important;
}

a.text-tertiary-four:hover, a.text-tertiary-four:focus {
  color: #005367 !important;
}

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

a.text-white:hover, a.text-white:focus {
  color: #d9d9d9 !important;
}

.text-gray-dark {
  color: #636363 !important;
}

a.text-gray-dark:hover, a.text-gray-dark:focus {
  color: #3d3d3d !important;
}

.text-gray {
  color: #8F8F8F !important;
}

a.text-gray:hover, a.text-gray:focus {
  color: dimgray !important;
}

.text-gray-light {
  color: #F5F5F5 !important;
}

a.text-gray-light:hover, a.text-gray-light:focus {
  color: #cfcfcf !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-black {
  color: #090909 !important;
}

a.text-black:hover, a.text-black:focus {
  color: black !important;
}

.text-body {
  color: #8F8F8F !important;
}

.text-muted {
  color: #A7A8A9 !important;
}

.text-black-50 {
  color: rgba(9, 9, 9, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.text-shadow {
  text-shadow: 0 0 0.15rem rgba(9, 9, 9, 0.1), 0 0 4.5rem rgba(9, 9, 9, 0.3);
}

.line-height-lg {
  line-height: 1.5;
}

.line-height-sm {
  line-height: 1.2;
}

.line-height-xs {
  line-height: 1;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #8F8F8F;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #090909;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #B9B9BA !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #B9B9BA;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #B9B9BA;
  }
}
/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */
/** Import theme styles */
html {
  touch-action: manipulation;
  height: 100%;
  font-size: 18px;
  --scroll-behavior: smooth;
  scroll-behavior: smooth;
}

.icon {
  display: inline-flex;
  align-items: center;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  width: 0.75em;
  height: 0.75em;
  min-width: 0.75em;
  min-height: 0.75em;
}

.icon-rotate {
  transform: rotate(90deg);
}

.icon-flip {
  transform: rotate(180deg);
}

.icon-flip.icon-rotate {
  transform: rotate(-90deg);
}

.icon-sup {
  position: relative;
  display: inline-flex;
  float: right;
  outline: none;
  font-size: 90%;
}

.icon-sm {
  width: 1.1em;
  height: 1.1em;
  min-width: 1.1em;
  min-height: 1.1em;
}
@media (min-width: 768px) {
  .icon-sm {
    width: 1.1em;
    height: 1.1em;
    min-width: 1.1em;
    min-height: 1.1em;
  }
}

.icon-lg {
  width: 1.75em;
  height: 1.75em;
  min-width: 1.75em;
  min-height: 1.75em;
}
@media (min-width: 768px) {
  .icon-lg {
    width: 1.75em;
    height: 1.75em;
    min-width: 1.75em;
    min-height: 1.75em;
  }
}

.icon-xl {
  width: 2.65em;
  height: 2.65em;
}
@media (min-width: 768px) {
  .icon-xl {
    width: 2.4em;
    height: 2.4em;
  }
}

.icon-xxl {
  width: 3.5em;
  height: 3.5em;
}
@media (min-width: 768px) {
  .icon-xxl {
    width: 3.25em;
    height: 3.25em;
  }
}

.icon-xxxl {
  width: 5em;
  height: 5em;
}
@media (min-width: 768px) {
  .icon-xxxl {
    width: 5em;
    height: 5em;
  }
}

.logo-global svg,
.footer-brand {
  max-height: 100%;
  width: 6.5001rem;
}
@media only screen and (orientation: landscape) {
  .logo-global svg,
  .footer-brand {
    width: 6.0501rem;
  }
}
@media only screen and (min-width: 576px) and (orientation: landscape) {
  .logo-global svg,
  .footer-brand {
    width: 6.0501rem;
  }
}
@media only screen and (min-width: 576px) and (orientation: portrait) {
  .logo-global svg,
  .footer-brand {
    width: 7.2501rem;
  }
}
@media only screen and (min-width: 768px) and (orientation: landscape) {
  .logo-global svg,
  .footer-brand {
    width: 7.2501rem;
  }
}
@media only screen and (min-width: 768px) and (orientation: portrait) {
  .logo-global svg,
  .footer-brand {
    width: 8.0001rem;
  }
}
@media only screen and (min-width: 992px) and (orientation: landscape) {
  .logo-global svg,
  .footer-brand {
    width: 8.0001rem;
  }
}
@media only screen and (min-width: 992px) and (orientation: portrait) {
  .logo-global svg,
  .footer-brand {
    width: 8.7501rem;
  }
}
@media only screen and (min-width: 1300px) and (orientation: landscape) {
  .logo-global svg,
  .footer-brand {
    width: 8.7501rem;
  }
}

.banner {
  position: relative;
  display: flex;
  z-index: 2;
}

.banner-full {
  min-height: 100vh;
}

.banner-lg {
  align-content: center;
}
@media only screen and (min-width: 768px) and (orientation: landscape) {
  .banner-lg .banner-content-container {
    min-height: 74vh;
  }
}

.banner-medium {
  min-height: 80vh;
}

.banner-short {
  min-height: 56vh;
}

.banner-inner {
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
  padding-top: 4.3334rem;
}
@media only screen and (orientation: landscape) {
  .banner-inner {
    padding-top: 4.0334rem;
  }
}
@media only screen and (min-width: 576px) and (orientation: landscape) {
  .banner-inner {
    padding-top: 4.0334rem;
  }
}
@media only screen and (min-width: 576px) and (orientation: portrait) {
  .banner-inner {
    padding-top: 4.8334rem;
  }
}
@media only screen and (min-width: 768px) and (orientation: landscape) {
  .banner-inner {
    padding-top: 4.8334rem;
  }
}
@media only screen and (min-width: 768px) and (orientation: portrait) {
  .banner-inner {
    padding-top: 5.3334rem;
  }
}
@media only screen and (min-width: 992px) and (orientation: landscape) {
  .banner-inner {
    padding-top: 5.3334rem;
  }
}
@media only screen and (min-width: 992px) and (orientation: portrait) {
  .banner-inner {
    padding-top: 5.8334rem;
  }
}
@media only screen and (min-width: 1300px) and (orientation: landscape) {
  .banner-inner {
    padding-top: 5.8334rem;
  }
}

.banner-content-container {
  z-index: 2;
  position: relative;
}

.banner-sm,
.banner-article {
  align-content: end;
}
.banner-sm .banner-inner,
.banner-article .banner-inner {
  align-items: flex-end;
}

.banner-media-container {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner-media-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.5s linear;
}
@media (prefers-reduced-motion: reduce) {
  .banner-media-bg {
    transition: none;
  }
}

.banner-media-darken::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-color: rgba(99, 99, 99, 0.2);
  z-index: 1;
}

.embed-responsive .embed-responsive-banner {
  position: relative;
  height: 0;
}

.embed-responsive-10by7 .embed-responsive-banner {
  margin-top: -70%;
  margin-bottom: 70%;
}

.banner-post .banner-inner {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.banner-post .banner-inner::before {
  display: block;
  content: "";
  padding-top: 50%;
}
.banner-post .banner-content-container {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding-bottom: 50%;
  margin-top: -50%;
}
.banner-post .banner-content-container-inner {
  margin-bottom: -50%;
  position: relative;
  top: 0;
  bottom: 0;
}

.banner-media-overlay::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background: linear-gradient(90deg, #407b86 0%, rgba(64, 123, 134, 0.95) 35%, rgba(64, 123, 134, 0) 70%, rgba(64, 123, 134, 0) 100%);
  height: 100%;
  width: 175%;
}
@media (min-width: 768px) {
  .banner-media-overlay::before {
    width: 150%;
  }
}
@media (min-width: 992px) {
  .banner-media-overlay::before {
    width: 100%;
  }
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */
/** Media alignment */
.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 0.5rem auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 0.5rem;
  height: auto;
}

@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 0.5rem;
  }
  .alignright {
    float: right;
    margin-left: 0.5rem;
  }
}
/** Captions */
/** Text meant only for screen readers */
.wpcf7-not-valid-tip {
  margin-top: 0.5rem;
  text-align: right;
  font-size: 1.166rem;
  font-family: "Futura PT", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.wpcf7 .wpcf7-form .wpcf7-response-output {
  margin: 0;
  border-radius: 0.8rem;
  font-size: 0.777rem;
  font-family: "Futura PT", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  border-radius: 0.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding: 0.264rem 0.5rem;
}
.wpcf7 .wpcf7-form .wpcf7-response-output::before {
  content: "";
  display: block;
  margin-right: 0.3333333333rem;
  width: 1.2em;
  height: 1.2em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2728%27 height=%2726%27 viewBox=%270 0 28 26%27%3E%3Cpath fill=%27%23FFF%27 d=%27M16,21.484 L16,18.515 C16,18.234 15.781,17.999 15.5,17.999 L12.5,17.999 C12.219,17.999 12,18.233 12,18.515 L12,21.484 C12,21.765 12.219,22 12.5,22 L15.5,22 C15.781,22 16,21.766 16,21.484 Z M15.969,15.641 L16.25,8.469 C16.25,8.375 16.203,8.25 16.094,8.172 C16,8.094 15.86,8 15.719,8 L12.282,8 C12.141,8 12.001,8.094 11.907,8.172 C11.798,8.25 11.751,8.406 11.751,8.5 L12.017,15.641 C12.017,15.844 12.251,16 12.548,16 L15.439,16 C15.72,16 15.955,15.844 15.97,15.641 L15.969,15.641 Z M15.75,1.047 L27.75,23.047 C28.094,23.656 28.078,24.406 27.719,25.016 C27.36,25.626 26.703,26 26,26 L2,26 C1.297,26 0.641,25.625 0.281,25.016 C-0.079,24.407 -0.094,23.657 0.25,23.047 L12.25,1.047 C12.594,0.406 13.266,-3.55271368e-15 14,-3.55271368e-15 C14.734,-3.55271368e-15 15.406,0.406 15.75,1.047 Z%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.wpcf7 .wpcf7-form.invalid .wpcf7-response-output,
.wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output {
  border-color: #fd7e14;
  background: #fd7e14;
  color: #fff;
  text-align: left;
}

.wpcf7 .submitting .wpcf7-submit {
  color: transparent;
  position: relative;
}
.wpcf7 .submitting .form-submit {
  display: inline-block;
  position: relative;
}
.wpcf7 .submitting .form-submit::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: auto;
  z-index: 1;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid transparent;
  left: 50%;
  margin-left: -12px;
  top: 50%;
  margin-top: -12px;
}
.wpcf7 .ajax-loader,
.wpcf7 .wpcf7-spinner {
  display: none;
}
.wpcf7 .wpcf7-form {
  position: relative;
}
.wpcf7 .wpcf7-form .form-row {
  transform: all 0.2s;
}
.wpcf7 .wpcf7-form .form-sent-link {
  order: 2;
  text-align: center;
  font-size: 0.777rem;
  font-weight: 700;
  position: relative;
  display: none;
}
.wpcf7 .wpcf7-form .form-sent-link a {
  display: block;
  margin: 1rem auto 0;
}
.wpcf7 .wpcf7-form.sent .form-row {
  height: 0;
}
.wpcf7 .wpcf7-form.sent .form-group {
  margin: 0;
  height: 0;
  opacity: 0;
}
.wpcf7 .wpcf7-form.sent .form-sent-link {
  display: flex;
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  position: relative;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-color: transparent;
  font-weight: 700;
  text-align: center;
  line-height: 0.9;
  color: #195C68;
}
.bg-dark .wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  color: #fff;
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output::before {
  content: "";
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.5rem;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27%3E%3Cdefs%3E%3Cpath id=%27fill-a%27 d=%27M19.0587324,4.91667206 L19.0587323,4.91667197 C15.14672,1.01820828 8.81507706,1.02919997 4.91666473,4.94122451 C1.01821074,8.85324655 1.02920239,15.1849052 4.94121721,19.0833273 C8.84362953,22.9722243 15.1563725,22.9722243 19.0587848,19.0833271 L19.0587847,19.0833273 C22.970797,15.1848636 22.9817886,8.85322988 19.0833371,4.94122451 C19.0751673,4.9330262 19.0669832,4.92484207 19.0587849,4.91667222 L19.0587324,4.91667206 Z M16.7837349,9.20001127 L11.2754077,15.6250201 L7.31707881,12.6583494 L7.31707876,12.6583493 C6.94888917,12.3822064 6.87427008,11.8598716 7.15041228,11.491681 C7.42655447,11.1234905 7.94888805,11.0488713 8.31707765,11.3250141 L11.025408,13.3583503 L15.5170696,8.11667641 L15.5170696,8.11667645 C15.8162234,7.76689597 16.3422887,7.72585508 16.6920683,8.02500965 C17.0418479,8.32416423 17.0828887,8.85023079 16.7837349,9.20001127 L16.7837349,9.20001127 Z%27/%3E%3C/defs%3E%3Cuse fill=%27%2328a745%27 fill-rule=%27evenodd%27 transform=%27translate%28-2 -2%29%27 xlink:href=%27%23fill-a%27/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg-dark .wpcf7 .wpcf7-form.sent .wpcf7-response-output::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27%3E%3Cdefs%3E%3Cpath id=%27fill-a%27 d=%27M19.0587324,4.91667206 L19.0587323,4.91667197 C15.14672,1.01820828 8.81507706,1.02919997 4.91666473,4.94122451 C1.01821074,8.85324655 1.02920239,15.1849052 4.94121721,19.0833273 C8.84362953,22.9722243 15.1563725,22.9722243 19.0587848,19.0833271 L19.0587847,19.0833273 C22.970797,15.1848636 22.9817886,8.85322988 19.0833371,4.94122451 C19.0751673,4.9330262 19.0669832,4.92484207 19.0587849,4.91667222 L19.0587324,4.91667206 Z M16.7837349,9.20001127 L11.2754077,15.6250201 L7.31707881,12.6583494 L7.31707876,12.6583493 C6.94888917,12.3822064 6.87427008,11.8598716 7.15041228,11.491681 C7.42655447,11.1234905 7.94888805,11.0488713 8.31707765,11.3250141 L11.025408,13.3583503 L15.5170696,8.11667641 L15.5170696,8.11667645 C15.8162234,7.76689597 16.3422887,7.72585508 16.6920683,8.02500965 C17.0418479,8.32416423 17.0828887,8.85023079 16.7837349,9.20001127 L16.7837349,9.20001127 Z%27/%3E%3C/defs%3E%3Cuse fill=%27%23FFF%27 fill-rule=%27evenodd%27 transform=%27translate%28-2 -2%29%27 xlink:href=%27%23fill-a%27/%3E%3C/svg%3E%0A");
}
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 0.777rem;
  font-weight: 700;
  padding: 0.264rem 0.5rem;
  display: inline-table;
  background: #dc3545;
  border-radius: 0.2rem;
  color: #fff;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 100%;
  text-align: center;
  margin-bottom: 0.1666666667rem;
}
.wpcf7 .wpcf7-not-valid-tip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border-width: 6px;
  border-style: solid;
  border-color: #dc3545 transparent transparent transparent;
}

.wpcf7-acceptance .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item.first,
.wpcf7-checkbox .wpcf7-list-item.first {
  margin-left: 0;
}

.text-white label .wpcf7-list-item-label {
  color: #fff;
}

.footer-brand {
  top: 0;
  right: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  align-items: center;
  height: 2.1667rem;
}
@media (prefers-reduced-motion: reduce) {
  .footer-brand {
    transition: none;
  }
}
@media only screen and (orientation: landscape) {
  .footer-brand {
    height: 2.0167rem;
  }
}
@media only screen and (min-width: 576px) and (orientation: landscape) {
  .footer-brand {
    height: 2.0167rem;
  }
}
@media only screen and (min-width: 576px) and (orientation: portrait) {
  .footer-brand {
    height: 2.4167rem;
  }
}
@media only screen and (min-width: 768px) and (orientation: landscape) {
  .footer-brand {
    height: 2.4167rem;
  }
}
@media only screen and (min-width: 768px) and (orientation: portrait) {
  .footer-brand {
    height: 2.6667rem;
  }
}
@media only screen and (min-width: 992px) and (orientation: landscape) {
  .footer-brand {
    height: 2.6667rem;
  }
}
@media only screen and (min-width: 992px) and (orientation: portrait) {
  .footer-brand {
    height: 2.9167rem;
  }
}
@media only screen and (min-width: 1300px) and (orientation: landscape) {
  .footer-brand {
    height: 2.9167rem;
  }
}

body#tinymce {
  margin: 12px !important;
}

/*# sourceMappingURL=main.css.map*/