@charset "UTF-8";
/**
 * @license
 * MyFonts Webfont Build ID 4031055, 2021-03-24T10:04:57-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Allotrope-Light by Kostic
 * URL: https://www.myfonts.com/fonts/kostic/allotrope/light/
 * Copyright: Copyright © 2020 by Kostic Type Foundry. All rights reserved.
 * 
 * Webfont: Allotrope-Regular by Kostic
 * URL: https://www.myfonts.com/fonts/kostic/allotrope/regular/
 * Copyright: Copyright © 2020 by Kostic Type Foundry. All rights reserved.
 * 
 * Webfont: Allotrope-Medium by Kostic
 * URL: https://www.myfonts.com/fonts/kostic/allotrope/medium/
 * Copyright: Copyright © 2020 by Kostic Type Foundry. All rights reserved.
 * 
 * Webfont: Study-Medium by XYZ Type
 * URL: https://www.myfonts.com/fonts/xyz-type/study/medium/
 * Copyright: ©2018 XYZ Type LLC. All Rights Reserved.
 * 
 * 
 * 
 * © 2021 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: "Study";
  font-weight: 500;
  font-style: normal;
  src: url("/dist/assets/fonts/StudyMedium/font.woff2") format("woff2"), url("/dist/assets/fonts/StudyMedium/font.woff") format("woff");
}
@font-face {
  font-family: "Allotrope";
  font-weight: 300;
  font-style: normal;
  src: url("/dist/assets/fonts/AllotropeLight/font.woff2") format("woff2"), url("/dist/assets/fonts/AllotropeLight/font.woff") format("woff");
}
@font-face {
  font-family: "Allotrope";
  font-weight: 400;
  font-style: normal;
  src: url("/dist/assets/fonts/AllotropeRegular/font.woff2") format("woff2"), url("/dist/assets/fonts/AllotropeRegular/font.woff") format("woff");
}
@font-face {
  font-family: "Allotrope";
  font-weight: 500;
  font-style: normal;
  src: url("/dist/assets/fonts/AllotropeMedium/font.woff2") format("woff2"), url("/dist/assets/fonts/AllotropeMedium/font.woff") format("woff");
}
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray-lightest: #f0f0f0;
  --gray-light: #e0e0e0;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --black: #404040;
  --colorOne-lightest: #C2C2F2;
  --colorOne-lighter: #A0A2D3;
  --colorOne-light: #6F6FB8;
  --colorOne-base: #776B99;
  --colorOne-dark: #5F5980;
  --colorOne-darker: #514B73;
  --colorOne-darkest: #443D66;
  --colorOne-lightest-faded: #E8E6F2;
  --colorOne-faded: #6A6680;
  --colorOne-darkest-faded: #2A2836;
  --colorTwo-lightest: #B8DEE6;
  --colorTwo-lighter: #59A4B3;
  --colorTwo-light: #4A97A1;
  --colorTwo-base: #457E8A;
  --colorTwo-dark: #2E7584;
  --colorTwo-darker: #1A5966;
  --colorTwo-darkest: #003A4B;
  --colorThree-lightest: #DAA2BD;
  --colorThree-light: #A65B80;
  --colorThree-base: #8E4D6D;
  --colorThree-dark: #733453;
  --colorThree-darkest: #4A2135;
  --colorFour-lightest: #C3A5D9;
  --colorFour-light: #9C7DB3;
  --colorFour-base: #866B99;
  --colorFour-dark: #6C5080;
  --colorFour-darkest: #4A3659;
  --colorFive-lightest: #BEC49D;
  --colorFive-light: #A1AB78;
  --colorFive-base: #8D9663;
  --colorFive-dark: #8A9166;
  --colorFive-darkest: #464A34;
  --colorSix-base: #BFB6B6;
  --colorSix-dark: #999391;
  --colorSix-darker: #7A7574;
  --colorSix-darkest: #6C605E;
  --colorSeven-darker: #29314A;
  --colorSeven-dark: #465580;
  --colorSeven-base: #546699;
  --colorSeven-light: #6277B3;
  --colorSeven-lighter: #9dafe1;
  --colorOne-lightest: #C2C2F2;
  --colorOne-lighter: #A0A2D3;
  --colorOne-light: #6F6FB8;
  --colorOne: #776B99;
  --colorOne-dark: #5F5980;
  --colorOne-darker: #514B73;
  --colorOne-darkest: #443D66;
  --colorOne-lightest-faded: #E8E6F2;
  --colorOne-faded: #6A6680;
  --colorTwo-lightest: #B8DEE6;
  --colorTwo-lighter: #59A4B3;
  --colorTwo-light: #4A97A1;
  --colorTwo: #457E8A;
  --colorTwo-dark: #2E7584;
  --colorTwo-darker: #1A5966;
  --colorTwo-darkest: #003A4B;
  --colorThree-lightest: #DAA2BD;
  --colorThree-light: #A65B80;
  --colorThree: #8E4D6D;
  --colorThree-dark: #733453;
  --colorThree-darkest: #4A2135;
  --colorFour-lightest: #C3A5D9;
  --colorFour-light: #9C7DB3;
  --colorFour: #866B99;
  --colorFour-dark: #6C5080;
  --colorFour-darkest: #4A3659;
  --colorFive-lightest: #BEC49D;
  --colorFive-light: #A1AB78;
  --colorFive: #8D9663;
  --colorFive-dark: #8A9166;
  --colorFive-darkest: #464A34;
  --colorSix-base: #BFB6B6;
  --colorSix-dark: #999391;
  --colorSix-darker: #7A7574;
  --colorSix-darkest: #6C605E;
  --colorSeven-darker: #29314A;
  --colorSeven-dark: #465580;
  --colorSeven-base: #546699;
  --colorSeven-light: #6277B3;
  --colorSeven-lighter: #9dafe1;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --gray-light: #e0e0e0;
  --gray-lighter: #f0f0f0;
  --breakpoint-xxs: 0;
  --breakpoint-xs: 375px;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1020px;
  --breakpoint-xl: 1270px;
  --breakpoint-xxl: 1460px;
  --font-family-sans-serif: Allotrope, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation 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(64, 64, 64, 0);
}

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

body {
  margin: 0;
  font-family: Allotrope, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #404040;
  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: 1.5rem;
}

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: 2rem;
}

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

dt {
  font-weight: 600;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 600;
}

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: #443D66;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(14.8098159509, 13.2852760736, 22.2147239264);
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([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.75rem;
  padding-bottom: 0.75rem;
  color: #505050;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  vertical-align: top;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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;
}

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 {
  font-weight: 500;
  hyphens: manual;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

h1, h2, h3,
.h1, .h2, .h3 {
  font-family: Study, Georgia, Times, Times New Roman, serif;
  line-height: 1.05;
}

h4, .h4 {
  font-family: Study, Georgia, Times, Times New Roman, serif;
  line-height: 1.25;
}

h5, h6,
.h5, .h6 {
  font-family: Allotrope, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.25;
}

h1, .h1 {
  font-size: 2.88rem;
}

h2, .h2 {
  font-size: 2.45rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

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

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

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

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

.display-1 {
  font-family: Study, Georgia, Times, Times New Roman, serif;
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-family: Study, Georgia, Times, Times New Roman, serif;
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-family: Study, Georgia, Times, Times New Roman, serif;
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-family: Study, Georgia, Times, Times New Roman, serif;
  font-size: 3.33rem;
  font-weight: 300;
  line-height: 1.2;
}

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

small,
.small {
  font-size: 80%;
  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) {
  margin-right: 0.5rem;
}

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

.blockquote,
blockquote {
  margin-top: 1rem;
  margin-bottom: 3.25rem;
  display: inline-block;
}
@supports (hanging-punctuation: first) {
  .blockquote blockquote,
  blockquote blockquote {
    text-indent: 0;
    hanging-punctuation: first;
  }
}
.blockquote::before, .blockquote::after,
blockquote::before,
blockquote::after {
  content: "";
  position: relative;
  width: 8.7rem;
  height: 1px;
  background: currentColor;
  display: block;
}
.blockquote::before,
blockquote::before {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.blockquote::after,
blockquote::after {
  margin-top: 1rem;
  margin-left: auto;
}

blockquote {
  font-family: Study, Georgia, Times, Times New Roman, serif;
  font-size: 1.25rem;
  text-indent: -0.45em;
  font-style: italic;
  line-height: 1.25;
}

.blockquote blockquote {
  margin: 0;
}
.blockquote blockquote::before, .blockquote blockquote::after {
  display: none;
}

.blockquote blockquote + .blockquote-footer p,
.blockquote-footer .person-link {
  display: block;
  font-family: Allotrope, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  margin-left: auto;
  margin-bottom: 0;
  color: inherit;
}

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

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

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

.figure {
  display: inline-block;
}

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

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

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

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container-xs {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 375px) {
  .container-xs, .container {
    max-width: 396px;
  }
}
@media (min-width: 576px) {
  .container-sm, .container-xs, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container-xs, .container {
    max-width: 720px;
  }
}
@media (min-width: 1020px) {
  .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 906px;
  }
}
@media (min-width: 1270px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1176px;
  }
}
@media (min-width: 1460px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1300px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

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

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .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-xs,
.col-xs-auto, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-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: 8px;
  padding-left: 8px;
}

.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 8.3333333333%;
  max-width: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

.col-12 {
  flex: 0 0 100%;
  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: 375px) {
  .col-xs {
    flex-basis: 0%;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xs-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xs-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xs-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xs-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xs-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xs-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xs-first {
    order: -1;
  }
  .order-xs-last {
    order: 13;
  }
  .order-xs-0 {
    order: 0;
  }
  .order-xs-1 {
    order: 1;
  }
  .order-xs-2 {
    order: 2;
  }
  .order-xs-3 {
    order: 3;
  }
  .order-xs-4 {
    order: 4;
  }
  .order-xs-5 {
    order: 5;
  }
  .order-xs-6 {
    order: 6;
  }
  .order-xs-7 {
    order: 7;
  }
  .order-xs-8 {
    order: 8;
  }
  .order-xs-9 {
    order: 9;
  }
  .order-xs-10 {
    order: 10;
  }
  .order-xs-11 {
    order: 11;
  }
  .order-xs-12 {
    order: 12;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xs-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xs-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xs-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xs-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 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    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 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    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: 1020px) {
  .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 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    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: 1270px) {
  .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 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    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%;
  }
}
@media (min-width: 1460px) {
  .col-xxl {
    flex-basis: 0%;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
table,
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #514B73;
  font-size: 0.88rem;
}
table th,
table td,
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #5F5980;
}
table thead th,
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #5F5980;
}
table tbody + tbody,
.table tbody + tbody {
  border-top: 2px solid #5F5980;
}
table p:last-child,
.table p:last-child {
  margin-bottom: 0;
}

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

.table-lg th,
.table-lg td {
  font-size: 1rem;
  padding: 0.85rem;
}

.table-bordered {
  border: 1px solid #5F5980;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #5F5980;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(64, 64, 64, 0.05);
}

.table-hover tbody tr:hover {
  color: #514B73;
  background-color: rgba(64, 64, 64, 0.075);
}

.table-colorOne-lightest,
.table-colorOne-lightest > th,
.table-colorOne-lightest > td {
  background-color: rgb(237.92, 237.92, 251.36);
}
.table-colorOne-lightest th,
.table-colorOne-lightest td,
.table-colorOne-lightest thead th,
.table-colorOne-lightest tbody + tbody {
  border-color: rgb(223.28, 223.28, 248.24);
}

.table-hover .table-colorOne-lightest:hover {
  background-color: rgb(216.8997297297, 216.8997297297, 246.8802702703);
}
.table-hover .table-colorOne-lightest:hover > td,
.table-hover .table-colorOne-lightest:hover > th {
  background-color: rgb(216.8997297297, 216.8997297297, 246.8802702703);
}

.table-colorOne-lighter,
.table-colorOne-lighter > th,
.table-colorOne-lighter > td {
  background-color: rgb(228.4, 228.96, 242.68);
}
.table-colorOne-lighter th,
.table-colorOne-lighter td,
.table-colorOne-lighter thead th,
.table-colorOne-lighter tbody + tbody {
  border-color: rgb(205.6, 206.64, 232.12);
}

.table-hover .table-colorOne-lighter:hover {
  background-color: rgb(210.971942446, 211.8988489209, 234.608057554);
}
.table-hover .table-colorOne-lighter:hover > td,
.table-hover .table-colorOne-lighter:hover > th {
  background-color: rgb(210.971942446, 211.8988489209, 234.608057554);
}

.table-colorOne-light,
.table-colorOne-light > th,
.table-colorOne-light > td {
  background-color: rgb(214.68, 214.68, 235.12);
}
.table-colorOne-light th,
.table-colorOne-light td,
.table-colorOne-light thead th,
.table-colorOne-light tbody + tbody {
  border-color: rgb(180.12, 180.12, 218.08);
}

.table-hover .table-colorOne-light:hover {
  background-color: rgb(197.6009302326, 197.6009302326, 226.6990697674);
}
.table-hover .table-colorOne-light:hover > td,
.table-hover .table-colorOne-light:hover > th {
  background-color: rgb(197.6009302326, 197.6009302326, 226.6990697674);
}

.table-colorOne,
.table-colorOne > th,
.table-colorOne > td {
  background-color: rgb(216.92, 213.56, 226.44);
}
.table-colorOne th,
.table-colorOne td,
.table-colorOne thead th,
.table-colorOne tbody + tbody {
  border-color: rgb(184.28, 178.04, 201.96);
}

.table-hover .table-colorOne:hover {
  background-color: rgb(203.048, 198.464, 216.036);
}
.table-hover .table-colorOne:hover > td,
.table-hover .table-colorOne:hover > th {
  background-color: rgb(203.048, 198.464, 216.036);
}

.table-colorOne-dark,
.table-colorOne-dark > th,
.table-colorOne-dark > td {
  background-color: rgb(210.2, 208.52, 219.44);
}
.table-colorOne-dark th,
.table-colorOne-dark td,
.table-colorOne-dark thead th,
.table-colorOne-dark tbody + tbody {
  border-color: rgb(171.8, 168.68, 188.96);
}

.table-hover .table-colorOne-dark:hover {
  background-color: rgb(196.2750853242, 194.0729010239, 208.3870989761);
}
.table-hover .table-colorOne-dark:hover > td,
.table-hover .table-colorOne-dark:hover > th {
  background-color: rgb(196.2750853242, 194.0729010239, 208.3870989761);
}

.table-colorOne-darker,
.table-colorOne-darker > th,
.table-colorOne-darker > td {
  background-color: rgb(206.28, 204.6, 215.8);
}
.table-colorOne-darker th,
.table-colorOne-darker td,
.table-colorOne-darker thead th,
.table-colorOne-darker tbody + tbody {
  border-color: rgb(164.52, 161.4, 182.2);
}

.table-hover .table-colorOne-darker:hover {
  background-color: rgb(192.414375, 190.25625, 204.64375);
}
.table-hover .table-colorOne-darker:hover > td,
.table-hover .table-colorOne-darker:hover > th {
  background-color: rgb(192.414375, 190.25625, 204.64375);
}

.table-colorOne-darkest,
.table-colorOne-darkest > th,
.table-colorOne-darkest > td {
  background-color: rgb(202.64, 200.68, 212.16);
}
.table-colorOne-darkest th,
.table-colorOne-darkest td,
.table-colorOne-darkest thead th,
.table-colorOne-darkest tbody + tbody {
  border-color: rgb(157.76, 154.12, 175.44);
}

.table-hover .table-colorOne-darkest:hover {
  background-color: rgb(188.897925072, 186.4235158501, 200.9164841499);
}
.table-hover .table-colorOne-darkest:hover > td,
.table-hover .table-colorOne-darkest:hover > th {
  background-color: rgb(188.897925072, 186.4235158501, 200.9164841499);
}

.table-colorOne-lightest-faded,
.table-colorOne-lightest-faded > th,
.table-colorOne-lightest-faded > td {
  background-color: rgb(248.56, 248, 251.36);
}
.table-colorOne-lightest-faded th,
.table-colorOne-lightest-faded td,
.table-colorOne-lightest-faded thead th,
.table-colorOne-lightest-faded tbody + tbody {
  border-color: rgb(243.04, 242, 248.24);
}

.table-hover .table-colorOne-lightest-faded:hover {
  background-color: rgb(233.1257894737, 231.2236842105, 242.6363157895);
}
.table-hover .table-colorOne-lightest-faded:hover > td,
.table-hover .table-colorOne-lightest-faded:hover > th {
  background-color: rgb(233.1257894737, 231.2236842105, 242.6363157895);
}

.table-colorOne-faded,
.table-colorOne-faded > th,
.table-colorOne-faded > td {
  background-color: rgb(213.28, 212.16, 219.44);
}
.table-colorOne-faded th,
.table-colorOne-faded td,
.table-colorOne-faded thead th,
.table-colorOne-faded tbody + tbody {
  border-color: rgb(177.52, 175.44, 188.96);
}

.table-hover .table-colorOne-faded:hover {
  background-color: rgb(199.7103571429, 198.2260714286, 207.8739285714);
}
.table-hover .table-colorOne-faded:hover > td,
.table-hover .table-colorOne-faded:hover > th {
  background-color: rgb(199.7103571429, 198.2260714286, 207.8739285714);
}

.table-colorTwo-lightest,
.table-colorTwo-lightest > th,
.table-colorTwo-lightest > td {
  background-color: rgb(235.12, 245.76, 248);
}
.table-colorTwo-lightest th,
.table-colorTwo-lightest td,
.table-colorTwo-lightest thead th,
.table-colorTwo-lightest tbody + tbody {
  border-color: rgb(218.08, 237.84, 242);
}

.table-hover .table-colorTwo-lightest:hover {
  background-color: rgb(216.260625, 236.994375, 241.359375);
}
.table-hover .table-colorTwo-lightest:hover > td,
.table-hover .table-colorTwo-lightest:hover > th {
  background-color: rgb(216.260625, 236.994375, 241.359375);
}

.table-colorTwo-lighter,
.table-colorTwo-lighter > th,
.table-colorTwo-lighter > td {
  background-color: rgb(208.52, 229.52, 233.72);
}
.table-colorTwo-lighter th,
.table-colorTwo-lighter td,
.table-colorTwo-lighter thead th,
.table-colorTwo-lighter tbody + tbody {
  border-color: rgb(168.68, 207.68, 215.48);
}

.table-hover .table-colorTwo-lighter:hover {
  background-color: rgb(191.0282644628, 219.9311570248, 225.7117355372);
}
.table-hover .table-colorTwo-lighter:hover > td,
.table-hover .table-colorTwo-lighter:hover > th {
  background-color: rgb(191.0282644628, 219.9311570248, 225.7117355372);
}

.table-colorTwo-light,
.table-colorTwo-light > th,
.table-colorTwo-light > td {
  background-color: rgb(204.32, 225.88, 228.68);
}
.table-colorTwo-light th,
.table-colorTwo-light td,
.table-colorTwo-light thead th,
.table-colorTwo-light tbody + tbody {
  border-color: rgb(160.88, 200.92, 206.12);
}

.table-hover .table-colorTwo-light:hover {
  background-color: rgb(187.5363636364, 216.2363636364, 219.9636363636);
}
.table-hover .table-colorTwo-light:hover > td,
.table-hover .table-colorTwo-light:hover > th {
  background-color: rgb(187.5363636364, 216.2363636364, 219.9636363636);
}

.table-colorTwo,
.table-colorTwo > th,
.table-colorTwo > td {
  background-color: rgb(202.92, 218.88, 222.24);
}
.table-colorTwo th,
.table-colorTwo td,
.table-colorTwo thead th,
.table-colorTwo tbody + tbody {
  border-color: rgb(158.28, 187.92, 194.16);
}

.table-hover .table-colorTwo:hover {
  background-color: rgb(187.2665346535, 208.0235643564, 212.3934653465);
}
.table-hover .table-colorTwo:hover > td,
.table-hover .table-colorTwo:hover > th {
  background-color: rgb(187.2665346535, 208.0235643564, 212.3934653465);
}

.table-colorTwo-dark,
.table-colorTwo-dark > th,
.table-colorTwo-dark > td {
  background-color: rgb(196.48, 216.36, 220.56);
}
.table-colorTwo-dark th,
.table-colorTwo-dark td,
.table-colorTwo-dark thead th,
.table-colorTwo-dark tbody + tbody {
  border-color: rgb(146.32, 183.24, 191.04);
}

.table-hover .table-colorTwo-dark:hover {
  background-color: rgb(180.4272891566, 205.7606024096, 211.1127108434);
}
.table-hover .table-colorTwo-dark:hover > td,
.table-hover .table-colorTwo-dark:hover > th {
  background-color: rgb(180.4272891566, 205.7606024096, 211.1127108434);
}

.table-colorTwo-darker,
.table-colorTwo-darker > th,
.table-colorTwo-darker > td {
  background-color: rgb(190.88, 208.52, 212.16);
}
.table-colorTwo-darker th,
.table-colorTwo-darker td,
.table-colorTwo-darker thead th,
.table-colorTwo-darker tbody + tbody {
  border-color: rgb(135.92, 168.68, 175.44);
}

.table-hover .table-colorTwo-darker:hover {
  background-color: rgb(175.5933507853, 197.4388481675, 201.9466492147);
}
.table-hover .table-colorTwo-darker:hover > td,
.table-hover .table-colorTwo-darker:hover > th {
  background-color: rgb(175.5933507853, 197.4388481675, 201.9466492147);
}

.table-colorTwo-darkest,
.table-colorTwo-darkest > th,
.table-colorTwo-darkest > td {
  background-color: rgb(183.6, 199.84, 204.6);
}
.table-colorTwo-darkest th,
.table-colorTwo-darkest td,
.table-colorTwo-darkest thead th,
.table-colorTwo-darkest tbody + tbody {
  border-color: rgb(122.4, 152.56, 161.4);
}

.table-hover .table-colorTwo-darkest:hover {
  background-color: rgb(168.6517241379, 188.2917241379, 194.0482758621);
}
.table-hover .table-colorTwo-darkest:hover > td,
.table-hover .table-colorTwo-darkest:hover > th {
  background-color: rgb(168.6517241379, 188.2917241379, 194.0482758621);
}

.table-colorThree-lightest,
.table-colorThree-lightest > th,
.table-colorThree-lightest > td {
  background-color: rgb(244.64, 228.96, 236.52);
}
.table-colorThree-lightest th,
.table-colorThree-lightest td,
.table-colorThree-lightest thead th,
.table-colorThree-lightest tbody + tbody {
  border-color: rgb(235.76, 206.64, 220.68);
}

.table-hover .table-colorThree-lightest:hover {
  background-color: rgb(237.3823076923, 210.7176923077, 223.5738461538);
}
.table-hover .table-colorThree-lightest:hover > td,
.table-hover .table-colorThree-lightest:hover > th {
  background-color: rgb(237.3823076923, 210.7176923077, 223.5738461538);
}

.table-colorThree-light,
.table-colorThree-light > th,
.table-colorThree-light > td {
  background-color: rgb(230.08, 209.08, 219.44);
}
.table-colorThree-light th,
.table-colorThree-light td,
.table-colorThree-light thead th,
.table-colorThree-light tbody + tbody {
  border-color: rgb(208.72, 169.72, 188.96);
}

.table-hover .table-colorThree-light:hover {
  background-color: rgb(221.1096442688, 192.5503557312, 206.6396047431);
}
.table-hover .table-colorThree-light:hover > td,
.table-hover .table-colorThree-light:hover > th {
  background-color: rgb(221.1096442688, 192.5503557312, 206.6396047431);
}

.table-colorThree,
.table-colorThree > th,
.table-colorThree > td {
  background-color: rgb(223.36, 205.16, 214.12);
}
.table-colorThree th,
.table-colorThree td,
.table-colorThree thead th,
.table-colorThree tbody + tbody {
  border-color: rgb(196.24, 162.44, 179.08);
}

.table-hover .table-colorThree:hover {
  background-color: rgb(213.4579381443, 189.5620618557, 201.326185567);
}
.table-hover .table-colorThree:hover > td,
.table-hover .table-colorThree:hover > th {
  background-color: rgb(213.4579381443, 189.5620618557, 201.326185567);
}

.table-colorThree-dark,
.table-colorThree-dark > th,
.table-colorThree-dark > td {
  background-color: rgb(215.8, 198.16, 206.84);
}
.table-colorThree-dark th,
.table-colorThree-dark td,
.table-colorThree-dark thead th,
.table-colorThree-dark tbody + tbody {
  border-color: rgb(182.2, 149.44, 165.56);
}

.table-hover .table-colorThree-dark:hover {
  background-color: rgb(205.3918367347, 183.0681632653, 194.0528279883);
}
.table-hover .table-colorThree-dark:hover > td,
.table-hover .table-colorThree-dark:hover > th {
  background-color: rgb(205.3918367347, 183.0681632653, 194.0528279883);
}

.table-colorThree-darkest,
.table-colorThree-darkest > th,
.table-colorThree-darkest > td {
  background-color: rgb(204.32, 192.84, 198.44);
}
.table-colorThree-darkest th,
.table-colorThree-darkest td,
.table-colorThree-darkest thead th,
.table-colorThree-darkest tbody + tbody {
  border-color: rgb(160.88, 139.56, 149.96);
}

.table-hover .table-colorThree-darkest:hover {
  background-color: rgb(192.867146402, 178.792853598, 185.6583622829);
}
.table-hover .table-colorThree-darkest:hover > td,
.table-hover .table-colorThree-darkest:hover > th {
  background-color: rgb(192.867146402, 178.792853598, 185.6583622829);
}

.table-colorFour-lightest,
.table-colorFour-lightest > th,
.table-colorFour-lightest > td {
  background-color: rgb(238.2, 229.8, 244.36);
}
.table-colorFour-lightest th,
.table-colorFour-lightest td,
.table-colorFour-lightest thead th,
.table-colorFour-lightest tbody + tbody {
  border-color: rgb(223.8, 208.2, 235.24);
}

.table-hover .table-colorFour-lightest:hover {
  background-color: rgb(226.246875, 211.8703125, 236.7896875);
}
.table-hover .table-colorFour-lightest:hover > td,
.table-hover .table-colorFour-lightest:hover > th {
  background-color: rgb(226.246875, 211.8703125, 236.7896875);
}

.table-colorFour-light,
.table-colorFour-light > th,
.table-colorFour-light > td {
  background-color: rgb(227.28, 218.6, 233.72);
}
.table-colorFour-light th,
.table-colorFour-light td,
.table-colorFour-light thead th,
.table-colorFour-light tbody + tbody {
  border-color: rgb(203.52, 187.4, 215.48);
}

.table-hover .table-colorFour-light:hover {
  background-color: rgb(215.0251456311, 202.5077669903, 224.3122330097);
}
.table-hover .table-colorFour-light:hover > td,
.table-hover .table-colorFour-light:hover > th {
  background-color: rgb(215.0251456311, 202.5077669903, 224.3122330097);
}

.table-colorFour,
.table-colorFour > th,
.table-colorFour > td {
  background-color: rgb(221.12, 213.56, 226.44);
}
.table-colorFour th,
.table-colorFour td,
.table-colorFour thead th,
.table-colorFour tbody + tbody {
  border-color: rgb(192.08, 178.04, 201.96);
}

.table-hover .table-colorFour:hover {
  background-color: rgb(208.778, 198.464, 216.036);
}
.table-hover .table-colorFour:hover > td,
.table-hover .table-colorFour:hover > th {
  background-color: rgb(208.778, 198.464, 216.036);
}

.table-colorFour-dark,
.table-colorFour-dark > th,
.table-colorFour-dark > td {
  background-color: rgb(213.84, 206, 219.44);
}
.table-colorFour-dark th,
.table-colorFour-dark td,
.table-colorFour-dark thead th,
.table-colorFour-dark tbody + tbody {
  border-color: rgb(178.56, 164, 188.96);
}

.table-hover .table-colorFour-dark:hover {
  background-color: rgb(201.4277483444, 191.2235099338, 208.7164900662);
}
.table-hover .table-colorFour-dark:hover > td,
.table-hover .table-colorFour-dark:hover > th {
  background-color: rgb(201.4277483444, 191.2235099338, 208.7164900662);
}

.table-colorFour-darkest,
.table-colorFour-darkest > th,
.table-colorFour-darkest > td {
  background-color: rgb(204.32, 198.72, 208.52);
}
.table-colorFour-darkest th,
.table-colorFour-darkest td,
.table-colorFour-darkest thead th,
.table-colorFour-darkest tbody + tbody {
  border-color: rgb(160.88, 150.48, 168.68);
}

.table-hover .table-colorFour-darkest:hover {
  background-color: rgb(191.7437057221, 184.7540599455, 196.9859400545);
}
.table-hover .table-colorFour-darkest:hover > td,
.table-hover .table-colorFour-darkest:hover > th {
  background-color: rgb(191.7437057221, 184.7540599455, 196.9859400545);
}

.table-colorFive-lightest,
.table-colorFive-lightest > th,
.table-colorFive-lightest > td {
  background-color: rgb(236.8, 238.48, 227.56);
}
.table-colorFive-lightest th,
.table-colorFive-lightest td,
.table-colorFive-lightest thead th,
.table-colorFive-lightest tbody + tbody {
  border-color: rgb(221.2, 224.32, 204.04);
}

.table-hover .table-colorFive-lightest:hover {
  background-color: rgb(226.2426751592, 228.8971974522, 211.6428025478);
}
.table-hover .table-colorFive-lightest:hover > td,
.table-hover .table-colorFive-lightest:hover > th {
  background-color: rgb(226.2426751592, 228.8971974522, 211.6428025478);
}

.table-colorFive-light,
.table-colorFive-light > th,
.table-colorFive-light > td {
  background-color: rgb(228.68, 231.48, 217.2);
}
.table-colorFive-light th,
.table-colorFive-light td,
.table-colorFive-light thead th,
.table-colorFive-light tbody + tbody {
  border-color: rgb(206.12, 211.32, 184.8);
}

.table-hover .table-colorFive-light:hover {
  background-color: rgb(217.7347945205, 221.6991780822, 201.4808219178);
}
.table-hover .table-colorFive-light:hover > td,
.table-hover .table-colorFive-light:hover > th {
  background-color: rgb(217.7347945205, 221.6991780822, 201.4808219178);
}

.table-colorFive,
.table-colorFive > th,
.table-colorFive > td {
  background-color: rgb(223.08, 225.6, 211.32);
}
.table-colorFive th,
.table-colorFive td,
.table-colorFive thead th,
.table-colorFive tbody + tbody {
  border-color: rgb(195.72, 200.4, 173.88);
}

.table-hover .table-colorFive:hover {
  background-color: rgb(211.9420689655, 215.3413793103, 196.0786206897);
}
.table-hover .table-colorFive:hover > td,
.table-hover .table-colorFive:hover > th {
  background-color: rgb(211.9420689655, 215.3413793103, 196.0786206897);
}

.table-colorFive-dark,
.table-colorFive-dark > th,
.table-colorFive-dark > td {
  background-color: rgb(222.24, 224.2, 212.16);
}
.table-colorFive-dark th,
.table-colorFive-dark td,
.table-colorFive-dark thead th,
.table-colorFive-dark tbody + tbody {
  border-color: rgb(194.16, 197.8, 175.44);
}

.table-hover .table-colorFive-dark:hover {
  background-color: rgb(210.8958935361, 213.5346007605, 197.3253992395);
}
.table-hover .table-colorFive-dark:hover > td,
.table-hover .table-colorFive-dark:hover > th {
  background-color: rgb(210.8958935361, 213.5346007605, 197.3253992395);
}

.table-colorFive-darkest,
.table-colorFive-darkest > th,
.table-colorFive-darkest > td {
  background-color: rgb(203.2, 204.32, 198.16);
}
.table-colorFive-darkest th,
.table-colorFive-darkest td,
.table-colorFive-darkest thead th,
.table-colorFive-darkest tbody + tbody {
  border-color: rgb(158.8, 160.88, 149.44);
}

.table-hover .table-colorFive-darkest:hover {
  background-color: rgb(190.91484375, 192.30046875, 184.67953125);
}
.table-hover .table-colorFive-darkest:hover > td,
.table-hover .table-colorFive-darkest:hover > th {
  background-color: rgb(190.91484375, 192.30046875, 184.67953125);
}

.table-colorSix-base,
.table-colorSix-base > th,
.table-colorSix-base > td {
  background-color: rgb(237.08, 234.56, 234.56);
}
.table-colorSix-base th,
.table-colorSix-base td,
.table-colorSix-base thead th,
.table-colorSix-base tbody + tbody {
  border-color: rgb(221.72, 217.04, 217.04);
}

.table-hover .table-colorSix-base:hover {
  background-color: rgb(225.1675912409, 220.9724087591, 220.9724087591);
}
.table-hover .table-colorSix-base:hover > td,
.table-hover .table-colorSix-base:hover > th {
  background-color: rgb(225.1675912409, 220.9724087591, 220.9724087591);
}

.table-colorSix-dark,
.table-colorSix-dark > th,
.table-colorSix-dark > td {
  background-color: rgb(226.44, 224.76, 224.2);
}
.table-colorSix-dark th,
.table-colorSix-dark td,
.table-colorSix-dark thead th,
.table-colorSix-dark tbody + tbody {
  border-color: rgb(201.96, 198.84, 197.8);
}

.table-hover .table-colorSix-dark:hover {
  background-color: rgb(214.1711320755, 211.7694339623, 210.9688679245);
}
.table-hover .table-colorSix-dark:hover > td,
.table-hover .table-colorSix-dark:hover > th {
  background-color: rgb(214.1711320755, 211.7694339623, 210.9688679245);
}

.table-colorSix-darker,
.table-colorSix-darker > th,
.table-colorSix-darker > td {
  background-color: rgb(217.76, 216.36, 216.08);
}
.table-colorSix-darker th,
.table-colorSix-darker td,
.table-colorSix-darker thead th,
.table-colorSix-darker tbody + tbody {
  border-color: rgb(185.84, 183.24, 182.72);
}

.table-hover .table-colorSix-darker:hover {
  background-color: rgb(205.29125, 203.4225, 203.04875);
}
.table-hover .table-colorSix-darker:hover > td,
.table-hover .table-colorSix-darker:hover > th {
  background-color: rgb(205.29125, 203.4225, 203.04875);
}

.table-colorSix-darkest,
.table-colorSix-darkest > th,
.table-colorSix-darkest > td {
  background-color: rgb(213.84, 210.48, 209.92);
}
.table-colorSix-darkest th,
.table-colorSix-darkest td,
.table-colorSix-darkest thead th,
.table-colorSix-darkest tbody + tbody {
  border-color: rgb(178.56, 172.32, 171.28);
}

.table-hover .table-colorSix-darkest:hover {
  background-color: rgb(201.6695454545, 197.316038961, 196.5904545455);
}
.table-hover .table-colorSix-darkest:hover > td,
.table-hover .table-colorSix-darkest:hover > th {
  background-color: rgb(201.6695454545, 197.316038961, 196.5904545455);
}

.table-colorSeven-darker,
.table-colorSeven-darker > th,
.table-colorSeven-darker > td {
  background-color: rgb(195.08, 197.32, 204.32);
}
.table-colorSeven-darker th,
.table-colorSeven-darker td,
.table-colorSeven-darker thead th,
.table-colorSeven-darker tbody + tbody {
  border-color: rgb(143.72, 147.88, 160.88);
}

.table-hover .table-colorSeven-darker:hover {
  background-color: rgb(181.2648101266, 184.0212658228, 192.6351898734);
}
.table-hover .table-colorSeven-darker:hover > td,
.table-hover .table-colorSeven-darker:hover > th {
  background-color: rgb(181.2648101266, 184.0212658228, 192.6351898734);
}

.table-colorSeven-dark,
.table-colorSeven-dark > th,
.table-colorSeven-dark > td {
  background-color: rgb(203.2, 207.4, 219.44);
}
.table-colorSeven-dark th,
.table-colorSeven-dark td,
.table-colorSeven-dark thead th,
.table-colorSeven-dark tbody + tbody {
  border-color: rgb(158.8, 166.6, 188.96);
}

.table-hover .table-colorSeven-dark:hover {
  background-color: rgb(188.0798076923, 193.5057692308, 209.0601923077);
}
.table-hover .table-colorSeven-dark:hover > td,
.table-hover .table-colorSeven-dark:hover > th {
  background-color: rgb(188.0798076923, 193.5057692308, 209.0601923077);
}

.table-colorSeven-base,
.table-colorSeven-base > th,
.table-colorSeven-base > td {
  background-color: rgb(207.12, 212.16, 226.44);
}
.table-colorSeven-base th,
.table-colorSeven-base td,
.table-colorSeven-base thead th,
.table-colorSeven-base tbody + tbody {
  border-color: rgb(166.08, 175.44, 201.96);
}

.table-hover .table-colorSeven-base:hover {
  background-color: rgb(191.1474725275, 197.8687912088, 216.9125274725);
}
.table-hover .table-colorSeven-base:hover > td,
.table-hover .table-colorSeven-base:hover > th {
  background-color: rgb(191.1474725275, 197.8687912088, 216.9125274725);
}

.table-colorSeven-light,
.table-colorSeven-light > th,
.table-colorSeven-light > td {
  background-color: rgb(211.04, 216.92, 233.72);
}
.table-colorSeven-light th,
.table-colorSeven-light td,
.table-colorSeven-light thead th,
.table-colorSeven-light tbody + tbody {
  border-color: rgb(173.36, 184.28, 215.48);
}

.table-hover .table-colorSeven-light:hover {
  background-color: rgb(193.8575965665, 202.0358798283, 225.4024034335);
}
.table-hover .table-colorSeven-light:hover > td,
.table-hover .table-colorSeven-light:hover > th {
  background-color: rgb(193.8575965665, 202.0358798283, 225.4024034335);
}

.table-colorSeven-lighter,
.table-colorSeven-lighter > th,
.table-colorSeven-lighter > td {
  background-color: rgb(227.56, 232.6, 246.6);
}
.table-colorSeven-lighter th,
.table-colorSeven-lighter td,
.table-colorSeven-lighter thead th,
.table-colorSeven-lighter tbody + tbody {
  border-color: rgb(204.04, 213.4, 239.4);
}

.table-hover .table-colorSeven-lighter:hover {
  background-color: rgb(208.0365625, 216.6625, 240.6234375);
}
.table-hover .table-colorSeven-lighter:hover > td,
.table-hover .table-colorSeven-lighter:hover > th {
  background-color: rgb(208.0365625, 216.6625, 240.6234375);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(178.56, 183.24, 187.4);
}

.table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(143.2, 209.24, 158.28);
}

.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(236.8, 149.96, 158.28);
}

.table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

.table-gray-light,
.table-gray-light > th,
.table-gray-light > td {
  background-color: rgb(246.32, 246.32, 246.32);
}
.table-gray-light th,
.table-gray-light td,
.table-gray-light thead th,
.table-gray-light tbody + tbody {
  border-color: rgb(238.88, 238.88, 238.88);
}

.table-hover .table-gray-light:hover {
  background-color: rgb(233.57, 233.57, 233.57);
}
.table-hover .table-gray-light:hover > td,
.table-hover .table-gray-light:hover > th {
  background-color: rgb(233.57, 233.57, 233.57);
}

.table-gray-lighter,
.table-gray-lighter > th,
.table-gray-lighter > td {
  background-color: rgb(250.8, 250.8, 250.8);
}
.table-gray-lighter th,
.table-gray-lighter td,
.table-gray-lighter thead th,
.table-gray-lighter tbody + tbody {
  border-color: rgb(247.2, 247.2, 247.2);
}

.table-hover .table-gray-lighter:hover {
  background-color: rgb(238.05, 238.05, 238.05);
}
.table-hover .table-gray-lighter:hover > td,
.table-hover .table-gray-lighter:hover > th {
  background-color: rgb(238.05, 238.05, 238.05);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(64, 64, 64, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(51.25, 51.25, 51.25, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(51.25, 51.25, 51.25, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
  color: #505050;
  background-color: #e0e0e0;
  border-color: #5F5980;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 374.98px) {
  .table-responsive-xs {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xs > .table-bordered {
    border: 0;
  }
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1019.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1269.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1459.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 0.7333333333rem;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.5;
  color: #505050;
  background-color: #fff;
  border: 1px solid #fff;
  border-bottom-color: #404040;
  border-radius: 0;
  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 #505050;
}
.form-control:focus {
  color: #505050;
  background-color: #fff;
  border-bottom-color: #404040;
  outline: 0;
  box-shadow: 0 1px 0 0 #404040;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e0e0e0;
  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: #505050;
  background-color: #fff;
}

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 0;
  font-size: 0.88rem;
  line-height: 1.5;
  color: #404040;
  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(1.25em + 0.6rem + 2px);
  padding: 0.3rem 0.3rem;
  font-size: 0.67rem;
  line-height: 1.25;
  border-radius: 0;
}

.form-control-lg {
  height: calc(1.6em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.6;
  border-radius: 0;
}

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

textarea.form-control {
  height: auto;
}

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

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

.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: #505050;
}

.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.25rem;
  font-size: 80%;
  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: 0.88rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.8rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.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.5em + 1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
.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.5em + 1rem);
  background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.4833333333rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.7333333333rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.7333333333rem, calc(0.75em + 0.5rem) calc(0.75em + 0.5rem) no-repeat;
}
.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: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.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.25rem;
  font-size: 80%;
  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: 0.88rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.8rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.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.5em + 1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
.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.5em + 1rem);
  background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.4833333333rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.7333333333rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.7333333333rem, calc(0.75em + 0.5rem) calc(0.75em + 0.5rem) no-repeat;
}
.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: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.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;
  }
}

.contact-form-placeholder {
  min-height: 50vh;
}

.btn {
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  color: #404040;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.04rem;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1.1rem;
  font-size: 0.78rem;
  line-height: 1.5;
  border-radius: 50rem;
  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 {
  margin-bottom: 1rem;
  min-width: 10rem;
}
@media (min-width: 576px) {
  .btn {
    margin-bottom: 1.25rem;
    min-width: 12rem;
  }
}
@media only screen and (orientation: landscape) {
  .btn {
    min-width: 10rem;
  }
}
@media only screen and (orientation: landscape) and (min-width: 768px) {
  .btn {
    margin-bottom: 1.5rem;
    min-width: 11rem;
  }
}
@media only screen and (orientation: landscape) and (min-width: 1270px) {
  .btn {
    min-width: 12rem;
  }
}
.btn .btn-title {
  white-space: nowrap;
}
.btn .btn-title::after {
  content: "";
  display: block;
  margin-top: calc((1 - 1.5) * 0.5em);
}
.btn .icon-left {
  margin-right: 0.5rem;
  margin-left: -0.3333333333rem;
  float: left;
}
.btn .icon-right {
  margin-left: 0.3333333333rem;
  margin-right: -0.3333333333rem;
}
.btn:hover {
  color: #404040;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 1px 0 #404040;
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-colorOne-lightest {
  color: #212529;
  background-color: #C2C2F2;
  border-color: #C2C2F2;
}
.btn-colorOne-lightest:hover {
  color: #212529;
  background-color: rgb(162.4695945946, 162.4695945946, 235.2804054054);
  border-color: rgb(151.9594594595, 151.9594594595, 233.0405405405);
}
.btn-colorOne-lightest:focus, .btn-colorOne-lightest.focus {
  color: #212529;
  background-color: rgb(162.4695945946, 162.4695945946, 235.2804054054);
  border-color: rgb(151.9594594595, 151.9594594595, 233.0405405405);
  box-shadow: 0 0 0 0.2rem rgba(169.85, 170.45, 211.85, 0.5);
}
.btn-colorOne-lightest.disabled, .btn-colorOne-lightest:disabled {
  color: #212529;
  background-color: #C2C2F2;
  border-color: #C2C2F2;
}
.btn-colorOne-lightest:not(:disabled):not(.disabled):active, .btn-colorOne-lightest:not(:disabled):not(.disabled).active, .show > .btn-colorOne-lightest.dropdown-toggle {
  color: #212529;
  background-color: rgb(151.9594594595, 151.9594594595, 233.0405405405);
  border-color: rgb(141.4493243243, 141.4493243243, 230.8006756757);
}
.btn-colorOne-lightest:not(:disabled):not(.disabled):active:focus, .btn-colorOne-lightest:not(:disabled):not(.disabled).active:focus, .show > .btn-colorOne-lightest.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(169.85, 170.45, 211.85, 0.5);
}

.btn-colorOne-lighter {
  color: #212529;
  background-color: #A0A2D3;
  border-color: #A0A2D3;
}
.btn-colorOne-lighter:hover {
  color: #fff;
  background-color: rgb(133.8579136691, 136.4082733813, 198.8920863309);
  border-color: rgb(125.1438848921, 127.8776978417, 194.8561151079);
}
.btn-colorOne-lighter:focus, .btn-colorOne-lighter.focus {
  color: #fff;
  background-color: rgb(133.8579136691, 136.4082733813, 198.8920863309);
  border-color: rgb(125.1438848921, 127.8776978417, 194.8561151079);
  box-shadow: 0 0 0 0.2rem rgba(140.95, 143.25, 185.5, 0.5);
}
.btn-colorOne-lighter.disabled, .btn-colorOne-lighter:disabled {
  color: #212529;
  background-color: #A0A2D3;
  border-color: #A0A2D3;
}
.btn-colorOne-lighter:not(:disabled):not(.disabled):active, .btn-colorOne-lighter:not(:disabled):not(.disabled).active, .show > .btn-colorOne-lighter.dropdown-toggle {
  color: #fff;
  background-color: rgb(125.1438848921, 127.8776978417, 194.8561151079);
  border-color: rgb(116.4298561151, 119.3471223022, 190.8201438849);
}
.btn-colorOne-lighter:not(:disabled):not(.disabled):active:focus, .btn-colorOne-lighter:not(:disabled):not(.disabled).active:focus, .show > .btn-colorOne-lighter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(140.95, 143.25, 185.5, 0.5);
}

.btn-colorOne-light {
  color: #fff;
  background-color: #6F6FB8;
  border-color: #6F6FB8;
}
.btn-colorOne-light:hover {
  color: #fff;
  background-color: rgb(85.3813953488, 85.3813953488, 171.3686046512);
  border-color: rgb(80.576744186, 80.576744186, 163.423255814);
}
.btn-colorOne-light:focus, .btn-colorOne-light.focus {
  color: #fff;
  background-color: rgb(85.3813953488, 85.3813953488, 171.3686046512);
  border-color: rgb(80.576744186, 80.576744186, 163.423255814);
  box-shadow: 0 0 0 0.2rem rgba(132.6, 132.6, 194.65, 0.5);
}
.btn-colorOne-light.disabled, .btn-colorOne-light:disabled {
  color: #fff;
  background-color: #6F6FB8;
  border-color: #6F6FB8;
}
.btn-colorOne-light:not(:disabled):not(.disabled):active, .btn-colorOne-light:not(:disabled):not(.disabled).active, .show > .btn-colorOne-light.dropdown-toggle {
  color: #fff;
  background-color: rgb(80.576744186, 80.576744186, 163.423255814);
  border-color: rgb(76.3662790698, 76.3662790698, 154.8837209302);
}
.btn-colorOne-light:not(:disabled):not(.disabled):active:focus, .btn-colorOne-light:not(:disabled):not(.disabled).active:focus, .show > .btn-colorOne-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(132.6, 132.6, 194.65, 0.5);
}

.btn-colorOne {
  color: #fff;
  background-color: #776B99;
  border-color: #776B99;
}
.btn-colorOne:hover {
  color: #fff;
  background-color: rgb(101.118, 90.474, 131.276);
  border-color: rgb(95.304, 85.272, 123.728);
}
.btn-colorOne:focus, .btn-colorOne.focus {
  color: #fff;
  background-color: rgb(101.118, 90.474, 131.276);
  border-color: rgb(95.304, 85.272, 123.728);
  box-shadow: 0 0 0 0.2rem rgba(139.4, 129.2, 168.3, 0.5);
}
.btn-colorOne.disabled, .btn-colorOne:disabled {
  color: #fff;
  background-color: #776B99;
  border-color: #776B99;
}
.btn-colorOne:not(:disabled):not(.disabled):active, .btn-colorOne:not(:disabled):not(.disabled).active, .show > .btn-colorOne.dropdown-toggle {
  color: #fff;
  background-color: rgb(95.304, 85.272, 123.728);
  border-color: rgb(89.49, 80.07, 116.18);
}
.btn-colorOne:not(:disabled):not(.disabled):active:focus, .btn-colorOne:not(:disabled):not(.disabled).active:focus, .show > .btn-colorOne.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(139.4, 129.2, 168.3, 0.5);
}

.btn-colorOne-dark {
  color: #fff;
  background-color: #5F5980;
  border-color: #5F5980;
}
.btn-colorOne-dark:hover {
  color: #fff;
  background-color: rgb(78.2546082949, 73.3122119816, 105.4377880184);
  border-color: rgb(72.6728110599, 68.0829493088, 97.9170506912);
}
.btn-colorOne-dark:focus, .btn-colorOne-dark.focus {
  color: #fff;
  background-color: rgb(78.2546082949, 73.3122119816, 105.4377880184);
  border-color: rgb(72.6728110599, 68.0829493088, 97.9170506912);
  box-shadow: 0 0 0 0.2rem rgba(119, 113.9, 147.05, 0.5);
}
.btn-colorOne-dark.disabled, .btn-colorOne-dark:disabled {
  color: #fff;
  background-color: #5F5980;
  border-color: #5F5980;
}
.btn-colorOne-dark:not(:disabled):not(.disabled):active, .btn-colorOne-dark:not(:disabled):not(.disabled).active, .show > .btn-colorOne-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(72.6728110599, 68.0829493088, 97.9170506912);
  border-color: rgb(67.0910138249, 62.8536866359, 90.3963133641);
}
.btn-colorOne-dark:not(:disabled):not(.disabled):active:focus, .btn-colorOne-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-colorOne-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(119, 113.9, 147.05, 0.5);
}

.btn-colorOne-darker {
  color: #fff;
  background-color: #514B73;
  border-color: #514B73;
}
.btn-colorOne-darker:hover {
  color: #fff;
  background-color: rgb(64.6934210526, 59.9013157895, 91.8486842105);
  border-color: rgb(59.2578947368, 54.8684210526, 84.1315789474);
}
.btn-colorOne-darker:focus, .btn-colorOne-darker.focus {
  color: #fff;
  background-color: rgb(64.6934210526, 59.9013157895, 91.8486842105);
  border-color: rgb(59.2578947368, 54.8684210526, 84.1315789474);
  box-shadow: 0 0 0 0.2rem rgba(107.1, 102, 136, 0.5);
}
.btn-colorOne-darker.disabled, .btn-colorOne-darker:disabled {
  color: #fff;
  background-color: #514B73;
  border-color: #514B73;
}
.btn-colorOne-darker:not(:disabled):not(.disabled):active, .btn-colorOne-darker:not(:disabled):not(.disabled).active, .show > .btn-colorOne-darker.dropdown-toggle {
  color: #fff;
  background-color: rgb(59.2578947368, 54.8684210526, 84.1315789474);
  border-color: rgb(53.8223684211, 49.8355263158, 76.4144736842);
}
.btn-colorOne-darker:not(:disabled):not(.disabled):active:focus, .btn-colorOne-darker:not(:disabled):not(.disabled).active:focus, .show > .btn-colorOne-darker.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(107.1, 102, 136, 0.5);
}

.btn-colorOne-darkest {
  color: #fff;
  background-color: #443D66;
  border-color: #443D66;
}
.btn-colorOne-darkest:hover {
  color: #fff;
  background-color: rgb(52.0429447853, 46.6855828221, 78.0644171779);
  border-color: rgb(46.7239263804, 41.9141104294, 70.0858895706);
}
.btn-colorOne-darkest:focus, .btn-colorOne-darkest.focus {
  color: #fff;
  background-color: rgb(52.0429447853, 46.6855828221, 78.0644171779);
  border-color: rgb(46.7239263804, 41.9141104294, 70.0858895706);
  box-shadow: 0 0 0 0.2rem rgba(96.05, 90.1, 124.95, 0.5);
}
.btn-colorOne-darkest.disabled, .btn-colorOne-darkest:disabled {
  color: #fff;
  background-color: #443D66;
  border-color: #443D66;
}
.btn-colorOne-darkest:not(:disabled):not(.disabled):active, .btn-colorOne-darkest:not(:disabled):not(.disabled).active, .show > .btn-colorOne-darkest.dropdown-toggle {
  color: #fff;
  background-color: rgb(46.7239263804, 41.9141104294, 70.0858895706);
  border-color: rgb(41.4049079755, 37.1426380368, 62.1073619632);
}
.btn-colorOne-darkest:not(:disabled):not(.disabled):active:focus, .btn-colorOne-darkest:not(:disabled):not(.disabled).active:focus, .show > .btn-colorOne-darkest.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(96.05, 90.1, 124.95, 0.5);
}

.btn-colorOne-lightest-faded {
  color: #212529;
  background-color: #E8E6F2;
  border-color: #E8E6F2;
}
.btn-colorOne-lightest-faded:hover {
  color: #212529;
  background-color: rgb(208.8486842105, 204.8355263158, 228.9144736842);
  border-color: rgb(201.1315789474, 196.4473684211, 224.5526315789);
}
.btn-colorOne-lightest-faded:focus, .btn-colorOne-lightest-faded.focus {
  color: #212529;
  background-color: rgb(208.8486842105, 204.8355263158, 228.9144736842);
  border-color: rgb(201.1315789474, 196.4473684211, 224.5526315789);
  box-shadow: 0 0 0 0.2rem rgba(202.15, 201.05, 211.85, 0.5);
}
.btn-colorOne-lightest-faded.disabled, .btn-colorOne-lightest-faded:disabled {
  color: #212529;
  background-color: #E8E6F2;
  border-color: #E8E6F2;
}
.btn-colorOne-lightest-faded:not(:disabled):not(.disabled):active, .btn-colorOne-lightest-faded:not(:disabled):not(.disabled).active, .show > .btn-colorOne-lightest-faded.dropdown-toggle {
  color: #212529;
  background-color: rgb(201.1315789474, 196.4473684211, 224.5526315789);
  border-color: rgb(193.4144736842, 188.0592105263, 220.1907894737);
}
.btn-colorOne-lightest-faded:not(:disabled):not(.disabled):active:focus, .btn-colorOne-lightest-faded:not(:disabled):not(.disabled).active:focus, .show > .btn-colorOne-lightest-faded.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(202.15, 201.05, 211.85, 0.5);
}

.btn-colorOne-faded {
  color: #fff;
  background-color: #6A6680;
  border-color: #6A6680;
}
.btn-colorOne-faded:hover {
  color: #fff;
  background-color: rgb(88.3717391304, 85.0369565217, 106.7130434783);
  border-color: rgb(82.4956521739, 79.3826086957, 99.6173913043);
}
.btn-colorOne-faded:focus, .btn-colorOne-faded.focus {
  color: #fff;
  background-color: rgb(88.3717391304, 85.0369565217, 106.7130434783);
  border-color: rgb(82.4956521739, 79.3826086957, 99.6173913043);
  box-shadow: 0 0 0 0.2rem rgba(128.35, 124.95, 147.05, 0.5);
}
.btn-colorOne-faded.disabled, .btn-colorOne-faded:disabled {
  color: #fff;
  background-color: #6A6680;
  border-color: #6A6680;
}
.btn-colorOne-faded:not(:disabled):not(.disabled):active, .btn-colorOne-faded:not(:disabled):not(.disabled).active, .show > .btn-colorOne-faded.dropdown-toggle {
  color: #fff;
  background-color: rgb(82.4956521739, 79.3826086957, 99.6173913043);
  border-color: rgb(76.6195652174, 73.7282608696, 92.5217391304);
}
.btn-colorOne-faded:not(:disabled):not(.disabled):active:focus, .btn-colorOne-faded:not(:disabled):not(.disabled).active:focus, .show > .btn-colorOne-faded.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(128.35, 124.95, 147.05, 0.5);
}

.btn-colorTwo-lightest {
  color: #212529;
  background-color: #B8DEE6;
  border-color: #B8DEE6;
}
.btn-colorTwo-lightest:hover {
  color: #212529;
  background-color: rgb(155.7109375, 208.8515625, 220.0390625);
  border-color: rgb(146.28125, 204.46875, 216.71875);
}
.btn-colorTwo-lightest:focus, .btn-colorTwo-lightest.focus {
  color: #212529;
  background-color: rgb(155.7109375, 208.8515625, 220.0390625);
  border-color: rgb(146.28125, 204.46875, 216.71875);
  box-shadow: 0 0 0 0.2rem rgba(161.35, 194.25, 201.65, 0.5);
}
.btn-colorTwo-lightest.disabled, .btn-colorTwo-lightest:disabled {
  color: #212529;
  background-color: #B8DEE6;
  border-color: #B8DEE6;
}
.btn-colorTwo-lightest:not(:disabled):not(.disabled):active, .btn-colorTwo-lightest:not(:disabled):not(.disabled).active, .show > .btn-colorTwo-lightest.dropdown-toggle {
  color: #212529;
  background-color: rgb(146.28125, 204.46875, 216.71875);
  border-color: rgb(136.8515625, 200.0859375, 213.3984375);
}
.btn-colorTwo-lightest:not(:disabled):not(.disabled):active:focus, .btn-colorTwo-lightest:not(:disabled):not(.disabled).active:focus, .show > .btn-colorTwo-lightest.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(161.35, 194.25, 201.65, 0.5);
}

.btn-colorTwo-lighter {
  color: #fff;
  background-color: #59A4B3;
  border-color: #59A4B3;
}
.btn-colorTwo-lighter:hover {
  color: #fff;
  background-color: rgb(72.152892562, 143.3564049587, 157.597107438);
  border-color: rgb(68.1487603306, 135.4008264463, 148.8512396694);
}
.btn-colorTwo-lighter:focus, .btn-colorTwo-lighter.focus {
  color: #fff;
  background-color: rgb(72.152892562, 143.3564049587, 157.597107438);
  border-color: rgb(68.1487603306, 135.4008264463, 148.8512396694);
  box-shadow: 0 0 0 0.2rem rgba(113.9, 177.65, 190.4, 0.5);
}
.btn-colorTwo-lighter.disabled, .btn-colorTwo-lighter:disabled {
  color: #fff;
  background-color: #59A4B3;
  border-color: #59A4B3;
}
.btn-colorTwo-lighter:not(:disabled):not(.disabled):active, .btn-colorTwo-lighter:not(:disabled):not(.disabled).active, .show > .btn-colorTwo-lighter.dropdown-toggle {
  color: #fff;
  background-color: rgb(68.1487603306, 135.4008264463, 148.8512396694);
  border-color: rgb(64.1446280992, 127.4452479339, 140.1053719008);
}
.btn-colorTwo-lighter:not(:disabled):not(.disabled):active:focus, .btn-colorTwo-lighter:not(:disabled):not(.disabled).active:focus, .show > .btn-colorTwo-lighter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(113.9, 177.65, 190.4, 0.5);
}

.btn-colorTwo-light {
  color: #fff;
  background-color: #4A97A1;
  border-color: #4A97A1;
}
.btn-colorTwo-light:hover {
  color: #fff;
  background-color: rgb(61.9553191489, 126.4223404255, 134.7946808511);
  border-color: rgb(57.9404255319, 118.229787234, 126.0595744681);
}
.btn-colorTwo-light:focus, .btn-colorTwo-light.focus {
  color: #fff;
  background-color: rgb(61.9553191489, 126.4223404255, 134.7946808511);
  border-color: rgb(57.9404255319, 118.229787234, 126.0595744681);
  box-shadow: 0 0 0 0.2rem rgba(101.15, 166.6, 175.1, 0.5);
}
.btn-colorTwo-light.disabled, .btn-colorTwo-light:disabled {
  color: #fff;
  background-color: #4A97A1;
  border-color: #4A97A1;
}
.btn-colorTwo-light:not(:disabled):not(.disabled):active, .btn-colorTwo-light:not(:disabled):not(.disabled).active, .show > .btn-colorTwo-light.dropdown-toggle {
  color: #fff;
  background-color: rgb(57.9404255319, 118.229787234, 126.0595744681);
  border-color: rgb(53.9255319149, 110.0372340426, 117.3244680851);
}
.btn-colorTwo-light:not(:disabled):not(.disabled):active:focus, .btn-colorTwo-light:not(:disabled):not(.disabled).active:focus, .show > .btn-colorTwo-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(101.15, 166.6, 175.1, 0.5);
}

.btn-colorTwo {
  color: #fff;
  background-color: #457E8A;
  border-color: #457E8A;
}
.btn-colorTwo:hover {
  color: #fff;
  background-color: rgb(56.25, 102.7173913043, 112.5);
  border-color: rgb(52, 94.9565217391, 104);
}
.btn-colorTwo:focus, .btn-colorTwo.focus {
  color: #fff;
  background-color: rgb(56.25, 102.7173913043, 112.5);
  border-color: rgb(52, 94.9565217391, 104);
  box-shadow: 0 0 0 0.2rem rgba(96.9, 145.35, 155.55, 0.5);
}
.btn-colorTwo.disabled, .btn-colorTwo:disabled {
  color: #fff;
  background-color: #457E8A;
  border-color: #457E8A;
}
.btn-colorTwo:not(:disabled):not(.disabled):active, .btn-colorTwo:not(:disabled):not(.disabled).active, .show > .btn-colorTwo.dropdown-toggle {
  color: #fff;
  background-color: rgb(52, 94.9565217391, 104);
  border-color: rgb(47.75, 87.1956521739, 95.5);
}
.btn-colorTwo:not(:disabled):not(.disabled):active:focus, .btn-colorTwo:not(:disabled):not(.disabled).active:focus, .show > .btn-colorTwo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(96.9, 145.35, 155.55, 0.5);
}

.btn-colorTwo-dark {
  color: #fff;
  background-color: #2E7584;
  border-color: #2E7584;
}
.btn-colorTwo-dark:hover {
  color: #fff;
  background-color: rgb(36.1151685393, 91.8581460674, 103.6348314607);
  border-color: rgb(32.8202247191, 83.4775280899, 94.1797752809);
}
.btn-colorTwo-dark:focus, .btn-colorTwo-dark.focus {
  color: #fff;
  background-color: rgb(36.1151685393, 91.8581460674, 103.6348314607);
  border-color: rgb(32.8202247191, 83.4775280899, 94.1797752809);
  box-shadow: 0 0 0 0.2rem rgba(77.35, 137.7, 150.45, 0.5);
}
.btn-colorTwo-dark.disabled, .btn-colorTwo-dark:disabled {
  color: #fff;
  background-color: #2E7584;
  border-color: #2E7584;
}
.btn-colorTwo-dark:not(:disabled):not(.disabled):active, .btn-colorTwo-dark:not(:disabled):not(.disabled).active, .show > .btn-colorTwo-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(32.8202247191, 83.4775280899, 94.1797752809);
  border-color: rgb(29.5252808989, 75.0969101124, 84.7247191011);
}
.btn-colorTwo-dark:not(:disabled):not(.disabled):active:focus, .btn-colorTwo-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-colorTwo-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(77.35, 137.7, 150.45, 0.5);
}

.btn-colorTwo-darker {
  color: #fff;
  background-color: #1A5966;
  border-color: #1A5966;
}
.btn-colorTwo-darker:hover {
  color: #fff;
  background-color: rgb(18.23046875, 62.404296875, 71.51953125);
  border-color: rgb(15.640625, 53.5390625, 61.359375);
}
.btn-colorTwo-darker:focus, .btn-colorTwo-darker.focus {
  color: #fff;
  background-color: rgb(18.23046875, 62.404296875, 71.51953125);
  border-color: rgb(15.640625, 53.5390625, 61.359375);
  box-shadow: 0 0 0 0.2rem rgba(60.35, 113.9, 124.95, 0.5);
}
.btn-colorTwo-darker.disabled, .btn-colorTwo-darker:disabled {
  color: #fff;
  background-color: #1A5966;
  border-color: #1A5966;
}
.btn-colorTwo-darker:not(:disabled):not(.disabled):active, .btn-colorTwo-darker:not(:disabled):not(.disabled).active, .show > .btn-colorTwo-darker.dropdown-toggle {
  color: #fff;
  background-color: rgb(15.640625, 53.5390625, 61.359375);
  border-color: rgb(13.05078125, 44.673828125, 51.19921875);
}
.btn-colorTwo-darker:not(:disabled):not(.disabled):active:focus, .btn-colorTwo-darker:not(:disabled):not(.disabled).active:focus, .show > .btn-colorTwo-darker.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(60.35, 113.9, 124.95, 0.5);
}

.btn-colorTwo-darkest {
  color: #fff;
  background-color: #003A4B;
  border-color: #003A4B;
}
.btn-colorTwo-darkest:hover {
  color: #fff;
  background-color: rgb(0, 28.42, 36.75);
  border-color: rgb(0, 18.56, 24);
}
.btn-colorTwo-darkest:focus, .btn-colorTwo-darkest.focus {
  color: #fff;
  background-color: rgb(0, 28.42, 36.75);
  border-color: rgb(0, 18.56, 24);
  box-shadow: 0 0 0 0.2rem rgba(38.25, 87.55, 102, 0.5);
}
.btn-colorTwo-darkest.disabled, .btn-colorTwo-darkest:disabled {
  color: #fff;
  background-color: #003A4B;
  border-color: #003A4B;
}
.btn-colorTwo-darkest:not(:disabled):not(.disabled):active, .btn-colorTwo-darkest:not(:disabled):not(.disabled).active, .show > .btn-colorTwo-darkest.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 18.56, 24);
  border-color: rgb(0, 8.7, 11.25);
}
.btn-colorTwo-darkest:not(:disabled):not(.disabled):active:focus, .btn-colorTwo-darkest:not(:disabled):not(.disabled).active:focus, .show > .btn-colorTwo-darkest.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 87.55, 102, 0.5);
}

.btn-colorThree-lightest {
  color: #212529;
  background-color: #DAA2BD;
  border-color: #DAA2BD;
}
.btn-colorThree-lightest:hover {
  color: #212529;
  background-color: rgb(207.1134615385, 134.6365384615, 169.5807692308);
  border-color: rgb(203.4846153846, 125.5153846154, 163.1076923077);
}
.btn-colorThree-lightest:focus, .btn-colorThree-lightest.focus {
  color: #212529;
  background-color: rgb(207.1134615385, 134.6365384615, 169.5807692308);
  border-color: rgb(203.4846153846, 125.5153846154, 163.1076923077);
  box-shadow: 0 0 0 0.2rem rgba(190.25, 143.25, 166.8, 0.5);
}
.btn-colorThree-lightest.disabled, .btn-colorThree-lightest:disabled {
  color: #212529;
  background-color: #DAA2BD;
  border-color: #DAA2BD;
}
.btn-colorThree-lightest:not(:disabled):not(.disabled):active, .btn-colorThree-lightest:not(:disabled):not(.disabled).active, .show > .btn-colorThree-lightest.dropdown-toggle {
  color: #212529;
  background-color: rgb(203.4846153846, 125.5153846154, 163.1076923077);
  border-color: rgb(199.8557692308, 116.3942307692, 156.6346153846);
}
.btn-colorThree-lightest:not(:disabled):not(.disabled):active:focus, .btn-colorThree-lightest:not(:disabled):not(.disabled).active:focus, .show > .btn-colorThree-lightest.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(190.25, 143.25, 166.8, 0.5);
}

.btn-colorThree-light {
  color: #fff;
  background-color: #A65B80;
  border-color: #A65B80;
}
.btn-colorThree-light:hover {
  color: #fff;
  background-color: rgb(141.7984189723, 76.9515810277, 108.942687747);
  border-color: rgb(133.5335968379, 72.4664031621, 102.5928853755);
}
.btn-colorThree-light:focus, .btn-colorThree-light.focus {
  color: #fff;
  background-color: rgb(141.7984189723, 76.9515810277, 108.942687747);
  border-color: rgb(133.5335968379, 72.4664031621, 102.5928853755);
  box-shadow: 0 0 0 0.2rem rgba(179.35, 115.6, 147.05, 0.5);
}
.btn-colorThree-light.disabled, .btn-colorThree-light:disabled {
  color: #fff;
  background-color: #A65B80;
  border-color: #A65B80;
}
.btn-colorThree-light:not(:disabled):not(.disabled):active, .btn-colorThree-light:not(:disabled):not(.disabled).active, .show > .btn-colorThree-light.dropdown-toggle {
  color: #fff;
  background-color: rgb(133.5335968379, 72.4664031621, 102.5928853755);
  border-color: rgb(125.2687747036, 67.9812252964, 96.243083004);
}
.btn-colorThree-light:not(:disabled):not(.disabled):active:focus, .btn-colorThree-light:not(:disabled):not(.disabled).active:focus, .show > .btn-colorThree-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(179.35, 115.6, 147.05, 0.5);
}

.btn-colorThree {
  color: #fff;
  background-color: #8E4D6D;
  border-color: #8E4D6D;
}
.btn-colorThree:hover {
  color: #fff;
  background-color: rgb(117.198630137, 63.551369863, 89.9623287671);
  border-color: rgb(108.9315068493, 59.0684931507, 83.6164383562);
}
.btn-colorThree:focus, .btn-colorThree.focus {
  color: #fff;
  background-color: rgb(117.198630137, 63.551369863, 89.9623287671);
  border-color: rgb(108.9315068493, 59.0684931507, 83.6164383562);
  box-shadow: 0 0 0 0.2rem rgba(158.95, 103.7, 130.9, 0.5);
}
.btn-colorThree.disabled, .btn-colorThree:disabled {
  color: #fff;
  background-color: #8E4D6D;
  border-color: #8E4D6D;
}
.btn-colorThree:not(:disabled):not(.disabled):active, .btn-colorThree:not(:disabled):not(.disabled).active, .show > .btn-colorThree.dropdown-toggle {
  color: #fff;
  background-color: rgb(108.9315068493, 59.0684931507, 83.6164383562);
  border-color: rgb(100.6643835616, 54.5856164384, 77.2705479452);
}
.btn-colorThree:not(:disabled):not(.disabled):active:focus, .btn-colorThree:not(:disabled):not(.disabled).active:focus, .show > .btn-colorThree.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(158.95, 103.7, 130.9, 0.5);
}

.btn-colorThree-dark {
  color: #fff;
  background-color: #733453;
  border-color: #733453;
}
.btn-colorThree-dark:hover {
  color: #fff;
  background-color: rgb(88.6601796407, 40.0898203593, 63.9895209581);
  border-color: rgb(79.880239521, 36.119760479, 57.6526946108);
}
.btn-colorThree-dark:focus, .btn-colorThree-dark.focus {
  color: #fff;
  background-color: rgb(88.6601796407, 40.0898203593, 63.9895209581);
  border-color: rgb(79.880239521, 36.119760479, 57.6526946108);
  box-shadow: 0 0 0 0.2rem rgba(136, 82.45, 108.8, 0.5);
}
.btn-colorThree-dark.disabled, .btn-colorThree-dark:disabled {
  color: #fff;
  background-color: #733453;
  border-color: #733453;
}
.btn-colorThree-dark:not(:disabled):not(.disabled):active, .btn-colorThree-dark:not(:disabled):not(.disabled).active, .show > .btn-colorThree-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(79.880239521, 36.119760479, 57.6526946108);
  border-color: rgb(71.1002994012, 32.1497005988, 51.3158682635);
}
.btn-colorThree-dark:not(:disabled):not(.disabled):active:focus, .btn-colorThree-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-colorThree-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(136, 82.45, 108.8, 0.5);
}

.btn-colorThree-darkest {
  color: #fff;
  background-color: #4A2135;
  border-color: #4A2135;
}
.btn-colorThree-darkest:hover {
  color: #fff;
  background-color: rgb(47.546728972, 21.203271028, 34.0537383178);
  border-color: rgb(38.7289719626, 17.2710280374, 27.738317757);
}
.btn-colorThree-darkest:focus, .btn-colorThree-darkest.focus {
  color: #fff;
  background-color: rgb(47.546728972, 21.203271028, 34.0537383178);
  border-color: rgb(38.7289719626, 17.2710280374, 27.738317757);
  box-shadow: 0 0 0 0.2rem rgba(101.15, 66.3, 83.3, 0.5);
}
.btn-colorThree-darkest.disabled, .btn-colorThree-darkest:disabled {
  color: #fff;
  background-color: #4A2135;
  border-color: #4A2135;
}
.btn-colorThree-darkest:not(:disabled):not(.disabled):active, .btn-colorThree-darkest:not(:disabled):not(.disabled).active, .show > .btn-colorThree-darkest.dropdown-toggle {
  color: #fff;
  background-color: rgb(38.7289719626, 17.2710280374, 27.738317757);
  border-color: rgb(29.9112149533, 13.3387850467, 21.4228971963);
}
.btn-colorThree-darkest:not(:disabled):not(.disabled):active:focus, .btn-colorThree-darkest:not(:disabled):not(.disabled).active:focus, .show > .btn-colorThree-darkest.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(101.15, 66.3, 83.3, 0.5);
}

.btn-colorFour-lightest {
  color: #212529;
  background-color: #C3A5D9;
  border-color: #C3A5D9;
}
.btn-colorFour-lightest:hover {
  color: #212529;
  background-color: rgb(177.0703125, 138.10546875, 205.64453125);
  border-color: rgb(171.09375, 129.140625, 201.859375);
}
.btn-colorFour-lightest:focus, .btn-colorFour-lightest.focus {
  color: #212529;
  background-color: rgb(177.0703125, 138.10546875, 205.64453125);
  border-color: rgb(171.09375, 129.140625, 201.859375);
  box-shadow: 0 0 0 0.2rem rgba(170.7, 145.8, 190.6, 0.5);
}
.btn-colorFour-lightest.disabled, .btn-colorFour-lightest:disabled {
  color: #212529;
  background-color: #C3A5D9;
  border-color: #C3A5D9;
}
.btn-colorFour-lightest:not(:disabled):not(.disabled):active, .btn-colorFour-lightest:not(:disabled):not(.disabled).active, .show > .btn-colorFour-lightest.dropdown-toggle {
  color: #fff;
  background-color: rgb(171.09375, 129.140625, 201.859375);
  border-color: rgb(165.1171875, 120.17578125, 198.07421875);
}
.btn-colorFour-lightest:not(:disabled):not(.disabled):active:focus, .btn-colorFour-lightest:not(:disabled):not(.disabled).active:focus, .show > .btn-colorFour-lightest.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(170.7, 145.8, 190.6, 0.5);
}

.btn-colorFour-light {
  color: #fff;
  background-color: #9C7DB3;
  border-color: #9C7DB3;
}
.btn-colorFour-light:hover {
  color: #fff;
  background-color: rgb(137.6177184466, 100.8616504854, 164.8883495146);
  border-color: rgb(131.4126213592, 93.3398058252, 159.6601941748);
}
.btn-colorFour-light:focus, .btn-colorFour-light.focus {
  color: #fff;
  background-color: rgb(137.6177184466, 100.8616504854, 164.8883495146);
  border-color: rgb(131.4126213592, 93.3398058252, 159.6601941748);
  box-shadow: 0 0 0 0.2rem rgba(170.85, 144.5, 190.4, 0.5);
}
.btn-colorFour-light.disabled, .btn-colorFour-light:disabled {
  color: #fff;
  background-color: #9C7DB3;
  border-color: #9C7DB3;
}
.btn-colorFour-light:not(:disabled):not(.disabled):active, .btn-colorFour-light:not(:disabled):not(.disabled).active, .show > .btn-colorFour-light.dropdown-toggle {
  color: #fff;
  background-color: rgb(131.4126213592, 93.3398058252, 159.6601941748);
  border-color: rgb(124.7900485437, 88.6359223301, 151.6140776699);
}
.btn-colorFour-light:not(:disabled):not(.disabled):active:focus, .btn-colorFour-light:not(:disabled):not(.disabled).active:focus, .show > .btn-colorFour-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(170.85, 144.5, 190.4, 0.5);
}

.btn-colorFour {
  color: #fff;
  background-color: #866B99;
  border-color: #866B99;
}
.btn-colorFour:hover {
  color: #fff;
  background-color: rgb(114.423, 90.474, 131.276);
  border-color: rgb(107.844, 85.272, 123.728);
}
.btn-colorFour:focus, .btn-colorFour.focus {
  color: #fff;
  background-color: rgb(114.423, 90.474, 131.276);
  border-color: rgb(107.844, 85.272, 123.728);
  box-shadow: 0 0 0 0.2rem rgba(152.15, 129.2, 168.3, 0.5);
}
.btn-colorFour.disabled, .btn-colorFour:disabled {
  color: #fff;
  background-color: #866B99;
  border-color: #866B99;
}
.btn-colorFour:not(:disabled):not(.disabled):active, .btn-colorFour:not(:disabled):not(.disabled).active, .show > .btn-colorFour.dropdown-toggle {
  color: #fff;
  background-color: rgb(107.844, 85.272, 123.728);
  border-color: rgb(101.265, 80.07, 116.18);
}
.btn-colorFour:not(:disabled):not(.disabled):active:focus, .btn-colorFour:not(:disabled):not(.disabled).active:focus, .show > .btn-colorFour.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(152.15, 129.2, 168.3, 0.5);
}

.btn-colorFour-dark {
  color: #fff;
  background-color: #6C5080;
  border-color: #6C5080;
}
.btn-colorFour-dark:hover {
  color: #fff;
  background-color: rgb(88.1394230769, 65.2884615385, 104.4615384615);
  border-color: rgb(81.5192307692, 60.3846153846, 96.6153846154);
}
.btn-colorFour-dark:focus, .btn-colorFour-dark.focus {
  color: #fff;
  background-color: rgb(88.1394230769, 65.2884615385, 104.4615384615);
  border-color: rgb(81.5192307692, 60.3846153846, 96.6153846154);
  box-shadow: 0 0 0 0.2rem rgba(130.05, 106.25, 147.05, 0.5);
}
.btn-colorFour-dark.disabled, .btn-colorFour-dark:disabled {
  color: #fff;
  background-color: #6C5080;
  border-color: #6C5080;
}
.btn-colorFour-dark:not(:disabled):not(.disabled):active, .btn-colorFour-dark:not(:disabled):not(.disabled).active, .show > .btn-colorFour-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(81.5192307692, 60.3846153846, 96.6153846154);
  border-color: rgb(74.8990384615, 55.4807692308, 88.7692307692);
}
.btn-colorFour-dark:not(:disabled):not(.disabled):active:focus, .btn-colorFour-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-colorFour-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130.05, 106.25, 147.05, 0.5);
}

.btn-colorFour-darkest {
  color: #fff;
  background-color: #4A3659;
  border-color: #4A3659;
}
.btn-colorFour-darkest:hover {
  color: #fff;
  background-color: rgb(54.2062937063, 39.5559440559, 65.1940559441);
  border-color: rgb(47.6083916084, 34.7412587413, 57.2587412587);
}
.btn-colorFour-darkest:focus, .btn-colorFour-darkest.focus {
  color: #fff;
  background-color: rgb(54.2062937063, 39.5559440559, 65.1940559441);
  border-color: rgb(47.6083916084, 34.7412587413, 57.2587412587);
  box-shadow: 0 0 0 0.2rem rgba(101.15, 84.15, 113.9, 0.5);
}
.btn-colorFour-darkest.disabled, .btn-colorFour-darkest:disabled {
  color: #fff;
  background-color: #4A3659;
  border-color: #4A3659;
}
.btn-colorFour-darkest:not(:disabled):not(.disabled):active, .btn-colorFour-darkest:not(:disabled):not(.disabled).active, .show > .btn-colorFour-darkest.dropdown-toggle {
  color: #fff;
  background-color: rgb(47.6083916084, 34.7412587413, 57.2587412587);
  border-color: rgb(41.0104895105, 29.9265734266, 49.3234265734);
}
.btn-colorFour-darkest:not(:disabled):not(.disabled):active:focus, .btn-colorFour-darkest:not(:disabled):not(.disabled).active:focus, .show > .btn-colorFour-darkest.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(101.15, 84.15, 113.9, 0.5);
}

.btn-colorFive-lightest {
  color: #212529;
  background-color: #BEC49D;
  border-color: #BEC49D;
}
.btn-colorFive-lightest:hover {
  color: #212529;
  background-color: rgb(174.1640127389, 181.6257961783, 133.1242038217);
  border-color: rgb(168.8853503185, 176.8343949045, 125.1656050955);
}
.btn-colorFive-lightest:focus, .btn-colorFive-lightest.focus {
  color: #212529;
  background-color: rgb(174.1640127389, 181.6257961783, 133.1242038217);
  border-color: rgb(168.8853503185, 176.8343949045, 125.1656050955);
  box-shadow: 0 0 0 0.2rem rgba(166.45, 172.15, 139.6, 0.5);
}
.btn-colorFive-lightest.disabled, .btn-colorFive-lightest:disabled {
  color: #212529;
  background-color: #BEC49D;
  border-color: #BEC49D;
}
.btn-colorFive-lightest:not(:disabled):not(.disabled):active, .btn-colorFive-lightest:not(:disabled):not(.disabled).active, .show > .btn-colorFive-lightest.dropdown-toggle {
  color: #212529;
  background-color: rgb(168.8853503185, 176.8343949045, 125.1656050955);
  border-color: rgb(163.6066878981, 172.0429936306, 117.2070063694);
}
.btn-colorFive-lightest:not(:disabled):not(.disabled):active:focus, .btn-colorFive-lightest:not(:disabled):not(.disabled).active:focus, .show > .btn-colorFive-lightest.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(166.45, 172.15, 139.6, 0.5);
}

.btn-colorFive-light {
  color: #212529;
  background-color: #A1AB78;
  border-color: #A1AB78;
}
.btn-colorFive-light:hover {
  color: #fff;
  background-color: rgb(144.2636986301, 155.8047945205, 96.9452054795);
  border-color: rgb(136.9863013699, 147.9452054795, 92.0547945205);
}
.btn-colorFive-light:focus, .btn-colorFive-light.focus {
  color: #fff;
  background-color: rgb(144.2636986301, 155.8047945205, 96.9452054795);
  border-color: rgb(136.9863013699, 147.9452054795, 92.0547945205);
  box-shadow: 0 0 0 0.2rem rgba(141.8, 150.9, 108.15, 0.5);
}
.btn-colorFive-light.disabled, .btn-colorFive-light:disabled {
  color: #212529;
  background-color: #A1AB78;
  border-color: #A1AB78;
}
.btn-colorFive-light:not(:disabled):not(.disabled):active, .btn-colorFive-light:not(:disabled):not(.disabled).active, .show > .btn-colorFive-light.dropdown-toggle {
  color: #fff;
  background-color: rgb(136.9863013699, 147.9452054795, 92.0547945205);
  border-color: rgb(129.7089041096, 140.0856164384, 87.1643835616);
}
.btn-colorFive-light:not(:disabled):not(.disabled):active:focus, .btn-colorFive-light:not(:disabled):not(.disabled).active:focus, .show > .btn-colorFive-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(141.8, 150.9, 108.15, 0.5);
}

.btn-colorFive {
  color: #fff;
  background-color: #8D9663;
  border-color: #8D9663;
}
.btn-colorFive:hover {
  color: #fff;
  background-color: rgb(119.3403614458, 126.9578313253, 83.7921686747);
  border-color: rgb(112.1204819277, 119.2771084337, 78.7228915663);
}
.btn-colorFive:focus, .btn-colorFive.focus {
  color: #fff;
  background-color: rgb(119.3403614458, 126.9578313253, 83.7921686747);
  border-color: rgb(112.1204819277, 119.2771084337, 78.7228915663);
  box-shadow: 0 0 0 0.2rem rgba(158.1, 165.75, 122.4, 0.5);
}
.btn-colorFive.disabled, .btn-colorFive:disabled {
  color: #fff;
  background-color: #8D9663;
  border-color: #8D9663;
}
.btn-colorFive:not(:disabled):not(.disabled):active, .btn-colorFive:not(:disabled):not(.disabled).active, .show > .btn-colorFive.dropdown-toggle {
  color: #fff;
  background-color: rgb(112.1204819277, 119.2771084337, 78.7228915663);
  border-color: rgb(104.9006024096, 111.5963855422, 73.6536144578);
}
.btn-colorFive:not(:disabled):not(.disabled):active:focus, .btn-colorFive:not(:disabled):not(.disabled).active:focus, .show > .btn-colorFive.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(158.1, 165.75, 122.4, 0.5);
}

.btn-colorFive-dark {
  color: #fff;
  background-color: #8A9166;
  border-color: #8A9166;
}
.btn-colorFive-dark:hover {
  color: #fff;
  background-color: rgb(116.6295546559, 122.5455465587, 86.2044534413);
  border-color: rgb(109.5060728745, 115.0607287449, 80.9392712551);
}
.btn-colorFive-dark:focus, .btn-colorFive-dark.focus {
  color: #fff;
  background-color: rgb(116.6295546559, 122.5455465587, 86.2044534413);
  border-color: rgb(109.5060728745, 115.0607287449, 80.9392712551);
  box-shadow: 0 0 0 0.2rem rgba(155.55, 161.5, 124.95, 0.5);
}
.btn-colorFive-dark.disabled, .btn-colorFive-dark:disabled {
  color: #fff;
  background-color: #8A9166;
  border-color: #8A9166;
}
.btn-colorFive-dark:not(:disabled):not(.disabled):active, .btn-colorFive-dark:not(:disabled):not(.disabled).active, .show > .btn-colorFive-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(109.5060728745, 115.0607287449, 80.9392712551);
  border-color: rgb(102.3825910931, 107.5759109312, 75.6740890688);
}
.btn-colorFive-dark:not(:disabled):not(.disabled):active:focus, .btn-colorFive-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-colorFive-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(155.55, 161.5, 124.95, 0.5);
}

.btn-colorFive-darkest {
  color: #fff;
  background-color: #464A34;
  border-color: #464A34;
}
.btn-colorFive-darkest:hover {
  color: #fff;
  background-color: rgb(48.75, 51.5357142857, 36.2142857143);
  border-color: rgb(41.6666666667, 44.0476190476, 30.9523809524);
}
.btn-colorFive-darkest:focus, .btn-colorFive-darkest.focus {
  color: #fff;
  background-color: rgb(48.75, 51.5357142857, 36.2142857143);
  border-color: rgb(41.6666666667, 44.0476190476, 30.9523809524);
  box-shadow: 0 0 0 0.2rem rgba(97.75, 101.15, 82.45, 0.5);
}
.btn-colorFive-darkest.disabled, .btn-colorFive-darkest:disabled {
  color: #fff;
  background-color: #464A34;
  border-color: #464A34;
}
.btn-colorFive-darkest:not(:disabled):not(.disabled):active, .btn-colorFive-darkest:not(:disabled):not(.disabled).active, .show > .btn-colorFive-darkest.dropdown-toggle {
  color: #fff;
  background-color: rgb(41.6666666667, 44.0476190476, 30.9523809524);
  border-color: rgb(34.5833333333, 36.5595238095, 25.6904761905);
}
.btn-colorFive-darkest:not(:disabled):not(.disabled):active:focus, .btn-colorFive-darkest:not(:disabled):not(.disabled).active:focus, .show > .btn-colorFive-darkest.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(97.75, 101.15, 82.45, 0.5);
}

.btn-colorSix-base {
  color: #212529;
  background-color: #BFB6B6;
  border-color: #BFB6B6;
}
.btn-colorSix-base:hover {
  color: #212529;
  background-color: rgb(173.1313868613, 161.6186131387, 161.6186131387);
  border-color: rgb(167.1751824818, 154.8248175182, 154.8248175182);
}
.btn-colorSix-base:focus, .btn-colorSix-base.focus {
  color: #212529;
  background-color: rgb(173.1313868613, 161.6186131387, 161.6186131387);
  border-color: rgb(167.1751824818, 154.8248175182, 154.8248175182);
  box-shadow: 0 0 0 0.2rem rgba(167.3, 160.25, 160.85, 0.5);
}
.btn-colorSix-base.disabled, .btn-colorSix-base:disabled {
  color: #212529;
  background-color: #BFB6B6;
  border-color: #BFB6B6;
}
.btn-colorSix-base:not(:disabled):not(.disabled):active, .btn-colorSix-base:not(:disabled):not(.disabled).active, .show > .btn-colorSix-base.dropdown-toggle {
  color: #212529;
  background-color: rgb(167.1751824818, 154.8248175182, 154.8248175182);
  border-color: rgb(161.2189781022, 148.0310218978, 148.0310218978);
}
.btn-colorSix-base:not(:disabled):not(.disabled):active:focus, .btn-colorSix-base:not(:disabled):not(.disabled).active:focus, .show > .btn-colorSix-base.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(167.3, 160.25, 160.85, 0.5);
}

.btn-colorSix-dark {
  color: #fff;
  background-color: #999391;
  border-color: #999391;
}
.btn-colorSix-dark:hover {
  color: #fff;
  background-color: rgb(134.5966981132, 127.5141509434, 125.1533018868);
  border-color: rgb(128.1603773585, 121.1698113208, 118.8396226415);
}
.btn-colorSix-dark:focus, .btn-colorSix-dark.focus {
  color: #fff;
  background-color: rgb(134.5966981132, 127.5141509434, 125.1533018868);
  border-color: rgb(128.1603773585, 121.1698113208, 118.8396226415);
  box-shadow: 0 0 0 0.2rem rgba(168.3, 163.2, 161.5, 0.5);
}
.btn-colorSix-dark.disabled, .btn-colorSix-dark:disabled {
  color: #fff;
  background-color: #999391;
  border-color: #999391;
}
.btn-colorSix-dark:not(:disabled):not(.disabled):active, .btn-colorSix-dark:not(:disabled):not(.disabled).active, .show > .btn-colorSix-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(128.1603773585, 121.1698113208, 118.8396226415);
  border-color: rgb(121.5448113208, 114.9150943396, 112.7051886792);
}
.btn-colorSix-dark:not(:disabled):not(.disabled):active:focus, .btn-colorSix-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-colorSix-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(168.3, 163.2, 161.5, 0.5);
}

.btn-colorSix-darker {
  color: #fff;
  background-color: #7A7574;
  border-color: #7A7574;
}
.btn-colorSix-darker:hover {
  color: #fff;
  background-color: rgb(102.3928571429, 98.1964285714, 97.3571428571);
  border-color: rgb(95.8571428571, 91.9285714286, 91.1428571429);
}
.btn-colorSix-darker:focus, .btn-colorSix-darker.focus {
  color: #fff;
  background-color: rgb(102.3928571429, 98.1964285714, 97.3571428571);
  border-color: rgb(95.8571428571, 91.9285714286, 91.1428571429);
  box-shadow: 0 0 0 0.2rem rgba(141.95, 137.7, 136.85, 0.5);
}
.btn-colorSix-darker.disabled, .btn-colorSix-darker:disabled {
  color: #fff;
  background-color: #7A7574;
  border-color: #7A7574;
}
.btn-colorSix-darker:not(:disabled):not(.disabled):active, .btn-colorSix-darker:not(:disabled):not(.disabled).active, .show > .btn-colorSix-darker.dropdown-toggle {
  color: #fff;
  background-color: rgb(95.8571428571, 91.9285714286, 91.1428571429);
  border-color: rgb(89.3214285714, 85.6607142857, 84.9285714286);
}
.btn-colorSix-darker:not(:disabled):not(.disabled):active:focus, .btn-colorSix-darker:not(:disabled):not(.disabled).active:focus, .show > .btn-colorSix-darker.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(141.95, 137.7, 136.85, 0.5);
}

.btn-colorSix-darkest {
  color: #fff;
  background-color: #6C605E;
  border-color: #6C605E;
}
.btn-colorSix-darkest:hover {
  color: #fff;
  background-color: rgb(87.5495049505, 77.8217821782, 76.2004950495);
  border-color: rgb(80.7326732673, 71.7623762376, 70.2673267327);
}
.btn-colorSix-darkest:focus, .btn-colorSix-darkest.focus {
  color: #fff;
  background-color: rgb(87.5495049505, 77.8217821782, 76.2004950495);
  border-color: rgb(80.7326732673, 71.7623762376, 70.2673267327);
  box-shadow: 0 0 0 0.2rem rgba(130.05, 119.85, 118.15, 0.5);
}
.btn-colorSix-darkest.disabled, .btn-colorSix-darkest:disabled {
  color: #fff;
  background-color: #6C605E;
  border-color: #6C605E;
}
.btn-colorSix-darkest:not(:disabled):not(.disabled):active, .btn-colorSix-darkest:not(:disabled):not(.disabled).active, .show > .btn-colorSix-darkest.dropdown-toggle {
  color: #fff;
  background-color: rgb(80.7326732673, 71.7623762376, 70.2673267327);
  border-color: rgb(73.9158415842, 65.702970297, 64.3341584158);
}
.btn-colorSix-darkest:not(:disabled):not(.disabled):active:focus, .btn-colorSix-darkest:not(:disabled):not(.disabled).active:focus, .show > .btn-colorSix-darkest.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130.05, 119.85, 118.15, 0.5);
}

.btn-colorSeven-darker {
  color: #fff;
  background-color: #29314A;
  border-color: #29314A;
}
.btn-colorSeven-darker:hover {
  color: #fff;
  background-color: rgb(27.3630434783, 32.702173913, 49.3869565217);
  border-color: rgb(22.8173913043, 27.2695652174, 41.1826086957);
}
.btn-colorSeven-darker:focus, .btn-colorSeven-darker.focus {
  color: #fff;
  background-color: rgb(27.3630434783, 32.702173913, 49.3869565217);
  border-color: rgb(22.8173913043, 27.2695652174, 41.1826086957);
  box-shadow: 0 0 0 0.2rem rgba(73.1, 79.9, 101.15, 0.5);
}
.btn-colorSeven-darker.disabled, .btn-colorSeven-darker:disabled {
  color: #fff;
  background-color: #29314A;
  border-color: #29314A;
}
.btn-colorSeven-darker:not(:disabled):not(.disabled):active, .btn-colorSeven-darker:not(:disabled):not(.disabled).active, .show > .btn-colorSeven-darker.dropdown-toggle {
  color: #fff;
  background-color: rgb(22.8173913043, 27.2695652174, 41.1826086957);
  border-color: rgb(18.2717391304, 21.8369565217, 32.9782608696);
}
.btn-colorSeven-darker:not(:disabled):not(.disabled):active:focus, .btn-colorSeven-darker:not(:disabled):not(.disabled).active:focus, .show > .btn-colorSeven-darker.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(73.1, 79.9, 101.15, 0.5);
}

.btn-colorSeven-dark {
  color: #fff;
  background-color: #465580;
  border-color: #465580;
}
.btn-colorSeven-dark:hover {
  color: #fff;
  background-color: rgb(56.4772727273, 68.5795454545, 103.2727272727);
  border-color: rgb(51.9696969697, 63.1060606061, 95.0303030303);
}
.btn-colorSeven-dark:focus, .btn-colorSeven-dark.focus {
  color: #fff;
  background-color: rgb(56.4772727273, 68.5795454545, 103.2727272727);
  border-color: rgb(51.9696969697, 63.1060606061, 95.0303030303);
  box-shadow: 0 0 0 0.2rem rgba(97.75, 110.5, 147.05, 0.5);
}
.btn-colorSeven-dark.disabled, .btn-colorSeven-dark:disabled {
  color: #fff;
  background-color: #465580;
  border-color: #465580;
}
.btn-colorSeven-dark:not(:disabled):not(.disabled):active, .btn-colorSeven-dark:not(:disabled):not(.disabled).active, .show > .btn-colorSeven-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(51.9696969697, 63.1060606061, 95.0303030303);
  border-color: rgb(47.4621212121, 57.6325757576, 86.7878787879);
}
.btn-colorSeven-dark:not(:disabled):not(.disabled):active:focus, .btn-colorSeven-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-colorSeven-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(97.75, 110.5, 147.05, 0.5);
}

.btn-colorSeven-base {
  color: #fff;
  background-color: #546699;
  border-color: #546699;
}
.btn-colorSeven-base:hover {
  color: #fff;
  background-color: rgb(70.4430379747, 85.5379746835, 128.3069620253);
  border-color: rgb(65.9240506329, 80.0506329114, 120.0759493671);
}
.btn-colorSeven-base:focus, .btn-colorSeven-base.focus {
  color: #fff;
  background-color: rgb(70.4430379747, 85.5379746835, 128.3069620253);
  border-color: rgb(65.9240506329, 80.0506329114, 120.0759493671);
  box-shadow: 0 0 0 0.2rem rgba(109.65, 124.95, 168.3, 0.5);
}
.btn-colorSeven-base.disabled, .btn-colorSeven-base:disabled {
  color: #fff;
  background-color: #546699;
  border-color: #546699;
}
.btn-colorSeven-base:not(:disabled):not(.disabled):active, .btn-colorSeven-base:not(:disabled):not(.disabled).active, .show > .btn-colorSeven-base.dropdown-toggle {
  color: #fff;
  background-color: rgb(65.9240506329, 80.0506329114, 120.0759493671);
  border-color: rgb(61.4050632911, 74.5632911392, 111.8449367089);
}
.btn-colorSeven-base:not(:disabled):not(.disabled):active:focus, .btn-colorSeven-base:not(:disabled):not(.disabled).active:focus, .show > .btn-colorSeven-base.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(109.65, 124.95, 168.3, 0.5);
}

.btn-colorSeven-light {
  color: #fff;
  background-color: #6277B3;
  border-color: #6277B3;
}
.btn-colorSeven-light:hover {
  color: #fff;
  background-color: rgb(77.8755364807, 99.393776824, 160.8744635193);
  border-color: rgb(73.7167381974, 94.0858369099, 152.2832618026);
}
.btn-colorSeven-light:focus, .btn-colorSeven-light.focus {
  color: #fff;
  background-color: rgb(77.8755364807, 99.393776824, 160.8744635193);
  border-color: rgb(73.7167381974, 94.0858369099, 152.2832618026);
  box-shadow: 0 0 0 0.2rem rgba(121.55, 139.4, 190.4, 0.5);
}
.btn-colorSeven-light.disabled, .btn-colorSeven-light:disabled {
  color: #fff;
  background-color: #6277B3;
  border-color: #6277B3;
}
.btn-colorSeven-light:not(:disabled):not(.disabled):active, .btn-colorSeven-light:not(:disabled):not(.disabled).active, .show > .btn-colorSeven-light.dropdown-toggle {
  color: #fff;
  background-color: rgb(73.7167381974, 94.0858369099, 152.2832618026);
  border-color: rgb(69.5579399142, 88.7778969957, 143.6920600858);
}
.btn-colorSeven-light:not(:disabled):not(.disabled):active:focus, .btn-colorSeven-light:not(:disabled):not(.disabled).active:focus, .show > .btn-colorSeven-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(121.55, 139.4, 190.4, 0.5);
}

.btn-colorSeven-lighter {
  color: #212529;
  background-color: #9dafe1;
  border-color: #9dafe1;
}
.btn-colorSeven-lighter:hover {
  color: #212529;
  background-color: rgb(127.71484375, 151.09375, 216.03515625);
  border-color: rgb(117.953125, 143.125, 213.046875);
}
.btn-colorSeven-lighter:focus, .btn-colorSeven-lighter.focus {
  color: #212529;
  background-color: rgb(127.71484375, 151.09375, 216.03515625);
  border-color: rgb(117.953125, 143.125, 213.046875);
  box-shadow: 0 0 0 0.2rem rgba(138.4, 154.3, 197.4, 0.5);
}
.btn-colorSeven-lighter.disabled, .btn-colorSeven-lighter:disabled {
  color: #212529;
  background-color: #9dafe1;
  border-color: #9dafe1;
}
.btn-colorSeven-lighter:not(:disabled):not(.disabled):active, .btn-colorSeven-lighter:not(:disabled):not(.disabled).active, .show > .btn-colorSeven-lighter.dropdown-toggle {
  color: #fff;
  background-color: rgb(117.953125, 143.125, 213.046875);
  border-color: rgb(108.19140625, 135.15625, 210.05859375);
}
.btn-colorSeven-lighter:not(:disabled):not(.disabled):active:focus, .btn-colorSeven-lighter:not(:disabled):not(.disabled).active:focus, .show > .btn-colorSeven-lighter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(138.4, 154.3, 197.4, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}

.btn-gray-light {
  color: #212529;
  background-color: #e0e0e0;
  border-color: #e0e0e0;
}
.btn-gray-light:hover {
  color: #212529;
  background-color: rgb(204.875, 204.875, 204.875);
  border-color: rgb(198.5, 198.5, 198.5);
}
.btn-gray-light:focus, .btn-gray-light.focus {
  color: #212529;
  background-color: rgb(204.875, 204.875, 204.875);
  border-color: rgb(198.5, 198.5, 198.5);
  box-shadow: 0 0 0 0.2rem rgba(195.35, 195.95, 196.55, 0.5);
}
.btn-gray-light.disabled, .btn-gray-light:disabled {
  color: #212529;
  background-color: #e0e0e0;
  border-color: #e0e0e0;
}
.btn-gray-light:not(:disabled):not(.disabled):active, .btn-gray-light:not(:disabled):not(.disabled).active, .show > .btn-gray-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(198.5, 198.5, 198.5);
  border-color: rgb(192.125, 192.125, 192.125);
}
.btn-gray-light:not(:disabled):not(.disabled):active:focus, .btn-gray-light:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(195.35, 195.95, 196.55, 0.5);
}

.btn-gray-lighter {
  color: #212529;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.btn-gray-lighter:hover {
  color: #212529;
  background-color: rgb(220.875, 220.875, 220.875);
  border-color: rgb(214.5, 214.5, 214.5);
}
.btn-gray-lighter:focus, .btn-gray-lighter.focus {
  color: #212529;
  background-color: rgb(220.875, 220.875, 220.875);
  border-color: rgb(214.5, 214.5, 214.5);
  box-shadow: 0 0 0 0.2rem rgba(208.95, 209.55, 210.15, 0.5);
}
.btn-gray-lighter.disabled, .btn-gray-lighter:disabled {
  color: #212529;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.btn-gray-lighter:not(:disabled):not(.disabled):active, .btn-gray-lighter:not(:disabled):not(.disabled).active, .show > .btn-gray-lighter.dropdown-toggle {
  color: #212529;
  background-color: rgb(214.5, 214.5, 214.5);
  border-color: rgb(208.125, 208.125, 208.125);
}
.btn-gray-lighter:not(:disabled):not(.disabled):active:focus, .btn-gray-lighter:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-lighter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(208.95, 209.55, 210.15, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #443D66;
  text-decoration: none;
  min-width: auto;
}
.btn-link:hover {
  color: rgb(14.8098159509, 13.2852760736, 22.2147239264);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-xl {
  padding: 1rem 2rem;
  font-size: 1rem;
  line-height: 1.6;
  border-radius: 1.7rem;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.6;
  border-radius: 1.7rem;
}

.btn-sm {
  padding: 0.3rem 0.3rem;
  font-size: 0.67rem;
  line-height: 1.25;
  border-radius: 50rem;
}

.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-icon {
  min-width: auto;
  padding: 0.45rem;
}
.btn-icon svg.icon {
  margin: 0;
  float: none;
}
.btn-icon::after {
  display: none;
}

.bg-colorOne-darkest section:not(.bg-light) .btn:not(.btn-accordion) {
  background-color: #6F6FB8;
  border-color: #6F6FB8;
  color: #fff;
}
.bg-colorOne-darkest section:not(.bg-light) .btn:not(.btn-accordion):hover {
  background-color: rgb(85.3813953488, 85.3813953488, 171.3686046512);
  border-color: rgb(80.576744186, 80.576744186, 163.423255814);
}
.bg-colorOne-darkest section:not(.bg-light) .btn:not(.btn-accordion):not(:disabled):not(.disabled):active, .bg-colorOne-darkest section:not(.bg-light) .btn:not(.btn-accordion):not(:disabled):not(.disabled).active, .show > .bg-colorOne-darkest section:not(.bg-light) .btn:not(.btn-accordion).dropdown-toggle {
  color: rgb(229.5, 229.5, 229.5);
  background-color: rgb(80.576744186, 80.576744186, 163.423255814);
  border-color: rgb(76.3662790698, 76.3662790698, 154.8837209302);
}

.btn.has-image {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  padding: 0;
  min-width: auto;
}
.btn.has-image svg {
  display: none;
}

.fade {
  transition: opacity 0.25s 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;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
  position: relative;
}

@media (hover: hover) {
  .dropdown {
    overflow: hidden;
  }
  .dropdown > .dropdown-menu {
    overflow: hidden;
    transform: translateY(-1000%);
    transition: transform 0s ease-in-out;
  }
}
@media (hover: hover) and (prefers-reduced-motion: reduce) {
  .dropdown > .dropdown-menu {
    transition: none;
  }
}
@media (hover: hover) {
  .dropdown > .dropdown-menu > .dropdown-menu-inner {
    transition: opacity 0.2s ease-in-out;
    opacity: 0;
  }
}
@media (hover: hover) and (prefers-reduced-motion: reduce) {
  .dropdown > .dropdown-menu > .dropdown-menu-inner {
    transition: none;
  }
}
@media (hover: hover) {
  .dropdown:hover {
    overflow: visible;
  }
  .dropdown:hover > .dropdown-menu {
    display: block;
    overflow: visible;
    transform: translateY(0%);
  }
  .dropdown:hover > .dropdown-menu > .dropdown-menu-inner {
    opacity: 1;
  }
}
@media (hover: hover) {
  .dropdown > .dropdown-toggle:active {
    /* Without this, clicking will make it sticky */
    pointer-events: none;
  }
}
.dropdown-menu {
  position: absolute;
  top: auto;
  left: -8px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  line-height: 1.25;
  color: #404040;
  text-align: left;
  list-style: none;
  background-color: transparent;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
}

.dropdown-menu-left {
  right: auto;
  left: -8px;
}

.dropdown-menu-right {
  right: -8px;
  left: auto;
}

.dropdown-menu-full {
  right: 0;
  left: 0;
  position: fixed !important;
  width: 100%;
  padding: 0;
}

@media (min-width: 375px) {
  .dropdown-menu-xs-left {
    right: auto;
    left: -8px;
  }
  .dropdown-menu-xs-right {
    right: -8px;
    left: auto;
  }
  .dropdown-menu-xs-full {
    right: 0;
    left: 0;
    position: fixed !important;
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: -8px;
  }
  .dropdown-menu-sm-right {
    right: -8px;
    left: auto;
  }
  .dropdown-menu-sm-full {
    right: 0;
    left: 0;
    position: fixed !important;
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: -8px;
  }
  .dropdown-menu-md-right {
    right: -8px;
    left: auto;
  }
  .dropdown-menu-md-full {
    right: 0;
    left: 0;
    position: fixed !important;
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 1020px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: -8px;
  }
  .dropdown-menu-lg-right {
    right: -8px;
    left: auto;
  }
  .dropdown-menu-lg-full {
    right: 0;
    left: 0;
    position: fixed !important;
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 1270px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: -8px;
  }
  .dropdown-menu-xl-right {
    right: -8px;
    left: auto;
  }
  .dropdown-menu-xl-full {
    right: 0;
    left: 0;
    position: fixed !important;
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 1460px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: -8px;
  }
  .dropdown-menu-xxl-right {
    right: -8px;
    left: auto;
  }
  .dropdown-menu-xxl-full {
    right: 0;
    left: 0;
    position: fixed !important;
    width: 100%;
    padding: 0;
  }
}
.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-menu-inner {
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0;
  padding: 0 1rem 1rem;
}
@media (min-width: 1020px) {
  .dropdown-menu-inner {
    padding: 2rem;
  }
}
@media (min-width: 1270px) {
  .dropdown-menu-inner {
    padding: 2.5rem;
  }
}

.dropdown-divider-x {
  min-height: 1px;
  background: #6c757d;
  opacity: 0.5;
}
@media (max-width: 1019.98px) {
  .dropdown-divider-x {
    display: none;
  }
}
@media (min-width: 768px) {
  .dropdown-divider-x {
    margin: 1.5rem 0.75rem;
  }
}
@media (min-width: 1020px) {
  .dropdown-divider-x {
    margin: 2rem 1rem;
  }
}
@media (min-width: 1270px) {
  .dropdown-divider-x {
    margin: 2.5rem 1.25rem;
  }
}

.dropdown-divider-y {
  display: inline-block;
  min-width: 1px;
  min-height: 100%;
  background: #6c757d;
  opacity: 0.5;
}
@media (max-width: 1019.98px) {
  .dropdown-divider-y {
    display: none;
  }
}
@media (min-width: 768px) {
  .dropdown-divider-y {
    margin: 0.75rem 1.5rem;
  }
}
@media (min-width: 1020px) {
  .dropdown-divider-y {
    margin: 1rem 2rem;
  }
}
@media (min-width: 1270px) {
  .dropdown-divider-y {
    margin: 1.25rem 2.5rem;
  }
}

.dropdown-item {
  display: inline-block;
  width: 100%;
  clear: both;
  font-size: 0.88rem;
  font-family: Allotrope, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  padding: 0.3125rem 0.625rem;
}
@media (min-width: 576px) {
  .dropdown-item {
    padding: 0.2083333333rem 0.625rem;
  }
}
@media (min-width: 768px) {
  .dropdown-item {
    padding: 0.25rem 0.75rem;
  }
}
@media (min-width: 1020px) {
  .dropdown-item {
    padding: 0.3333333333rem 1rem;
  }
}
@media (min-width: 1270px) {
  .dropdown-item {
    padding: 0.4166666667rem 1.25rem;
  }
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #a7a7a7;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: inline-block;
  margin-bottom: 0;
  white-space: nowrap;
}
.dropdown-header.btn {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
  white-space: normal;
  text-align: left;
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.dropdown-header.btn:hover, .dropdown-header.btn:focus {
  box-shadow: 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(: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(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-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.5rem 0.7333333333rem;
  margin-bottom: 0;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.5;
  color: #505050;
  text-align: center;
  white-space: nowrap;
  background-color: #e0e0e0;
  border: 1px solid #404040;
  border-radius: 0;
}
.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.6em + 1rem + 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: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.6;
  border-radius: 0;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.25em + 0.6rem + 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.3rem 0.3rem;
  font-size: 0.67rem;
  line-height: 1.25;
  border-radius: 0;
}

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.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;
}

.input-search-group {
  /* clears the 'X' from Internet Explorer */
}
.input-search-group input[type=search]::-ms-clear,
.input-search-group input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.input-search-group {
  /* clears the 'X' from Chrome */
}
.input-search-group input[type=search]::-webkit-search-decoration,
.input-search-group input[type=search]::-webkit-search-cancel-button,
.input-search-group input[type=search]::-webkit-search-results-button,
.input-search-group input[type=search]::-webkit-search-results-decoration {
  display: none;
}
.input-search-group .input-search:not(:valid) ~ .btn-clear {
  display: none;
}
.input-search-group .btn-search,
.input-search-group .btn-clear {
  position: absolute;
  z-index: 4;
}
.input-search-group .btn-search {
  top: 0;
  left: 0.6rem;
  height: 100%;
}
.input-search-group .btn-clear {
  top: 50%;
  right: 0.3rem;
  transform: translateY(-50%);
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #404040;
  background-color: #404040;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 1px 0 0 #404040;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #404040;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(153.25, 153.25, 153.25);
  border-color: rgb(153.25, 153.25, 153.25);
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e0e0e0;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  color: #6c757d;
  vertical-align: top;
  cursor: pointer;
  font-weight: 400;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #a7a7a7 solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.8rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #404040;
  background-color: #404040;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(119, 107, 153, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(119, 107, 153, 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='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(119, 107, 153, 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.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #a7a7a7;
  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(119, 107, 153, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1.7333333333rem 0.5rem 0.7333333333rem;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.5;
  color: #505050;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.7333333333rem center/8px 10px no-repeat;
  border: 1px solid transparent;
  border-bottom: 1px solid #404040;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-bottom-width: 2px;
  outline: 0;
}
.custom-select:focus::-ms-value {
  color: #505050;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.7333333333rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e0e0e0;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #505050;
}

.custom-select-sm {
  height: calc(1.25em + 0.6rem + 2px);
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-left: 0.3rem;
  font-size: 0.67rem;
}

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #404040;
  box-shadow: 0 1px 0 0 #404040;
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e0e0e0;
}
.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.5em + 1rem + 2px);
  padding: 0.5rem 0.7333333333rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #505050;
  background-color: #fff;
  border: 1px solid #404040;
  border-radius: 0;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1rem);
  padding: 0.5rem 0.7333333333rem;
  line-height: 1.5;
  color: #505050;
  content: "Browse";
  background-color: #e0e0e0;
  border-left: inherit;
  border-radius: 0 0 0 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: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 1px 0 0 #404040;
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 1px 0 0 #404040;
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 1px 0 0 #404040;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #404040;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(153.25, 153.25, 153.25);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #404040;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb {
  -moz-appearance: none;
       appearance: none;
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(153.25, 153.25, 153.25);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  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: #404040;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb {
  appearance: none;
}
.custom-range::-ms-thumb:active {
  background-color: rgb(153.25, 153.25, 153.25);
}
.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: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #a7a7a7;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #a7a7a7;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #a7a7a7;
}

.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;
  }
}

#clientsurvey-wheelform.client-survey-2025 .item-index-1,
#clientsurvey-wheelform.client-survey-2025 .item-index-3,
#clientsurvey-wheelform.client-survey-2025 .item-index-5,
#clientsurvey-wheelform.client-survey-2025 .item-index-9,
#clientsurvey-wheelform.client-survey-2025 .item-index-11,
#clientsurvey-wheelform.client-survey-2025 .item-index-13,
#clientsurvey-wheelform.client-survey-2025 .item-index-14,
#clientsurvey-wheelform.client-survey-2025 .item-index-15,
#clientsurvey-wheelform.client-survey-2025 .item-index-16,
#clientsurvey-wheelform.client-survey-2025 .item-index-17,
#clientsurvey-wheelform.client-survey-2025 .item-index-19,
#clientsurvey-wheelform.client-survey-2025 .item-index-21,
#clientsurvey-wheelform.client-survey-2025 .item-index-22,
#clientsurvey-wheelform.client-survey-2025 .item-index-23,
#clientsurvey-wheelform.client-survey-2025 .item-index-24,
#clientsurvey-wheelform.client-survey-2025 .item-index-25,
#clientsurvey-wheelform.client-survey-2025 .item-index-26,
#clientsurvey-wheelform.client-survey-2025 .item-index-27,
#clientsurvey-wheelform.client-survey-2025 .item-index-29,
#clientsurvey-wheelform.client-survey-2025 .item-index-30,
#clientsurvey-wheelform.client-survey-2025 .item-index-31 {
  display: block;
}
#clientsurvey-wheelform.client-survey-2025 .item-index-26 .text-right {
  padding-right: 4.5em;
}
#clientsurvey-wheelform.client-survey-2025 .item-index-2 .form-group .d-inline-block :last-child,
#clientsurvey-wheelform.client-survey-2025 .item-index-4 .form-group .d-inline-block :last-child,
#clientsurvey-wheelform.client-survey-2025 .item-index-7 .form-group .d-inline-block :last-child {
  margin-right: 0;
}
#clientsurvey-wheelform.client-survey-2025 .hampden-used-new-app,
#clientsurvey-wheelform.client-survey-2025 .survey-form-pseudo-label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  vertical-align: text-top;
}

#clientsurvey-wheelform.client-survey .item-index-3,
#clientsurvey-wheelform.client-survey .item-index-5,
#clientsurvey-wheelform.client-survey .item-index-10 {
  display: block;
}

#clientsurvey-wheelform.client-survey-a .item-index-3 .form-group .d-inline-block :last-child {
  margin-right: 0;
}
#clientsurvey-wheelform.client-survey-a .survey-form-pseudo-label-container {
  display: block;
}
#clientsurvey-wheelform.client-survey-a .survey-form-pseudo-label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  vertical-align: text-top;
}

#clientsurvey-wheelform.client-survey-b .item-index-3 .form-group .d-inline-block :last-child {
  margin-right: 0;
}
#clientsurvey-wheelform.client-survey-b .survey-form-pseudo-label-container {
  display: block;
}
#clientsurvey-wheelform.client-survey-b .survey-form-pseudo-label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  vertical-align: text-top;
}

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

.nav-link {
  display: block;
  font-family: Allotrope, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  position: relative;
  padding: 0.6666666667rem 0.6666666667rem;
}
@media (min-width: 1020px) {
  .nav-link {
    padding: 0.25rem 0.6666666667rem;
  }
}
.nav-link::after {
  content: "";
  position: relative;
  margin-bottom: -2px;
  bottom: -2px;
  height: 2px;
  background-color: #443D66;
  border-radius: 2px;
  width: 100%;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link::after {
    transition: none;
  }
}
.nav-link::after {
  display: none;
}
@media (min-width: 1020px) {
  .nav-link::after {
    display: block;
  }
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  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: #776B99;
}
.nav-item.active > .nav-link::after, .nav-item.active.nav-link::after {
  background-color: #776B99;
  opacity: 1;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
}
.nav-tabs .nav-link::after {
  background-color: #776B99;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  color: #443D66;
  cursor: pointer;
}
.nav-tabs .nav-link:hover::after, .nav-tabs .nav-link:focus::after {
  background-color: #443D66;
}
.nav-tabs .nav-link {
  border-radius: 0.3rem 0.8rem 0 0;
  padding-top: 0.6666666667rem;
  padding-bottom: 0.6666666667rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 768px) {
  .nav-tabs .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #776B99;
  padding-top: 0.7333333333rem;
  padding-bottom: 0.7333333333rem;
}
@media (min-width: 768px) {
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }
}
.nav-tabs .nav-link.active::after,
.nav-tabs .nav-item.show .nav-link::after {
  background-color: #776B99;
}
.nav-tabs + .tab-scroller {
  padding-top: 1rem;
  margin-top: 0;
}

.tab-links + .tabs-container {
  margin-top: 0;
}

.tab-content > .tab-pane {
  display: none;
  opacity: 0.65;
}
.tab-content > .tab-pane .tab-pane-layout > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}
.tab-content > .active {
  display: block;
  opacity: 1;
}

@supports (position: sticky) {
  .sticky-tabs {
    position: sticky;
  }
}
.sticky-tabs {
  z-index: 1;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .sticky-tabs {
    transition: none;
  }
}
.sticky-tabs {
  top: 5.28rem;
}
@media only screen and (min-width: 1020px) and (orientation: landscape) {
  .sticky-tabs {
    top: 5.28rem;
  }
}
@media only screen and (min-width: 1020px) and (orientation: portrait) {
  .sticky-tabs {
    top: 5.28rem;
  }
}
@media only screen and (min-width: 1270px) and (orientation: landscape) {
  .sticky-tabs {
    top: 5.28rem;
  }
}
@media only screen and (min-width: 1460px) and (orientation: landscape) {
  .sticky-tabs {
    top: 5.28rem;
  }
}
.nav-hidden .sticky-tabs {
  top: 0;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  min-height: 5.28rem;
  align-items: flex-start;
  font-size: 1.1rem;
}
@media (min-width: 1020px) {
  .navbar {
    font-size: 0.78rem;
  }
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-xs,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl,
.navbar .container-xxl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.navbar-brand {
  display: flex;
  font-size: 1.1rem;
  line-height: inherit;
  white-space: nowrap;
  min-height: 5.28rem;
}
.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 .nav-link {
  padding-right: 0;
  padding-left: 0;
  display: flex;
  height: 100%;
}
@media (min-width: 1020px) {
  .navbar-nav .nav-link-title {
    width: calc(100% - 1.15em);
  }
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-nav .icon-hide {
  display: none;
}
.navbar-nav .icon-show {
  display: block;
}
.navbar-nav .show .icon-hide {
  display: block;
}
.navbar-nav .show .icon-show {
  display: none;
}

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

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.1rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
  outline: none;
}
.navbar-toggler .icon-bar {
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 1px;
  margin: 2.5px 0 2.5px 0;
  transition: all 0.2s;
}
.navbar-dark .navbar-toggler .icon-bar {
  background: #fff;
}
.navbar-light .navbar-toggler .icon-bar {
  background: #443D66;
}
.navbar-toggler .icon-bar:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: 10% 200%;
}
.navbar-toggler .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}
.navbar-toggler .icon-bar:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: 25% -60%;
}
.navbar-toggler.collapsed .icon-bar {
  width: 16px;
  margin: 5px 0 5px 0;
  /* .navbar closed top .icon-bar no rotation - straight */
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
  transform: rotate(0);
}
.navbar-toggler.collapsed .icon-bar {
  /* .navbar open middle .icon-bar visible */
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar-toggler.collapsed .icon-bar {
  /* .navbar open bottom .icon-bar no rotation - straight */
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
  transform: rotate(0);
}

.navbar .btn-icon svg.icon {
  width: 2.454em;
  height: 2.454em;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

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

@media (min-width: 375px) {
  .navbar-expand-xs {
    flex-flow: row nowrap;
    justify-content: flex-start;
    overflow: visible;
  }
  .navbar-expand-xs.site-nav-full .icon-lg {
    width: 1em;
    height: 1em;
  }
}
@media only screen and (min-width: 375px) and (min-width: 768px) and (orientation: landscape) {
  .navbar-expand-xs.site-nav-full {
    height: 5.28rem;
  }
}
@media only screen and (min-width: 375px) and (min-width: 768px) and (orientation: portrait) {
  .navbar-expand-xs.site-nav-full {
    height: 5.28rem;
  }
}
@media only screen and (min-width: 375px) and (min-width: 1020px) and (orientation: landscape) {
  .navbar-expand-xs.site-nav-full {
    height: 5.28rem;
  }
}
@media only screen and (min-width: 375px) and (min-width: 1020px) and (orientation: portrait) {
  .navbar-expand-xs.site-nav-full {
    height: 5.28rem;
  }
}
@media only screen and (min-width: 375px) and (min-width: 1270px) and (orientation: landscape) {
  .navbar-expand-xs.site-nav-full {
    height: 5.28rem;
  }
}
@media only screen and (min-width: 375px) and (min-width: 1460px) and (orientation: landscape) {
  .navbar-expand-xs.site-nav-full {
    height: 5.28rem;
  }
}
@media (min-width: 375px) {
  .navbar-expand-xs.site-nav-full .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xs.site-nav-full .navbar-nav .dropdown {
    overflow: hidden;
  }
  .navbar-expand-xs.site-nav-full .navbar-nav .dropdown > .dropdown-menu {
    display: block;
    overflow: hidden;
    transform: translateY(-1000%);
    transition: transform 0s ease-in-out;
    transition: padding 0.2s ease-in-out;
  }
}
@media (min-width: 375px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-xs.site-nav-full .navbar-nav .dropdown > .dropdown-menu {
    transition: none;
  }
}
@media (min-width: 375px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-xs.site-nav-full .navbar-nav .dropdown > .dropdown-menu {
    transition: none;
  }
}
@media (min-width: 375px) {
  .navbar-expand-xs.site-nav-full .navbar-nav .dropdown > .dropdown-menu > .dropdown-menu-inner {
    transition: opacity 0.2s ease-in-out;
    opacity: 0;
  }
}
@media (min-width: 375px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-xs.site-nav-full .navbar-nav .dropdown > .dropdown-menu > .dropdown-menu-inner {
    transition: none;
  }
}
@media (min-width: 375px) {
  .navbar-expand-xs.site-nav-full .navbar-nav .dropdown:hover {
    overflow: visible;
  }
  .navbar-expand-xs.site-nav-full .navbar-nav .dropdown:hover > .dropdown-menu {
    overflow: visible;
    transform: translateY(0%);
  }
  .navbar-expand-xs.site-nav-full .navbar-nav .dropdown:hover > .dropdown-menu > .dropdown-menu-inner {
    opacity: 1;
  }
  .navbar-expand-xs.site-nav-full .navbar-nav .divider-vertical::before {
    top: 1rem;
    bottom: 1rem;
    opacity: 1;
  }
}
@media (min-width: 375px) and (max-width: 1019.98px) {
  .navbar-expand-xs.site-nav-full .navbar-nav .divider-vertical::before {
    display: none;
  }
}
@media (min-width: 375px) and (hover: hover) {
  .navbar-expand-xs.site-nav-full .dropdown .dropdown-toggle::before {
    bottom: -1rem;
  }
}
@media (min-width: 375px) {
  .navbar-expand-xs > .container,
  .navbar-expand-xs > .container-fluid,
  .navbar-expand-xs > .container-xs,
  .navbar-expand-xs > .container-sm,
  .navbar-expand-xs > .container-md,
  .navbar-expand-xs > .container-lg,
  .navbar-expand-xs > .container-xl,
  .navbar-expand-xs > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xs .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    position: relative;
    height: 100%;
  }
  .navbar-expand-xs .navbar-toggler {
    display: none;
  }
  .navbar-expand-xs .navbar-primary-button {
    min-width: 8.5rem;
  }
}
@media (min-width: 375px) and (min-width: 1020px) {
  .navbar-expand-xs .navbar-primary-button {
    min-width: 5.75rem;
  }
}
@media (min-width: 375px) and (min-width: 1270px) {
  .navbar-expand-xs .navbar-primary-button {
    min-width: 8.5rem;
  }
}
@media (min-width: 375px) {
  .navbar-expand-xs .navbar-nav {
    flex-direction: row;
    height: 100%;
  }
  .navbar-expand-xs .navbar-nav .nav-link {
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 375px) and (min-width: 1020px) {
  .navbar-expand-xs .navbar-nav .nav-link {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}
@media (min-width: 375px) and (min-width: 1270px) {
  .navbar-expand-xs .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 375px) and (min-width: 1460px) {
  .navbar-expand-xs .navbar-nav .nav-link {
    padding-left: 0.6666666667rem;
    padding-right: 0.6666666667rem;
  }
}
@media (min-width: 375px) {
  .navbar-expand-xs .navbar-nav .nav-item .nav-link::after {
    display: none;
  }
  .navbar-expand-xs .navbar-nav > .nav-item > .nav-link::after {
    display: block;
  }
  .navbar-expand-xs .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xs .navbar-nav .dropdown-menu-inner {
    box-shadow: 0 1rem 1rem rgba(64, 64, 64, 0.15);
  }
  .navbar-expand-xs .navbar-nav .dropdown-menu-inner > .dropdown-header,
  .navbar-expand-xs .navbar-nav .dropdown-menu-inner > .list-unstyled {
    margin-left: 10.4rem;
  }
}
@media (min-width: 375px) and (min-width: 1270px) {
  .navbar-expand-xs .navbar-nav .dropdown-menu-inner > .dropdown-header,
  .navbar-expand-xs .navbar-nav .dropdown-menu-inner > .list-unstyled {
    margin-left: 13.3rem;
  }
}
@media (min-width: 375px) and (min-width: 1460px) {
  .navbar-expand-xs .navbar-nav .dropdown-menu-inner > .dropdown-header,
  .navbar-expand-xs .navbar-nav .dropdown-menu-inner > .list-unstyled {
    margin-left: 14.75rem;
  }
}
@media (min-width: 375px) {
  .navbar-expand-xs .navbar-nav .dropdown-item {
    white-space: normal;
  }
}
@media (min-width: 375px) and (hover: hover) {
  .navbar-expand-xs .dropdown {
    overflow: hidden;
  }
  .navbar-expand-xs .dropdown:hover > .dropdown-toggle::before {
    opacity: 1;
  }
  .navbar-expand-xs .dropdown > .dropdown-menu {
    display: block;
    overflow: hidden;
    transform: translateY(-1000%);
    transition: transform 0s ease-in-out;
    transition: padding 0.2s ease-in-out;
  }
}
@media (min-width: 375px) and (hover: hover) and (prefers-reduced-motion: reduce) {
  .navbar-expand-xs .dropdown > .dropdown-menu {
    transition: none;
  }
}
@media (min-width: 375px) and (hover: hover) and (prefers-reduced-motion: reduce) {
  .navbar-expand-xs .dropdown > .dropdown-menu {
    transition: none;
  }
}
@media (min-width: 375px) and (hover: hover) {
  .navbar-expand-xs .dropdown > .dropdown-menu > .dropdown-menu-inner {
    transition: opacity 0.2s ease-in-out;
    opacity: 0;
  }
}
@media (min-width: 375px) and (hover: hover) and (prefers-reduced-motion: reduce) {
  .navbar-expand-xs .dropdown > .dropdown-menu > .dropdown-menu-inner {
    transition: none;
  }
}
@media (min-width: 375px) and (hover: hover) {
  .navbar-expand-xs .dropdown:hover {
    overflow: visible;
  }
  .navbar-expand-xs .dropdown:hover > .dropdown-menu {
    overflow: visible;
    transform: translateY(0%);
  }
  .navbar-expand-xs .dropdown:hover > .dropdown-menu > .dropdown-menu-inner {
    opacity: 1;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
    overflow: visible;
  }
  .navbar-expand-sm.site-nav-full .icon-lg {
    width: 1em;
    height: 1em;
  }
}
@media only screen and (min-width: 576px) and (min-width: 768px) and (orientation: landscape) {
  .navbar-expand-sm.site-nav-full {
    height: 5.28rem;
  }
}
@media only screen and (min-width: 576px) and (min-width: 768px) and (orientation: portrait) {
  .navbar-expand-sm.site-nav-full {
    height: 5.28rem;
  }
}
@media only screen and (min-width: 576px) and (min-width: 1020px) and (orientation: landscape) {
  .navbar-expand-sm.site-nav-full {
    height: 5.28rem;
  }
}
@media only screen and (min-width: 576px) and (min-width: 1020px) and (orientation: portrait) {
  .navbar-expand-sm.site-nav-full {
    height: 5.28rem;
  }
}
@media only screen and (min-width: 576px) and (min-width: 1270px) and (orientation: landscape) {
  .navbar-expand-sm.site-nav-full {
    height: 5.28rem;
  }
}
@media only screen and (min-width: 576px) and (min-width: 1460px) and (orientation: landscape) {
  .navbar-expand-sm.site-nav-full {
    height: 5.28rem;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm.site-nav-full .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm.site-nav-full .navbar-nav .dropdown {
    overflow: hidden;
  }
  .navbar-expand-sm.site-nav-full .navbar-nav .dropdown > .dropdown-menu {
    display: block;
    overflow: hidden;
    transform: translateY(-1000%);
    transition: transform 0s ease-in-out;
    transition: padding 0.2s ease-in-out;
  }
}
@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-sm.site-nav-full .navbar-nav .dropdown > .dropdown-menu {
    transition: none;
  }
}
@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-sm.site-nav-full .navbar-nav .dropdown > .dropdown-menu {
    transition: none;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm.site-nav-full .navbar-nav .dropdown > .dropdown-menu > .dropdown-menu-inner {
    transition: opacity 0.2s ease-in-out;
    opacity: 0;
  }
}
@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-sm.site-nav-full .navbar-nav .dropdown > .dropdown-menu > .dropdown-menu-inner {
    transition: none;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm.site-nav-full .navbar-nav .dropdown:hover {
    overflow: visible;
  }
  .navbar-expand-sm.site-nav-full .navbar-nav .dropdown:hover > .dropdown-menu {
    overflow: visible;
    transform: translateY(0%);
  }
  .navbar-expand-sm.site-nav-full .navbar-nav .dropdown:hover > .dropdown-menu > .dropdown-menu-inner {
    opacity: 1;
  }
  .navbar-expand-sm.site-nav-full .navbar-nav .divider-vertical::before {
    top: 1rem;
    bottom: 1rem;
    opacity: 1;
  }
}
@media (min-width: 576px) and (max-width: 1019.98px) {
  .navbar-expand-sm.site-nav-full .navbar-nav .divider-vertical::before {
    display: none;
  }
}
@media (min-width: 576px) and (hover: hover) {
  .navbar-expand-sm.site-nav-full .dropdown .dropdown-toggle::before {
    bottom: -1rem;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-xs,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl,
  .navbar-expand-sm > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    position: relative;
    height: 100%;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .navbar-primary-button {
    min-width: 8.5rem;
  }
}
@media (min-width: 576px) and (min-width: 1020px) {
  .navbar-expand-sm .navbar-primary-button {
    min-width: 5.75rem;
  }
}
@media (min-width: 576px) and (min-width: 1270px) {
  .navbar-expand-sm .navbar-primary-button {
    min-width: 8.5rem;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
    height: 100%;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 576px) and (min-width: 1020px) {
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}
@media (min-width: 576px) and (min-width: 1270px) {
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 576px) and (min-width: 1460px) {
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-left: 0.6666666667rem;
    padding-right: 0.6666666667rem;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-item .nav-link::after {
    display: none;
  }
  .navbar-expand-sm .navbar-nav > .nav-item > .nav-link::after {
    display: block;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-inner {
    box-shadow: 0 1rem 1rem rgba(64, 64, 64, 0.15);
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-inner > .dropdown-header,
  .navbar-expand-sm .navbar-nav .dropdown-menu-inner > .list-unstyled {
    margin-left: 10.4rem;
  }
}
@media (min-width: 576px) and (min-width: 1270px) {
  .navbar-expand-sm .navbar-nav .dropdown-menu-inner > .dropdown-header,
  .navbar-expand-sm .navbar-nav .dropdown-menu-inner > .list-unstyled {
    margin-left: 13.3rem;
  }
}
@media (min-width: 576px) and (min-width: 1460px) {
  .navbar-expand-sm .navbar-nav .dropdown-menu-inner > .dropdown-header,
  .navbar-expand-sm .navbar-nav .dropdown-menu-inner > .list-unstyled {
    margin-left: 14.75rem;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .dropdown-item {
    white-space: normal;
  }
}
@media (min-width: 576px) and (hover: hover) {
  .navbar-expand-sm .dropdown {
    overflow: hidden;
  }
  .navbar-expand-sm .dropdown:hover > .dropdown-toggle::before {
    opacity: 1;
  }
  .navbar-expand-sm .dropdown > .dropdown-menu {
    display: block;
    overflow: hidden;
    transform: translateY(-1000%);
    transition: transform 0s ease-in-out;
    transition: padding 0.2s ease-in-out;
  }
}
@media (min-width: 576px) and (hover: hover) and (prefers-reduced-motion: reduce) {
  .navbar-expand-sm .dropdown > .dropdown-menu {
    transition: none;
  }
}
@media (min-width: 576px) and (hover: hover) and (prefers-reduced-motion: reduce) {
  .navbar-expand-sm .dropdown > .dropdown-menu {
    transition: none;
  }
}
@media (min-width: 576px) and (hover: hover) {
  .navbar-expand-sm .dropdown > .dropdown-menu > .dropdown-menu-inner {
    transition: opacity 0.2s ease-in-out;
    opacity: 0;
  }
}
@media (min-width: 576px) and (hover: hover) and (prefers-reduced-motion: reduce) {
  .navbar-expand-sm .dropdown > .dropdown-menu > .dropdown-menu-inner {
    transition: none;
  }
}
@media (min-width: 576px) and (hover: hover) {
  .navbar-expand-sm .dropdown:hover {
    overflow: visible;
  }
  .navbar-expand-sm .dropdown:hover > .dropdown-menu {
    overflow: visible;
    transform: translateY(0%);
  }
  .navbar-expand-sm .dropdown:hover > .dropdown-menu > .dropdown-menu-inner {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
    overflow: visible;
  }
  .navbar-expand-md.site-nav-full .icon-lg {
    width: 1em;
    height: 1em;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (orientation: landscape) {
  .navbar-expand-md.site-nav-full {
    height: 5.28rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (orientation: portrait) {
  .navbar-expand-md.site-nav-full {
    height: 5.28rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1020px) and (orientation: landscape) {
  .navbar-expand-md.site-nav-full {
    height: 5.28rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1020px) and (orientation: portrait) {
  .navbar-expand-md.site-nav-full {
    height: 5.28rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1270px) and (orientation: landscape) {
  .navbar-expand-md.site-nav-full {
    height: 5.28rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1460px) and (orientation: landscape) {
  .navbar-expand-md.site-nav-full {
    height: 5.28rem;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md.site-nav-full .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md.site-nav-full .navbar-nav .dropdown {
    overflow: hidden;
  }
  .navbar-expand-md.site-nav-full .navbar-nav .dropdown > .dropdown-menu {
    display: block;
    overflow: hidden;
    transform: translateY(-1000%);
    transition: transform 0s ease-in-out;
    transition: padding 0.2s ease-in-out;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-md.site-nav-full .navbar-nav .dropdown > .dropdown-menu {
    transition: none;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-md.site-nav-full .navbar-nav .dropdown > .dropdown-menu {
    transition: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md.site-nav-full .navbar-nav .dropdown > .dropdown-menu > .dropdown-menu-inner {
    transition: opacity 0.2s ease-in-out;
    opacity: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-md.site-nav-full .navbar-nav .dropdown > .dropdown-menu > .dropdown-menu-inner {
    transition: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md.site-nav-full .navbar-nav .dropdown:hover {
    overflow: visible;
  }
  .navbar-expand-md.site-nav-full .navbar-nav .dropdown:hover > .dropdown-menu {
    overflow: visible;
    transform: translateY(0%);
  }
  .navbar-expand-md.site-nav-full .navbar-nav .dropdown:hover > .dropdown-menu > .dropdown-menu-inner {
    opacity: 1;
  }
  .navbar-expand-md.site-nav-full .navbar-nav .divider-vertical::before {
    top: 1rem;
    bottom: 1rem;
    opacity: 1;
  }
}
@media (min-width: 768px) and (max-width: 1019.98px) {
  .navbar-expand-md.site-nav-full .navbar-nav .divider-vertical::before {
    display: none;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .navbar-expand-md.site-nav-full .dropdown .dropdown-toggle::before {
    bottom: -1rem;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-xs,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    position: relative;
    height: 100%;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .navbar-primary-button {
    min-width: 8.5rem;
  }
}
@media (min-width: 768px) and (min-width: 1020px) {
  .navbar-expand-md .navbar-primary-button {
    min-width: 5.75rem;
  }
}
@media (min-width: 768px) and (min-width: 1270px) {
  .navbar-expand-md .navbar-primary-button {
    min-width: 8.5rem;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
    height: 100%;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 768px) and (min-width: 1020px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}
@media (min-width: 768px) and (min-width: 1270px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 768px) and (min-width: 1460px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0.6666666667rem;
    padding-right: 0.6666666667rem;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-item .nav-link::after {
    display: none;
  }
  .navbar-expand-md .navbar-nav > .nav-item > .nav-link::after {
    display: block;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-inner {
    box-shadow: 0 1rem 1rem rgba(64, 64, 64, 0.15);
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-inner > .dropdown-header,
  .navbar-expand-md .navbar-nav .dropdown-menu-inner > .list-unstyled {
    margin-left: 10.4rem;
  }
}
@media (min-width: 768px) and (min-width: 1270px) {
  .navbar-expand-md .navbar-nav .dropdown-menu-inner > .dropdown-header,
  .navbar-expand-md .navbar-nav .dropdown-menu-inner > .list-unstyled {
    margin-left: 13.3rem;
  }
}
@media (min-width: 768px) and (min-width: 1460px) {
  .navbar-expand-md .navbar-nav .dropdown-menu-inner > .dropdown-header,
  .navbar-expand-md .navbar-nav .dropdown-menu-inner > .list-unstyled {
    margin-left: 14.75rem;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .dropdown-item {
    white-space: normal;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .navbar-expand-md .dropdown {
    overflow: hidden;
  }
  .navbar-expand-md .dropdown:hover > .dropdown-toggle::before {
    opacity: 1;
  }
  .navbar-expand-md .dropdown > .dropdown-menu {
    display: block;
    overflow: hidden;
    transform: translateY(-1000%);
    transition: transform 0s ease-in-out;
    transition: padding 0.2s ease-in-out;
  }
}
@media (min-width: 768px) and (hover: hover) and (prefers-reduced-motion: reduce) {
  .navbar-expand-md .dropdown > .dropdown-menu {
    transition: none;
  }
}
@media (min-width: 768px) and (hover: hover) and (prefers-reduced-motion: reduce) {
  .navbar-expand-md .dropdown > .dropdown-menu {
    transition: none;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .navbar-expand-md .dropdown > .dropdown-menu > .dropdown-menu-inner {
    transition: opacity 0.2s ease-in-out;
    opacity: 0;
  }
}
@media (min-width: 768px) and (hover: hover) and (prefers-reduced-motion: reduce) {
  .navbar-expand-md .dropdown > .dropdown-menu > .dropdown-menu-inner {
    transition: none;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .navbar-expand-md .dropdown:hover {
    overflow: visible;
  }
  .navbar-expand-md .dropdown:hover > .dropdown-menu {
    overflow: visible;
    transform: translateY(0%);
  }
  .navbar-expand-md .dropdown:hover > .dropdown-menu > .dropdown-menu-inner {
    opacity: 1;
  }
}
@media (min-width: 1020px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
    overflow: visible;
  }
  .navbar-expand-lg.site-nav-full .icon-lg {
    width: 1em;
    height: 1em;
  }
}
@media only screen and (min-width: 1020px) and (min-width: 768px) and (orientation: landscape) {
  .navbar-expand-lg.site-nav-full {
    height: 5.28rem;
  }
}
@media only screen and (min-width: 1020px) and (min-width: 768px) and (orientation: portrait) {
  .navbar-expand-lg.site-nav-full {
    height: 5.28rem;
  }
}
@media only screen and (min-width: 1020px) and (min-width: 1020px) and (orientation: landscape) {
  .navbar-expand-lg.site-nav-full {
    height: 5.28rem;
  }
}
@media only screen and (min-width: 1020px) and (min-width: 1020px) and (orientation: portrait) {
  .navbar-expand-lg.site-nav-full {
    height: 5.28rem;
  }
}
@media only screen and (min-width: 1020px) and (min-width: 1270px) and (orientation: landscape) {
  .navbar-expand-lg.site-nav-full {
    height: 5.28rem;
  }
}
@media only screen and (min-width: 1020px) and (min-width: 1460px) and (orientation: landscape) {
  .navbar-expand-lg.site-nav-full {
    height: 5.28rem;
  }
}
@media (min-width: 1020px) {
  .navbar-expand-lg.site-nav-full .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg.site-nav-full .navbar-nav .dropdown {
    overflow: hidden;
  }
  .navbar-expand-lg.site-nav-full .navbar-nav .dropdown > .dropdown-menu {
    display: block;
    overflow: hidden;
    transform: translateY(-1000%);
    transition: transform 0s ease-in-out;
    transition: padding 0.2s ease-in-out;
  }
}
@media (min-width: 1020px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-lg.site-nav-full .navbar-nav .dropdown > .dropdown-menu {
    transition: none;
  }
}
@media (min-width: 1020px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-lg.site-nav-full .navbar-nav .dropdown > .dropdown-menu {
    transition: none;
  }
}
@media (min-width: 1020px) {
  .navbar-expand-lg.site-nav-full .navbar-nav .dropdown > .dropdown-menu > .dropdown-menu-inner {
    transition: opacity 0.2s ease-in-out;
    opacity: 0;
  }
}
@media (min-width: 1020px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-lg.site-nav-full .navbar-nav .dropdown > .dropdown-menu > .dropdown-menu-inner {
    transition: none;
  }
}
@media (min-width: 1020px) {
  .navbar-expand-lg.site-nav-full .navbar-nav .dropdown:hover {
    overflow: visible;
  }
  .navbar-expand-lg.site-nav-full .navbar-nav .dropdown:hover > .dropdown-menu {
    overflow: visible;
    transform: translateY(0%);
  }
  .navbar-expand-lg.site-nav-full .navbar-nav .dropdown:hover > .dropdown-menu > .dropdown-menu-inner {
    opacity: 1;
  }
  .navbar-expand-lg.site-nav-full .navbar-nav .divider-vertical::before {
    top: 1rem;
    bottom: 1rem;
    opacity: 1;
  }
}
@media (min-width: 1020px) and (max-width: 1019.98px) {
  .navbar-expand-lg.site-nav-full .navbar-nav .divider-vertical::before {
    display: none;
  }
}
@media (min-width: 1020px) and (hover: hover) {
  .navbar-expand-lg.site-nav-full .dropdown .dropdown-toggle::before {
    bottom: -1rem;
  }
}
@media (min-width: 1020px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-xs,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl,
  .navbar-expand-lg > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    position: relative;
    height: 100%;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .navbar-primary-button {
    min-width: 8.5rem;
  }
}
@media (min-width: 1020px) and (min-width: 1020px) {
  .navbar-expand-lg .navbar-primary-button {
    min-width: 5.75rem;
  }
}
@media (min-width: 1020px) and (min-width: 1270px) {
  .navbar-expand-lg .navbar-primary-button {
    min-width: 8.5rem;
  }
}
@media (min-width: 1020px) {
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    height: 100%;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1020px) and (min-width: 1020px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}
@media (min-width: 1020px) and (min-width: 1270px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 1020px) and (min-width: 1460px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0.6666666667rem;
    padding-right: 0.6666666667rem;
  }
}
@media (min-width: 1020px) {
  .navbar-expand-lg .navbar-nav .nav-item .nav-link::after {
    display: none;
  }
  .navbar-expand-lg .navbar-nav > .nav-item > .nav-link::after {
    display: block;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-inner {
    box-shadow: 0 1rem 1rem rgba(64, 64, 64, 0.15);
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-inner > .dropdown-header,
  .navbar-expand-lg .navbar-nav .dropdown-menu-inner > .list-unstyled {
    margin-left: 10.4rem;
  }
}
@media (min-width: 1020px) and (min-width: 1270px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu-inner > .dropdown-header,
  .navbar-expand-lg .navbar-nav .dropdown-menu-inner > .list-unstyled {
    margin-left: 13.3rem;
  }
}
@media (min-width: 1020px) and (min-width: 1460px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu-inner > .dropdown-header,
  .navbar-expand-lg .navbar-nav .dropdown-menu-inner > .list-unstyled {
    margin-left: 14.75rem;
  }
}
@media (min-width: 1020px) {
  .navbar-expand-lg .navbar-nav .dropdown-item {
    white-space: normal;
  }
}
@media (min-width: 1020px) and (hover: hover) {
  .navbar-expand-lg .dropdown {
    overflow: hidden;
  }
  .navbar-expand-lg .dropdown:hover > .dropdown-toggle::before {
    opacity: 1;
  }
  .navbar-expand-lg .dropdown > .dropdown-menu {
    display: block;
    overflow: hidden;
    transform: translateY(-1000%);
    transition: transform 0s ease-in-out;
    transition: padding 0.2s ease-in-out;
  }
}
@media (min-width: 1020px) and (hover: hover) and (prefers-reduced-motion: reduce) {
  .navbar-expand-lg .dropdown > .dropdown-menu {
    transition: none;
  }
}
@media (min-width: 1020px) and (hover: hover) and (prefers-reduced-motion: reduce) {
  .navbar-expand-lg .dropdown > .dropdown-menu {
    transition: none;
  }
}
@media (min-width: 1020px) and (hover: hover) {
  .navbar-expand-lg .dropdown > .dropdown-menu > .dropdown-menu-inner {
    transition: opacity 0.2s ease-in-out;
    opacity: 0;
  }
}
@media (min-width: 1020px) and (hover: hover) and (prefers-reduced-motion: reduce) {
  .navbar-expand-lg .dropdown > .dropdown-menu > .dropdown-menu-inner {
    transition: none;
  }
}
@media (min-width: 1020px) and (hover: hover) {
  .navbar-expand-lg .dropdown:hover {
    overflow: visible;
  }
  .navbar-expand-lg .dropdown:hover > .dropdown-menu {
    overflow: visible;
    transform: translateY(0%);
  }
  .navbar-expand-lg .dropdown:hover > .dropdown-menu > .dropdown-menu-inner {
    opacity: 1;
  }
}
@media (min-width: 1270px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
    overflow: visible;
  }
  .navbar-expand-xl.site-nav-full .icon-lg {
    width: 1em;
    height: 1em;
  }
}
@media only screen and (min-width: 1270px) and (min-width: 768px) and (orientation: landscape) {
  .navbar-expand-xl.site-nav-full {
    height: 5.28rem;
  }
}
@media only screen and (min-width: 1270px) and (min-width: 768px) and (orientation: portrait) {
  .navbar-expand-xl.site-nav-full {
    height: 5.28rem;
  }
}
@media only screen and (min-width: 1270px) and (min-width: 1020px) and (orientation: landscape) {
  .navbar-expand-xl.site-nav-full {
    height: 5.28rem;
  }
}
@media only screen and (min-width: 1270px) and (min-width: 1020px) and (orientation: portrait) {
  .navbar-expand-xl.site-nav-full {
    height: 5.28rem;
  }
}
@media only screen and (min-width: 1270px) and (min-width: 1270px) and (orientation: landscape) {
  .navbar-expand-xl.site-nav-full {
    height: 5.28rem;
  }
}
@media only screen and (min-width: 1270px) and (min-width: 1460px) and (orientation: landscape) {
  .navbar-expand-xl.site-nav-full {
    height: 5.28rem;
  }
}
@media (min-width: 1270px) {
  .navbar-expand-xl.site-nav-full .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl.site-nav-full .navbar-nav .dropdown {
    overflow: hidden;
  }
  .navbar-expand-xl.site-nav-full .navbar-nav .dropdown > .dropdown-menu {
    display: block;
    overflow: hidden;
    transform: translateY(-1000%);
    transition: transform 0s ease-in-out;
    transition: padding 0.2s ease-in-out;
  }
}
@media (min-width: 1270px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-xl.site-nav-full .navbar-nav .dropdown > .dropdown-menu {
    transition: none;
  }
}
@media (min-width: 1270px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-xl.site-nav-full .navbar-nav .dropdown > .dropdown-menu {
    transition: none;
  }
}
@media (min-width: 1270px) {
  .navbar-expand-xl.site-nav-full .navbar-nav .dropdown > .dropdown-menu > .dropdown-menu-inner {
    transition: opacity 0.2s ease-in-out;
    opacity: 0;
  }
}
@media (min-width: 1270px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-xl.site-nav-full .navbar-nav .dropdown > .dropdown-menu > .dropdown-menu-inner {
    transition: none;
  }
}
@media (min-width: 1270px) {
  .navbar-expand-xl.site-nav-full .navbar-nav .dropdown:hover {
    overflow: visible;
  }
  .navbar-expand-xl.site-nav-full .navbar-nav .dropdown:hover > .dropdown-menu {
    overflow: visible;
    transform: translateY(0%);
  }
  .navbar-expand-xl.site-nav-full .navbar-nav .dropdown:hover > .dropdown-menu > .dropdown-menu-inner {
    opacity: 1;
  }
  .navbar-expand-xl.site-nav-full .navbar-nav .divider-vertical::before {
    top: 1rem;
    bottom: 1rem;
    opacity: 1;
  }
}
@media (min-width: 1270px) and (max-width: 1019.98px) {
  .navbar-expand-xl.site-nav-full .navbar-nav .divider-vertical::before {
    display: none;
  }
}
@media (min-width: 1270px) and (hover: hover) {
  .navbar-expand-xl.site-nav-full .dropdown .dropdown-toggle::before {
    bottom: -1rem;
  }
}
@media (min-width: 1270px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-xs,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl,
  .navbar-expand-xl > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    position: relative;
    height: 100%;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .navbar-primary-button {
    min-width: 8.5rem;
  }
}
@media (min-width: 1270px) and (min-width: 1020px) {
  .navbar-expand-xl .navbar-primary-button {
    min-width: 5.75rem;
  }
}
@media (min-width: 1270px) and (min-width: 1270px) {
  .navbar-expand-xl .navbar-primary-button {
    min-width: 8.5rem;
  }
}
@media (min-width: 1270px) {
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
    height: 100%;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1270px) and (min-width: 1020px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}
@media (min-width: 1270px) and (min-width: 1270px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 1270px) and (min-width: 1460px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-left: 0.6666666667rem;
    padding-right: 0.6666666667rem;
  }
}
@media (min-width: 1270px) {
  .navbar-expand-xl .navbar-nav .nav-item .nav-link::after {
    display: none;
  }
  .navbar-expand-xl .navbar-nav > .nav-item > .nav-link::after {
    display: block;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-inner {
    box-shadow: 0 1rem 1rem rgba(64, 64, 64, 0.15);
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-inner > .dropdown-header,
  .navbar-expand-xl .navbar-nav .dropdown-menu-inner > .list-unstyled {
    margin-left: 10.4rem;
  }
}
@media (min-width: 1270px) and (min-width: 1270px) {
  .navbar-expand-xl .navbar-nav .dropdown-menu-inner > .dropdown-header,
  .navbar-expand-xl .navbar-nav .dropdown-menu-inner > .list-unstyled {
    margin-left: 13.3rem;
  }
}
@media (min-width: 1270px) and (min-width: 1460px) {
  .navbar-expand-xl .navbar-nav .dropdown-menu-inner > .dropdown-header,
  .navbar-expand-xl .navbar-nav .dropdown-menu-inner > .list-unstyled {
    margin-left: 14.75rem;
  }
}
@media (min-width: 1270px) {
  .navbar-expand-xl .navbar-nav .dropdown-item {
    white-space: normal;
  }
}
@media (min-width: 1270px) and (hover: hover) {
  .navbar-expand-xl .dropdown {
    overflow: hidden;
  }
  .navbar-expand-xl .dropdown:hover > .dropdown-toggle::before {
    opacity: 1;
  }
  .navbar-expand-xl .dropdown > .dropdown-menu {
    display: block;
    overflow: hidden;
    transform: translateY(-1000%);
    transition: transform 0s ease-in-out;
    transition: padding 0.2s ease-in-out;
  }
}
@media (min-width: 1270px) and (hover: hover) and (prefers-reduced-motion: reduce) {
  .navbar-expand-xl .dropdown > .dropdown-menu {
    transition: none;
  }
}
@media (min-width: 1270px) and (hover: hover) and (prefers-reduced-motion: reduce) {
  .navbar-expand-xl .dropdown > .dropdown-menu {
    transition: none;
  }
}
@media (min-width: 1270px) and (hover: hover) {
  .navbar-expand-xl .dropdown > .dropdown-menu > .dropdown-menu-inner {
    transition: opacity 0.2s ease-in-out;
    opacity: 0;
  }
}
@media (min-width: 1270px) and (hover: hover) and (prefers-reduced-motion: reduce) {
  .navbar-expand-xl .dropdown > .dropdown-menu > .dropdown-menu-inner {
    transition: none;
  }
}
@media (min-width: 1270px) and (hover: hover) {
  .navbar-expand-xl .dropdown:hover {
    overflow: visible;
  }
  .navbar-expand-xl .dropdown:hover > .dropdown-menu {
    overflow: visible;
    transform: translateY(0%);
  }
  .navbar-expand-xl .dropdown:hover > .dropdown-menu > .dropdown-menu-inner {
    opacity: 1;
  }
}
@media (min-width: 1460px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
    overflow: visible;
  }
  .navbar-expand-xxl.site-nav-full .icon-lg {
    width: 1em;
    height: 1em;
  }
}
@media only screen and (min-width: 1460px) and (min-width: 768px) and (orientation: landscape) {
  .navbar-expand-xxl.site-nav-full {
    height: 5.28rem;
  }
}
@media only screen and (min-width: 1460px) and (min-width: 768px) and (orientation: portrait) {
  .navbar-expand-xxl.site-nav-full {
    height: 5.28rem;
  }
}
@media only screen and (min-width: 1460px) and (min-width: 1020px) and (orientation: landscape) {
  .navbar-expand-xxl.site-nav-full {
    height: 5.28rem;
  }
}
@media only screen and (min-width: 1460px) and (min-width: 1020px) and (orientation: portrait) {
  .navbar-expand-xxl.site-nav-full {
    height: 5.28rem;
  }
}
@media only screen and (min-width: 1460px) and (min-width: 1270px) and (orientation: landscape) {
  .navbar-expand-xxl.site-nav-full {
    height: 5.28rem;
  }
}
@media only screen and (min-width: 1460px) and (min-width: 1460px) and (orientation: landscape) {
  .navbar-expand-xxl.site-nav-full {
    height: 5.28rem;
  }
}
@media (min-width: 1460px) {
  .navbar-expand-xxl.site-nav-full .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl.site-nav-full .navbar-nav .dropdown {
    overflow: hidden;
  }
  .navbar-expand-xxl.site-nav-full .navbar-nav .dropdown > .dropdown-menu {
    display: block;
    overflow: hidden;
    transform: translateY(-1000%);
    transition: transform 0s ease-in-out;
    transition: padding 0.2s ease-in-out;
  }
}
@media (min-width: 1460px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-xxl.site-nav-full .navbar-nav .dropdown > .dropdown-menu {
    transition: none;
  }
}
@media (min-width: 1460px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-xxl.site-nav-full .navbar-nav .dropdown > .dropdown-menu {
    transition: none;
  }
}
@media (min-width: 1460px) {
  .navbar-expand-xxl.site-nav-full .navbar-nav .dropdown > .dropdown-menu > .dropdown-menu-inner {
    transition: opacity 0.2s ease-in-out;
    opacity: 0;
  }
}
@media (min-width: 1460px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-xxl.site-nav-full .navbar-nav .dropdown > .dropdown-menu > .dropdown-menu-inner {
    transition: none;
  }
}
@media (min-width: 1460px) {
  .navbar-expand-xxl.site-nav-full .navbar-nav .dropdown:hover {
    overflow: visible;
  }
  .navbar-expand-xxl.site-nav-full .navbar-nav .dropdown:hover > .dropdown-menu {
    overflow: visible;
    transform: translateY(0%);
  }
  .navbar-expand-xxl.site-nav-full .navbar-nav .dropdown:hover > .dropdown-menu > .dropdown-menu-inner {
    opacity: 1;
  }
  .navbar-expand-xxl.site-nav-full .navbar-nav .divider-vertical::before {
    top: 1rem;
    bottom: 1rem;
    opacity: 1;
  }
}
@media (min-width: 1460px) and (max-width: 1019.98px) {
  .navbar-expand-xxl.site-nav-full .navbar-nav .divider-vertical::before {
    display: none;
  }
}
@media (min-width: 1460px) and (hover: hover) {
  .navbar-expand-xxl.site-nav-full .dropdown .dropdown-toggle::before {
    bottom: -1rem;
  }
}
@media (min-width: 1460px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-xs,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl,
  .navbar-expand-xxl > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    position: relative;
    height: 100%;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .navbar-primary-button {
    min-width: 8.5rem;
  }
}
@media (min-width: 1460px) and (min-width: 1020px) {
  .navbar-expand-xxl .navbar-primary-button {
    min-width: 5.75rem;
  }
}
@media (min-width: 1460px) and (min-width: 1270px) {
  .navbar-expand-xxl .navbar-primary-button {
    min-width: 8.5rem;
  }
}
@media (min-width: 1460px) {
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
    height: 100%;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1460px) and (min-width: 1020px) {
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}
@media (min-width: 1460px) and (min-width: 1270px) {
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 1460px) and (min-width: 1460px) {
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-left: 0.6666666667rem;
    padding-right: 0.6666666667rem;
  }
}
@media (min-width: 1460px) {
  .navbar-expand-xxl .navbar-nav .nav-item .nav-link::after {
    display: none;
  }
  .navbar-expand-xxl .navbar-nav > .nav-item > .nav-link::after {
    display: block;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu-inner {
    box-shadow: 0 1rem 1rem rgba(64, 64, 64, 0.15);
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu-inner > .dropdown-header,
  .navbar-expand-xxl .navbar-nav .dropdown-menu-inner > .list-unstyled {
    margin-left: 10.4rem;
  }
}
@media (min-width: 1460px) and (min-width: 1270px) {
  .navbar-expand-xxl .navbar-nav .dropdown-menu-inner > .dropdown-header,
  .navbar-expand-xxl .navbar-nav .dropdown-menu-inner > .list-unstyled {
    margin-left: 13.3rem;
  }
}
@media (min-width: 1460px) and (min-width: 1460px) {
  .navbar-expand-xxl .navbar-nav .dropdown-menu-inner > .dropdown-header,
  .navbar-expand-xxl .navbar-nav .dropdown-menu-inner > .list-unstyled {
    margin-left: 14.75rem;
  }
}
@media (min-width: 1460px) {
  .navbar-expand-xxl .navbar-nav .dropdown-item {
    white-space: normal;
  }
}
@media (min-width: 1460px) and (hover: hover) {
  .navbar-expand-xxl .dropdown {
    overflow: hidden;
  }
  .navbar-expand-xxl .dropdown:hover > .dropdown-toggle::before {
    opacity: 1;
  }
  .navbar-expand-xxl .dropdown > .dropdown-menu {
    display: block;
    overflow: hidden;
    transform: translateY(-1000%);
    transition: transform 0s ease-in-out;
    transition: padding 0.2s ease-in-out;
  }
}
@media (min-width: 1460px) and (hover: hover) and (prefers-reduced-motion: reduce) {
  .navbar-expand-xxl .dropdown > .dropdown-menu {
    transition: none;
  }
}
@media (min-width: 1460px) and (hover: hover) and (prefers-reduced-motion: reduce) {
  .navbar-expand-xxl .dropdown > .dropdown-menu {
    transition: none;
  }
}
@media (min-width: 1460px) and (hover: hover) {
  .navbar-expand-xxl .dropdown > .dropdown-menu > .dropdown-menu-inner {
    transition: opacity 0.2s ease-in-out;
    opacity: 0;
  }
}
@media (min-width: 1460px) and (hover: hover) and (prefers-reduced-motion: reduce) {
  .navbar-expand-xxl .dropdown > .dropdown-menu > .dropdown-menu-inner {
    transition: none;
  }
}
@media (min-width: 1460px) and (hover: hover) {
  .navbar-expand-xxl .dropdown:hover {
    overflow: visible;
  }
  .navbar-expand-xxl .dropdown:hover > .dropdown-menu {
    overflow: visible;
    transform: translateY(0%);
  }
  .navbar-expand-xxl .dropdown:hover > .dropdown-menu > .dropdown-menu-inner {
    opacity: 1;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
  overflow: visible;
}
.navbar-expand.site-nav-full .icon-lg {
  width: 1em;
  height: 1em;
}
@media only screen and (min-width: 768px) and (orientation: landscape) {
  .navbar-expand.site-nav-full {
    height: 5.28rem;
  }
}
@media only screen and (min-width: 768px) and (orientation: portrait) {
  .navbar-expand.site-nav-full {
    height: 5.28rem;
  }
}
@media only screen and (min-width: 1020px) and (orientation: landscape) {
  .navbar-expand.site-nav-full {
    height: 5.28rem;
  }
}
@media only screen and (min-width: 1020px) and (orientation: portrait) {
  .navbar-expand.site-nav-full {
    height: 5.28rem;
  }
}
@media only screen and (min-width: 1270px) and (orientation: landscape) {
  .navbar-expand.site-nav-full {
    height: 5.28rem;
  }
}
@media only screen and (min-width: 1460px) and (orientation: landscape) {
  .navbar-expand.site-nav-full {
    height: 5.28rem;
  }
}
.navbar-expand.site-nav-full .navbar-nav {
  flex-direction: row;
}
.navbar-expand.site-nav-full .navbar-nav .dropdown {
  overflow: hidden;
}
.navbar-expand.site-nav-full .navbar-nav .dropdown > .dropdown-menu {
  display: block;
  overflow: hidden;
  transform: translateY(-1000%);
  transition: transform 0s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-expand.site-nav-full .navbar-nav .dropdown > .dropdown-menu {
    transition: none;
  }
}
.navbar-expand.site-nav-full .navbar-nav .dropdown > .dropdown-menu {
  transition: padding 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-expand.site-nav-full .navbar-nav .dropdown > .dropdown-menu {
    transition: none;
  }
}
.navbar-expand.site-nav-full .navbar-nav .dropdown > .dropdown-menu > .dropdown-menu-inner {
  transition: opacity 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-expand.site-nav-full .navbar-nav .dropdown > .dropdown-menu > .dropdown-menu-inner {
    transition: none;
  }
}
.navbar-expand.site-nav-full .navbar-nav .dropdown > .dropdown-menu > .dropdown-menu-inner {
  opacity: 0;
}
.navbar-expand.site-nav-full .navbar-nav .dropdown:hover {
  overflow: visible;
}
.navbar-expand.site-nav-full .navbar-nav .dropdown:hover > .dropdown-menu {
  overflow: visible;
  transform: translateY(0%);
}
.navbar-expand.site-nav-full .navbar-nav .dropdown:hover > .dropdown-menu > .dropdown-menu-inner {
  opacity: 1;
}
.navbar-expand.site-nav-full .navbar-nav .divider-vertical::before {
  top: 1rem;
  bottom: 1rem;
  opacity: 1;
}
@media (max-width: 1019.98px) {
  .navbar-expand.site-nav-full .navbar-nav .divider-vertical::before {
    display: none;
  }
}
@media (hover: hover) {
  .navbar-expand.site-nav-full .dropdown .dropdown-toggle::before {
    bottom: -1rem;
  }
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-xs,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  position: relative;
  height: 100%;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .navbar-primary-button {
  min-width: 8.5rem;
}
@media (min-width: 1020px) {
  .navbar-expand .navbar-primary-button {
    min-width: 5.75rem;
  }
}
@media (min-width: 1270px) {
  .navbar-expand .navbar-primary-button {
    min-width: 8.5rem;
  }
}
.navbar-expand .navbar-nav {
  flex-direction: row;
  height: 100%;
}
.navbar-expand .navbar-nav .nav-link {
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1020px) {
  .navbar-expand .navbar-nav .nav-link {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}
@media (min-width: 1270px) {
  .navbar-expand .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 1460px) {
  .navbar-expand .navbar-nav .nav-link {
    padding-left: 0.6666666667rem;
    padding-right: 0.6666666667rem;
  }
}
.navbar-expand .navbar-nav .nav-item .nav-link::after {
  display: none;
}
.navbar-expand .navbar-nav > .nav-item > .nav-link::after {
  display: block;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .dropdown-menu-inner {
  box-shadow: 0 1rem 1rem rgba(64, 64, 64, 0.15);
}
.navbar-expand .navbar-nav .dropdown-menu-inner > .dropdown-header,
.navbar-expand .navbar-nav .dropdown-menu-inner > .list-unstyled {
  margin-left: 10.4rem;
}
@media (min-width: 1270px) {
  .navbar-expand .navbar-nav .dropdown-menu-inner > .dropdown-header,
  .navbar-expand .navbar-nav .dropdown-menu-inner > .list-unstyled {
    margin-left: 13.3rem;
  }
}
@media (min-width: 1460px) {
  .navbar-expand .navbar-nav .dropdown-menu-inner > .dropdown-header,
  .navbar-expand .navbar-nav .dropdown-menu-inner > .list-unstyled {
    margin-left: 14.75rem;
  }
}
.navbar-expand .navbar-nav .dropdown-item {
  white-space: normal;
}
@media (hover: hover) {
  .navbar-expand .dropdown {
    overflow: hidden;
  }
  .navbar-expand .dropdown:hover > .dropdown-toggle::before {
    opacity: 1;
  }
  .navbar-expand .dropdown > .dropdown-menu {
    display: block;
    overflow: hidden;
    transform: translateY(-1000%);
    transition: transform 0s ease-in-out;
    transition: padding 0.2s ease-in-out;
  }
}
@media (hover: hover) and (prefers-reduced-motion: reduce) {
  .navbar-expand .dropdown > .dropdown-menu {
    transition: none;
  }
}
@media (hover: hover) and (prefers-reduced-motion: reduce) {
  .navbar-expand .dropdown > .dropdown-menu {
    transition: none;
  }
}
@media (hover: hover) {
  .navbar-expand .dropdown > .dropdown-menu > .dropdown-menu-inner {
    transition: opacity 0.2s ease-in-out;
    opacity: 0;
  }
}
@media (hover: hover) and (prefers-reduced-motion: reduce) {
  .navbar-expand .dropdown > .dropdown-menu > .dropdown-menu-inner {
    transition: none;
  }
}
@media (hover: hover) {
  .navbar-expand .dropdown:hover {
    overflow: visible;
  }
  .navbar-expand .dropdown:hover > .dropdown-menu {
    overflow: visible;
    transform: translateY(0%);
  }
  .navbar-expand .dropdown:hover > .dropdown-menu > .dropdown-menu-inner {
    opacity: 1;
  }
}

.navbar-primary {
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-primary {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-primary .navbar-primary-button {
    min-width: auto !important;
  }
}

.navbar-light .navbar-brand {
  color: rgba(64, 64, 64, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(64, 64, 64, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: #443D66;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #5F5980;
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(64, 64, 64, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(64, 64, 64, 0.9);
}
.navbar-light .navbar-toggler {
  color: #443D66;
  border-color: transparent;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23443D66' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: #443D66;
}
.navbar-light .navbar-text a {
  color: rgba(64, 64, 64, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(64, 64, 64, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .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 {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  padding: 1.5rem;
  border: 0 solid rgba(64, 64, 64, 0.125);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

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

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

.card-subtitle {
  margin-top: -0.5rem;
  margin-bottom: 0;
}

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

.card-link:hover {
  text-decoration: none;
}

.card-badge {
  box-shadow: 1px 1px 1px rgba(68, 61, 102, 0.1);
  z-index: 2;
}

.card-badge-shadow::before {
  content: "";
  position: absolute;
  width: 65%;
  height: 4rem;
  top: 0;
  left: 0;
  opacity: 0.35;
  background: radial-gradient(65% 4rem at top left, #443D66 0%, rgba(68, 61, 102, 0.48) 30%, rgba(68, 61, 102, 0.24) 48%, rgba(68, 61, 102, 0.08) 65%, rgba(68, 61, 102, 0) 89%);
  z-index: 1;
}

.card-header {
  padding: 1rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(64, 64, 64, 0.03);
  border-bottom: 0 solid rgba(64, 64, 64, 0.125);
}
.card-header:first-child {
  border-radius: 0 0 0 0;
}

.card-footer {
  border-top: 0 solid rgba(64, 64, 64, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 0 0;
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -1rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-deck .card {
  margin-bottom: 8px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -8px;
    margin-left: -8px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 8px;
    margin-bottom: 0;
    margin-left: 8px;
  }
}

.card-group > .card {
  margin-bottom: 8px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion .btn-block {
  box-shadow: none;
}
.accordion > .card {
  overflow: hidden;
  padding: 0;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: 0;
}
.accordion > .card > .card-header .icon-hide {
  display: none;
}
.accordion > .card > .card-header .icon-show {
  display: block;
}
.accordion > .card > .card-header .collapsed .icon-hide {
  display: block;
}
.accordion > .card > .card-header .collapsed .icon-show {
  display: none;
}

.card-link .btn {
  min-width: auto;
  margin-left: auto;
  margin-bottom: 0;
}
.card-link .btn::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .card-link .btn::after {
    transition: none;
  }
}
.card-link .btn:hover::after {
  background-color: rgba(255, 255, 255, 0.15);
}

.post .card:not(.bg-white):not(.bg-gray-light):not(.bg-gray-lighter) .btn,
.card-small:not(.bg-white):not(.bg-gray-light):not(.bg-gray-lighter) .btn,
.card:not(.bg-white):not(.bg-gray-light):not(.bg-gray-lighter) .btn {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
}
.post .card:not(.bg-white):not(.bg-gray-light):not(.bg-gray-lighter) .btn:hover,
.card-small:not(.bg-white):not(.bg-gray-light):not(.bg-gray-lighter) .btn:hover,
.card:not(.bg-white):not(.bg-gray-light):not(.bg-gray-lighter) .btn:hover {
  background-color: transparent;
  border-color: transparent;
}
.post .card:not(.bg-white):not(.bg-gray-light):not(.bg-gray-lighter) .btn:not(:disabled):not(.disabled):not(.btn-accordion):active, .post .card:not(.bg-white):not(.bg-gray-light):not(.bg-gray-lighter) .btn:not(:disabled):not(.disabled):not(.btn-accordion).active, .show > .post .card:not(.bg-white):not(.bg-gray-light):not(.bg-gray-lighter) .btn.dropdown-toggle,
.card-small:not(.bg-white):not(.bg-gray-light):not(.bg-gray-lighter) .btn:not(:disabled):not(.disabled):not(.btn-accordion):active,
.card-small:not(.bg-white):not(.bg-gray-light):not(.bg-gray-lighter) .btn:not(:disabled):not(.disabled):not(.btn-accordion).active,
.show > .card-small:not(.bg-white):not(.bg-gray-light):not(.bg-gray-lighter) .btn.dropdown-toggle,
.card:not(.bg-white):not(.bg-gray-light):not(.bg-gray-lighter) .btn:not(:disabled):not(.disabled):not(.btn-accordion):active,
.card:not(.bg-white):not(.bg-gray-light):not(.bg-gray-lighter) .btn:not(:disabled):not(.disabled):not(.btn-accordion).active,
.show > .card:not(.bg-white):not(.bg-gray-light):not(.bg-gray-lighter) .btn.dropdown-toggle {
  color: rgb(229.5, 229.5, 229.5);
  background-color: transparent;
  border-color: transparent;
}

.card:not(.card-small) .go, .card:not(.card-small) .Go, .card:not(.card-small) .GO, .card:not(.card-small) .gO {
  font-size: 0.88rem;
}

.breadcrumb-container {
  position: relative;
  z-index: 101;
  height: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.78rem;
  list-style: none;
  max-width: 100%;
}
@media (min-width: 576px) {
  .breadcrumb {
    max-width: 65%;
  }
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #404040;
  content: ">";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item a {
  color: #404040;
}
.breadcrumb-item.active {
  color: #404040;
  max-width: none;
}
@media (min-width: 576px) {
  .breadcrumb-item.active {
    max-width: 40vw;
  }
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.8rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.5rem;
  margin-left: -1px;
  font-size: 0.67rem;
  font-weight: 400;
  line-height: 1.5;
  color: #443D66;
  text-transform: uppercase;
  letter-spacing: 0.04rem;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(14.8098159509, 13.2852760736, 22.2147239264);
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 2px 0 0 #404040;
}

.page-item:first-child .page-link {
  margin-left: 0;
}
.page-item.active .page-link {
  z-index: 3;
  box-shadow: 0 2px 0 0 #404040;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: rgba(0, 0, 0, 0);
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
  line-height: 1.6;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 1.7rem;
  border-bottom-left-radius: 1.7rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 1.7rem;
  border-bottom-right-radius: 1.7rem;
}

.pagination-sm .page-link {
  padding: 0.3rem 0.3rem;
  font-size: 0.88rem;
  line-height: 1.25;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 600;
  letter-spacing: 0.05rem;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.8rem;
  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) {
  .badge {
    transition: none;
  }
}
.badge::after {
  content: "";
  display: block;
  margin-top: calc((1 - 1.5) * 0.5em);
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-colorOne-lightest {
  color: #212529;
  background-color: #C2C2F2;
}
a.badge-colorOne-lightest:hover, a.badge-colorOne-lightest:focus {
  color: #212529;
  background-color: rgb(151.9594594595, 151.9594594595, 233.0405405405);
}
a.badge-colorOne-lightest:focus, a.badge-colorOne-lightest.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(194, 194, 242, 0.5);
}

.badge-colorOne-lighter {
  color: #212529;
  background-color: #A0A2D3;
}
a.badge-colorOne-lighter:hover, a.badge-colorOne-lighter:focus {
  color: #212529;
  background-color: rgb(125.1438848921, 127.8776978417, 194.8561151079);
}
a.badge-colorOne-lighter:focus, a.badge-colorOne-lighter.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(160, 162, 211, 0.5);
}

.badge-colorOne-light {
  color: #fff;
  background-color: #6F6FB8;
}
a.badge-colorOne-light:hover, a.badge-colorOne-light:focus {
  color: #fff;
  background-color: rgb(80.576744186, 80.576744186, 163.423255814);
}
a.badge-colorOne-light:focus, a.badge-colorOne-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(111, 111, 184, 0.5);
}

.badge-colorOne {
  color: #fff;
  background-color: #776B99;
}
a.badge-colorOne:hover, a.badge-colorOne:focus {
  color: #fff;
  background-color: rgb(95.304, 85.272, 123.728);
}
a.badge-colorOne:focus, a.badge-colorOne.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(119, 107, 153, 0.5);
}

.badge-colorOne-dark {
  color: #fff;
  background-color: #5F5980;
}
a.badge-colorOne-dark:hover, a.badge-colorOne-dark:focus {
  color: #fff;
  background-color: rgb(72.6728110599, 68.0829493088, 97.9170506912);
}
a.badge-colorOne-dark:focus, a.badge-colorOne-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(95, 89, 128, 0.5);
}

.badge-colorOne-darker {
  color: #fff;
  background-color: #514B73;
}
a.badge-colorOne-darker:hover, a.badge-colorOne-darker:focus {
  color: #fff;
  background-color: rgb(59.2578947368, 54.8684210526, 84.1315789474);
}
a.badge-colorOne-darker:focus, a.badge-colorOne-darker.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(81, 75, 115, 0.5);
}

.badge-colorOne-darkest {
  color: #fff;
  background-color: #443D66;
}
a.badge-colorOne-darkest:hover, a.badge-colorOne-darkest:focus {
  color: #fff;
  background-color: rgb(46.7239263804, 41.9141104294, 70.0858895706);
}
a.badge-colorOne-darkest:focus, a.badge-colorOne-darkest.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(68, 61, 102, 0.5);
}

.badge-colorOne-lightest-faded {
  color: #212529;
  background-color: #E8E6F2;
}
a.badge-colorOne-lightest-faded:hover, a.badge-colorOne-lightest-faded:focus {
  color: #212529;
  background-color: rgb(201.1315789474, 196.4473684211, 224.5526315789);
}
a.badge-colorOne-lightest-faded:focus, a.badge-colorOne-lightest-faded.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(232, 230, 242, 0.5);
}

.badge-colorOne-faded {
  color: #fff;
  background-color: #6A6680;
}
a.badge-colorOne-faded:hover, a.badge-colorOne-faded:focus {
  color: #fff;
  background-color: rgb(82.4956521739, 79.3826086957, 99.6173913043);
}
a.badge-colorOne-faded:focus, a.badge-colorOne-faded.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(106, 102, 128, 0.5);
}

.badge-colorTwo-lightest {
  color: #212529;
  background-color: #B8DEE6;
}
a.badge-colorTwo-lightest:hover, a.badge-colorTwo-lightest:focus {
  color: #212529;
  background-color: rgb(146.28125, 204.46875, 216.71875);
}
a.badge-colorTwo-lightest:focus, a.badge-colorTwo-lightest.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(184, 222, 230, 0.5);
}

.badge-colorTwo-lighter {
  color: #fff;
  background-color: #59A4B3;
}
a.badge-colorTwo-lighter:hover, a.badge-colorTwo-lighter:focus {
  color: #fff;
  background-color: rgb(68.1487603306, 135.4008264463, 148.8512396694);
}
a.badge-colorTwo-lighter:focus, a.badge-colorTwo-lighter.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(89, 164, 179, 0.5);
}

.badge-colorTwo-light {
  color: #fff;
  background-color: #4A97A1;
}
a.badge-colorTwo-light:hover, a.badge-colorTwo-light:focus {
  color: #fff;
  background-color: rgb(57.9404255319, 118.229787234, 126.0595744681);
}
a.badge-colorTwo-light:focus, a.badge-colorTwo-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(74, 151, 161, 0.5);
}

.badge-colorTwo {
  color: #fff;
  background-color: #457E8A;
}
a.badge-colorTwo:hover, a.badge-colorTwo:focus {
  color: #fff;
  background-color: rgb(52, 94.9565217391, 104);
}
a.badge-colorTwo:focus, a.badge-colorTwo.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(69, 126, 138, 0.5);
}

.badge-colorTwo-dark {
  color: #fff;
  background-color: #2E7584;
}
a.badge-colorTwo-dark:hover, a.badge-colorTwo-dark:focus {
  color: #fff;
  background-color: rgb(32.8202247191, 83.4775280899, 94.1797752809);
}
a.badge-colorTwo-dark:focus, a.badge-colorTwo-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(46, 117, 132, 0.5);
}

.badge-colorTwo-darker {
  color: #fff;
  background-color: #1A5966;
}
a.badge-colorTwo-darker:hover, a.badge-colorTwo-darker:focus {
  color: #fff;
  background-color: rgb(15.640625, 53.5390625, 61.359375);
}
a.badge-colorTwo-darker:focus, a.badge-colorTwo-darker.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(26, 89, 102, 0.5);
}

.badge-colorTwo-darkest {
  color: #fff;
  background-color: #003A4B;
}
a.badge-colorTwo-darkest:hover, a.badge-colorTwo-darkest:focus {
  color: #fff;
  background-color: rgb(0, 18.56, 24);
}
a.badge-colorTwo-darkest:focus, a.badge-colorTwo-darkest.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 58, 75, 0.5);
}

.badge-colorThree-lightest {
  color: #212529;
  background-color: #DAA2BD;
}
a.badge-colorThree-lightest:hover, a.badge-colorThree-lightest:focus {
  color: #212529;
  background-color: rgb(203.4846153846, 125.5153846154, 163.1076923077);
}
a.badge-colorThree-lightest:focus, a.badge-colorThree-lightest.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(218, 162, 189, 0.5);
}

.badge-colorThree-light {
  color: #fff;
  background-color: #A65B80;
}
a.badge-colorThree-light:hover, a.badge-colorThree-light:focus {
  color: #fff;
  background-color: rgb(133.5335968379, 72.4664031621, 102.5928853755);
}
a.badge-colorThree-light:focus, a.badge-colorThree-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(166, 91, 128, 0.5);
}

.badge-colorThree {
  color: #fff;
  background-color: #8E4D6D;
}
a.badge-colorThree:hover, a.badge-colorThree:focus {
  color: #fff;
  background-color: rgb(108.9315068493, 59.0684931507, 83.6164383562);
}
a.badge-colorThree:focus, a.badge-colorThree.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(142, 77, 109, 0.5);
}

.badge-colorThree-dark {
  color: #fff;
  background-color: #733453;
}
a.badge-colorThree-dark:hover, a.badge-colorThree-dark:focus {
  color: #fff;
  background-color: rgb(79.880239521, 36.119760479, 57.6526946108);
}
a.badge-colorThree-dark:focus, a.badge-colorThree-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(115, 52, 83, 0.5);
}

.badge-colorThree-darkest {
  color: #fff;
  background-color: #4A2135;
}
a.badge-colorThree-darkest:hover, a.badge-colorThree-darkest:focus {
  color: #fff;
  background-color: rgb(38.7289719626, 17.2710280374, 27.738317757);
}
a.badge-colorThree-darkest:focus, a.badge-colorThree-darkest.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(74, 33, 53, 0.5);
}

.badge-colorFour-lightest {
  color: #212529;
  background-color: #C3A5D9;
}
a.badge-colorFour-lightest:hover, a.badge-colorFour-lightest:focus {
  color: #212529;
  background-color: rgb(171.09375, 129.140625, 201.859375);
}
a.badge-colorFour-lightest:focus, a.badge-colorFour-lightest.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(195, 165, 217, 0.5);
}

.badge-colorFour-light {
  color: #fff;
  background-color: #9C7DB3;
}
a.badge-colorFour-light:hover, a.badge-colorFour-light:focus {
  color: #fff;
  background-color: rgb(131.4126213592, 93.3398058252, 159.6601941748);
}
a.badge-colorFour-light:focus, a.badge-colorFour-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(156, 125, 179, 0.5);
}

.badge-colorFour {
  color: #fff;
  background-color: #866B99;
}
a.badge-colorFour:hover, a.badge-colorFour:focus {
  color: #fff;
  background-color: rgb(107.844, 85.272, 123.728);
}
a.badge-colorFour:focus, a.badge-colorFour.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(134, 107, 153, 0.5);
}

.badge-colorFour-dark {
  color: #fff;
  background-color: #6C5080;
}
a.badge-colorFour-dark:hover, a.badge-colorFour-dark:focus {
  color: #fff;
  background-color: rgb(81.5192307692, 60.3846153846, 96.6153846154);
}
a.badge-colorFour-dark:focus, a.badge-colorFour-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 80, 128, 0.5);
}

.badge-colorFour-darkest {
  color: #fff;
  background-color: #4A3659;
}
a.badge-colorFour-darkest:hover, a.badge-colorFour-darkest:focus {
  color: #fff;
  background-color: rgb(47.6083916084, 34.7412587413, 57.2587412587);
}
a.badge-colorFour-darkest:focus, a.badge-colorFour-darkest.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(74, 54, 89, 0.5);
}

.badge-colorFive-lightest {
  color: #212529;
  background-color: #BEC49D;
}
a.badge-colorFive-lightest:hover, a.badge-colorFive-lightest:focus {
  color: #212529;
  background-color: rgb(168.8853503185, 176.8343949045, 125.1656050955);
}
a.badge-colorFive-lightest:focus, a.badge-colorFive-lightest.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(190, 196, 157, 0.5);
}

.badge-colorFive-light {
  color: #212529;
  background-color: #A1AB78;
}
a.badge-colorFive-light:hover, a.badge-colorFive-light:focus {
  color: #212529;
  background-color: rgb(136.9863013699, 147.9452054795, 92.0547945205);
}
a.badge-colorFive-light:focus, a.badge-colorFive-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(161, 171, 120, 0.5);
}

.badge-colorFive {
  color: #fff;
  background-color: #8D9663;
}
a.badge-colorFive:hover, a.badge-colorFive:focus {
  color: #fff;
  background-color: rgb(112.1204819277, 119.2771084337, 78.7228915663);
}
a.badge-colorFive:focus, a.badge-colorFive.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(141, 150, 99, 0.5);
}

.badge-colorFive-dark {
  color: #fff;
  background-color: #8A9166;
}
a.badge-colorFive-dark:hover, a.badge-colorFive-dark:focus {
  color: #fff;
  background-color: rgb(109.5060728745, 115.0607287449, 80.9392712551);
}
a.badge-colorFive-dark:focus, a.badge-colorFive-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(138, 145, 102, 0.5);
}

.badge-colorFive-darkest {
  color: #fff;
  background-color: #464A34;
}
a.badge-colorFive-darkest:hover, a.badge-colorFive-darkest:focus {
  color: #fff;
  background-color: rgb(41.6666666667, 44.0476190476, 30.9523809524);
}
a.badge-colorFive-darkest:focus, a.badge-colorFive-darkest.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(70, 74, 52, 0.5);
}

.badge-colorSix-base {
  color: #212529;
  background-color: #BFB6B6;
}
a.badge-colorSix-base:hover, a.badge-colorSix-base:focus {
  color: #212529;
  background-color: rgb(167.1751824818, 154.8248175182, 154.8248175182);
}
a.badge-colorSix-base:focus, a.badge-colorSix-base.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(191, 182, 182, 0.5);
}

.badge-colorSix-dark {
  color: #fff;
  background-color: #999391;
}
a.badge-colorSix-dark:hover, a.badge-colorSix-dark:focus {
  color: #fff;
  background-color: rgb(128.1603773585, 121.1698113208, 118.8396226415);
}
a.badge-colorSix-dark:focus, a.badge-colorSix-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(153, 147, 145, 0.5);
}

.badge-colorSix-darker {
  color: #fff;
  background-color: #7A7574;
}
a.badge-colorSix-darker:hover, a.badge-colorSix-darker:focus {
  color: #fff;
  background-color: rgb(95.8571428571, 91.9285714286, 91.1428571429);
}
a.badge-colorSix-darker:focus, a.badge-colorSix-darker.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(122, 117, 116, 0.5);
}

.badge-colorSix-darkest {
  color: #fff;
  background-color: #6C605E;
}
a.badge-colorSix-darkest:hover, a.badge-colorSix-darkest:focus {
  color: #fff;
  background-color: rgb(80.7326732673, 71.7623762376, 70.2673267327);
}
a.badge-colorSix-darkest:focus, a.badge-colorSix-darkest.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 96, 94, 0.5);
}

.badge-colorSeven-darker {
  color: #fff;
  background-color: #29314A;
}
a.badge-colorSeven-darker:hover, a.badge-colorSeven-darker:focus {
  color: #fff;
  background-color: rgb(22.8173913043, 27.2695652174, 41.1826086957);
}
a.badge-colorSeven-darker:focus, a.badge-colorSeven-darker.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(41, 49, 74, 0.5);
}

.badge-colorSeven-dark {
  color: #fff;
  background-color: #465580;
}
a.badge-colorSeven-dark:hover, a.badge-colorSeven-dark:focus {
  color: #fff;
  background-color: rgb(51.9696969697, 63.1060606061, 95.0303030303);
}
a.badge-colorSeven-dark:focus, a.badge-colorSeven-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(70, 85, 128, 0.5);
}

.badge-colorSeven-base {
  color: #fff;
  background-color: #546699;
}
a.badge-colorSeven-base:hover, a.badge-colorSeven-base:focus {
  color: #fff;
  background-color: rgb(65.9240506329, 80.0506329114, 120.0759493671);
}
a.badge-colorSeven-base:focus, a.badge-colorSeven-base.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(84, 102, 153, 0.5);
}

.badge-colorSeven-light {
  color: #fff;
  background-color: #6277B3;
}
a.badge-colorSeven-light:hover, a.badge-colorSeven-light:focus {
  color: #fff;
  background-color: rgb(73.7167381974, 94.0858369099, 152.2832618026);
}
a.badge-colorSeven-light:focus, a.badge-colorSeven-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(98, 119, 179, 0.5);
}

.badge-colorSeven-lighter {
  color: #212529;
  background-color: #9dafe1;
}
a.badge-colorSeven-lighter:hover, a.badge-colorSeven-lighter:focus {
  color: #212529;
  background-color: rgb(117.953125, 143.125, 213.046875);
}
a.badge-colorSeven-lighter:focus, a.badge-colorSeven-lighter.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(157, 175, 225, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-gray-light {
  color: #212529;
  background-color: #e0e0e0;
}
a.badge-gray-light:hover, a.badge-gray-light:focus {
  color: #212529;
  background-color: rgb(198.5, 198.5, 198.5);
}
a.badge-gray-light:focus, a.badge-gray-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(224, 224, 224, 0.5);
}

.badge-gray-lighter {
  color: #212529;
  background-color: #f0f0f0;
}
a.badge-gray-lighter:hover, a.badge-gray-lighter:focus {
  color: #212529;
  background-color: rgb(214.5, 214.5, 214.5);
}
a.badge-gray-lighter:focus, a.badge-gray-lighter.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(240, 240, 240, 0.5);
}

.close {
  position: absolute;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 0.65;
  color: #404040;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  z-index: 1;
  top: 0;
  right: 0;
}
.close:hover {
  color: #404040;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
  position: relative;
}
.modal-dialog-scrollable .modal-header::before,
.modal-dialog-scrollable .modal-footer::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  height: 0.625rem;
  margin: 0 1.25rem;
}
@media (min-width: 576px) {
  .modal-dialog-scrollable .modal-header::before,
  .modal-dialog-scrollable .modal-footer::before {
    margin: 0 1.25rem;
  }
}
@media (min-width: 768px) {
  .modal-dialog-scrollable .modal-header::before,
  .modal-dialog-scrollable .modal-footer::before {
    height: 0.75rem;
    margin: 0 1.5rem;
  }
}
@media (min-width: 1020px) {
  .modal-dialog-scrollable .modal-header::before,
  .modal-dialog-scrollable .modal-footer::before {
    height: 1rem;
    margin: 0 2rem;
  }
}
@media (min-width: 1270px) {
  .modal-dialog-scrollable .modal-header::before,
  .modal-dialog-scrollable .modal-footer::before {
    height: 1.25rem;
    margin: 0 2.5rem;
  }
}
.modal-dialog-scrollable .modal-header {
  z-index: 2;
}
.modal-dialog-scrollable .modal-header::before {
  background-image: linear-gradient(white, white 50%, rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  bottom: -0.625rem;
}
@media (min-width: 768px) {
  .modal-dialog-scrollable .modal-header::before {
    bottom: -0.75rem;
  }
}
@media (min-width: 1020px) {
  .modal-dialog-scrollable .modal-header::before {
    bottom: -1rem;
  }
}
@media (min-width: 1270px) {
  .modal-dialog-scrollable .modal-header::before {
    bottom: -1.25rem;
  }
}
.modal-dialog-scrollable .modal-footer {
  z-index: 1;
}
.modal-dialog-scrollable .modal-footer::before {
  background-image: linear-gradient(rgba(255, 255, 255, 0), white 50%, white);
  background-repeat: no-repeat;
  top: -0.625rem;
}
@media (min-width: 768px) {
  .modal-dialog-scrollable .modal-footer::before {
    top: -0.75rem;
  }
}
@media (min-width: 1020px) {
  .modal-dialog-scrollable .modal-footer::before {
    top: -1rem;
  }
}
@media (min-width: 1270px) {
  .modal-dialog-scrollable .modal-footer::before {
    top: -1.25rem;
  }
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid #fff;
  border-radius: 0 0 1.7rem 0;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #f0f0f0;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.95;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-top-left-radius: calc(0 0 1.7rem 0 - 0);
  border-top-right-radius: calc(0 0 1.7rem 0 - 0);
  padding: 1.5rem 1.5rem 0;
}
@media (min-width: 576px) {
  .modal-header {
    padding: 1.5rem 1.5rem 0;
  }
}
@media (min-width: 768px) {
  .modal-header {
    padding: 1.5rem 1.5rem 0;
  }
}
@media (min-width: 1020px) {
  .modal-header {
    padding: 2rem 2rem 0;
  }
}
@media (min-width: 1270px) {
  .modal-header {
    padding: 2.5rem 2.5rem 0;
  }
}
.modal-header .close {
  padding: 1.25rem 1.25rem;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 0.625rem 1.5rem;
}
@media (min-width: 576px) {
  .modal-body {
    padding: 0.625rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .modal-body {
    padding: 0.75rem 1.5rem;
  }
}
@media (min-width: 1020px) {
  .modal-body {
    padding: 1rem 2rem;
  }
}
@media (min-width: 1270px) {
  .modal-body {
    padding: 1.25rem 2.5rem;
  }
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-bottom-right-radius: calc(0 0 1.7rem 0 - 0);
  border-bottom-left-radius: calc(0 0 1.7rem 0 - 0);
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-footer {
  padding: 0.625rem 1.5rem 1.25rem;
}
@media (min-width: 576px) {
  .modal-footer {
    padding: 0.625rem 1.5rem 1.25rem;
  }
}
@media (min-width: 768px) {
  .modal-footer {
    padding: 0.75rem 1.5rem 1.5rem;
  }
}
@media (min-width: 1020px) {
  .modal-footer {
    padding: 1rem 2rem 2rem;
  }
}
@media (min-width: 1270px) {
  .modal-footer {
    padding: 1.25rem 2.5rem 2.5rem;
  }
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 400px;
  }
}
@media only screen and (max-width: 1269.98px) and (orientation: landscape) {
  .modal-dialog {
    margin: 0.875rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 1.75rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1.75rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 1.75rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 1.75rem);
  }
}
@media only screen and (max-width: 1019.98px) and (orientation: landscape) {
  .modal-dialog {
    margin: 0.5rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 1rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 1rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 1rem);
  }
}
@media only screen and (max-width: 767.98px) and (orientation: landscape) {
  .modal-dialog {
    margin: 0.5rem;
  }
}
@media (min-width: 1020px) {
  .modal-lg,
  .modal-xl {
    max-width: 900px;
  }
}
@media (min-width: 1270px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-full {
  border-radius: 0;
  max-height: 100vh;
  max-width: 100vw;
  margin: 0;
}
.modal-full .modal-content {
  border-radius: 0;
  height: 100%;
  border: none;
}
.modal-full .modal-body {
  font-size: 1rem;
}

@media (max-width: 767.98px) {
  .modal-search {
    border-radius: 0;
    max-height: 100vh;
    max-width: 100vw;
    margin: 0;
  }
  .modal-search .modal-content {
    border-radius: 0;
    max-height: 100vh;
    border: none;
  }
}
.modal-search .modal-header::before,
.modal-search .modal-footer::before {
  margin: 0 2rem;
}
@media (min-width: 1270px) {
  .modal-search .modal-header::before,
  .modal-search .modal-footer::before {
    margin: 0 2.5rem;
  }
}
.modal-search .modal-header {
  padding: 2rem 2rem 0;
}
@media (min-width: 1270px) {
  .modal-search .modal-header {
    padding: 2.5rem 2.5rem 0;
  }
}
.modal-search .modal-header .close {
  padding: 0.8rem 0.8rem;
}
@media (min-width: 1020px) {
  .modal-search .modal-header .close {
    padding: 0.8rem 0.8rem;
  }
}
@media (min-width: 1270px) {
  .modal-search .modal-header .close {
    padding: 1rem 1rem;
  }
}
.modal-search .modal-body {
  padding: 0.625rem 2rem;
}
@media (min-width: 768px) {
  .modal-search .modal-body {
    padding: 0.75rem 2rem;
  }
}
@media (min-width: 1020px) {
  .modal-search .modal-body {
    padding: 1rem 2rem;
  }
}
@media (min-width: 1270px) {
  .modal-search .modal-body {
    padding: 1.25rem 2.5rem;
  }
}
.modal-search .modal-footer {
  padding: 1rem 2rem 2rem;
}
@media (min-width: 1270px) {
  .modal-search .modal-footer {
    padding: 1.25rem 2.5rem 2.5rem;
  }
}

.modal-header .btn,
.modal-footer .btn {
  margin-bottom: 0;
}

.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-colorOne-lightest {
  background-color: #C2C2F2 !important;
}

a.bg-colorOne-lightest:hover, a.bg-colorOne-lightest:focus,
button.bg-colorOne-lightest:hover,
button.bg-colorOne-lightest:focus {
  background-color: rgb(151.9594594595, 151.9594594595, 233.0405405405) !important;
}

.bg-colorOne-lighter {
  background-color: #A0A2D3 !important;
}

a.bg-colorOne-lighter:hover, a.bg-colorOne-lighter:focus,
button.bg-colorOne-lighter:hover,
button.bg-colorOne-lighter:focus {
  background-color: rgb(125.1438848921, 127.8776978417, 194.8561151079) !important;
}

.bg-colorOne-light {
  background-color: #6F6FB8 !important;
}

a.bg-colorOne-light:hover, a.bg-colorOne-light:focus,
button.bg-colorOne-light:hover,
button.bg-colorOne-light:focus {
  background-color: rgb(80.576744186, 80.576744186, 163.423255814) !important;
}

.bg-colorOne {
  background-color: #776B99 !important;
}

a.bg-colorOne:hover, a.bg-colorOne:focus,
button.bg-colorOne:hover,
button.bg-colorOne:focus {
  background-color: rgb(95.304, 85.272, 123.728) !important;
}

.bg-colorOne-dark {
  background-color: #5F5980 !important;
}

a.bg-colorOne-dark:hover, a.bg-colorOne-dark:focus,
button.bg-colorOne-dark:hover,
button.bg-colorOne-dark:focus {
  background-color: rgb(72.6728110599, 68.0829493088, 97.9170506912) !important;
}

.bg-colorOne-darker {
  background-color: #514B73 !important;
}

a.bg-colorOne-darker:hover, a.bg-colorOne-darker:focus,
button.bg-colorOne-darker:hover,
button.bg-colorOne-darker:focus {
  background-color: rgb(59.2578947368, 54.8684210526, 84.1315789474) !important;
}

.bg-colorOne-darkest {
  background-color: #443D66 !important;
}

a.bg-colorOne-darkest:hover, a.bg-colorOne-darkest:focus,
button.bg-colorOne-darkest:hover,
button.bg-colorOne-darkest:focus {
  background-color: rgb(46.7239263804, 41.9141104294, 70.0858895706) !important;
}

.bg-colorOne-lightest-faded {
  background-color: #E8E6F2 !important;
}

a.bg-colorOne-lightest-faded:hover, a.bg-colorOne-lightest-faded:focus,
button.bg-colorOne-lightest-faded:hover,
button.bg-colorOne-lightest-faded:focus {
  background-color: rgb(201.1315789474, 196.4473684211, 224.5526315789) !important;
}

.bg-colorOne-faded {
  background-color: #6A6680 !important;
}

a.bg-colorOne-faded:hover, a.bg-colorOne-faded:focus,
button.bg-colorOne-faded:hover,
button.bg-colorOne-faded:focus {
  background-color: rgb(82.4956521739, 79.3826086957, 99.6173913043) !important;
}

.bg-colorTwo-lightest {
  background-color: #B8DEE6 !important;
}

a.bg-colorTwo-lightest:hover, a.bg-colorTwo-lightest:focus,
button.bg-colorTwo-lightest:hover,
button.bg-colorTwo-lightest:focus {
  background-color: rgb(146.28125, 204.46875, 216.71875) !important;
}

.bg-colorTwo-lighter {
  background-color: #59A4B3 !important;
}

a.bg-colorTwo-lighter:hover, a.bg-colorTwo-lighter:focus,
button.bg-colorTwo-lighter:hover,
button.bg-colorTwo-lighter:focus {
  background-color: rgb(68.1487603306, 135.4008264463, 148.8512396694) !important;
}

.bg-colorTwo-light {
  background-color: #4A97A1 !important;
}

a.bg-colorTwo-light:hover, a.bg-colorTwo-light:focus,
button.bg-colorTwo-light:hover,
button.bg-colorTwo-light:focus {
  background-color: rgb(57.9404255319, 118.229787234, 126.0595744681) !important;
}

.bg-colorTwo {
  background-color: #457E8A !important;
}

a.bg-colorTwo:hover, a.bg-colorTwo:focus,
button.bg-colorTwo:hover,
button.bg-colorTwo:focus {
  background-color: rgb(52, 94.9565217391, 104) !important;
}

.bg-colorTwo-dark {
  background-color: #2E7584 !important;
}

a.bg-colorTwo-dark:hover, a.bg-colorTwo-dark:focus,
button.bg-colorTwo-dark:hover,
button.bg-colorTwo-dark:focus {
  background-color: rgb(32.8202247191, 83.4775280899, 94.1797752809) !important;
}

.bg-colorTwo-darker {
  background-color: #1A5966 !important;
}

a.bg-colorTwo-darker:hover, a.bg-colorTwo-darker:focus,
button.bg-colorTwo-darker:hover,
button.bg-colorTwo-darker:focus {
  background-color: rgb(15.640625, 53.5390625, 61.359375) !important;
}

.bg-colorTwo-darkest {
  background-color: #003A4B !important;
}

a.bg-colorTwo-darkest:hover, a.bg-colorTwo-darkest:focus,
button.bg-colorTwo-darkest:hover,
button.bg-colorTwo-darkest:focus {
  background-color: rgb(0, 18.56, 24) !important;
}

.bg-colorThree-lightest {
  background-color: #DAA2BD !important;
}

a.bg-colorThree-lightest:hover, a.bg-colorThree-lightest:focus,
button.bg-colorThree-lightest:hover,
button.bg-colorThree-lightest:focus {
  background-color: rgb(203.4846153846, 125.5153846154, 163.1076923077) !important;
}

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

a.bg-colorThree-light:hover, a.bg-colorThree-light:focus,
button.bg-colorThree-light:hover,
button.bg-colorThree-light:focus {
  background-color: rgb(133.5335968379, 72.4664031621, 102.5928853755) !important;
}

.bg-colorThree {
  background-color: #8E4D6D !important;
}

a.bg-colorThree:hover, a.bg-colorThree:focus,
button.bg-colorThree:hover,
button.bg-colorThree:focus {
  background-color: rgb(108.9315068493, 59.0684931507, 83.6164383562) !important;
}

.bg-colorThree-dark {
  background-color: #733453 !important;
}

a.bg-colorThree-dark:hover, a.bg-colorThree-dark:focus,
button.bg-colorThree-dark:hover,
button.bg-colorThree-dark:focus {
  background-color: rgb(79.880239521, 36.119760479, 57.6526946108) !important;
}

.bg-colorThree-darkest {
  background-color: #4A2135 !important;
}

a.bg-colorThree-darkest:hover, a.bg-colorThree-darkest:focus,
button.bg-colorThree-darkest:hover,
button.bg-colorThree-darkest:focus {
  background-color: rgb(38.7289719626, 17.2710280374, 27.738317757) !important;
}

.bg-colorFour-lightest {
  background-color: #C3A5D9 !important;
}

a.bg-colorFour-lightest:hover, a.bg-colorFour-lightest:focus,
button.bg-colorFour-lightest:hover,
button.bg-colorFour-lightest:focus {
  background-color: rgb(171.09375, 129.140625, 201.859375) !important;
}

.bg-colorFour-light {
  background-color: #9C7DB3 !important;
}

a.bg-colorFour-light:hover, a.bg-colorFour-light:focus,
button.bg-colorFour-light:hover,
button.bg-colorFour-light:focus {
  background-color: rgb(131.4126213592, 93.3398058252, 159.6601941748) !important;
}

.bg-colorFour {
  background-color: #866B99 !important;
}

a.bg-colorFour:hover, a.bg-colorFour:focus,
button.bg-colorFour:hover,
button.bg-colorFour:focus {
  background-color: rgb(107.844, 85.272, 123.728) !important;
}

.bg-colorFour-dark {
  background-color: #6C5080 !important;
}

a.bg-colorFour-dark:hover, a.bg-colorFour-dark:focus,
button.bg-colorFour-dark:hover,
button.bg-colorFour-dark:focus {
  background-color: rgb(81.5192307692, 60.3846153846, 96.6153846154) !important;
}

.bg-colorFour-darkest {
  background-color: #4A3659 !important;
}

a.bg-colorFour-darkest:hover, a.bg-colorFour-darkest:focus,
button.bg-colorFour-darkest:hover,
button.bg-colorFour-darkest:focus {
  background-color: rgb(47.6083916084, 34.7412587413, 57.2587412587) !important;
}

.bg-colorFive-lightest {
  background-color: #BEC49D !important;
}

a.bg-colorFive-lightest:hover, a.bg-colorFive-lightest:focus,
button.bg-colorFive-lightest:hover,
button.bg-colorFive-lightest:focus {
  background-color: rgb(168.8853503185, 176.8343949045, 125.1656050955) !important;
}

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

a.bg-colorFive-light:hover, a.bg-colorFive-light:focus,
button.bg-colorFive-light:hover,
button.bg-colorFive-light:focus {
  background-color: rgb(136.9863013699, 147.9452054795, 92.0547945205) !important;
}

.bg-colorFive {
  background-color: #8D9663 !important;
}

a.bg-colorFive:hover, a.bg-colorFive:focus,
button.bg-colorFive:hover,
button.bg-colorFive:focus {
  background-color: rgb(112.1204819277, 119.2771084337, 78.7228915663) !important;
}

.bg-colorFive-dark {
  background-color: #8A9166 !important;
}

a.bg-colorFive-dark:hover, a.bg-colorFive-dark:focus,
button.bg-colorFive-dark:hover,
button.bg-colorFive-dark:focus {
  background-color: rgb(109.5060728745, 115.0607287449, 80.9392712551) !important;
}

.bg-colorFive-darkest {
  background-color: #464A34 !important;
}

a.bg-colorFive-darkest:hover, a.bg-colorFive-darkest:focus,
button.bg-colorFive-darkest:hover,
button.bg-colorFive-darkest:focus {
  background-color: rgb(41.6666666667, 44.0476190476, 30.9523809524) !important;
}

.bg-colorSix-base {
  background-color: #BFB6B6 !important;
}

a.bg-colorSix-base:hover, a.bg-colorSix-base:focus,
button.bg-colorSix-base:hover,
button.bg-colorSix-base:focus {
  background-color: rgb(167.1751824818, 154.8248175182, 154.8248175182) !important;
}

.bg-colorSix-dark {
  background-color: #999391 !important;
}

a.bg-colorSix-dark:hover, a.bg-colorSix-dark:focus,
button.bg-colorSix-dark:hover,
button.bg-colorSix-dark:focus {
  background-color: rgb(128.1603773585, 121.1698113208, 118.8396226415) !important;
}

.bg-colorSix-darker {
  background-color: #7A7574 !important;
}

a.bg-colorSix-darker:hover, a.bg-colorSix-darker:focus,
button.bg-colorSix-darker:hover,
button.bg-colorSix-darker:focus {
  background-color: rgb(95.8571428571, 91.9285714286, 91.1428571429) !important;
}

.bg-colorSix-darkest {
  background-color: #6C605E !important;
}

a.bg-colorSix-darkest:hover, a.bg-colorSix-darkest:focus,
button.bg-colorSix-darkest:hover,
button.bg-colorSix-darkest:focus {
  background-color: rgb(80.7326732673, 71.7623762376, 70.2673267327) !important;
}

.bg-colorSeven-darker {
  background-color: #29314A !important;
}

a.bg-colorSeven-darker:hover, a.bg-colorSeven-darker:focus,
button.bg-colorSeven-darker:hover,
button.bg-colorSeven-darker:focus {
  background-color: rgb(22.8173913043, 27.2695652174, 41.1826086957) !important;
}

.bg-colorSeven-dark {
  background-color: #465580 !important;
}

a.bg-colorSeven-dark:hover, a.bg-colorSeven-dark:focus,
button.bg-colorSeven-dark:hover,
button.bg-colorSeven-dark:focus {
  background-color: rgb(51.9696969697, 63.1060606061, 95.0303030303) !important;
}

.bg-colorSeven-base {
  background-color: #546699 !important;
}

a.bg-colorSeven-base:hover, a.bg-colorSeven-base:focus,
button.bg-colorSeven-base:hover,
button.bg-colorSeven-base:focus {
  background-color: rgb(65.9240506329, 80.0506329114, 120.0759493671) !important;
}

.bg-colorSeven-light {
  background-color: #6277B3 !important;
}

a.bg-colorSeven-light:hover, a.bg-colorSeven-light:focus,
button.bg-colorSeven-light:hover,
button.bg-colorSeven-light:focus {
  background-color: rgb(73.7167381974, 94.0858369099, 152.2832618026) !important;
}

.bg-colorSeven-lighter {
  background-color: #9dafe1 !important;
}

a.bg-colorSeven-lighter:hover, a.bg-colorSeven-lighter:focus,
button.bg-colorSeven-lighter:hover,
button.bg-colorSeven-lighter:focus {
  background-color: rgb(117.953125, 143.125, 213.046875) !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !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: rgb(30.1449275362, 125.8550724638, 52) !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: rgb(17.3333333333, 122.0869565217, 138.6666666667) !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: rgb(211, 158.25, 0) !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: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

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

a.bg-gray-light:hover, a.bg-gray-light:focus,
button.bg-gray-light:hover,
button.bg-gray-light:focus {
  background-color: rgb(198.5, 198.5, 198.5) !important;
}

.bg-gray-lighter {
  background-color: #f0f0f0 !important;
}

a.bg-gray-lighter:hover, a.bg-gray-lighter:focus,
button.bg-gray-lighter:hover,
button.bg-gray-lighter:focus {
  background-color: rgb(214.5, 214.5, 214.5) !important;
}

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

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

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

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

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

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

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

.border-lg {
  border: 4px solid #776B99 !important;
}

.border-top-lg {
  border-top: 4px solid #776B99 !important;
}

.border-right-lg {
  border-right: 4px solid #776B99 !important;
}

.border-bottom-lg {
  border-bottom: 4px solid #776B99 !important;
}

.border-left-lg {
  border-left: 4px solid #776B99 !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-colorOne-lightest {
  border-color: #C2C2F2 !important;
}

.border-colorOne-lighter {
  border-color: #A0A2D3 !important;
}

.border-colorOne-light {
  border-color: #6F6FB8 !important;
}

.border-colorOne {
  border-color: #776B99 !important;
}

.border-colorOne-dark {
  border-color: #5F5980 !important;
}

.border-colorOne-darker {
  border-color: #514B73 !important;
}

.border-colorOne-darkest {
  border-color: #443D66 !important;
}

.border-colorOne-lightest-faded {
  border-color: #E8E6F2 !important;
}

.border-colorOne-faded {
  border-color: #6A6680 !important;
}

.border-colorTwo-lightest {
  border-color: #B8DEE6 !important;
}

.border-colorTwo-lighter {
  border-color: #59A4B3 !important;
}

.border-colorTwo-light {
  border-color: #4A97A1 !important;
}

.border-colorTwo {
  border-color: #457E8A !important;
}

.border-colorTwo-dark {
  border-color: #2E7584 !important;
}

.border-colorTwo-darker {
  border-color: #1A5966 !important;
}

.border-colorTwo-darkest {
  border-color: #003A4B !important;
}

.border-colorThree-lightest {
  border-color: #DAA2BD !important;
}

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

.border-colorThree {
  border-color: #8E4D6D !important;
}

.border-colorThree-dark {
  border-color: #733453 !important;
}

.border-colorThree-darkest {
  border-color: #4A2135 !important;
}

.border-colorFour-lightest {
  border-color: #C3A5D9 !important;
}

.border-colorFour-light {
  border-color: #9C7DB3 !important;
}

.border-colorFour {
  border-color: #866B99 !important;
}

.border-colorFour-dark {
  border-color: #6C5080 !important;
}

.border-colorFour-darkest {
  border-color: #4A3659 !important;
}

.border-colorFive-lightest {
  border-color: #BEC49D !important;
}

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

.border-colorFive {
  border-color: #8D9663 !important;
}

.border-colorFive-dark {
  border-color: #8A9166 !important;
}

.border-colorFive-darkest {
  border-color: #464A34 !important;
}

.border-colorSix-base {
  border-color: #BFB6B6 !important;
}

.border-colorSix-dark {
  border-color: #999391 !important;
}

.border-colorSix-darker {
  border-color: #7A7574 !important;
}

.border-colorSix-darkest {
  border-color: #6C605E !important;
}

.border-colorSeven-darker {
  border-color: #29314A !important;
}

.border-colorSeven-dark {
  border-color: #465580 !important;
}

.border-colorSeven-base {
  border-color: #546699 !important;
}

.border-colorSeven-light {
  border-color: #6277B3 !important;
}

.border-colorSeven-lighter {
  border-color: #9dafe1 !important;
}

.border-secondary {
  border-color: #6c757d !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-gray-light {
  border-color: #e0e0e0 !important;
}

.border-gray-lighter {
  border-color: #f0f0f0 !important;
}

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

.rounded-xs {
  border-radius: 0.2rem !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-top-left-0 {
  border-top-left-radius: 0 !important;
}

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

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

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

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

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

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

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

.rounded-top-left-lg {
  border-top-left-radius: 1.1rem !important;
}
@media (min-width: 768px) {
  .rounded-top-left-lg {
    border-top-left-radius: 1.7rem !important;
  }
}

.rounded-top-right-lg {
  border-top-right-radius: 1.1rem !important;
}
@media (min-width: 768px) {
  .rounded-top-right-lg {
    border-top-right-radius: 1.7rem !important;
  }
}

.rounded-bottom-right-lg {
  border-bottom-right-radius: 1.1rem !important;
}
@media (min-width: 768px) {
  .rounded-bottom-right-lg {
    border-bottom-right-radius: 1.7rem !important;
  }
}

.rounded-bottom-left-lg {
  border-bottom-left-radius: 1.1rem !important;
}
@media (min-width: 768px) {
  .rounded-bottom-left-lg {
    border-bottom-left-radius: 1.7rem !important;
  }
}

.rounded-bottom-right-xl {
  border-bottom-right-radius: 1.7rem !important;
}
@media (min-width: 768px) {
  .rounded-bottom-right-xl {
    border-bottom-right-radius: 3.1rem !important;
  }
}

.rounded-bottom-left-xl {
  border-bottom-left-radius: 1.7rem !important;
}
@media (min-width: 768px) {
  .rounded-bottom-left-xl {
    border-bottom-left-radius: 3.1rem !important;
  }
}

.rounded-bottom-right-xxl {
  border-bottom-right-radius: 3.1rem !important;
}
@media (min-width: 768px) {
  .rounded-bottom-right-xxl {
    border-bottom-right-radius: 4.75rem !important;
  }
}

.rounded-bottom-left-xxl {
  border-bottom-left-radius: 3.1rem !important;
}
@media (min-width: 768px) {
  .rounded-bottom-left-xxl {
    border-bottom-left-radius: 4.75rem !important;
  }
}

.rounded-lg {
  border-radius: 1.1rem !important;
}
@media (min-width: 768px) {
  .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: 375px) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-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: 1020px) {
  .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: 1270px) {
  .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 (min-width: 1460px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-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-11by4::before {
  padding-top: 36.3636363636%;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-5by3::before {
  padding-top: 60%;
}

.embed-responsive-6by4::before {
  padding-top: 66.6666666667%;
}

.embed-responsive-5by4::before {
  padding-top: 80%;
}

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

.embed-responsive-2by1::before {
  padding-top: 50%;
}

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

.video-container iframe {
  width: 100%;
}

.video-fullscreen .plyr {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}

.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: 375px) {
  .flex-xs-row {
    flex-direction: row !important;
  }
  .flex-xs-column {
    flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xs-fill {
    flex: 1 1 auto !important;
  }
  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    justify-content: center !important;
  }
  .justify-content-xs-between {
    justify-content: space-between !important;
  }
  .justify-content-xs-around {
    justify-content: space-around !important;
  }
  .align-items-xs-start {
    align-items: flex-start !important;
  }
  .align-items-xs-end {
    align-items: flex-end !important;
  }
  .align-items-xs-center {
    align-items: center !important;
  }
  .align-items-xs-baseline {
    align-items: baseline !important;
  }
  .align-items-xs-stretch {
    align-items: stretch !important;
  }
  .align-content-xs-start {
    align-content: flex-start !important;
  }
  .align-content-xs-end {
    align-content: flex-end !important;
  }
  .align-content-xs-center {
    align-content: center !important;
  }
  .align-content-xs-between {
    align-content: space-between !important;
  }
  .align-content-xs-around {
    align-content: space-around !important;
  }
  .align-content-xs-stretch {
    align-content: stretch !important;
  }
  .align-self-xs-auto {
    align-self: auto !important;
  }
  .align-self-xs-start {
    align-self: flex-start !important;
  }
  .align-self-xs-end {
    align-self: flex-end !important;
  }
  .align-self-xs-center {
    align-self: center !important;
  }
  .align-self-xs-baseline {
    align-self: baseline !important;
  }
  .align-self-xs-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: 1020px) {
  .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: 1270px) {
  .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;
  }
}
@media (min-width: 1460px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 375px) {
  .float-xs-left {
    float: left !important;
  }
  .float-xs-right {
    float: right !important;
  }
  .float-xs-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: 1020px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1270px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1460px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-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;
}

.pointer-events-all {
  pointer-events: all !important;
}

.pointer-events-auto {
  pointer-events: auto !important;
}

.pointer-events-none {
  pointer-events: 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;
  }
}

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

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

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

.left {
  left: 0 !important;
}

.sr-only {
  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, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

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

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

.shadow-none {
  box-shadow: none !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: 375px) {
  .w-xs-5 {
    width: 5% !important;
  }
  .w-xs-10 {
    width: 10% !important;
  }
  .w-xs-15 {
    width: 15% !important;
  }
  .w-xs-20 {
    width: 20% !important;
  }
  .w-xs-25 {
    width: 25% !important;
  }
  .w-xs-30 {
    width: 30% !important;
  }
  .w-xs-35 {
    width: 35% !important;
  }
  .w-xs-40 {
    width: 40% !important;
  }
  .w-xs-45 {
    width: 45% !important;
  }
  .w-xs-50 {
    width: 50% !important;
  }
  .w-xs-55 {
    width: 55% !important;
  }
  .w-xs-60 {
    width: 60% !important;
  }
  .w-xs-65 {
    width: 65% !important;
  }
  .w-xs-70 {
    width: 70% !important;
  }
  .w-xs-75 {
    width: 75% !important;
  }
  .w-xs-80 {
    width: 80% !important;
  }
  .w-xs-85 {
    width: 85% !important;
  }
  .w-xs-90 {
    width: 90% !important;
  }
  .w-xs-95 {
    width: 95% !important;
  }
  .w-xs-100 {
    width: 100% !important;
  }
  .w-xs-auto {
    width: auto !important;
  }
  .h-xs-5 {
    height: 5% !important;
  }
  .h-xs-10 {
    height: 10% !important;
  }
  .h-xs-15 {
    height: 15% !important;
  }
  .h-xs-20 {
    height: 20% !important;
  }
  .h-xs-25 {
    height: 25% !important;
  }
  .h-xs-30 {
    height: 30% !important;
  }
  .h-xs-35 {
    height: 35% !important;
  }
  .h-xs-40 {
    height: 40% !important;
  }
  .h-xs-45 {
    height: 45% !important;
  }
  .h-xs-50 {
    height: 50% !important;
  }
  .h-xs-55 {
    height: 55% !important;
  }
  .h-xs-60 {
    height: 60% !important;
  }
  .h-xs-65 {
    height: 65% !important;
  }
  .h-xs-70 {
    height: 70% !important;
  }
  .h-xs-75 {
    height: 75% !important;
  }
  .h-xs-80 {
    height: 80% !important;
  }
  .h-xs-85 {
    height: 85% !important;
  }
  .h-xs-90 {
    height: 90% !important;
  }
  .h-xs-95 {
    height: 95% !important;
  }
  .h-xs-100 {
    height: 100% !important;
  }
  .h-xs-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: 1020px) {
  .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: 1270px) {
  .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;
  }
}
@media (min-width: 1460px) {
  .w-xxl-5 {
    width: 5% !important;
  }
  .w-xxl-10 {
    width: 10% !important;
  }
  .w-xxl-15 {
    width: 15% !important;
  }
  .w-xxl-20 {
    width: 20% !important;
  }
  .w-xxl-25 {
    width: 25% !important;
  }
  .w-xxl-30 {
    width: 30% !important;
  }
  .w-xxl-35 {
    width: 35% !important;
  }
  .w-xxl-40 {
    width: 40% !important;
  }
  .w-xxl-45 {
    width: 45% !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .w-xxl-55 {
    width: 55% !important;
  }
  .w-xxl-60 {
    width: 60% !important;
  }
  .w-xxl-65 {
    width: 65% !important;
  }
  .w-xxl-70 {
    width: 70% !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .w-xxl-80 {
    width: 80% !important;
  }
  .w-xxl-85 {
    width: 85% !important;
  }
  .w-xxl-90 {
    width: 90% !important;
  }
  .w-xxl-95 {
    width: 95% !important;
  }
  .w-xxl-100 {
    width: 100% !important;
  }
  .w-xxl-auto {
    width: auto !important;
  }
  .h-xxl-5 {
    height: 5% !important;
  }
  .h-xxl-10 {
    height: 10% !important;
  }
  .h-xxl-15 {
    height: 15% !important;
  }
  .h-xxl-20 {
    height: 20% !important;
  }
  .h-xxl-25 {
    height: 25% !important;
  }
  .h-xxl-30 {
    height: 30% !important;
  }
  .h-xxl-35 {
    height: 35% !important;
  }
  .h-xxl-40 {
    height: 40% !important;
  }
  .h-xxl-45 {
    height: 45% !important;
  }
  .h-xxl-50 {
    height: 50% !important;
  }
  .h-xxl-55 {
    height: 55% !important;
  }
  .h-xxl-60 {
    height: 60% !important;
  }
  .h-xxl-65 {
    height: 65% !important;
  }
  .h-xxl-70 {
    height: 70% !important;
  }
  .h-xxl-75 {
    height: 75% !important;
  }
  .h-xxl-80 {
    height: 80% !important;
  }
  .h-xxl-85 {
    height: 85% !important;
  }
  .h-xxl-90 {
    height: 90% !important;
  }
  .h-xxl-95 {
    height: 95% !important;
  }
  .h-xxl-100 {
    height: 100% !important;
  }
  .h-xxl-auto {
    height: auto !important;
  }
}
.w-0 {
  width: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-vw-40 {
  max-width: 40vw !important;
}

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

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

.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.8rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-16,
.mx-16 {
  margin-left: 29rem !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.8rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-16,
.px-16 {
  padding-left: 29rem !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.8rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-n9,
.my-n9 {
  margin-top: -4.75rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -4.75rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -4.75rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -4.75rem !important;
}

.m-n10 {
  margin: -5.9rem !important;
}

.mt-n10,
.my-n10 {
  margin-top: -5.9rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -5.9rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -5.9rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -5.9rem !important;
}

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

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

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

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

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

.m-n12 {
  margin: -9.5rem !important;
}

.mt-n12,
.my-n12 {
  margin-top: -9.5rem !important;
}

.mr-n12,
.mx-n12 {
  margin-right: -9.5rem !important;
}

.mb-n12,
.my-n12 {
  margin-bottom: -9.5rem !important;
}

.ml-n12,
.mx-n12 {
  margin-left: -9.5rem !important;
}

.m-n13 {
  margin: -10.75rem !important;
}

.mt-n13,
.my-n13 {
  margin-top: -10.75rem !important;
}

.mr-n13,
.mx-n13 {
  margin-right: -10.75rem !important;
}

.mb-n13,
.my-n13 {
  margin-bottom: -10.75rem !important;
}

.ml-n13,
.mx-n13 {
  margin-left: -10.75rem !important;
}

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

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

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

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

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

.m-n15 {
  margin: -24rem !important;
}

.mt-n15,
.my-n15 {
  margin-top: -24rem !important;
}

.mr-n15,
.mx-n15 {
  margin-right: -24rem !important;
}

.mb-n15,
.my-n15 {
  margin-bottom: -24rem !important;
}

.ml-n15,
.mx-n15 {
  margin-left: -24rem !important;
}

.m-n16 {
  margin: -29rem !important;
}

.mt-n16,
.my-n16 {
  margin-top: -29rem !important;
}

.mr-n16,
.mx-n16 {
  margin-right: -29rem !important;
}

.mb-n16,
.my-n16 {
  margin-bottom: -29rem !important;
}

.ml-n16,
.mx-n16 {
  margin-left: -29rem !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: 375px) {
  .m-xs-0 {
    margin: 0 !important;
  }
  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0 !important;
  }
  .mr-xs-0,
  .mx-xs-0 {
    margin-right: 0 !important;
  }
  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0 !important;
  }
  .ml-xs-0,
  .mx-xs-0 {
    margin-left: 0 !important;
  }
  .m-xs-1 {
    margin: 0.25rem !important;
  }
  .mt-xs-1,
  .my-xs-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xs-1,
  .mx-xs-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xs-1,
  .my-xs-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xs-1,
  .mx-xs-1 {
    margin-left: 0.25rem !important;
  }
  .m-xs-2 {
    margin: 0.5rem !important;
  }
  .mt-xs-2,
  .my-xs-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xs-2,
  .mx-xs-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xs-2,
  .my-xs-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xs-2,
  .mx-xs-2 {
    margin-left: 0.5rem !important;
  }
  .m-xs-3 {
    margin: 0.75rem !important;
  }
  .mt-xs-3,
  .my-xs-3 {
    margin-top: 0.75rem !important;
  }
  .mr-xs-3,
  .mx-xs-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xs-3,
  .my-xs-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xs-3,
  .mx-xs-3 {
    margin-left: 0.75rem !important;
  }
  .m-xs-4 {
    margin: 1rem !important;
  }
  .mt-xs-4,
  .my-xs-4 {
    margin-top: 1rem !important;
  }
  .mr-xs-4,
  .mx-xs-4 {
    margin-right: 1rem !important;
  }
  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 1rem !important;
  }
  .ml-xs-4,
  .mx-xs-4 {
    margin-left: 1rem !important;
  }
  .m-xs-5 {
    margin: 1.25rem !important;
  }
  .mt-xs-5,
  .my-xs-5 {
    margin-top: 1.25rem !important;
  }
  .mr-xs-5,
  .mx-xs-5 {
    margin-right: 1.25rem !important;
  }
  .mb-xs-5,
  .my-xs-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xs-5,
  .mx-xs-5 {
    margin-left: 1.25rem !important;
  }
  .m-xs-6 {
    margin: 1.8rem !important;
  }
  .mt-xs-6,
  .my-xs-6 {
    margin-top: 1.8rem !important;
  }
  .mr-xs-6,
  .mx-xs-6 {
    margin-right: 1.8rem !important;
  }
  .mb-xs-6,
  .my-xs-6 {
    margin-bottom: 1.8rem !important;
  }
  .ml-xs-6,
  .mx-xs-6 {
    margin-left: 1.8rem !important;
  }
  .m-xs-7 {
    margin: 2.4rem !important;
  }
  .mt-xs-7,
  .my-xs-7 {
    margin-top: 2.4rem !important;
  }
  .mr-xs-7,
  .mx-xs-7 {
    margin-right: 2.4rem !important;
  }
  .mb-xs-7,
  .my-xs-7 {
    margin-bottom: 2.4rem !important;
  }
  .ml-xs-7,
  .mx-xs-7 {
    margin-left: 2.4rem !important;
  }
  .m-xs-8 {
    margin: 3.25rem !important;
  }
  .mt-xs-8,
  .my-xs-8 {
    margin-top: 3.25rem !important;
  }
  .mr-xs-8,
  .mx-xs-8 {
    margin-right: 3.25rem !important;
  }
  .mb-xs-8,
  .my-xs-8 {
    margin-bottom: 3.25rem !important;
  }
  .ml-xs-8,
  .mx-xs-8 {
    margin-left: 3.25rem !important;
  }
  .m-xs-9 {
    margin: 4.75rem !important;
  }
  .mt-xs-9,
  .my-xs-9 {
    margin-top: 4.75rem !important;
  }
  .mr-xs-9,
  .mx-xs-9 {
    margin-right: 4.75rem !important;
  }
  .mb-xs-9,
  .my-xs-9 {
    margin-bottom: 4.75rem !important;
  }
  .ml-xs-9,
  .mx-xs-9 {
    margin-left: 4.75rem !important;
  }
  .m-xs-10 {
    margin: 5.9rem !important;
  }
  .mt-xs-10,
  .my-xs-10 {
    margin-top: 5.9rem !important;
  }
  .mr-xs-10,
  .mx-xs-10 {
    margin-right: 5.9rem !important;
  }
  .mb-xs-10,
  .my-xs-10 {
    margin-bottom: 5.9rem !important;
  }
  .ml-xs-10,
  .mx-xs-10 {
    margin-left: 5.9rem !important;
  }
  .m-xs-11 {
    margin: 7rem !important;
  }
  .mt-xs-11,
  .my-xs-11 {
    margin-top: 7rem !important;
  }
  .mr-xs-11,
  .mx-xs-11 {
    margin-right: 7rem !important;
  }
  .mb-xs-11,
  .my-xs-11 {
    margin-bottom: 7rem !important;
  }
  .ml-xs-11,
  .mx-xs-11 {
    margin-left: 7rem !important;
  }
  .m-xs-12 {
    margin: 9.5rem !important;
  }
  .mt-xs-12,
  .my-xs-12 {
    margin-top: 9.5rem !important;
  }
  .mr-xs-12,
  .mx-xs-12 {
    margin-right: 9.5rem !important;
  }
  .mb-xs-12,
  .my-xs-12 {
    margin-bottom: 9.5rem !important;
  }
  .ml-xs-12,
  .mx-xs-12 {
    margin-left: 9.5rem !important;
  }
  .m-xs-13 {
    margin: 10.75rem !important;
  }
  .mt-xs-13,
  .my-xs-13 {
    margin-top: 10.75rem !important;
  }
  .mr-xs-13,
  .mx-xs-13 {
    margin-right: 10.75rem !important;
  }
  .mb-xs-13,
  .my-xs-13 {
    margin-bottom: 10.75rem !important;
  }
  .ml-xs-13,
  .mx-xs-13 {
    margin-left: 10.75rem !important;
  }
  .m-xs-14 {
    margin: 15rem !important;
  }
  .mt-xs-14,
  .my-xs-14 {
    margin-top: 15rem !important;
  }
  .mr-xs-14,
  .mx-xs-14 {
    margin-right: 15rem !important;
  }
  .mb-xs-14,
  .my-xs-14 {
    margin-bottom: 15rem !important;
  }
  .ml-xs-14,
  .mx-xs-14 {
    margin-left: 15rem !important;
  }
  .m-xs-15 {
    margin: 24rem !important;
  }
  .mt-xs-15,
  .my-xs-15 {
    margin-top: 24rem !important;
  }
  .mr-xs-15,
  .mx-xs-15 {
    margin-right: 24rem !important;
  }
  .mb-xs-15,
  .my-xs-15 {
    margin-bottom: 24rem !important;
  }
  .ml-xs-15,
  .mx-xs-15 {
    margin-left: 24rem !important;
  }
  .m-xs-16 {
    margin: 29rem !important;
  }
  .mt-xs-16,
  .my-xs-16 {
    margin-top: 29rem !important;
  }
  .mr-xs-16,
  .mx-xs-16 {
    margin-right: 29rem !important;
  }
  .mb-xs-16,
  .my-xs-16 {
    margin-bottom: 29rem !important;
  }
  .ml-xs-16,
  .mx-xs-16 {
    margin-left: 29rem !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0 !important;
  }
  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0 !important;
  }
  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0 !important;
  }
  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0 !important;
  }
  .p-xs-1 {
    padding: 0.25rem !important;
  }
  .pt-xs-1,
  .py-xs-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xs-1,
  .px-xs-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xs-1,
  .py-xs-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xs-1,
  .px-xs-1 {
    padding-left: 0.25rem !important;
  }
  .p-xs-2 {
    padding: 0.5rem !important;
  }
  .pt-xs-2,
  .py-xs-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xs-2,
  .px-xs-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xs-2,
  .py-xs-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xs-2,
  .px-xs-2 {
    padding-left: 0.5rem !important;
  }
  .p-xs-3 {
    padding: 0.75rem !important;
  }
  .pt-xs-3,
  .py-xs-3 {
    padding-top: 0.75rem !important;
  }
  .pr-xs-3,
  .px-xs-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xs-3,
  .py-xs-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xs-3,
  .px-xs-3 {
    padding-left: 0.75rem !important;
  }
  .p-xs-4 {
    padding: 1rem !important;
  }
  .pt-xs-4,
  .py-xs-4 {
    padding-top: 1rem !important;
  }
  .pr-xs-4,
  .px-xs-4 {
    padding-right: 1rem !important;
  }
  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 1rem !important;
  }
  .pl-xs-4,
  .px-xs-4 {
    padding-left: 1rem !important;
  }
  .p-xs-5 {
    padding: 1.25rem !important;
  }
  .pt-xs-5,
  .py-xs-5 {
    padding-top: 1.25rem !important;
  }
  .pr-xs-5,
  .px-xs-5 {
    padding-right: 1.25rem !important;
  }
  .pb-xs-5,
  .py-xs-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xs-5,
  .px-xs-5 {
    padding-left: 1.25rem !important;
  }
  .p-xs-6 {
    padding: 1.8rem !important;
  }
  .pt-xs-6,
  .py-xs-6 {
    padding-top: 1.8rem !important;
  }
  .pr-xs-6,
  .px-xs-6 {
    padding-right: 1.8rem !important;
  }
  .pb-xs-6,
  .py-xs-6 {
    padding-bottom: 1.8rem !important;
  }
  .pl-xs-6,
  .px-xs-6 {
    padding-left: 1.8rem !important;
  }
  .p-xs-7 {
    padding: 2.4rem !important;
  }
  .pt-xs-7,
  .py-xs-7 {
    padding-top: 2.4rem !important;
  }
  .pr-xs-7,
  .px-xs-7 {
    padding-right: 2.4rem !important;
  }
  .pb-xs-7,
  .py-xs-7 {
    padding-bottom: 2.4rem !important;
  }
  .pl-xs-7,
  .px-xs-7 {
    padding-left: 2.4rem !important;
  }
  .p-xs-8 {
    padding: 3.25rem !important;
  }
  .pt-xs-8,
  .py-xs-8 {
    padding-top: 3.25rem !important;
  }
  .pr-xs-8,
  .px-xs-8 {
    padding-right: 3.25rem !important;
  }
  .pb-xs-8,
  .py-xs-8 {
    padding-bottom: 3.25rem !important;
  }
  .pl-xs-8,
  .px-xs-8 {
    padding-left: 3.25rem !important;
  }
  .p-xs-9 {
    padding: 4.75rem !important;
  }
  .pt-xs-9,
  .py-xs-9 {
    padding-top: 4.75rem !important;
  }
  .pr-xs-9,
  .px-xs-9 {
    padding-right: 4.75rem !important;
  }
  .pb-xs-9,
  .py-xs-9 {
    padding-bottom: 4.75rem !important;
  }
  .pl-xs-9,
  .px-xs-9 {
    padding-left: 4.75rem !important;
  }
  .p-xs-10 {
    padding: 5.9rem !important;
  }
  .pt-xs-10,
  .py-xs-10 {
    padding-top: 5.9rem !important;
  }
  .pr-xs-10,
  .px-xs-10 {
    padding-right: 5.9rem !important;
  }
  .pb-xs-10,
  .py-xs-10 {
    padding-bottom: 5.9rem !important;
  }
  .pl-xs-10,
  .px-xs-10 {
    padding-left: 5.9rem !important;
  }
  .p-xs-11 {
    padding: 7rem !important;
  }
  .pt-xs-11,
  .py-xs-11 {
    padding-top: 7rem !important;
  }
  .pr-xs-11,
  .px-xs-11 {
    padding-right: 7rem !important;
  }
  .pb-xs-11,
  .py-xs-11 {
    padding-bottom: 7rem !important;
  }
  .pl-xs-11,
  .px-xs-11 {
    padding-left: 7rem !important;
  }
  .p-xs-12 {
    padding: 9.5rem !important;
  }
  .pt-xs-12,
  .py-xs-12 {
    padding-top: 9.5rem !important;
  }
  .pr-xs-12,
  .px-xs-12 {
    padding-right: 9.5rem !important;
  }
  .pb-xs-12,
  .py-xs-12 {
    padding-bottom: 9.5rem !important;
  }
  .pl-xs-12,
  .px-xs-12 {
    padding-left: 9.5rem !important;
  }
  .p-xs-13 {
    padding: 10.75rem !important;
  }
  .pt-xs-13,
  .py-xs-13 {
    padding-top: 10.75rem !important;
  }
  .pr-xs-13,
  .px-xs-13 {
    padding-right: 10.75rem !important;
  }
  .pb-xs-13,
  .py-xs-13 {
    padding-bottom: 10.75rem !important;
  }
  .pl-xs-13,
  .px-xs-13 {
    padding-left: 10.75rem !important;
  }
  .p-xs-14 {
    padding: 15rem !important;
  }
  .pt-xs-14,
  .py-xs-14 {
    padding-top: 15rem !important;
  }
  .pr-xs-14,
  .px-xs-14 {
    padding-right: 15rem !important;
  }
  .pb-xs-14,
  .py-xs-14 {
    padding-bottom: 15rem !important;
  }
  .pl-xs-14,
  .px-xs-14 {
    padding-left: 15rem !important;
  }
  .p-xs-15 {
    padding: 24rem !important;
  }
  .pt-xs-15,
  .py-xs-15 {
    padding-top: 24rem !important;
  }
  .pr-xs-15,
  .px-xs-15 {
    padding-right: 24rem !important;
  }
  .pb-xs-15,
  .py-xs-15 {
    padding-bottom: 24rem !important;
  }
  .pl-xs-15,
  .px-xs-15 {
    padding-left: 24rem !important;
  }
  .p-xs-16 {
    padding: 29rem !important;
  }
  .pt-xs-16,
  .py-xs-16 {
    padding-top: 29rem !important;
  }
  .pr-xs-16,
  .px-xs-16 {
    padding-right: 29rem !important;
  }
  .pb-xs-16,
  .py-xs-16 {
    padding-bottom: 29rem !important;
  }
  .pl-xs-16,
  .px-xs-16 {
    padding-left: 29rem !important;
  }
  .m-xs-n1 {
    margin: -0.25rem !important;
  }
  .mt-xs-n1,
  .my-xs-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xs-n1,
  .mx-xs-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xs-n1,
  .my-xs-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xs-n1,
  .mx-xs-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xs-n2 {
    margin: -0.5rem !important;
  }
  .mt-xs-n2,
  .my-xs-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xs-n2,
  .mx-xs-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xs-n2,
  .my-xs-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xs-n2,
  .mx-xs-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xs-n3 {
    margin: -0.75rem !important;
  }
  .mt-xs-n3,
  .my-xs-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-xs-n3,
  .mx-xs-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-xs-n3,
  .my-xs-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-xs-n3,
  .mx-xs-n3 {
    margin-left: -0.75rem !important;
  }
  .m-xs-n4 {
    margin: -1rem !important;
  }
  .mt-xs-n4,
  .my-xs-n4 {
    margin-top: -1rem !important;
  }
  .mr-xs-n4,
  .mx-xs-n4 {
    margin-right: -1rem !important;
  }
  .mb-xs-n4,
  .my-xs-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-xs-n4,
  .mx-xs-n4 {
    margin-left: -1rem !important;
  }
  .m-xs-n5 {
    margin: -1.25rem !important;
  }
  .mt-xs-n5,
  .my-xs-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-xs-n5,
  .mx-xs-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-xs-n5,
  .my-xs-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-xs-n5,
  .mx-xs-n5 {
    margin-left: -1.25rem !important;
  }
  .m-xs-n6 {
    margin: -1.8rem !important;
  }
  .mt-xs-n6,
  .my-xs-n6 {
    margin-top: -1.8rem !important;
  }
  .mr-xs-n6,
  .mx-xs-n6 {
    margin-right: -1.8rem !important;
  }
  .mb-xs-n6,
  .my-xs-n6 {
    margin-bottom: -1.8rem !important;
  }
  .ml-xs-n6,
  .mx-xs-n6 {
    margin-left: -1.8rem !important;
  }
  .m-xs-n7 {
    margin: -2.4rem !important;
  }
  .mt-xs-n7,
  .my-xs-n7 {
    margin-top: -2.4rem !important;
  }
  .mr-xs-n7,
  .mx-xs-n7 {
    margin-right: -2.4rem !important;
  }
  .mb-xs-n7,
  .my-xs-n7 {
    margin-bottom: -2.4rem !important;
  }
  .ml-xs-n7,
  .mx-xs-n7 {
    margin-left: -2.4rem !important;
  }
  .m-xs-n8 {
    margin: -3.25rem !important;
  }
  .mt-xs-n8,
  .my-xs-n8 {
    margin-top: -3.25rem !important;
  }
  .mr-xs-n8,
  .mx-xs-n8 {
    margin-right: -3.25rem !important;
  }
  .mb-xs-n8,
  .my-xs-n8 {
    margin-bottom: -3.25rem !important;
  }
  .ml-xs-n8,
  .mx-xs-n8 {
    margin-left: -3.25rem !important;
  }
  .m-xs-n9 {
    margin: -4.75rem !important;
  }
  .mt-xs-n9,
  .my-xs-n9 {
    margin-top: -4.75rem !important;
  }
  .mr-xs-n9,
  .mx-xs-n9 {
    margin-right: -4.75rem !important;
  }
  .mb-xs-n9,
  .my-xs-n9 {
    margin-bottom: -4.75rem !important;
  }
  .ml-xs-n9,
  .mx-xs-n9 {
    margin-left: -4.75rem !important;
  }
  .m-xs-n10 {
    margin: -5.9rem !important;
  }
  .mt-xs-n10,
  .my-xs-n10 {
    margin-top: -5.9rem !important;
  }
  .mr-xs-n10,
  .mx-xs-n10 {
    margin-right: -5.9rem !important;
  }
  .mb-xs-n10,
  .my-xs-n10 {
    margin-bottom: -5.9rem !important;
  }
  .ml-xs-n10,
  .mx-xs-n10 {
    margin-left: -5.9rem !important;
  }
  .m-xs-n11 {
    margin: -7rem !important;
  }
  .mt-xs-n11,
  .my-xs-n11 {
    margin-top: -7rem !important;
  }
  .mr-xs-n11,
  .mx-xs-n11 {
    margin-right: -7rem !important;
  }
  .mb-xs-n11,
  .my-xs-n11 {
    margin-bottom: -7rem !important;
  }
  .ml-xs-n11,
  .mx-xs-n11 {
    margin-left: -7rem !important;
  }
  .m-xs-n12 {
    margin: -9.5rem !important;
  }
  .mt-xs-n12,
  .my-xs-n12 {
    margin-top: -9.5rem !important;
  }
  .mr-xs-n12,
  .mx-xs-n12 {
    margin-right: -9.5rem !important;
  }
  .mb-xs-n12,
  .my-xs-n12 {
    margin-bottom: -9.5rem !important;
  }
  .ml-xs-n12,
  .mx-xs-n12 {
    margin-left: -9.5rem !important;
  }
  .m-xs-n13 {
    margin: -10.75rem !important;
  }
  .mt-xs-n13,
  .my-xs-n13 {
    margin-top: -10.75rem !important;
  }
  .mr-xs-n13,
  .mx-xs-n13 {
    margin-right: -10.75rem !important;
  }
  .mb-xs-n13,
  .my-xs-n13 {
    margin-bottom: -10.75rem !important;
  }
  .ml-xs-n13,
  .mx-xs-n13 {
    margin-left: -10.75rem !important;
  }
  .m-xs-n14 {
    margin: -15rem !important;
  }
  .mt-xs-n14,
  .my-xs-n14 {
    margin-top: -15rem !important;
  }
  .mr-xs-n14,
  .mx-xs-n14 {
    margin-right: -15rem !important;
  }
  .mb-xs-n14,
  .my-xs-n14 {
    margin-bottom: -15rem !important;
  }
  .ml-xs-n14,
  .mx-xs-n14 {
    margin-left: -15rem !important;
  }
  .m-xs-n15 {
    margin: -24rem !important;
  }
  .mt-xs-n15,
  .my-xs-n15 {
    margin-top: -24rem !important;
  }
  .mr-xs-n15,
  .mx-xs-n15 {
    margin-right: -24rem !important;
  }
  .mb-xs-n15,
  .my-xs-n15 {
    margin-bottom: -24rem !important;
  }
  .ml-xs-n15,
  .mx-xs-n15 {
    margin-left: -24rem !important;
  }
  .m-xs-n16 {
    margin: -29rem !important;
  }
  .mt-xs-n16,
  .my-xs-n16 {
    margin-top: -29rem !important;
  }
  .mr-xs-n16,
  .mx-xs-n16 {
    margin-right: -29rem !important;
  }
  .mb-xs-n16,
  .my-xs-n16 {
    margin-bottom: -29rem !important;
  }
  .ml-xs-n16,
  .mx-xs-n16 {
    margin-left: -29rem !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mt-xs-auto,
  .my-xs-auto {
    margin-top: auto !important;
  }
  .mr-xs-auto,
  .mx-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-auto,
  .my-xs-auto {
    margin-bottom: auto !important;
  }
  .ml-xs-auto,
  .mx-xs-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.8rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 1.8rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 1.8rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 1.8rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 1.8rem !important;
  }
  .m-sm-7 {
    margin: 2.4rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 2.4rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 2.4rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 2.4rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 2.4rem !important;
  }
  .m-sm-8 {
    margin: 3.25rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 3.25rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 3.25rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 3.25rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 3.25rem !important;
  }
  .m-sm-9 {
    margin: 4.75rem !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 4.75rem !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 4.75rem !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 4.75rem !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 4.75rem !important;
  }
  .m-sm-10 {
    margin: 5.9rem !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 5.9rem !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 5.9rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 5.9rem !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 5.9rem !important;
  }
  .m-sm-11 {
    margin: 7rem !important;
  }
  .mt-sm-11,
  .my-sm-11 {
    margin-top: 7rem !important;
  }
  .mr-sm-11,
  .mx-sm-11 {
    margin-right: 7rem !important;
  }
  .mb-sm-11,
  .my-sm-11 {
    margin-bottom: 7rem !important;
  }
  .ml-sm-11,
  .mx-sm-11 {
    margin-left: 7rem !important;
  }
  .m-sm-12 {
    margin: 9.5rem !important;
  }
  .mt-sm-12,
  .my-sm-12 {
    margin-top: 9.5rem !important;
  }
  .mr-sm-12,
  .mx-sm-12 {
    margin-right: 9.5rem !important;
  }
  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 9.5rem !important;
  }
  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 9.5rem !important;
  }
  .m-sm-13 {
    margin: 10.75rem !important;
  }
  .mt-sm-13,
  .my-sm-13 {
    margin-top: 10.75rem !important;
  }
  .mr-sm-13,
  .mx-sm-13 {
    margin-right: 10.75rem !important;
  }
  .mb-sm-13,
  .my-sm-13 {
    margin-bottom: 10.75rem !important;
  }
  .ml-sm-13,
  .mx-sm-13 {
    margin-left: 10.75rem !important;
  }
  .m-sm-14 {
    margin: 15rem !important;
  }
  .mt-sm-14,
  .my-sm-14 {
    margin-top: 15rem !important;
  }
  .mr-sm-14,
  .mx-sm-14 {
    margin-right: 15rem !important;
  }
  .mb-sm-14,
  .my-sm-14 {
    margin-bottom: 15rem !important;
  }
  .ml-sm-14,
  .mx-sm-14 {
    margin-left: 15rem !important;
  }
  .m-sm-15 {
    margin: 24rem !important;
  }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 24rem !important;
  }
  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 24rem !important;
  }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 24rem !important;
  }
  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 24rem !important;
  }
  .m-sm-16 {
    margin: 29rem !important;
  }
  .mt-sm-16,
  .my-sm-16 {
    margin-top: 29rem !important;
  }
  .mr-sm-16,
  .mx-sm-16 {
    margin-right: 29rem !important;
  }
  .mb-sm-16,
  .my-sm-16 {
    margin-bottom: 29rem !important;
  }
  .ml-sm-16,
  .mx-sm-16 {
    margin-left: 29rem !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.8rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 1.8rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 1.8rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 1.8rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 1.8rem !important;
  }
  .p-sm-7 {
    padding: 2.4rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 2.4rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 2.4rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 2.4rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 2.4rem !important;
  }
  .p-sm-8 {
    padding: 3.25rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 3.25rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 3.25rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 3.25rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 3.25rem !important;
  }
  .p-sm-9 {
    padding: 4.75rem !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 4.75rem !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 4.75rem !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 4.75rem !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 4.75rem !important;
  }
  .p-sm-10 {
    padding: 5.9rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 5.9rem !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 5.9rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 5.9rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 5.9rem !important;
  }
  .p-sm-11 {
    padding: 7rem !important;
  }
  .pt-sm-11,
  .py-sm-11 {
    padding-top: 7rem !important;
  }
  .pr-sm-11,
  .px-sm-11 {
    padding-right: 7rem !important;
  }
  .pb-sm-11,
  .py-sm-11 {
    padding-bottom: 7rem !important;
  }
  .pl-sm-11,
  .px-sm-11 {
    padding-left: 7rem !important;
  }
  .p-sm-12 {
    padding: 9.5rem !important;
  }
  .pt-sm-12,
  .py-sm-12 {
    padding-top: 9.5rem !important;
  }
  .pr-sm-12,
  .px-sm-12 {
    padding-right: 9.5rem !important;
  }
  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 9.5rem !important;
  }
  .pl-sm-12,
  .px-sm-12 {
    padding-left: 9.5rem !important;
  }
  .p-sm-13 {
    padding: 10.75rem !important;
  }
  .pt-sm-13,
  .py-sm-13 {
    padding-top: 10.75rem !important;
  }
  .pr-sm-13,
  .px-sm-13 {
    padding-right: 10.75rem !important;
  }
  .pb-sm-13,
  .py-sm-13 {
    padding-bottom: 10.75rem !important;
  }
  .pl-sm-13,
  .px-sm-13 {
    padding-left: 10.75rem !important;
  }
  .p-sm-14 {
    padding: 15rem !important;
  }
  .pt-sm-14,
  .py-sm-14 {
    padding-top: 15rem !important;
  }
  .pr-sm-14,
  .px-sm-14 {
    padding-right: 15rem !important;
  }
  .pb-sm-14,
  .py-sm-14 {
    padding-bottom: 15rem !important;
  }
  .pl-sm-14,
  .px-sm-14 {
    padding-left: 15rem !important;
  }
  .p-sm-15 {
    padding: 24rem !important;
  }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 24rem !important;
  }
  .pr-sm-15,
  .px-sm-15 {
    padding-right: 24rem !important;
  }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 24rem !important;
  }
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 24rem !important;
  }
  .p-sm-16 {
    padding: 29rem !important;
  }
  .pt-sm-16,
  .py-sm-16 {
    padding-top: 29rem !important;
  }
  .pr-sm-16,
  .px-sm-16 {
    padding-right: 29rem !important;
  }
  .pb-sm-16,
  .py-sm-16 {
    padding-bottom: 29rem !important;
  }
  .pl-sm-16,
  .px-sm-16 {
    padding-left: 29rem !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.8rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -1.8rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -1.8rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -1.8rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -1.8rem !important;
  }
  .m-sm-n7 {
    margin: -2.4rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -2.4rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -2.4rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -2.4rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -2.4rem !important;
  }
  .m-sm-n8 {
    margin: -3.25rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -3.25rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -3.25rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -3.25rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -3.25rem !important;
  }
  .m-sm-n9 {
    margin: -4.75rem !important;
  }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -4.75rem !important;
  }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -4.75rem !important;
  }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -4.75rem !important;
  }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -4.75rem !important;
  }
  .m-sm-n10 {
    margin: -5.9rem !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -5.9rem !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -5.9rem !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -5.9rem !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -5.9rem !important;
  }
  .m-sm-n11 {
    margin: -7rem !important;
  }
  .mt-sm-n11,
  .my-sm-n11 {
    margin-top: -7rem !important;
  }
  .mr-sm-n11,
  .mx-sm-n11 {
    margin-right: -7rem !important;
  }
  .mb-sm-n11,
  .my-sm-n11 {
    margin-bottom: -7rem !important;
  }
  .ml-sm-n11,
  .mx-sm-n11 {
    margin-left: -7rem !important;
  }
  .m-sm-n12 {
    margin: -9.5rem !important;
  }
  .mt-sm-n12,
  .my-sm-n12 {
    margin-top: -9.5rem !important;
  }
  .mr-sm-n12,
  .mx-sm-n12 {
    margin-right: -9.5rem !important;
  }
  .mb-sm-n12,
  .my-sm-n12 {
    margin-bottom: -9.5rem !important;
  }
  .ml-sm-n12,
  .mx-sm-n12 {
    margin-left: -9.5rem !important;
  }
  .m-sm-n13 {
    margin: -10.75rem !important;
  }
  .mt-sm-n13,
  .my-sm-n13 {
    margin-top: -10.75rem !important;
  }
  .mr-sm-n13,
  .mx-sm-n13 {
    margin-right: -10.75rem !important;
  }
  .mb-sm-n13,
  .my-sm-n13 {
    margin-bottom: -10.75rem !important;
  }
  .ml-sm-n13,
  .mx-sm-n13 {
    margin-left: -10.75rem !important;
  }
  .m-sm-n14 {
    margin: -15rem !important;
  }
  .mt-sm-n14,
  .my-sm-n14 {
    margin-top: -15rem !important;
  }
  .mr-sm-n14,
  .mx-sm-n14 {
    margin-right: -15rem !important;
  }
  .mb-sm-n14,
  .my-sm-n14 {
    margin-bottom: -15rem !important;
  }
  .ml-sm-n14,
  .mx-sm-n14 {
    margin-left: -15rem !important;
  }
  .m-sm-n15 {
    margin: -24rem !important;
  }
  .mt-sm-n15,
  .my-sm-n15 {
    margin-top: -24rem !important;
  }
  .mr-sm-n15,
  .mx-sm-n15 {
    margin-right: -24rem !important;
  }
  .mb-sm-n15,
  .my-sm-n15 {
    margin-bottom: -24rem !important;
  }
  .ml-sm-n15,
  .mx-sm-n15 {
    margin-left: -24rem !important;
  }
  .m-sm-n16 {
    margin: -29rem !important;
  }
  .mt-sm-n16,
  .my-sm-n16 {
    margin-top: -29rem !important;
  }
  .mr-sm-n16,
  .mx-sm-n16 {
    margin-right: -29rem !important;
  }
  .mb-sm-n16,
  .my-sm-n16 {
    margin-bottom: -29rem !important;
  }
  .ml-sm-n16,
  .mx-sm-n16 {
    margin-left: -29rem !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.8rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 1.8rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 1.8rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 1.8rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 1.8rem !important;
  }
  .m-md-7 {
    margin: 2.4rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 2.4rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 2.4rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 2.4rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 2.4rem !important;
  }
  .m-md-8 {
    margin: 3.25rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 3.25rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 3.25rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 3.25rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 3.25rem !important;
  }
  .m-md-9 {
    margin: 4.75rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 4.75rem !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 4.75rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 4.75rem !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 4.75rem !important;
  }
  .m-md-10 {
    margin: 5.9rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 5.9rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 5.9rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 5.9rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 5.9rem !important;
  }
  .m-md-11 {
    margin: 7rem !important;
  }
  .mt-md-11,
  .my-md-11 {
    margin-top: 7rem !important;
  }
  .mr-md-11,
  .mx-md-11 {
    margin-right: 7rem !important;
  }
  .mb-md-11,
  .my-md-11 {
    margin-bottom: 7rem !important;
  }
  .ml-md-11,
  .mx-md-11 {
    margin-left: 7rem !important;
  }
  .m-md-12 {
    margin: 9.5rem !important;
  }
  .mt-md-12,
  .my-md-12 {
    margin-top: 9.5rem !important;
  }
  .mr-md-12,
  .mx-md-12 {
    margin-right: 9.5rem !important;
  }
  .mb-md-12,
  .my-md-12 {
    margin-bottom: 9.5rem !important;
  }
  .ml-md-12,
  .mx-md-12 {
    margin-left: 9.5rem !important;
  }
  .m-md-13 {
    margin: 10.75rem !important;
  }
  .mt-md-13,
  .my-md-13 {
    margin-top: 10.75rem !important;
  }
  .mr-md-13,
  .mx-md-13 {
    margin-right: 10.75rem !important;
  }
  .mb-md-13,
  .my-md-13 {
    margin-bottom: 10.75rem !important;
  }
  .ml-md-13,
  .mx-md-13 {
    margin-left: 10.75rem !important;
  }
  .m-md-14 {
    margin: 15rem !important;
  }
  .mt-md-14,
  .my-md-14 {
    margin-top: 15rem !important;
  }
  .mr-md-14,
  .mx-md-14 {
    margin-right: 15rem !important;
  }
  .mb-md-14,
  .my-md-14 {
    margin-bottom: 15rem !important;
  }
  .ml-md-14,
  .mx-md-14 {
    margin-left: 15rem !important;
  }
  .m-md-15 {
    margin: 24rem !important;
  }
  .mt-md-15,
  .my-md-15 {
    margin-top: 24rem !important;
  }
  .mr-md-15,
  .mx-md-15 {
    margin-right: 24rem !important;
  }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 24rem !important;
  }
  .ml-md-15,
  .mx-md-15 {
    margin-left: 24rem !important;
  }
  .m-md-16 {
    margin: 29rem !important;
  }
  .mt-md-16,
  .my-md-16 {
    margin-top: 29rem !important;
  }
  .mr-md-16,
  .mx-md-16 {
    margin-right: 29rem !important;
  }
  .mb-md-16,
  .my-md-16 {
    margin-bottom: 29rem !important;
  }
  .ml-md-16,
  .mx-md-16 {
    margin-left: 29rem !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.8rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 1.8rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 1.8rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 1.8rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 1.8rem !important;
  }
  .p-md-7 {
    padding: 2.4rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 2.4rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 2.4rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 2.4rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 2.4rem !important;
  }
  .p-md-8 {
    padding: 3.25rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 3.25rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 3.25rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 3.25rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 3.25rem !important;
  }
  .p-md-9 {
    padding: 4.75rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 4.75rem !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 4.75rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 4.75rem !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 4.75rem !important;
  }
  .p-md-10 {
    padding: 5.9rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 5.9rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 5.9rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 5.9rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 5.9rem !important;
  }
  .p-md-11 {
    padding: 7rem !important;
  }
  .pt-md-11,
  .py-md-11 {
    padding-top: 7rem !important;
  }
  .pr-md-11,
  .px-md-11 {
    padding-right: 7rem !important;
  }
  .pb-md-11,
  .py-md-11 {
    padding-bottom: 7rem !important;
  }
  .pl-md-11,
  .px-md-11 {
    padding-left: 7rem !important;
  }
  .p-md-12 {
    padding: 9.5rem !important;
  }
  .pt-md-12,
  .py-md-12 {
    padding-top: 9.5rem !important;
  }
  .pr-md-12,
  .px-md-12 {
    padding-right: 9.5rem !important;
  }
  .pb-md-12,
  .py-md-12 {
    padding-bottom: 9.5rem !important;
  }
  .pl-md-12,
  .px-md-12 {
    padding-left: 9.5rem !important;
  }
  .p-md-13 {
    padding: 10.75rem !important;
  }
  .pt-md-13,
  .py-md-13 {
    padding-top: 10.75rem !important;
  }
  .pr-md-13,
  .px-md-13 {
    padding-right: 10.75rem !important;
  }
  .pb-md-13,
  .py-md-13 {
    padding-bottom: 10.75rem !important;
  }
  .pl-md-13,
  .px-md-13 {
    padding-left: 10.75rem !important;
  }
  .p-md-14 {
    padding: 15rem !important;
  }
  .pt-md-14,
  .py-md-14 {
    padding-top: 15rem !important;
  }
  .pr-md-14,
  .px-md-14 {
    padding-right: 15rem !important;
  }
  .pb-md-14,
  .py-md-14 {
    padding-bottom: 15rem !important;
  }
  .pl-md-14,
  .px-md-14 {
    padding-left: 15rem !important;
  }
  .p-md-15 {
    padding: 24rem !important;
  }
  .pt-md-15,
  .py-md-15 {
    padding-top: 24rem !important;
  }
  .pr-md-15,
  .px-md-15 {
    padding-right: 24rem !important;
  }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 24rem !important;
  }
  .pl-md-15,
  .px-md-15 {
    padding-left: 24rem !important;
  }
  .p-md-16 {
    padding: 29rem !important;
  }
  .pt-md-16,
  .py-md-16 {
    padding-top: 29rem !important;
  }
  .pr-md-16,
  .px-md-16 {
    padding-right: 29rem !important;
  }
  .pb-md-16,
  .py-md-16 {
    padding-bottom: 29rem !important;
  }
  .pl-md-16,
  .px-md-16 {
    padding-left: 29rem !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.8rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -1.8rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -1.8rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -1.8rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -1.8rem !important;
  }
  .m-md-n7 {
    margin: -2.4rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -2.4rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -2.4rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -2.4rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -2.4rem !important;
  }
  .m-md-n8 {
    margin: -3.25rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -3.25rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -3.25rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -3.25rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -3.25rem !important;
  }
  .m-md-n9 {
    margin: -4.75rem !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -4.75rem !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -4.75rem !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -4.75rem !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -4.75rem !important;
  }
  .m-md-n10 {
    margin: -5.9rem !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -5.9rem !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -5.9rem !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -5.9rem !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -5.9rem !important;
  }
  .m-md-n11 {
    margin: -7rem !important;
  }
  .mt-md-n11,
  .my-md-n11 {
    margin-top: -7rem !important;
  }
  .mr-md-n11,
  .mx-md-n11 {
    margin-right: -7rem !important;
  }
  .mb-md-n11,
  .my-md-n11 {
    margin-bottom: -7rem !important;
  }
  .ml-md-n11,
  .mx-md-n11 {
    margin-left: -7rem !important;
  }
  .m-md-n12 {
    margin: -9.5rem !important;
  }
  .mt-md-n12,
  .my-md-n12 {
    margin-top: -9.5rem !important;
  }
  .mr-md-n12,
  .mx-md-n12 {
    margin-right: -9.5rem !important;
  }
  .mb-md-n12,
  .my-md-n12 {
    margin-bottom: -9.5rem !important;
  }
  .ml-md-n12,
  .mx-md-n12 {
    margin-left: -9.5rem !important;
  }
  .m-md-n13 {
    margin: -10.75rem !important;
  }
  .mt-md-n13,
  .my-md-n13 {
    margin-top: -10.75rem !important;
  }
  .mr-md-n13,
  .mx-md-n13 {
    margin-right: -10.75rem !important;
  }
  .mb-md-n13,
  .my-md-n13 {
    margin-bottom: -10.75rem !important;
  }
  .ml-md-n13,
  .mx-md-n13 {
    margin-left: -10.75rem !important;
  }
  .m-md-n14 {
    margin: -15rem !important;
  }
  .mt-md-n14,
  .my-md-n14 {
    margin-top: -15rem !important;
  }
  .mr-md-n14,
  .mx-md-n14 {
    margin-right: -15rem !important;
  }
  .mb-md-n14,
  .my-md-n14 {
    margin-bottom: -15rem !important;
  }
  .ml-md-n14,
  .mx-md-n14 {
    margin-left: -15rem !important;
  }
  .m-md-n15 {
    margin: -24rem !important;
  }
  .mt-md-n15,
  .my-md-n15 {
    margin-top: -24rem !important;
  }
  .mr-md-n15,
  .mx-md-n15 {
    margin-right: -24rem !important;
  }
  .mb-md-n15,
  .my-md-n15 {
    margin-bottom: -24rem !important;
  }
  .ml-md-n15,
  .mx-md-n15 {
    margin-left: -24rem !important;
  }
  .m-md-n16 {
    margin: -29rem !important;
  }
  .mt-md-n16,
  .my-md-n16 {
    margin-top: -29rem !important;
  }
  .mr-md-n16,
  .mx-md-n16 {
    margin-right: -29rem !important;
  }
  .mb-md-n16,
  .my-md-n16 {
    margin-bottom: -29rem !important;
  }
  .ml-md-n16,
  .mx-md-n16 {
    margin-left: -29rem !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: 1020px) {
  .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.8rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 1.8rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 1.8rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 1.8rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 1.8rem !important;
  }
  .m-lg-7 {
    margin: 2.4rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 2.4rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 2.4rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 2.4rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 2.4rem !important;
  }
  .m-lg-8 {
    margin: 3.25rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 3.25rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 3.25rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 3.25rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 3.25rem !important;
  }
  .m-lg-9 {
    margin: 4.75rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 4.75rem !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 4.75rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 4.75rem !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 4.75rem !important;
  }
  .m-lg-10 {
    margin: 5.9rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 5.9rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 5.9rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 5.9rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 5.9rem !important;
  }
  .m-lg-11 {
    margin: 7rem !important;
  }
  .mt-lg-11,
  .my-lg-11 {
    margin-top: 7rem !important;
  }
  .mr-lg-11,
  .mx-lg-11 {
    margin-right: 7rem !important;
  }
  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 7rem !important;
  }
  .ml-lg-11,
  .mx-lg-11 {
    margin-left: 7rem !important;
  }
  .m-lg-12 {
    margin: 9.5rem !important;
  }
  .mt-lg-12,
  .my-lg-12 {
    margin-top: 9.5rem !important;
  }
  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 9.5rem !important;
  }
  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 9.5rem !important;
  }
  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 9.5rem !important;
  }
  .m-lg-13 {
    margin: 10.75rem !important;
  }
  .mt-lg-13,
  .my-lg-13 {
    margin-top: 10.75rem !important;
  }
  .mr-lg-13,
  .mx-lg-13 {
    margin-right: 10.75rem !important;
  }
  .mb-lg-13,
  .my-lg-13 {
    margin-bottom: 10.75rem !important;
  }
  .ml-lg-13,
  .mx-lg-13 {
    margin-left: 10.75rem !important;
  }
  .m-lg-14 {
    margin: 15rem !important;
  }
  .mt-lg-14,
  .my-lg-14 {
    margin-top: 15rem !important;
  }
  .mr-lg-14,
  .mx-lg-14 {
    margin-right: 15rem !important;
  }
  .mb-lg-14,
  .my-lg-14 {
    margin-bottom: 15rem !important;
  }
  .ml-lg-14,
  .mx-lg-14 {
    margin-left: 15rem !important;
  }
  .m-lg-15 {
    margin: 24rem !important;
  }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 24rem !important;
  }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 24rem !important;
  }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 24rem !important;
  }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 24rem !important;
  }
  .m-lg-16 {
    margin: 29rem !important;
  }
  .mt-lg-16,
  .my-lg-16 {
    margin-top: 29rem !important;
  }
  .mr-lg-16,
  .mx-lg-16 {
    margin-right: 29rem !important;
  }
  .mb-lg-16,
  .my-lg-16 {
    margin-bottom: 29rem !important;
  }
  .ml-lg-16,
  .mx-lg-16 {
    margin-left: 29rem !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.8rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 1.8rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 1.8rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 1.8rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 1.8rem !important;
  }
  .p-lg-7 {
    padding: 2.4rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 2.4rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 2.4rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 2.4rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 2.4rem !important;
  }
  .p-lg-8 {
    padding: 3.25rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 3.25rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 3.25rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 3.25rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 3.25rem !important;
  }
  .p-lg-9 {
    padding: 4.75rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 4.75rem !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 4.75rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 4.75rem !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 4.75rem !important;
  }
  .p-lg-10 {
    padding: 5.9rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 5.9rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 5.9rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 5.9rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 5.9rem !important;
  }
  .p-lg-11 {
    padding: 7rem !important;
  }
  .pt-lg-11,
  .py-lg-11 {
    padding-top: 7rem !important;
  }
  .pr-lg-11,
  .px-lg-11 {
    padding-right: 7rem !important;
  }
  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 7rem !important;
  }
  .pl-lg-11,
  .px-lg-11 {
    padding-left: 7rem !important;
  }
  .p-lg-12 {
    padding: 9.5rem !important;
  }
  .pt-lg-12,
  .py-lg-12 {
    padding-top: 9.5rem !important;
  }
  .pr-lg-12,
  .px-lg-12 {
    padding-right: 9.5rem !important;
  }
  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 9.5rem !important;
  }
  .pl-lg-12,
  .px-lg-12 {
    padding-left: 9.5rem !important;
  }
  .p-lg-13 {
    padding: 10.75rem !important;
  }
  .pt-lg-13,
  .py-lg-13 {
    padding-top: 10.75rem !important;
  }
  .pr-lg-13,
  .px-lg-13 {
    padding-right: 10.75rem !important;
  }
  .pb-lg-13,
  .py-lg-13 {
    padding-bottom: 10.75rem !important;
  }
  .pl-lg-13,
  .px-lg-13 {
    padding-left: 10.75rem !important;
  }
  .p-lg-14 {
    padding: 15rem !important;
  }
  .pt-lg-14,
  .py-lg-14 {
    padding-top: 15rem !important;
  }
  .pr-lg-14,
  .px-lg-14 {
    padding-right: 15rem !important;
  }
  .pb-lg-14,
  .py-lg-14 {
    padding-bottom: 15rem !important;
  }
  .pl-lg-14,
  .px-lg-14 {
    padding-left: 15rem !important;
  }
  .p-lg-15 {
    padding: 24rem !important;
  }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 24rem !important;
  }
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 24rem !important;
  }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 24rem !important;
  }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 24rem !important;
  }
  .p-lg-16 {
    padding: 29rem !important;
  }
  .pt-lg-16,
  .py-lg-16 {
    padding-top: 29rem !important;
  }
  .pr-lg-16,
  .px-lg-16 {
    padding-right: 29rem !important;
  }
  .pb-lg-16,
  .py-lg-16 {
    padding-bottom: 29rem !important;
  }
  .pl-lg-16,
  .px-lg-16 {
    padding-left: 29rem !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.8rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -1.8rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -1.8rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -1.8rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -1.8rem !important;
  }
  .m-lg-n7 {
    margin: -2.4rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -2.4rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -2.4rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -2.4rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -2.4rem !important;
  }
  .m-lg-n8 {
    margin: -3.25rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -3.25rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -3.25rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -3.25rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -3.25rem !important;
  }
  .m-lg-n9 {
    margin: -4.75rem !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -4.75rem !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -4.75rem !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -4.75rem !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -4.75rem !important;
  }
  .m-lg-n10 {
    margin: -5.9rem !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -5.9rem !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -5.9rem !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -5.9rem !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -5.9rem !important;
  }
  .m-lg-n11 {
    margin: -7rem !important;
  }
  .mt-lg-n11,
  .my-lg-n11 {
    margin-top: -7rem !important;
  }
  .mr-lg-n11,
  .mx-lg-n11 {
    margin-right: -7rem !important;
  }
  .mb-lg-n11,
  .my-lg-n11 {
    margin-bottom: -7rem !important;
  }
  .ml-lg-n11,
  .mx-lg-n11 {
    margin-left: -7rem !important;
  }
  .m-lg-n12 {
    margin: -9.5rem !important;
  }
  .mt-lg-n12,
  .my-lg-n12 {
    margin-top: -9.5rem !important;
  }
  .mr-lg-n12,
  .mx-lg-n12 {
    margin-right: -9.5rem !important;
  }
  .mb-lg-n12,
  .my-lg-n12 {
    margin-bottom: -9.5rem !important;
  }
  .ml-lg-n12,
  .mx-lg-n12 {
    margin-left: -9.5rem !important;
  }
  .m-lg-n13 {
    margin: -10.75rem !important;
  }
  .mt-lg-n13,
  .my-lg-n13 {
    margin-top: -10.75rem !important;
  }
  .mr-lg-n13,
  .mx-lg-n13 {
    margin-right: -10.75rem !important;
  }
  .mb-lg-n13,
  .my-lg-n13 {
    margin-bottom: -10.75rem !important;
  }
  .ml-lg-n13,
  .mx-lg-n13 {
    margin-left: -10.75rem !important;
  }
  .m-lg-n14 {
    margin: -15rem !important;
  }
  .mt-lg-n14,
  .my-lg-n14 {
    margin-top: -15rem !important;
  }
  .mr-lg-n14,
  .mx-lg-n14 {
    margin-right: -15rem !important;
  }
  .mb-lg-n14,
  .my-lg-n14 {
    margin-bottom: -15rem !important;
  }
  .ml-lg-n14,
  .mx-lg-n14 {
    margin-left: -15rem !important;
  }
  .m-lg-n15 {
    margin: -24rem !important;
  }
  .mt-lg-n15,
  .my-lg-n15 {
    margin-top: -24rem !important;
  }
  .mr-lg-n15,
  .mx-lg-n15 {
    margin-right: -24rem !important;
  }
  .mb-lg-n15,
  .my-lg-n15 {
    margin-bottom: -24rem !important;
  }
  .ml-lg-n15,
  .mx-lg-n15 {
    margin-left: -24rem !important;
  }
  .m-lg-n16 {
    margin: -29rem !important;
  }
  .mt-lg-n16,
  .my-lg-n16 {
    margin-top: -29rem !important;
  }
  .mr-lg-n16,
  .mx-lg-n16 {
    margin-right: -29rem !important;
  }
  .mb-lg-n16,
  .my-lg-n16 {
    margin-bottom: -29rem !important;
  }
  .ml-lg-n16,
  .mx-lg-n16 {
    margin-left: -29rem !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: 1270px) {
  .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.8rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 1.8rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 1.8rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 1.8rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 1.8rem !important;
  }
  .m-xl-7 {
    margin: 2.4rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 2.4rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 2.4rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 2.4rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 2.4rem !important;
  }
  .m-xl-8 {
    margin: 3.25rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 3.25rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 3.25rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 3.25rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 3.25rem !important;
  }
  .m-xl-9 {
    margin: 4.75rem !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 4.75rem !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 4.75rem !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 4.75rem !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 4.75rem !important;
  }
  .m-xl-10 {
    margin: 5.9rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 5.9rem !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 5.9rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 5.9rem !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 5.9rem !important;
  }
  .m-xl-11 {
    margin: 7rem !important;
  }
  .mt-xl-11,
  .my-xl-11 {
    margin-top: 7rem !important;
  }
  .mr-xl-11,
  .mx-xl-11 {
    margin-right: 7rem !important;
  }
  .mb-xl-11,
  .my-xl-11 {
    margin-bottom: 7rem !important;
  }
  .ml-xl-11,
  .mx-xl-11 {
    margin-left: 7rem !important;
  }
  .m-xl-12 {
    margin: 9.5rem !important;
  }
  .mt-xl-12,
  .my-xl-12 {
    margin-top: 9.5rem !important;
  }
  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 9.5rem !important;
  }
  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 9.5rem !important;
  }
  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 9.5rem !important;
  }
  .m-xl-13 {
    margin: 10.75rem !important;
  }
  .mt-xl-13,
  .my-xl-13 {
    margin-top: 10.75rem !important;
  }
  .mr-xl-13,
  .mx-xl-13 {
    margin-right: 10.75rem !important;
  }
  .mb-xl-13,
  .my-xl-13 {
    margin-bottom: 10.75rem !important;
  }
  .ml-xl-13,
  .mx-xl-13 {
    margin-left: 10.75rem !important;
  }
  .m-xl-14 {
    margin: 15rem !important;
  }
  .mt-xl-14,
  .my-xl-14 {
    margin-top: 15rem !important;
  }
  .mr-xl-14,
  .mx-xl-14 {
    margin-right: 15rem !important;
  }
  .mb-xl-14,
  .my-xl-14 {
    margin-bottom: 15rem !important;
  }
  .ml-xl-14,
  .mx-xl-14 {
    margin-left: 15rem !important;
  }
  .m-xl-15 {
    margin: 24rem !important;
  }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 24rem !important;
  }
  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 24rem !important;
  }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 24rem !important;
  }
  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 24rem !important;
  }
  .m-xl-16 {
    margin: 29rem !important;
  }
  .mt-xl-16,
  .my-xl-16 {
    margin-top: 29rem !important;
  }
  .mr-xl-16,
  .mx-xl-16 {
    margin-right: 29rem !important;
  }
  .mb-xl-16,
  .my-xl-16 {
    margin-bottom: 29rem !important;
  }
  .ml-xl-16,
  .mx-xl-16 {
    margin-left: 29rem !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.8rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 1.8rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 1.8rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 1.8rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 1.8rem !important;
  }
  .p-xl-7 {
    padding: 2.4rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 2.4rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 2.4rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 2.4rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 2.4rem !important;
  }
  .p-xl-8 {
    padding: 3.25rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 3.25rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 3.25rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 3.25rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 3.25rem !important;
  }
  .p-xl-9 {
    padding: 4.75rem !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 4.75rem !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 4.75rem !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 4.75rem !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 4.75rem !important;
  }
  .p-xl-10 {
    padding: 5.9rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 5.9rem !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 5.9rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 5.9rem !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 5.9rem !important;
  }
  .p-xl-11 {
    padding: 7rem !important;
  }
  .pt-xl-11,
  .py-xl-11 {
    padding-top: 7rem !important;
  }
  .pr-xl-11,
  .px-xl-11 {
    padding-right: 7rem !important;
  }
  .pb-xl-11,
  .py-xl-11 {
    padding-bottom: 7rem !important;
  }
  .pl-xl-11,
  .px-xl-11 {
    padding-left: 7rem !important;
  }
  .p-xl-12 {
    padding: 9.5rem !important;
  }
  .pt-xl-12,
  .py-xl-12 {
    padding-top: 9.5rem !important;
  }
  .pr-xl-12,
  .px-xl-12 {
    padding-right: 9.5rem !important;
  }
  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 9.5rem !important;
  }
  .pl-xl-12,
  .px-xl-12 {
    padding-left: 9.5rem !important;
  }
  .p-xl-13 {
    padding: 10.75rem !important;
  }
  .pt-xl-13,
  .py-xl-13 {
    padding-top: 10.75rem !important;
  }
  .pr-xl-13,
  .px-xl-13 {
    padding-right: 10.75rem !important;
  }
  .pb-xl-13,
  .py-xl-13 {
    padding-bottom: 10.75rem !important;
  }
  .pl-xl-13,
  .px-xl-13 {
    padding-left: 10.75rem !important;
  }
  .p-xl-14 {
    padding: 15rem !important;
  }
  .pt-xl-14,
  .py-xl-14 {
    padding-top: 15rem !important;
  }
  .pr-xl-14,
  .px-xl-14 {
    padding-right: 15rem !important;
  }
  .pb-xl-14,
  .py-xl-14 {
    padding-bottom: 15rem !important;
  }
  .pl-xl-14,
  .px-xl-14 {
    padding-left: 15rem !important;
  }
  .p-xl-15 {
    padding: 24rem !important;
  }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 24rem !important;
  }
  .pr-xl-15,
  .px-xl-15 {
    padding-right: 24rem !important;
  }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 24rem !important;
  }
  .pl-xl-15,
  .px-xl-15 {
    padding-left: 24rem !important;
  }
  .p-xl-16 {
    padding: 29rem !important;
  }
  .pt-xl-16,
  .py-xl-16 {
    padding-top: 29rem !important;
  }
  .pr-xl-16,
  .px-xl-16 {
    padding-right: 29rem !important;
  }
  .pb-xl-16,
  .py-xl-16 {
    padding-bottom: 29rem !important;
  }
  .pl-xl-16,
  .px-xl-16 {
    padding-left: 29rem !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.8rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -1.8rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -1.8rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -1.8rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -1.8rem !important;
  }
  .m-xl-n7 {
    margin: -2.4rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -2.4rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -2.4rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -2.4rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -2.4rem !important;
  }
  .m-xl-n8 {
    margin: -3.25rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -3.25rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -3.25rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -3.25rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -3.25rem !important;
  }
  .m-xl-n9 {
    margin: -4.75rem !important;
  }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -4.75rem !important;
  }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -4.75rem !important;
  }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -4.75rem !important;
  }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -4.75rem !important;
  }
  .m-xl-n10 {
    margin: -5.9rem !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -5.9rem !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -5.9rem !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -5.9rem !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -5.9rem !important;
  }
  .m-xl-n11 {
    margin: -7rem !important;
  }
  .mt-xl-n11,
  .my-xl-n11 {
    margin-top: -7rem !important;
  }
  .mr-xl-n11,
  .mx-xl-n11 {
    margin-right: -7rem !important;
  }
  .mb-xl-n11,
  .my-xl-n11 {
    margin-bottom: -7rem !important;
  }
  .ml-xl-n11,
  .mx-xl-n11 {
    margin-left: -7rem !important;
  }
  .m-xl-n12 {
    margin: -9.5rem !important;
  }
  .mt-xl-n12,
  .my-xl-n12 {
    margin-top: -9.5rem !important;
  }
  .mr-xl-n12,
  .mx-xl-n12 {
    margin-right: -9.5rem !important;
  }
  .mb-xl-n12,
  .my-xl-n12 {
    margin-bottom: -9.5rem !important;
  }
  .ml-xl-n12,
  .mx-xl-n12 {
    margin-left: -9.5rem !important;
  }
  .m-xl-n13 {
    margin: -10.75rem !important;
  }
  .mt-xl-n13,
  .my-xl-n13 {
    margin-top: -10.75rem !important;
  }
  .mr-xl-n13,
  .mx-xl-n13 {
    margin-right: -10.75rem !important;
  }
  .mb-xl-n13,
  .my-xl-n13 {
    margin-bottom: -10.75rem !important;
  }
  .ml-xl-n13,
  .mx-xl-n13 {
    margin-left: -10.75rem !important;
  }
  .m-xl-n14 {
    margin: -15rem !important;
  }
  .mt-xl-n14,
  .my-xl-n14 {
    margin-top: -15rem !important;
  }
  .mr-xl-n14,
  .mx-xl-n14 {
    margin-right: -15rem !important;
  }
  .mb-xl-n14,
  .my-xl-n14 {
    margin-bottom: -15rem !important;
  }
  .ml-xl-n14,
  .mx-xl-n14 {
    margin-left: -15rem !important;
  }
  .m-xl-n15 {
    margin: -24rem !important;
  }
  .mt-xl-n15,
  .my-xl-n15 {
    margin-top: -24rem !important;
  }
  .mr-xl-n15,
  .mx-xl-n15 {
    margin-right: -24rem !important;
  }
  .mb-xl-n15,
  .my-xl-n15 {
    margin-bottom: -24rem !important;
  }
  .ml-xl-n15,
  .mx-xl-n15 {
    margin-left: -24rem !important;
  }
  .m-xl-n16 {
    margin: -29rem !important;
  }
  .mt-xl-n16,
  .my-xl-n16 {
    margin-top: -29rem !important;
  }
  .mr-xl-n16,
  .mx-xl-n16 {
    margin-right: -29rem !important;
  }
  .mb-xl-n16,
  .my-xl-n16 {
    margin-bottom: -29rem !important;
  }
  .ml-xl-n16,
  .mx-xl-n16 {
    margin-left: -29rem !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;
  }
}
@media (min-width: 1460px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 0.75rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 0.75rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 0.75rem !important;
  }
  .m-xxl-4 {
    margin: 1rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1rem !important;
  }
  .m-xxl-5 {
    margin: 1.25rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 1.25rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 1.25rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 1.25rem !important;
  }
  .m-xxl-6 {
    margin: 1.8rem !important;
  }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 1.8rem !important;
  }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 1.8rem !important;
  }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 1.8rem !important;
  }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 1.8rem !important;
  }
  .m-xxl-7 {
    margin: 2.4rem !important;
  }
  .mt-xxl-7,
  .my-xxl-7 {
    margin-top: 2.4rem !important;
  }
  .mr-xxl-7,
  .mx-xxl-7 {
    margin-right: 2.4rem !important;
  }
  .mb-xxl-7,
  .my-xxl-7 {
    margin-bottom: 2.4rem !important;
  }
  .ml-xxl-7,
  .mx-xxl-7 {
    margin-left: 2.4rem !important;
  }
  .m-xxl-8 {
    margin: 3.25rem !important;
  }
  .mt-xxl-8,
  .my-xxl-8 {
    margin-top: 3.25rem !important;
  }
  .mr-xxl-8,
  .mx-xxl-8 {
    margin-right: 3.25rem !important;
  }
  .mb-xxl-8,
  .my-xxl-8 {
    margin-bottom: 3.25rem !important;
  }
  .ml-xxl-8,
  .mx-xxl-8 {
    margin-left: 3.25rem !important;
  }
  .m-xxl-9 {
    margin: 4.75rem !important;
  }
  .mt-xxl-9,
  .my-xxl-9 {
    margin-top: 4.75rem !important;
  }
  .mr-xxl-9,
  .mx-xxl-9 {
    margin-right: 4.75rem !important;
  }
  .mb-xxl-9,
  .my-xxl-9 {
    margin-bottom: 4.75rem !important;
  }
  .ml-xxl-9,
  .mx-xxl-9 {
    margin-left: 4.75rem !important;
  }
  .m-xxl-10 {
    margin: 5.9rem !important;
  }
  .mt-xxl-10,
  .my-xxl-10 {
    margin-top: 5.9rem !important;
  }
  .mr-xxl-10,
  .mx-xxl-10 {
    margin-right: 5.9rem !important;
  }
  .mb-xxl-10,
  .my-xxl-10 {
    margin-bottom: 5.9rem !important;
  }
  .ml-xxl-10,
  .mx-xxl-10 {
    margin-left: 5.9rem !important;
  }
  .m-xxl-11 {
    margin: 7rem !important;
  }
  .mt-xxl-11,
  .my-xxl-11 {
    margin-top: 7rem !important;
  }
  .mr-xxl-11,
  .mx-xxl-11 {
    margin-right: 7rem !important;
  }
  .mb-xxl-11,
  .my-xxl-11 {
    margin-bottom: 7rem !important;
  }
  .ml-xxl-11,
  .mx-xxl-11 {
    margin-left: 7rem !important;
  }
  .m-xxl-12 {
    margin: 9.5rem !important;
  }
  .mt-xxl-12,
  .my-xxl-12 {
    margin-top: 9.5rem !important;
  }
  .mr-xxl-12,
  .mx-xxl-12 {
    margin-right: 9.5rem !important;
  }
  .mb-xxl-12,
  .my-xxl-12 {
    margin-bottom: 9.5rem !important;
  }
  .ml-xxl-12,
  .mx-xxl-12 {
    margin-left: 9.5rem !important;
  }
  .m-xxl-13 {
    margin: 10.75rem !important;
  }
  .mt-xxl-13,
  .my-xxl-13 {
    margin-top: 10.75rem !important;
  }
  .mr-xxl-13,
  .mx-xxl-13 {
    margin-right: 10.75rem !important;
  }
  .mb-xxl-13,
  .my-xxl-13 {
    margin-bottom: 10.75rem !important;
  }
  .ml-xxl-13,
  .mx-xxl-13 {
    margin-left: 10.75rem !important;
  }
  .m-xxl-14 {
    margin: 15rem !important;
  }
  .mt-xxl-14,
  .my-xxl-14 {
    margin-top: 15rem !important;
  }
  .mr-xxl-14,
  .mx-xxl-14 {
    margin-right: 15rem !important;
  }
  .mb-xxl-14,
  .my-xxl-14 {
    margin-bottom: 15rem !important;
  }
  .ml-xxl-14,
  .mx-xxl-14 {
    margin-left: 15rem !important;
  }
  .m-xxl-15 {
    margin: 24rem !important;
  }
  .mt-xxl-15,
  .my-xxl-15 {
    margin-top: 24rem !important;
  }
  .mr-xxl-15,
  .mx-xxl-15 {
    margin-right: 24rem !important;
  }
  .mb-xxl-15,
  .my-xxl-15 {
    margin-bottom: 24rem !important;
  }
  .ml-xxl-15,
  .mx-xxl-15 {
    margin-left: 24rem !important;
  }
  .m-xxl-16 {
    margin: 29rem !important;
  }
  .mt-xxl-16,
  .my-xxl-16 {
    margin-top: 29rem !important;
  }
  .mr-xxl-16,
  .mx-xxl-16 {
    margin-right: 29rem !important;
  }
  .mb-xxl-16,
  .my-xxl-16 {
    margin-bottom: 29rem !important;
  }
  .ml-xxl-16,
  .mx-xxl-16 {
    margin-left: 29rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 0.75rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 0.75rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 0.75rem !important;
  }
  .p-xxl-4 {
    padding: 1rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1rem !important;
  }
  .p-xxl-5 {
    padding: 1.25rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 1.25rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 1.25rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 1.25rem !important;
  }
  .p-xxl-6 {
    padding: 1.8rem !important;
  }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 1.8rem !important;
  }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 1.8rem !important;
  }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 1.8rem !important;
  }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 1.8rem !important;
  }
  .p-xxl-7 {
    padding: 2.4rem !important;
  }
  .pt-xxl-7,
  .py-xxl-7 {
    padding-top: 2.4rem !important;
  }
  .pr-xxl-7,
  .px-xxl-7 {
    padding-right: 2.4rem !important;
  }
  .pb-xxl-7,
  .py-xxl-7 {
    padding-bottom: 2.4rem !important;
  }
  .pl-xxl-7,
  .px-xxl-7 {
    padding-left: 2.4rem !important;
  }
  .p-xxl-8 {
    padding: 3.25rem !important;
  }
  .pt-xxl-8,
  .py-xxl-8 {
    padding-top: 3.25rem !important;
  }
  .pr-xxl-8,
  .px-xxl-8 {
    padding-right: 3.25rem !important;
  }
  .pb-xxl-8,
  .py-xxl-8 {
    padding-bottom: 3.25rem !important;
  }
  .pl-xxl-8,
  .px-xxl-8 {
    padding-left: 3.25rem !important;
  }
  .p-xxl-9 {
    padding: 4.75rem !important;
  }
  .pt-xxl-9,
  .py-xxl-9 {
    padding-top: 4.75rem !important;
  }
  .pr-xxl-9,
  .px-xxl-9 {
    padding-right: 4.75rem !important;
  }
  .pb-xxl-9,
  .py-xxl-9 {
    padding-bottom: 4.75rem !important;
  }
  .pl-xxl-9,
  .px-xxl-9 {
    padding-left: 4.75rem !important;
  }
  .p-xxl-10 {
    padding: 5.9rem !important;
  }
  .pt-xxl-10,
  .py-xxl-10 {
    padding-top: 5.9rem !important;
  }
  .pr-xxl-10,
  .px-xxl-10 {
    padding-right: 5.9rem !important;
  }
  .pb-xxl-10,
  .py-xxl-10 {
    padding-bottom: 5.9rem !important;
  }
  .pl-xxl-10,
  .px-xxl-10 {
    padding-left: 5.9rem !important;
  }
  .p-xxl-11 {
    padding: 7rem !important;
  }
  .pt-xxl-11,
  .py-xxl-11 {
    padding-top: 7rem !important;
  }
  .pr-xxl-11,
  .px-xxl-11 {
    padding-right: 7rem !important;
  }
  .pb-xxl-11,
  .py-xxl-11 {
    padding-bottom: 7rem !important;
  }
  .pl-xxl-11,
  .px-xxl-11 {
    padding-left: 7rem !important;
  }
  .p-xxl-12 {
    padding: 9.5rem !important;
  }
  .pt-xxl-12,
  .py-xxl-12 {
    padding-top: 9.5rem !important;
  }
  .pr-xxl-12,
  .px-xxl-12 {
    padding-right: 9.5rem !important;
  }
  .pb-xxl-12,
  .py-xxl-12 {
    padding-bottom: 9.5rem !important;
  }
  .pl-xxl-12,
  .px-xxl-12 {
    padding-left: 9.5rem !important;
  }
  .p-xxl-13 {
    padding: 10.75rem !important;
  }
  .pt-xxl-13,
  .py-xxl-13 {
    padding-top: 10.75rem !important;
  }
  .pr-xxl-13,
  .px-xxl-13 {
    padding-right: 10.75rem !important;
  }
  .pb-xxl-13,
  .py-xxl-13 {
    padding-bottom: 10.75rem !important;
  }
  .pl-xxl-13,
  .px-xxl-13 {
    padding-left: 10.75rem !important;
  }
  .p-xxl-14 {
    padding: 15rem !important;
  }
  .pt-xxl-14,
  .py-xxl-14 {
    padding-top: 15rem !important;
  }
  .pr-xxl-14,
  .px-xxl-14 {
    padding-right: 15rem !important;
  }
  .pb-xxl-14,
  .py-xxl-14 {
    padding-bottom: 15rem !important;
  }
  .pl-xxl-14,
  .px-xxl-14 {
    padding-left: 15rem !important;
  }
  .p-xxl-15 {
    padding: 24rem !important;
  }
  .pt-xxl-15,
  .py-xxl-15 {
    padding-top: 24rem !important;
  }
  .pr-xxl-15,
  .px-xxl-15 {
    padding-right: 24rem !important;
  }
  .pb-xxl-15,
  .py-xxl-15 {
    padding-bottom: 24rem !important;
  }
  .pl-xxl-15,
  .px-xxl-15 {
    padding-left: 24rem !important;
  }
  .p-xxl-16 {
    padding: 29rem !important;
  }
  .pt-xxl-16,
  .py-xxl-16 {
    padding-top: 29rem !important;
  }
  .pr-xxl-16,
  .px-xxl-16 {
    padding-right: 29rem !important;
  }
  .pb-xxl-16,
  .py-xxl-16 {
    padding-bottom: 29rem !important;
  }
  .pl-xxl-16,
  .px-xxl-16 {
    padding-left: 29rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -0.75rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -0.75rem !important;
  }
  .m-xxl-n4 {
    margin: -1rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1rem !important;
  }
  .m-xxl-n5 {
    margin: -1.25rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -1.25rem !important;
  }
  .m-xxl-n6 {
    margin: -1.8rem !important;
  }
  .mt-xxl-n6,
  .my-xxl-n6 {
    margin-top: -1.8rem !important;
  }
  .mr-xxl-n6,
  .mx-xxl-n6 {
    margin-right: -1.8rem !important;
  }
  .mb-xxl-n6,
  .my-xxl-n6 {
    margin-bottom: -1.8rem !important;
  }
  .ml-xxl-n6,
  .mx-xxl-n6 {
    margin-left: -1.8rem !important;
  }
  .m-xxl-n7 {
    margin: -2.4rem !important;
  }
  .mt-xxl-n7,
  .my-xxl-n7 {
    margin-top: -2.4rem !important;
  }
  .mr-xxl-n7,
  .mx-xxl-n7 {
    margin-right: -2.4rem !important;
  }
  .mb-xxl-n7,
  .my-xxl-n7 {
    margin-bottom: -2.4rem !important;
  }
  .ml-xxl-n7,
  .mx-xxl-n7 {
    margin-left: -2.4rem !important;
  }
  .m-xxl-n8 {
    margin: -3.25rem !important;
  }
  .mt-xxl-n8,
  .my-xxl-n8 {
    margin-top: -3.25rem !important;
  }
  .mr-xxl-n8,
  .mx-xxl-n8 {
    margin-right: -3.25rem !important;
  }
  .mb-xxl-n8,
  .my-xxl-n8 {
    margin-bottom: -3.25rem !important;
  }
  .ml-xxl-n8,
  .mx-xxl-n8 {
    margin-left: -3.25rem !important;
  }
  .m-xxl-n9 {
    margin: -4.75rem !important;
  }
  .mt-xxl-n9,
  .my-xxl-n9 {
    margin-top: -4.75rem !important;
  }
  .mr-xxl-n9,
  .mx-xxl-n9 {
    margin-right: -4.75rem !important;
  }
  .mb-xxl-n9,
  .my-xxl-n9 {
    margin-bottom: -4.75rem !important;
  }
  .ml-xxl-n9,
  .mx-xxl-n9 {
    margin-left: -4.75rem !important;
  }
  .m-xxl-n10 {
    margin: -5.9rem !important;
  }
  .mt-xxl-n10,
  .my-xxl-n10 {
    margin-top: -5.9rem !important;
  }
  .mr-xxl-n10,
  .mx-xxl-n10 {
    margin-right: -5.9rem !important;
  }
  .mb-xxl-n10,
  .my-xxl-n10 {
    margin-bottom: -5.9rem !important;
  }
  .ml-xxl-n10,
  .mx-xxl-n10 {
    margin-left: -5.9rem !important;
  }
  .m-xxl-n11 {
    margin: -7rem !important;
  }
  .mt-xxl-n11,
  .my-xxl-n11 {
    margin-top: -7rem !important;
  }
  .mr-xxl-n11,
  .mx-xxl-n11 {
    margin-right: -7rem !important;
  }
  .mb-xxl-n11,
  .my-xxl-n11 {
    margin-bottom: -7rem !important;
  }
  .ml-xxl-n11,
  .mx-xxl-n11 {
    margin-left: -7rem !important;
  }
  .m-xxl-n12 {
    margin: -9.5rem !important;
  }
  .mt-xxl-n12,
  .my-xxl-n12 {
    margin-top: -9.5rem !important;
  }
  .mr-xxl-n12,
  .mx-xxl-n12 {
    margin-right: -9.5rem !important;
  }
  .mb-xxl-n12,
  .my-xxl-n12 {
    margin-bottom: -9.5rem !important;
  }
  .ml-xxl-n12,
  .mx-xxl-n12 {
    margin-left: -9.5rem !important;
  }
  .m-xxl-n13 {
    margin: -10.75rem !important;
  }
  .mt-xxl-n13,
  .my-xxl-n13 {
    margin-top: -10.75rem !important;
  }
  .mr-xxl-n13,
  .mx-xxl-n13 {
    margin-right: -10.75rem !important;
  }
  .mb-xxl-n13,
  .my-xxl-n13 {
    margin-bottom: -10.75rem !important;
  }
  .ml-xxl-n13,
  .mx-xxl-n13 {
    margin-left: -10.75rem !important;
  }
  .m-xxl-n14 {
    margin: -15rem !important;
  }
  .mt-xxl-n14,
  .my-xxl-n14 {
    margin-top: -15rem !important;
  }
  .mr-xxl-n14,
  .mx-xxl-n14 {
    margin-right: -15rem !important;
  }
  .mb-xxl-n14,
  .my-xxl-n14 {
    margin-bottom: -15rem !important;
  }
  .ml-xxl-n14,
  .mx-xxl-n14 {
    margin-left: -15rem !important;
  }
  .m-xxl-n15 {
    margin: -24rem !important;
  }
  .mt-xxl-n15,
  .my-xxl-n15 {
    margin-top: -24rem !important;
  }
  .mr-xxl-n15,
  .mx-xxl-n15 {
    margin-right: -24rem !important;
  }
  .mb-xxl-n15,
  .my-xxl-n15 {
    margin-bottom: -24rem !important;
  }
  .ml-xxl-n15,
  .mx-xxl-n15 {
    margin-left: -24rem !important;
  }
  .m-xxl-n16 {
    margin: -29rem !important;
  }
  .mt-xxl-n16,
  .my-xxl-n16 {
    margin-top: -29rem !important;
  }
  .mr-xxl-n16,
  .mx-xxl-n16 {
    margin-right: -29rem !important;
  }
  .mb-xxl-n16,
  .my-xxl-n16 {
    margin-bottom: -29rem !important;
  }
  .ml-xxl-n16,
  .mx-xxl-n16 {
    margin-left: -29rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.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;
  /* autoprefixer: off */
  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: 375px) {
  .text-xs-left {
    text-align: left !important;
  }
  .text-xs-right {
    text-align: right !important;
  }
  .text-xs-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: 1020px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1270px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1460px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-sentencecase {
  text-transform: none !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-semibold {
  font-weight: 500 !important;
}

.font-weight-bold {
  font-weight: 600 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.font-size-normal {
  font-size: 1rem;
}

.font-size-xxl {
  font-size: 2.2rem;
}

.font-size-xl {
  font-size: 1.5rem;
}

.font-size-lg {
  font-size: 1.1rem;
}

.font-size-sm {
  font-size: 0.88rem;
}

.font-size-xs {
  font-size: 0.78rem;
}

.font-size-xxs {
  font-size: 0.67rem;
}

.line-height-base {
  line-height: 1.5;
}

.line-height-lg {
  line-height: 1.6;
}

.line-height-sm {
  line-height: 1.25;
}

.line-height-xs {
  line-height: 1.05;
}

.line-height-xxs {
  line-height: 0.75;
}

.font-family-serif {
  font-family: Study, Georgia, Times, Times New Roman, serif !important;
}

.font-family-sans-serif {
  font-family: Allotrope, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.text-black {
  color: #404040 !important;
}

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

.text-colorOne-lightest {
  color: #C2C2F2 !important;
}

a.text-colorOne-lightest:hover, a.text-colorOne-lightest:focus {
  color: rgb(130.9391891892, 130.9391891892, 228.5608108108) !important;
}

.text-colorOne-lighter {
  color: #A0A2D3 !important;
}

a.text-colorOne-lighter:hover, a.text-colorOne-lighter:focus {
  color: rgb(107.7158273381, 110.8165467626, 186.7841726619) !important;
}

.text-colorOne-light {
  color: #6F6FB8 !important;
}

a.text-colorOne-light:hover, a.text-colorOne-light:focus {
  color: rgb(72.1558139535, 72.1558139535, 146.3441860465) !important;
}

.text-colorOne {
  color: #776B99 !important;
}

a.text-colorOne:hover, a.text-colorOne:focus {
  color: rgb(83.676, 74.868, 108.632) !important;
}

.text-colorOne-dark {
  color: #5F5980 !important;
}

a.text-colorOne-dark:hover, a.text-colorOne-dark:focus {
  color: rgb(61.5092165899, 57.6244239631, 82.8755760369) !important;
}

.text-colorOne-darker {
  color: #514B73 !important;
}

a.text-colorOne-darker:hover, a.text-colorOne-darker:focus {
  color: rgb(48.3868421053, 44.8026315789, 68.6973684211) !important;
}

.text-colorOne-darkest {
  color: #443D66 !important;
}

a.text-colorOne-darkest:hover, a.text-colorOne-darkest:focus {
  color: rgb(36.0858895706, 32.3711656442, 54.1288343558) !important;
}

.text-colorOne-lightest-faded {
  color: #E8E6F2 !important;
}

a.text-colorOne-lightest-faded:hover, a.text-colorOne-lightest-faded:focus {
  color: rgb(185.6973684211, 179.6710526316, 215.8289473684) !important;
}

.text-colorOne-faded {
  color: #6A6680 !important;
}

a.text-colorOne-faded:hover, a.text-colorOne-faded:focus {
  color: rgb(70.7434782609, 68.0739130435, 85.4260869565) !important;
}

.text-colorTwo-lightest {
  color: #B8DEE6 !important;
}

a.text-colorTwo-lightest:hover, a.text-colorTwo-lightest:focus {
  color: rgb(127.421875, 195.703125, 210.078125) !important;
}

.text-colorTwo-lighter {
  color: #59A4B3 !important;
}

a.text-colorTwo-lighter:hover, a.text-colorTwo-lighter:focus {
  color: rgb(60.1404958678, 119.4896694215, 131.3595041322) !important;
}

.text-colorTwo-light {
  color: #4A97A1 !important;
}

a.text-colorTwo-light:hover, a.text-colorTwo-light:focus {
  color: rgb(49.9106382979, 101.8446808511, 108.5893617021) !important;
}

.text-colorTwo {
  color: #457E8A !important;
}

a.text-colorTwo:hover, a.text-colorTwo:focus {
  color: rgb(43.5, 79.4347826087, 87) !important;
}

.text-colorTwo-dark {
  color: #2E7584 !important;
}

a.text-colorTwo-dark:hover, a.text-colorTwo-dark:focus {
  color: rgb(26.2303370787, 66.7162921348, 75.2696629213) !important;
}

.text-colorTwo-darker {
  color: #1A5966 !important;
}

a.text-colorTwo-darker:hover, a.text-colorTwo-darker:focus {
  color: rgb(10.4609375, 35.80859375, 41.0390625) !important;
}

.text-colorTwo-darkest {
  color: #003A4B !important;
}

a.text-colorTwo-darkest:hover, a.text-colorTwo-darkest:focus {
  color: black !important;
}

.text-colorThree-lightest {
  color: #DAA2BD !important;
}

a.text-colorThree-lightest:hover, a.text-colorThree-lightest:focus {
  color: rgb(196.2269230769, 107.2730769231, 150.1615384615) !important;
}

.text-colorThree-light {
  color: #A65B80 !important;
}

a.text-colorThree-light:hover, a.text-colorThree-light:focus {
  color: rgb(117.0039525692, 63.4960474308, 89.8932806324) !important;
}

.text-colorThree {
  color: #8E4D6D !important;
}

a.text-colorThree:hover, a.text-colorThree:focus {
  color: rgb(92.397260274, 50.102739726, 70.9246575342) !important;
}

.text-colorThree-dark {
  color: #733453 !important;
}

a.text-colorThree-dark:hover, a.text-colorThree-dark:focus {
  color: rgb(62.3203592814, 28.1796407186, 44.9790419162) !important;
}

.text-colorThree-darkest {
  color: #4A2135 !important;
}

a.text-colorThree-darkest:hover, a.text-colorThree-darkest:focus {
  color: rgb(21.0934579439, 9.4065420561, 15.1074766355) !important;
}

.text-colorFour-lightest {
  color: #C3A5D9 !important;
}

a.text-colorFour-lightest:hover, a.text-colorFour-lightest:focus {
  color: rgb(159.140625, 111.2109375, 194.2890625) !important;
}

.text-colorFour-light {
  color: #9C7DB3 !important;
}

a.text-colorFour-light:hover, a.text-colorFour-light:focus {
  color: rgb(118.1674757282, 83.932038835, 143.567961165) !important;
}

.text-colorFour {
  color: #866B99 !important;
}

a.text-colorFour:hover, a.text-colorFour:focus {
  color: rgb(94.686, 74.868, 108.632) !important;
}

.text-colorFour-dark {
  color: #6C5080 !important;
}

a.text-colorFour-dark:hover, a.text-colorFour-dark:focus {
  color: rgb(68.2788461538, 50.5769230769, 80.9230769231) !important;
}

.text-colorFour-darkest {
  color: #4A3659 !important;
}

a.text-colorFour-darkest:hover, a.text-colorFour-darkest:focus {
  color: rgb(34.4125874126, 25.1118881119, 41.3881118881) !important;
}

.text-colorFive-lightest {
  color: #BEC49D !important;
}

a.text-colorFive-lightest:hover, a.text-colorFive-lightest:focus {
  color: rgb(158.3280254777, 167.2515923567, 109.2484076433) !important;
}

.text-colorFive-light {
  color: #A1AB78 !important;
}

a.text-colorFive-light:hover, a.text-colorFive-light:focus {
  color: rgb(122.4315068493, 132.2260273973, 82.2739726027) !important;
}

.text-colorFive {
  color: #8D9663 !important;
}

a.text-colorFive:hover, a.text-colorFive:focus {
  color: rgb(97.6807228916, 103.9156626506, 68.5843373494) !important;
}

.text-colorFive-dark {
  color: #8A9166 !important;
}

a.text-colorFive-dark:hover, a.text-colorFive-dark:focus {
  color: rgb(95.2591093117, 100.0910931174, 70.4089068826) !important;
}

.text-colorFive-darkest {
  color: #464A34 !important;
}

a.text-colorFive-darkest:hover, a.text-colorFive-darkest:focus {
  color: rgb(27.5, 29.0714285714, 20.4285714286) !important;
}

.text-colorSix-base {
  color: #BFB6B6 !important;
}

a.text-colorSix-base:hover, a.text-colorSix-base:focus {
  color: rgb(155.2627737226, 141.2372262774, 141.2372262774) !important;
}

.text-colorSix-dark {
  color: #999391 !important;
}

a.text-colorSix-dark:hover, a.text-colorSix-dark:focus {
  color: rgb(114.929245283, 108.6603773585, 106.570754717) !important;
}

.text-colorSix-darker {
  color: #7A7574 !important;
}

a.text-colorSix-darker:hover, a.text-colorSix-darker:focus {
  color: rgb(82.7857142857, 79.3928571429, 78.7142857143) !important;
}

.text-colorSix-darkest {
  color: #6C605E !important;
}

a.text-colorSix-darkest:hover, a.text-colorSix-darkest:focus {
  color: rgb(67.099009901, 59.6435643564, 58.400990099) !important;
}

.text-colorSeven-darker {
  color: #29314A !important;
}

a.text-colorSeven-darker:hover, a.text-colorSeven-darker:focus {
  color: rgb(13.7260869565, 16.4043478261, 24.7739130435) !important;
}

.text-colorSeven-dark {
  color: #465580 !important;
}

a.text-colorSeven-dark:hover, a.text-colorSeven-dark:focus {
  color: rgb(42.9545454545, 52.1590909091, 78.5454545455) !important;
}

.text-colorSeven-base {
  color: #546699 !important;
}

a.text-colorSeven-base:hover, a.text-colorSeven-base:focus {
  color: rgb(56.8860759494, 69.0759493671, 103.6139240506) !important;
}

.text-colorSeven-light {
  color: #6277B3 !important;
}

a.text-colorSeven-light:hover, a.text-colorSeven-light:focus {
  color: rgb(65.3991416309, 83.4699570815, 135.1008583691) !important;
}

.text-colorSeven-lighter {
  color: #9dafe1 !important;
}

a.text-colorSeven-lighter:hover, a.text-colorSeven-lighter:focus {
  color: rgb(98.4296875, 127.1875, 207.0703125) !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

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

a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

.text-gray-light {
  color: #e0e0e0 !important;
}

a.text-gray-light:hover, a.text-gray-light:focus {
  color: rgb(185.75, 185.75, 185.75) !important;
}

.text-gray-lighter {
  color: #f0f0f0 !important;
}

a.text-gray-lighter:hover, a.text-gray-lighter:focus {
  color: rgb(201.75, 201.75, 201.75) !important;
}

.text-body {
  color: #404040 !important;
}

.text-muted {
  color: #505050 !important;
}

.text-black-50 {
  color: rgba(64, 64, 64, 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-underline {
  text-decoration: underline !important;
}

.text-shadow {
  text-shadow: 0 0 0.15rem rgba(64, 64, 64, 0.5), 0 0 0.5rem rgba(64, 64, 64, 0.5);
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.copy .text-inline {
  margin-bottom: 1.5rem;
}

.text-inline p {
  display: inline;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.opacity-0 {
  opacity: 0;
}

.opacity-1 {
  opacity: 1;
}

.title-decoration-top::before,
.title-decoration-right::after {
  content: "";
  position: relative;
  height: 1px;
  background: currentColor;
  display: block;
}

.title-decoration-top::before {
  width: 8.7rem;
  margin-bottom: 1rem;
}

.title-decoration-right::after {
  margin-top: auto;
  flex-grow: 1;
}

@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 #a7a7a7;
    page-break-inside: avoid;
  }
  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: 1020px !important;
  }
  .container {
    min-width: 1020px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #404040;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #5F5980;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #5F5980;
  }
}
.alert-wrapper {
  display: none;
}
.alert-wrapper .alert-container {
  position: relative;
  padding: 0.5em;
}
.alert-wrapper .alert-container .alert-inner {
  width: 90%;
}
.alert-wrapper .alert-container .alert-banner-title {
  display: block;
}
.alert-wrapper .alert-container .alert-banner-link {
  display: block;
  font-weight: 600;
}
.alert-wrapper .alert-container .alert-dismiss {
  position: absolute;
  right: 0;
  top: 0.5em;
}

.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;
  transition: margin 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .icon {
    transition: none;
  }
}
@media (min-width: 1020px) {
  .icon {
    width: 0.75em;
    height: 0.75em;
  }
}

.icon-rotate-90 {
  transform: rotate(90deg);
}

.icon-rotate-180 {
  transform: rotate(180deg);
}

.icon-rotate-n90 {
  transform: rotate(-90deg);
}

.icon-sup {
  position: relative;
  display: inline-flex;
  float: right;
  outline: none;
  font-size: 90%;
}

.icon-md {
  width: 1.1em;
  height: 1.1em;
}
@media (min-width: 768px) {
  .icon-md {
    width: 1.1em;
    height: 1.1em;
  }
}

.icon-lg {
  width: 1.25em;
  height: 1.25em;
}
@media (min-width: 1270px) {
  .icon-lg {
    width: 1.15em;
    height: 1.15em;
  }
}

.icon-xl {
  width: 1.75em;
  height: 1.75em;
}
@media (min-width: 768px) {
  .icon-xl {
    width: 1.85em;
    height: 1.85em;
  }
}

.icon-xxl {
  width: 2em;
  height: 2em;
}
@media (min-width: 768px) {
  .icon-xxl {
    width: 2em;
    height: 2em;
  }
}

.banner {
  position: relative;
  display: flex;
  align-content: center;
  overflow: hidden;
  height: 100%;
}
.banner .plyr {
  min-height: 100%;
}
.banner .plyr--video {
  background-color: #443D66;
  max-width: none;
}
.banner .plyr__video-wrapper {
  overflow: visible;
  position: absolute;
}
.banner .plyr__video-embed,
.banner .plyr__video-wrapper--fixed-ratio {
  opacity: 0.8;
  padding-bottom: 0 !important;
  height: auto;
  aspect-ratio: 16/9;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner .plyr--playing .plyr__video-embed {
  opacity: 1;
}
.banner .plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  transform: none !important;
  padding-bottom: 0;
  position: static;
}
@media only screen and (orientation: portrait) {
  .banner .plyr iframe {
    width: 177.7777vh;
    left: calc(0.5 * (100% - 177.7777vh));
  }
}
@media only screen and (orientation: landscape) {
  .banner .plyr iframe {
    width: 177.7777%;
    left: -38.88885%;
  }
}

.banner-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  overflow: hidden;
}
.banner.banner-type--image .banner-inner .banner-content {
  padding-top: 3.1rem;
  padding-bottom: calc(3.1rem / 2);
}
@media only screen and (orientation: landscape) {
  .banner.banner-type--image .banner-inner {
    min-height: calc(42.8571428571vw + 3.1rem);
  }
}
@media only screen and (orientation: portrait) {
  .banner.banner-type--image .banner-inner {
    min-height: calc(80vw + 3.1rem);
  }
}
@media only screen and (min-width: 576px) and (orientation: landscape) {
  .banner.banner-type--image .banner-inner {
    min-height: calc(56.25vw + 3.1rem);
  }
}
@media only screen and (min-width: 576px) and (orientation: portrait) {
  .banner.banner-type--image .banner-inner {
    min-height: calc(56.25vw + 3.1rem);
  }
}
@media (min-width: 768px) {
  .banner.banner-type--image .banner-inner .banner-content {
    padding-top: 4.75rem;
    padding-bottom: calc(4.75rem / 2);
  }
}
@media only screen and (min-width: 768px) and (orientation: landscape) {
  .banner.banner-type--image .banner-inner {
    min-height: calc(56.25vw + 4.75rem);
  }
}
@media only screen and (min-width: 768px) and (orientation: portrait) {
  .banner.banner-type--image .banner-inner {
    min-height: calc(56.25vw + 4.75rem);
  }
}
@media only screen and (min-width: 1270px) and (orientation: landscape) {
  .banner.banner-type--image .banner-inner {
    min-height: calc(56.25vw + 4.75rem);
  }
}
@media only screen and (min-width: 1460px) and (orientation: landscape) {
  .banner.banner-type--image .banner-inner {
    min-height: calc(45.8333333333vw + 4.75rem);
  }
}
.banner.banner-type--video .banner-inner .plyr__control--overlaid {
  top: calc(50% + 3.1rem / 2);
}
@media only screen and (orientation: landscape) {
  .banner.banner-type--video .banner-inner {
    min-height: calc(42.8571428571vw + 3.1rem);
  }
  .banner.banner-type--video .banner-inner .embed-responsive::before {
    padding-top: calc(42.8571428571vw + 3.1rem);
  }
}
@media only screen and (orientation: portrait) {
  .banner.banner-type--video .banner-inner {
    min-height: calc(66.6666666667vw + 3.1rem);
  }
  .banner.banner-type--video .banner-inner .embed-responsive::before {
    padding-top: calc(66.6666666667vw + 3.1rem);
  }
}
@media only screen and (min-width: 576px) and (orientation: landscape) {
  .banner.banner-type--video .banner-inner {
    min-height: calc(42.8571428571vw + 3.1rem);
  }
  .banner.banner-type--video .banner-inner .embed-responsive::before {
    padding-top: calc(42.8571428571vw + 3.1rem);
  }
}
@media only screen and (min-width: 576px) and (orientation: portrait) {
  .banner.banner-type--video .banner-inner {
    min-height: calc(56.25vw + 3.1rem);
  }
  .banner.banner-type--video .banner-inner .embed-responsive::before {
    padding-top: calc(56.25vw + 3.1rem);
  }
}
@media (min-width: 768px) {
  .banner.banner-type--video .banner-inner .plyr__control--overlaid {
    top: calc(50% + 4.75rem / 2);
  }
}
@media only screen and (min-width: 768px) and (orientation: landscape) {
  .banner.banner-type--video .banner-inner {
    min-height: calc(56.25vw + 4.75rem);
  }
  .banner.banner-type--video .banner-inner .embed-responsive::before {
    padding-top: calc(56.25vw + 4.75rem);
  }
}
@media only screen and (min-width: 768px) and (orientation: portrait) {
  .banner.banner-type--video .banner-inner {
    min-height: calc(56.25vw + 4.75rem);
  }
  .banner.banner-type--video .banner-inner .embed-responsive::before {
    padding-top: calc(56.25vw + 4.75rem);
  }
}
@media only screen and (min-width: 1270px) and (orientation: landscape) {
  .banner.banner-type--video .banner-inner {
    min-height: calc(56.25vw + 4.75rem);
  }
  .banner.banner-type--video .banner-inner .embed-responsive::before {
    padding-top: calc(56.25vw + 4.75rem);
  }
}
@media only screen and (min-width: 1460px) and (orientation: landscape) {
  .banner.banner-type--video .banner-inner {
    min-height: calc(51.1111111111vw + 4.75rem);
  }
  .banner.banner-type--video .banner-inner .embed-responsive::before {
    padding-top: calc(51.1111111111vw + 4.75rem);
  }
}
.module-1 .banner .banner-inner .plyr__control--overlaid, .module-1.banner .banner-inner .plyr__control--overlaid {
  top: 50%;
}
@media only screen and (orientation: landscape) {
  .module-1.banner.banner-type--video .banner-inner {
    min-height: 56.25vw;
  }
  .module-1.banner.banner-type--video .banner-inner .embed-responsive::before {
    padding-top: 56.25vw;
  }
}
@media only screen and (orientation: portrait) {
  .module-1.banner.banner-type--video .banner-inner {
    min-height: calc(80vw - 5.28rem);
  }
  .module-1.banner.banner-type--video .banner-inner .embed-responsive::before {
    padding-top: calc(80vw - 5.28rem);
  }
}
@media only screen and (min-width: 576px) and (orientation: landscape) {
  .module-1.banner.banner-type--video .banner-inner {
    min-height: 56.25vw;
  }
  .module-1.banner.banner-type--video .banner-inner .embed-responsive::before {
    padding-top: 56.25vw;
  }
}
@media only screen and (min-width: 576px) and (orientation: portrait) {
  .module-1.banner.banner-type--video .banner-inner {
    min-height: calc(66.6666666667vw - 5.28rem);
  }
  .module-1.banner.banner-type--video .banner-inner .embed-responsive::before {
    padding-top: calc(66.6666666667vw - 5.28rem);
  }
}
@media only screen and (min-width: 1020px) and (orientation: landscape) {
  .module-1.banner.banner-type--video .banner-inner {
    min-height: calc(56.25vw - 5.28rem);
  }
  .module-1.banner.banner-type--video .banner-inner .embed-responsive::before {
    padding-top: calc(56.25vw - 5.28rem);
  }
}
@media only screen and (min-width: 1020px) and (orientation: portrait) {
  .module-1.banner.banner-type--video .banner-inner {
    min-height: calc(56.25vw - 5.28rem);
  }
  .module-1.banner.banner-type--video .banner-inner .embed-responsive::before {
    padding-top: calc(56.25vw - 5.28rem);
  }
}
@media only screen and (min-width: 1270px) and (orientation: landscape) {
  .module-1.banner.banner-type--video .banner-inner {
    min-height: calc(56.25vw - 5.28rem);
  }
  .module-1.banner.banner-type--video .banner-inner .embed-responsive::before {
    padding-top: calc(56.25vw - 5.28rem);
  }
}
@media only screen and (min-width: 1460px) and (orientation: landscape) {
  .module-1.banner.banner-type--video .banner-inner {
    min-height: calc(56.25vw - 5.28rem);
  }
  .module-1.banner.banner-type--video .banner-inner .embed-responsive::before {
    padding-top: calc(56.25vw - 5.28rem);
  }
}
.module-1 .banner .banner-inner .banner-content, .module-1.banner.banner-type--image .banner-inner .banner-content {
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (orientation: landscape) {
  .module-1 .banner .banner-inner, .module-1.banner.banner-type--image .banner-inner {
    min-height: calc(56.25vw - 5.28rem);
  }
  .module-1 .banner .banner-inner .embed-responsive::before, .module-1.banner.banner-type--image .banner-inner .embed-responsive::before {
    padding-top: calc(56.25vw - 5.28rem);
  }
}
@media only screen and (orientation: portrait) {
  .module-1 .banner .banner-inner, .module-1.banner.banner-type--image .banner-inner {
    min-height: calc(100vw - 5.28rem);
  }
  .module-1 .banner .banner-inner .embed-responsive::before, .module-1.banner.banner-type--image .banner-inner .embed-responsive::before {
    padding-top: calc(80vw - 5.28rem);
  }
}
@media only screen and (min-width: 576px) and (orientation: landscape) {
  .module-1 .banner .banner-inner, .module-1.banner.banner-type--image .banner-inner {
    min-height: calc(56.25vw - 5.28rem);
  }
  .module-1 .banner .banner-inner .embed-responsive::before, .module-1.banner.banner-type--image .banner-inner .embed-responsive::before {
    padding-top: calc(56.25vw - 5.28rem);
  }
}
@media only screen and (min-width: 576px) and (orientation: portrait) {
  .module-1 .banner .banner-inner, .module-1.banner.banner-type--image .banner-inner {
    min-height: calc(80vw - 5.28rem);
  }
  .module-1 .banner .banner-inner .embed-responsive::before, .module-1.banner.banner-type--image .banner-inner .embed-responsive::before {
    padding-top: calc(56.25vw - 5.28rem);
  }
}
@media only screen and (min-width: 1020px) and (orientation: landscape) {
  .module-1 .banner .banner-inner, .module-1.banner.banner-type--image .banner-inner {
    min-height: calc(56.25vw - 5.28rem);
  }
  .module-1 .banner .banner-inner .embed-responsive::before, .module-1.banner.banner-type--image .banner-inner .embed-responsive::before {
    padding-top: calc(56.25vw - 5.28rem);
  }
}
@media only screen and (min-width: 1020px) and (orientation: portrait) {
  .module-1 .banner .banner-inner, .module-1.banner.banner-type--image .banner-inner {
    min-height: calc(56.25vw - 5.28rem);
  }
  .module-1 .banner .banner-inner .embed-responsive::before, .module-1.banner.banner-type--image .banner-inner .embed-responsive::before {
    padding-top: calc(56.25vw - 5.28rem);
  }
}
@media only screen and (min-width: 1270px) and (orientation: landscape) {
  .module-1 .banner .banner-inner, .module-1.banner.banner-type--image .banner-inner {
    min-height: calc(56.25vw - 5.28rem);
  }
  .module-1 .banner .banner-inner .embed-responsive::before, .module-1.banner.banner-type--image .banner-inner .embed-responsive::before {
    padding-top: calc(56.25vw - 5.28rem);
  }
}
@media only screen and (min-width: 1460px) and (orientation: landscape) {
  .module-1 .banner .banner-inner, .module-1.banner.banner-type--image .banner-inner {
    min-height: calc(51.724137931vw - 5.28rem);
  }
  .module-1 .banner .banner-inner .embed-responsive::before, .module-1.banner.banner-type--image .banner-inner .embed-responsive::before {
    padding-top: calc(51.724137931vw - 5.28rem);
  }
}

.banner-content {
  position: relative;
  z-index: 2;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  opacity: 1;
}

.banner-title h2,
.quotation h2 {
  font-size: 2.2rem;
}
@media (min-width: 576px) {
  .banner-title h2,
  .quotation h2 {
    font-size: 2.45rem;
  }
}
@media (min-width: 768px) {
  .banner-title h2,
  .quotation h2 {
    font-size: 2.88rem;
  }
}

.banner-title {
  color: #C2C2F2;
}
@media (min-width: 576px) {
  .banner-title {
    white-space: nowrap;
  }
}
.banner-title strong {
  font-weight: 500;
  color: #fff;
}
.banner-title em {
  display: flex;
  font-style: normal;
  margin-left: auto;
  justify-content: flex-end;
  white-space: break-spaces;
}
.banner-title del {
  display: flex;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.banner-title-inner::before, .banner-title-inner::after {
  content: "";
  display: block;
  height: 1px;
  background: #fff;
  width: 6.1rem;
}
.banner-title-inner::before {
  margin-bottom: 1.25rem;
}
.banner-title-inner::after {
  margin-top: 1.25rem;
  margin-left: auto;
}

.banner-image-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.main > .banner-type--image-banner.module-1 .banner-image-container, .main > .banner-type--image-banner.module-1 .banner-image-container {
  margin-top: 4.75rem;
}

.banner-media-container {
  position: absolute;
  width: 100%;
  top: 0;
}

.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;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(108, 117, 125, 0.2);
  z-index: 1;
}

.video-control {
  background: transparent;
  border-color: transparent;
  border-radius: 50%;
  outline: none;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  z-index: 2;
}
.video-control svg {
  filter: drop-shadow(2px 2px 20px rgba(64, 64, 64, 0.25));
  width: 6em;
  height: 6em;
}
@media (min-width: 768px) {
  .video-control svg {
    width: 6em;
    height: 6em;
  }
}

.highlight .highlight-icon img {
  mix-blend-mode: soft-light;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .highlight .highlight-icon img {
    opacity: 0.3;
  }
}

[class*=color] .bg-colorOne-darkest.bg-dark .highlight {
  border-color: #776B99 !important;
  background: #514B73;
}

.logo-global {
  width: 10rem;
}
@media (min-width: 375px) {
  .logo-global {
    width: 11.5rem;
  }
}
@media (min-width: 1020px) {
  .logo-global {
    width: 9.4rem;
  }
}
@media (min-width: 1270px) {
  .logo-global {
    width: 11.5rem;
  }
}
.logo-global svg {
  height: 41px;
}

.swiper-container {
  margin: 0 -8px;
  position: relative;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  overflow: visible;
}
@media (min-width: 768px) {
  .swiper-container {
    overflow: hidden;
  }
}
.swiper-container::before, .swiper-container::after {
  content: "";
  display: none;
  position: absolute;
  width: 8px;
  top: 0;
  height: 100%;
  z-index: 2;
}
@media (min-width: 768px) {
  .swiper-container::before, .swiper-container::after {
    display: block;
  }
}
.bg-colorOne-darkest .swiper-container::before, .bg-colorOne-darkest .swiper-container::after {
  background-color: #443D66;
}
.bg-white .swiper-container::before, .bg-white .swiper-container::after {
  background-color: #fff;
}
.bg-gray-lighter .swiper-container::before, .bg-gray-lighter .swiper-container::after {
  background-color: #f0f0f0;
}
.swiper-container::before {
  left: 0;
}
.swiper-container::after {
  right: 0;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button {
  position: absolute;
  border: none;
  background: transparent;
  color: currentColor;
}

.swiper-button:hover {
  cursor: pointer;
}

.swiper-button:focus {
  outline: none;
}

.swiper-button:active {
  opacity: 0.6;
}

.swiper-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.swiper-button-icon {
  fill: currentColor;
  filter: drop-shadow(0px 0px 6px #404040);
}

/* ---- previous/next buttons ---- */
.swiper-prev-next-button {
  top: 50%;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
  display: none;
  width: 1.75rem;
  height: 1.75rem;
  z-index: 10;
}
@media (min-width: 768px) {
  .swiper-prev-next-button {
    display: block;
  }
}
@media (min-width: 1020px) {
  .swiper-prev-next-button {
    width: 2.25rem;
    height: 2.25rem;
  }
}
@media (min-width: 1270px) {
  .swiper-prev-next-button {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (min-width: 1460px) {
  .swiper-prev-next-button {
    width: 3rem;
    height: 3rem;
  }
}

.swiper-prev-next-button.previous {
  left: -1.75rem;
}
@media (min-width: 1020px) {
  .swiper-prev-next-button.previous {
    left: -2.25rem;
  }
}
@media (min-width: 1270px) {
  .swiper-prev-next-button.previous {
    left: -2.5rem;
  }
}
@media (min-width: 1460px) {
  .swiper-prev-next-button.previous {
    left: -3rem;
  }
}

.swiper-prev-next-button.next {
  right: -1.75rem;
}
@media (min-width: 1020px) {
  .swiper-prev-next-button.next {
    right: -2.25rem;
  }
}
@media (min-width: 1270px) {
  .swiper-prev-next-button.next {
    right: -2.5rem;
  }
}
@media (min-width: 1460px) {
  .swiper-prev-next-button.next {
    right: -3rem;
  }
}

.swiper-prev-next-button .swiper-button-icon {
  position: absolute;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
}

.swiper-button-lock {
  display: none;
}

/*! jQuery UI - v1.12.1 - 2017-09-11
* http://jqueryui.com
* Includes: core.css, menu.css, selectmenu.css, button.css, datepicker.css, tooltip.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-datepicker {
  background: #fff;
  border-width: 0.1em;
  border-color: #e0e0e0;
  border-style: solid;
  margin-top: 3px;
  box-shadow: 0 20px 20px rgba(64, 64, 64, 0.07);
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
  background-size: cover;
}
.ui-datepicker .ui-datepicker-prev span {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ctitle%3Echevron-left%3C/title%3E%3Cpath fill='%235955a5' d='M15.707 17.293l-5.293-5.293 5.293-5.293c0.391-0.391 0.391-1.024 0-1.414s-1.024-0.391-1.414 0l-6 6c-0.391 0.391-0.391 1.024 0 1.414l6 6c0.391 0.391 1.024 0.391 1.414 0s0.391-1.024 0-1.414z'%3E%3C/path%3E%3C/svg%3E");
}
.ui-datepicker .ui-datepicker-next span {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ctitle%3Echevron-right%3C/title%3E%3Cpath fill='%235955a5' d='M9.707 18.707l6-6c0.391-0.391 0.391-1.024 0-1.414l-6-6c-0.391-0.391-1.024-0.391-1.414 0s-0.391 1.024 0 1.414l5.293 5.293-5.293 5.293c-0.391 0.391-0.391 1.024 0 1.414s1.024 0.391 1.414 0z'%3E%3C/path%3E%3C/svg%3E");
}
.ui-datepicker .ui-widget-header .ui-icon {
  width: 16px;
  height: 16px;
}
.ui-datepicker .ui-state-hover {
  background: #f0f0f0;
}
.ui-datepicker .ui-state-active {
  background: #404040;
  color: #fff;
}
.ui-datepicker td span,
.ui-datepicker td a {
  text-align: center;
}

.calculating-results,
.processed-calculations {
  display: flex;
}

.calculator-results {
  display: none;
}

.calculator-hidden {
  display: none;
}

@keyframes plyr-progress {
  to {
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0;
}
.plyr video,
.plyr audio,
.plyr iframe {
  display: block;
  height: 100%;
  width: 100%;
}
.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}
.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}
.plyr--full-ui *,
.plyr--full-ui *::after,
.plyr--full-ui *::before {
  box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: var(--plyr-badge-background, hsl(216, 15%, 34%));
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: var(--plyr-badge-text-color, #fff);
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}
.plyr__captions span:empty {
  display: none;
}
@media (min-width: 480px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-base, 15px);
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-large, 18px);
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

.plyr__caption {
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}
.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: transparent;
  border: 0;
  border-radius: var(--plyr-control-radius, 3px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  transition: all 0.3s ease;
}
.plyr__control svg {
  display: block;
  fill: currentColor;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: var(--plyr-control-icon-size, 18px);
}
.plyr__control:focus {
  outline: 0;
}
.plyr__control.plyr__tab-focus {
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, hsl(240, 37%, 60%))));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

a.plyr__control {
  text-decoration: none;
}
a.plyr__control::after, a.plyr__control::before {
  display: none;
}

.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
.plyr__control.plyr__control--pressed .label--not-pressed {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}
.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}
.plyr__controls .plyr__controls__item {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}
.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time {
  padding-left: 0;
}
.plyr__controls:empty {
  display: none;
}

.plyr [data-plyr=captions],
.plyr [data-plyr=pip],
.plyr [data-plyr=airplay],
.plyr [data-plyr=fullscreen] {
  display: none;
}

.plyr--captions-enabled [data-plyr=captions],
.plyr--pip-supported [data-plyr=pip],
.plyr--airplay-supported [data-plyr=airplay],
.plyr--fullscreen-enabled [data-plyr=fullscreen] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}
.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}
.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}
.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}
.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: 4px;
  bottom: 100%;
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-menu-color, hsl(216, 15%, 34%));
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}
.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.plyr__menu__container::after {
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  content: "";
  height: 0;
  position: absolute;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7) - var(--plyr-menu-arrow-size, 4px) / 2);
  top: 100%;
  width: 0;
}
.plyr__menu__container [role=menu] {
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}
.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}
.plyr__menu__container .plyr__control {
  align-items: center;
  color: var(--plyr-menu-color, hsl(216, 15%, 34%));
  display: flex;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding-bottom: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5);
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
  padding-right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
  padding-top: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
}
.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}
.plyr__menu__container .plyr__control::after {
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.plyr__menu__container .plyr__control--forward {
  padding-right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
}
.plyr__menu__container .plyr__control--forward::after {
  border-left-color: var(--plyr-menu-arrow-color, hsl(216, 15%, 52%));
  right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}
.plyr__menu__container .plyr__control--back {
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
  position: relative;
  width: calc(100% - calc(var(--plyr-control-spacing, 10px) * 0.7) * 2);
}
.plyr__menu__container .plyr__control--back::after {
  border-right-color: var(--plyr-menu-arrow-color, hsl(216, 15%, 52%));
  left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--back::before {
  background: var(--plyr-menu-back-border-color, hsl(216, 15%, 88%));
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}
.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}
.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before, .plyr__menu__container .plyr__control[role=menuitemradio]::after {
  border-radius: 100%;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all 0.3s ease;
  width: 16px;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, hsl(240, 37%, 60%))));
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(34.68, 39.576, 46.92, 0.1);
}
.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) - 2) * -1);
  overflow: hidden;
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none; /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, hsl(240, 37%, 60%))));
  display: block;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}
.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
          user-select: none;
  background-image: linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%));
}
.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  -webkit-appearance: none; /* stylelint-disable-line */
  margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1);
}
.plyr--full-ui input[type=range]::-moz-range-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
       user-select: none;
}
.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
}
.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
}
.plyr--full-ui input[type=range]::-ms-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  color: transparent;
}
.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}
.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  background: currentColor;
}
.plyr--full-ui input[type=range]::-ms-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
}
.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}
.plyr--full-ui input[type=range]:focus {
  outline: 0;
}
.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, hsl(240, 37%, 60%))));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, hsl(240, 37%, 60%))));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, hsl(240, 37%, 60%))));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

.plyr__poster {
  background-color: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr__time {
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time::before {
  content: "⁄";
  margin-right: var(--plyr-control-spacing, 10px);
}
@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}

.plyr__tooltip {
  background: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: var(--plyr-tooltip-radius, 3px);
  bottom: 100%;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-tooltip-color, hsl(216, 15%, 34%));
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(calc(var(--plyr-control-spacing, 10px) / 2) * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}
.plyr__tooltip::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control:hover .plyr__tooltip,
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7));
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7));
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible {
  transform: translate(0, 0) scale(1);
}

.plyr__progress {
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}
.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}
.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}
.plyr__progress .plyr__tooltip {
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  left: 0;
}

.plyr__progress__buffer {
  -webkit-appearance: none; /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: calc(var(--plyr-range-track-height, 5px) / 2 * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}
.plyr__progress__buffer::-webkit-progress-bar {
  background: transparent;
}
.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(34.68, 39.576, 46.92, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(34.68, 39.576, 46.92, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(34.68, 39.576, 46.92, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6));
}

.plyr__volume {
  align-items: center;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%;
}
.plyr__volume input[type=range] {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  position: relative;
  z-index: 2;
}

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: var(--plyr-audio-control-color, hsl(216, 15%, 34%));
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(240, 37%, 60%))));
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1));
}

.plyr--audio .plyr__progress__buffer {
  color: var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6));
}

.plyr--video {
  background: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  overflow: hidden;
}
.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  left: 0;
  position: absolute;
  top: 0;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}
@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: var(--plyr-control-spacing, 10px);
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}

.plyr--video + .banner-content {
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  bottom: 3.1rem;
}
@media (min-width: 768px) {
  .plyr--video + .banner-content {
    bottom: 4.75rem;
  }
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr--video.plyr--hide-controls + .banner-content {
  opacity: 0;
  pointer-events: none;
}
.plyr--video.plyr--hide-controls + .banner-content:hover, .plyr--video.plyr--hide-controls + .banner-content:focus {
  opacity: 1;
  pointer-events: all;
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  border: 4px solid white;
  border-radius: 100%;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: calc(var(--plyr-control-spacing, 10px) * 0.6) center;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.25);
  background-size: 44px;
}
@media (min-width: 768px) {
  .plyr__control--overlaid {
    background-position: calc(var(--plyr-control-spacing, 10px) * 1.1) center;
    padding: calc(var(--plyr-control-spacing, 10px) * 2.5);
    background-size: 88px;
  }
}
.plyr__control--overlaid {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ctitle%3Econtroller-play%3C/title%3E%3Cpath fill='%23ffffff' d='M15 10.001c0 0.299-0.305 0.514-0.305 0.514l-8.561 5.303c-0.624 0.409-1.134 0.106-1.134-0.669v-10.297c0-0.777 0.51-1.078 1.135-0.67l8.561 5.305c-0.001 0 0.304 0.215 0.304 0.514z'%3E%3C/path%3E%3C/svg%3E");
}
.plyr__control--overlaid.plyr__control--pressed {
  background-position: center center;
  background-size: 35px;
}
@media (min-width: 768px) {
  .plyr__control--overlaid.plyr__control--pressed {
    background-size: 70px;
  }
}
.plyr__control--overlaid.plyr__control--pressed {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ctitle%3Econtroller-paus%3C/title%3E%3Cpath fill='%23ffffff' d='M15 3h-2c-0.553 0-1 0.048-1 0.6v12.8c0 0.552 0.447 0.6 1 0.6h2c0.553 0 1-0.048 1-0.6v-12.8c0-0.552-0.447-0.6-1-0.6zM7 3h-2c-0.553 0-1 0.048-1 0.6v12.8c0 0.552 0.447 0.6 1 0.6h2c0.553 0 1-0.048 1-0.6v-12.8c0-0.552-0.447-0.6-1-0.6z'%3E%3C/path%3E%3C/svg%3E");
}
.banner .plyr__control--overlaid {
  margin: auto;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.5);
}
@media (min-width: 768px) {
  .banner .plyr__control--overlaid {
    transform: translate(-50%, -50%) scale(1);
  }
}
.plyr__control--overlaid svg {
  left: 5px;
  position: relative;
  opacity: 0;
  width: 26px;
  height: 26px;
}
@media (min-width: 768px) {
  .plyr__control--overlaid svg {
    width: 52px;
    height: 52px;
  }
}
.plyr__control--overlaid:hover, .plyr__control--overlaid:focus {
  opacity: 1;
}
.plyr__control--overlaid::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
}

.plyr--video.plyr--hide-controls .plyr__control--overlaid {
  opacity: 0;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--video .plyr__progress__buffer {
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:fullscreen video {
  height: 100%;
}
.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:fullscreen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

/* stylelint-disable-next-line */
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-webkit-full-screen video {
  height: 100%;
}
.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

/* stylelint-disable-next-line */
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-moz-full-screen video {
  height: 100%;
}
.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

/* stylelint-disable-next-line */
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-ms-fullscreen video {
  height: 100%;
}
.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr--fullscreen-fallback video {
  height: 100%;
}
.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr--fullscreen-fallback {
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}
.plyr__ads::after {
  background: hsl(216, 15%, 16%);
  border-radius: 2px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}
.plyr__ads::after:empty {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin: -var(--plyr-range-track-height, 5px)/2 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  bottom: 100%;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: var(--plyr-tooltip-radius, 3px);
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  z-index: 2;
}
.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
.plyr__preview-thumb::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr__preview-thumb__image-container {
  background: hsl(216, 15%, 79%);
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}
.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  color: #fff;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  padding: 3px 6px;
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}
.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}
.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

.carousel .swiper-slide {
  background-color: #fff;
}
.carousel .container-xs {
  max-width: none;
}
.carousel .rounded-bottom-right-xxl {
  border-radius: 0 !important;
}
@media (min-width: 576px) {
  .carousel .banner-title.ml-auto,
  .carousel .banner-copy.ml-auto,
  .carousel .banner-ctas.ml-auto {
    padding-right: 8.3333333333%;
  }
}
@media (min-width: 576px) {
  .carousel .banner-title.mr-auto,
  .carousel .banner-copy.mr-auto,
  .carousel .banner-ctas.mr-auto {
    padding-left: 8.3333333333%;
  }
}
@media (min-width: 768px) {
  .carousel .banner-copy-mobile {
    padding-right: 8.3333333333%;
    padding-left: 8.3333333333%;
  }
}
@media (min-width: 768px) {
  .carousel .quotation .blockquote {
    color: #fff;
  }
}
.carousel .quotation .blockquote::before,
.carousel .quotation .blockquote::after {
  display: none;
}
@media (min-width: 768px) {
  .carousel .quotation .blockquote::before,
  .carousel .quotation .blockquote::after {
    display: block;
  }
}
.carousel .blockquote blockquote {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .carousel .blockquote blockquote {
    font-size: 1.5rem;
  }
}
.carousel .swiper-slide-prev .banner::before,
.carousel .swiper-slide-next .banner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #443D66;
  z-index: 4;
  opacity: 60%;
}
.carousel .swiper-prev-next-button.previous {
  left: 5%;
}
.carousel .swiper-prev-next-button.next {
  right: 5%;
}

.bg-dark {
  color: #fff;
}

.bg-light {
  color: #443D66;
}

.bg-light .card:not(.card-extra-small):not(.card-accordion) {
  background: #443D66;
  color: #fff;
}

section.bg-white .highlight {
  background: #f0f0f0;
}
section.bg-white .card-accordion .card-header .btn-block {
  color: #443D66;
}

section.bg-gray-lighter .highlight {
  background: #fff;
  color: #443D66;
  border-color: #776B99 !important;
}
section.bg-gray-lighter .card-accordion .card-header .btn-block,
section.bg-gray-lighter .card-accordion .card-header .btn-block:active {
  color: #443D66;
}

section.bg-dark .card-extra-small {
  background: #514B73;
}

.nav-tabs .nav-link {
  background: #6A6680;
}
.nav-tabs .nav-link::after {
  display: none;
}

.nav-tabs .nav-link.active {
  background: #443D66;
}

.colorOne.nav-item .nav-link::after {
  background-color: #6F6FB8;
}
.colorOne.active > .nav-link::after, .colorOne.active.nav-link::after {
  background-color: #6F6FB8;
}
.colorOne.nav-item .dropdown-menu .nav-item .nav-link .nav-link-title {
  color: #6F6FB8;
}
.colorOne .modal-content,
.colorOne .card-extra-small {
  border-color: #776B99 !important;
}
.colorOne .cards .card-container .card {
  background: #443D66;
}
.colorOne .cards .card-container:nth-child(2) .card {
  background: #514B73;
}
.colorOne .cards .card-container:nth-child(3) .card {
  background: #866B99;
}
.colorOne .cards .card-container:nth-child(4) .card {
  background: #776B99;
}
.colorOne .bg-dark .highlight {
  border-color: #776B99 !important;
  background: #514B73;
}

.colorTwo.nav-item .nav-link::after {
  background-color: #4A97A1;
}
.colorTwo.active > .nav-link::after, .colorTwo.active.nav-link::after {
  background-color: #4A97A1;
}
.colorTwo.nav-item .dropdown-menu .nav-item .nav-link .nav-link-title {
  color: #457E8A;
}
.colorTwo .banner-title {
  color: #B8DEE6;
}
.colorTwo .icon-scroll-down {
  fill: #B8DEE6;
}
.colorTwo .modal-content,
.colorTwo .card-extra-small {
  border-color: #457E8A !important;
}
.colorTwo .cards .card-container .card {
  border-top-color: #457E8A !important;
  background: #2E7584;
}
.colorTwo .cards .card-container:nth-child(2) .card {
  background: #1A5966;
}
.colorTwo .cards .card-container:nth-child(3) .card {
  background: #457E8A;
}
.colorTwo .cards .card-small .card-title,
.colorTwo .cards .card-small .btn,
.colorTwo .cards .card-small .btn-title {
  color: #2E7584;
}
.colorTwo .highlights .highlight,
.colorTwo .highlights .accordion .card,
.colorTwo .accordions .highlight,
.colorTwo .accordions .accordion .card {
  border-color: #4A97A1 !important;
}

.colorThree.nav-item .nav-link::after {
  background-color: #8E4D6D;
}
.colorThree.active > .nav-link::after, .colorThree.active.nav-link::after {
  background-color: #8E4D6D;
}
.colorThree.nav-item .dropdown-menu .nav-item .nav-link .nav-link-title {
  color: #8E4D6D;
}
.colorThree .banner-title {
  color: #DAA2BD;
}
.colorThree .icon-scroll-down {
  fill: #DAA2BD;
}
.colorThree .modal-content,
.colorThree .card-extra-small {
  border-color: #8E4D6D !important;
}
.colorThree .cards .card-container .card {
  border-top-color: #8E4D6D !important;
  background: #8E4D6D;
}
.colorThree .cards .card-container:nth-child(2) .card {
  background: #733453;
}
.colorThree .cards .card-container:nth-child(3) .card {
  background: #A65B80;
}
.colorThree .cards .card-small .card-title,
.colorThree .cards .card-small .btn,
.colorThree .cards .card-small .btn-title {
  color: #733453;
}
.colorThree .highlights .highlight,
.colorThree .highlights .accordion .card,
.colorThree .accordions .highlight,
.colorThree .accordions .accordion .card {
  border-color: #A65B80 !important;
}

.colorFour.nav-item .nav-link::after {
  background-color: #866B99;
}
.colorFour.active > .nav-link::after, .colorFour.active.nav-link::after {
  background-color: #866B99;
}
.colorFour.nav-item .dropdown-menu .nav-item .nav-link .nav-link-title {
  color: #866B99;
}
.colorFour .banner-title {
  color: #C3A5D9;
}
.colorFour .icon-scroll-down {
  fill: #C3A5D9;
}
.colorFour .modal-content,
.colorFour .card-extra-small {
  border-color: #866B99 !important;
}
.colorFour .cards .card-container .card {
  border-top-color: #866B99 !important;
  background: #866B99;
}
.colorFour .cards .card-container:nth-child(2) .card {
  background: #6C5080;
}
.colorFour .cards .card-container:nth-child(3) .card {
  background: #9C7DB3;
}
.colorFour .cards .card-small .card-title,
.colorFour .cards .card-small .btn,
.colorFour .cards .card-small .btn-title {
  color: #6C5080;
}
.colorFour .highlights .highlight,
.colorFour .highlights .accordion .card,
.colorFour .accordions .highlight,
.colorFour .accordions .accordion .card {
  border-color: #9C7DB3 !important;
}

.colorFive.nav-item .nav-link::after {
  background-color: #8D9663;
}
.colorFive.active > .nav-link::after, .colorFive.active.nav-link::after {
  background-color: #8D9663;
}
.colorFive.nav-item .dropdown-menu .nav-item .nav-link .nav-link-title {
  color: #8D9663;
}
.colorFive .banner-title {
  color: #BEC49D;
}
.colorFive .icon-scroll-down {
  fill: #BEC49D;
}
.colorFive .modal-content,
.colorFive .card-extra-small {
  border-color: #8D9663 !important;
}

.colorSix.nav-item .nav-link::after {
  background-color: #7A7574;
}
.colorSix.active > .nav-link::after, .colorSix.active.nav-link::after {
  background-color: #7A7574;
}
.colorSix.nav-item .dropdown-menu .nav-item .nav-link .nav-link-title {
  color: #7A7574;
}
.colorSix .banner-title {
  color: #BFB6B6;
}
.colorSix .icon-scroll-down {
  fill: #BFB6B6;
}
.colorSix .modal-content,
.colorSix .card-extra-small {
  border-color: #BFB6B6 !important;
}
.colorSix .cards .card-container .card {
  border-top-color: #7A7574 !important;
  background: #7A7574;
}
.colorSix .cards .card-container:nth-child(2) .card {
  background: #999391;
}
.colorSix .cards .card-container:nth-child(3) .card {
  background: #7A7574;
}
.colorSix .cards .card-small .card-title,
.colorSix .cards .card-small .btn,
.colorSix .cards .card-small .btn-title {
  color: #999391;
}
.colorSix .highlights .highlight,
.colorSix .highlights .accordion .card,
.colorSix .accordions .highlight,
.colorSix .accordions .accordion .card {
  border-color: #BFB6B6 !important;
}

.colorSeven.nav-item .nav-link::after {
  background-color: #546699;
}
.colorSeven.active > .nav-link::after, .colorSeven.active.nav-link::after {
  background-color: #546699;
}
.colorSeven.nav-item .dropdown-menu .nav-item .nav-link .nav-link-title {
  color: #546699;
}
.colorSeven .banner-title {
  color: #9dafe1;
}
.colorSeven .icon-scroll-down {
  fill: #9dafe1;
}
.colorSeven .modal-content,
.colorSeven .card-extra-small {
  border-color: #546699 !important;
}

html {
  touch-action: manipulation;
  height: 100%;
  font-size: 13px;
}

@media (min-width: 576px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 1020px) {
  html {
    font-size: 17px;
  }
}
@media (min-width: 1270px) {
  html {
    font-size: 18px;
  }
}
body {
  font-weight: 300;
  letter-spacing: 0.02rem;
  margin-top: 5.28rem;
}
@media only screen and (min-width: 576px) and (orientation: landscape) {
  body {
    margin-top: 5.28rem;
  }
}
@media only screen and (min-width: 576px) and (orientation: portrait) {
  body {
    margin-top: 5.28rem;
  }
}
@media only screen and (min-width: 768px) and (orientation: landscape) {
  body {
    margin-top: 5.28rem;
  }
}
@media only screen and (min-width: 768px) and (orientation: portrait) {
  body {
    margin-top: 5.28rem;
  }
}
@media only screen and (min-width: 1020px) and (orientation: landscape) {
  body {
    margin-top: 5.28rem;
  }
}
@media only screen and (min-width: 1020px) and (orientation: portrait) {
  body {
    margin-top: 5.28rem;
  }
}
@media only screen and (min-width: 1270px) and (orientation: landscape) {
  body {
    margin-top: 5.28rem;
  }
}
@media only screen and (min-width: 1460px) and (orientation: landscape) {
  body {
    margin-top: 5.28rem;
  }
}

.main a:not(.nav-link):not(.btn):not(.breadcrumb-link):not(.person-link):not(.page-link) {
  font-weight: 500;
}

[class*=module-] {
  position: relative;
  z-index: 11;
}

.main > .banner,
.main > .carousel {
  z-index: 10;
  margin-top: -3.1rem;
}
@media (min-width: 768px) {
  .main > .banner,
  .main > .carousel {
    margin-top: -4.75rem;
  }
}
.main > .banner + .banner,
.main > .carousel + .banner {
  z-index: 9;
}
.main > .banner + .banner + .banner,
.main > .carousel + .banner + .banner {
  z-index: 8;
}
.main > .banner + .banner + .banner + .banner,
.main > .carousel + .banner + .banner + .banner {
  z-index: 7;
}
.main > .banner + .banner + .banner + .banner + .banner,
.main > .carousel + .banner + .banner + .banner + .banner {
  z-index: 6;
}
.main > .banner + .banner + .banner + .banner + .banner + .banner,
.main > .carousel + .banner + .banner + .banner + .banner + .banner {
  z-index: 5;
}
.main > .banner + .banner + .banner + .banner + .banner + .banner + .banner,
.main > .carousel + .banner + .banner + .banner + .banner + .banner + .banner {
  z-index: 4;
}
.main > .banner.module-1,
.main > .carousel.module-1 {
  z-index: 2;
  order: -1;
  margin-top: 0;
}
.main > .banner.module-1 .banner-inner,
.main > .carousel.module-1 .banner-inner {
  padding-top: 0;
}

section.bg-white + .bg-white,
section.bg-gray-lighter + .bg-gray-lighter,
section.bg-dark + .bg-dark:not(.banner),
section.bg-white + .modals + .bg-white,
section.bg-gray-lighter + .modals + .bg-gray-lighter,
section.bg-dark + .modals + .bg-dark,
section.tabs + .bg-dark,
.bg-colorOne-darkest .tab-pane > .container + .bg-colorOne-darkest.accordions {
  padding-top: 0 !important;
  margin-top: -1px !important;
}
section.bg-white + .bg-white .container:first-child > .columns:first-child > .column-content > .title,
section.bg-gray-lighter + .bg-gray-lighter .container:first-child > .columns:first-child > .column-content > .title,
section.bg-dark + .bg-dark:not(.banner) .container:first-child > .columns:first-child > .column-content > .title,
section.bg-white + .modals + .bg-white .container:first-child > .columns:first-child > .column-content > .title,
section.bg-gray-lighter + .modals + .bg-gray-lighter .container:first-child > .columns:first-child > .column-content > .title,
section.bg-dark + .modals + .bg-dark .container:first-child > .columns:first-child > .column-content > .title,
section.tabs + .bg-dark .container:first-child > .columns:first-child > .column-content > .title,
.bg-colorOne-darkest .tab-pane > .container + .bg-colorOne-darkest.accordions .container:first-child > .columns:first-child > .column-content > .title {
  margin-top: 0 !important;
}

section.banner + [class*=module-]:not(.banner),
div.carousel + [class*=module-]:not(.banner) {
  margin-top: 0;
}

.breadcrumb-container + .page-title + .banner + section .column-1 .copy:first-child {
  margin-top: 0.5rem;
}

.rounded-bottom-right-xxl + .bg-dark::before,
.rounded-bottom-right-xxl + .bg-light::before,
.rounded-bottom-right-xxl + .modals + .bg-dark::before,
.rounded-bottom-right-xxl + .modals + .bg-light::before,
.tabs + .bg-dark::before,
.tabs + .bg-light::before,
.tab-content-container::before,
.rounded-bottom-right-xxl + .tabs .sticky-tabs::before {
  content: "";
  position: absolute;
  background-color: transparent;
  right: 0;
  height: 6.2rem;
  width: 3.1rem;
  top: -6.2rem;
  border-bottom-right-radius: 3.1rem;
}
@media (min-width: 768px) {
  .rounded-bottom-right-xxl + .bg-dark::before,
  .rounded-bottom-right-xxl + .bg-light::before,
  .rounded-bottom-right-xxl + .modals + .bg-dark::before,
  .rounded-bottom-right-xxl + .modals + .bg-light::before,
  .tabs + .bg-dark::before,
  .tabs + .bg-light::before,
  .tab-content-container::before,
  .rounded-bottom-right-xxl + .tabs .sticky-tabs::before {
    height: 9.5rem;
    width: 4.75rem;
    top: -9.5rem;
    border-bottom-right-radius: 4.75rem;
  }
}

.rounded-bottom-right-xxl + .bg-colorOne-darkest::before,
.rounded-bottom-right-xxl + .modals + .bg-colorOne-darkest::before,
.tabs + .bg-colorOne-darkest::before,
.tab-content-container.bg-colorOne-darkest::before,
.bg-colorOne-darkest + .tabs .sticky-tabs::before {
  box-shadow: 0 3.1rem 0 #443D66;
}
@media (min-width: 768px) {
  .rounded-bottom-right-xxl + .bg-colorOne-darkest::before,
  .rounded-bottom-right-xxl + .modals + .bg-colorOne-darkest::before,
  .tabs + .bg-colorOne-darkest::before,
  .tab-content-container.bg-colorOne-darkest::before,
  .bg-colorOne-darkest + .tabs .sticky-tabs::before {
    box-shadow: 0 4.75rem 0 #443D66;
  }
}

.rounded-bottom-right-xxl + .bg-white::before,
.rounded-bottom-right-xxl + .modals + .bg-white::before,
.tabs + .bg-white::before,
.tab-content-container.bg-white::before,
.bg-white + .tabs .sticky-tabs::before {
  box-shadow: 0 3.1rem 0 #fff;
}
@media (min-width: 768px) {
  .rounded-bottom-right-xxl + .bg-white::before,
  .rounded-bottom-right-xxl + .modals + .bg-white::before,
  .tabs + .bg-white::before,
  .tab-content-container.bg-white::before,
  .bg-white + .tabs .sticky-tabs::before {
    box-shadow: 0 4.75rem 0 #fff;
  }
}

.rounded-bottom-right-xxl + .bg-gray-lighter::before,
.rounded-bottom-right-xxl + .modals + .bg-gray-lighter::before,
.tabs + .bg-gray-lighter::before,
.tab-content-container.bg-gray-lighter::before,
.bg-gray-lighter + .tabs .sticky-tabs::before {
  box-shadow: 0 3.1rem 0 #f0f0f0;
}
@media (min-width: 768px) {
  .rounded-bottom-right-xxl + .bg-gray-lighter::before,
  .rounded-bottom-right-xxl + .modals + .bg-gray-lighter::before,
  .tabs + .bg-gray-lighter::before,
  .tab-content-container.bg-gray-lighter::before,
  .bg-gray-lighter + .tabs .sticky-tabs::before {
    box-shadow: 0 4.75rem 0 #f0f0f0;
  }
}

.rounded-bottom-right-xxl + .tabs .sticky-tabs::before {
  width: 100%;
  top: auto;
  bottom: 3.1rem;
  pointer-events: none;
}
@media (min-width: 768px) {
  .rounded-bottom-right-xxl + .tabs .sticky-tabs::before {
    bottom: 4.75rem;
  }
}

.bg-colorOne-darkest + .tabs .sticky-tabs::before {
  background-color: #443D66;
}

footer .logo-global svg {
  filter: brightness(0%) invert(100%);
}

.bg-gray-lighter + .tabs .sticky-tabs::before {
  background-color: #f0f0f0;
}

section.cards + section.cards {
  margin-top: -3.1rem !important;
}
@media (min-width: 768px) {
  section.cards + section.cards {
    margin-top: -4.75rem !important;
  }
}

@media (min-width: 768px) {
  .banner + .banner::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    box-shadow: none;
    border-bottom: calc(4.75rem + 2.4rem) solid #fff;
    width: calc(100% + 2.4rem / 2);
    border-bottom-right-radius: 4.75rem;
  }
}
@media (min-width: 768px) {
  .banner + .banner .banner-inner {
    margin-top: 2.375rem;
  }
}

.main > [class*=module-]:last-of-type:not(.bg-light) {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.icon-scroll-down {
  fill: #C2C2F2;
  display: none;
}

.page-title + .banner .icon-scroll-down {
  display: none;
}
@media (min-width: 768px) {
  .page-title + .banner .icon-scroll-down {
    display: block;
  }
}

.divider-vertical::before {
  content: "";
  display: none;
  position: absolute;
  top: -0.5rem;
  bottom: -0.5rem;
  width: 1px;
  background: currentColor;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .divider-vertical::before {
    display: block;
  }
}

.divider-vertical-left::before {
  left: -0.5rem;
}

.divider-vertical-right::before {
  right: -0.5rem;
}

.tabs .column-content,
.accordions .column-content {
  display: flex;
  flex-direction: row;
}
.tabs .column-content .title,
.accordions .column-content .title {
  min-width: 100%;
}
.tabs .column-content h3,
.tabs .column-content .h3,
.accordions .column-content h3,
.accordions .column-content .h3 {
  position: relative;
}
@media (min-width: 768px) {
  .tabs .column-content .ctas,
  .tabs .column-content .cta,
  .accordions .column-content .ctas,
  .accordions .column-content .cta {
    margin-left: auto;
  }
}
.tabs .accordions,
.accordions .accordions {
  z-index: 0;
}

.tabs .container + .accordions {
  margin-top: 1.8rem;
}

/* -------------------------------------------------------------------------------- *
 * Reveals
 * -------------------------------------------------------------------------------- */
.reveal-fade-in {
  opacity: 0;
  transition: opacity 250ms ease-in;
  will-change: opacity;
}

.reveal-fade-in.reveal {
  opacity: 1;
}

.reveal-expose {
  filter: contrast(0%) saturate(25%) brightness(200%);
  transition: filter 1s ease-in;
  will-change: filter;
}

.reveal-expose.reveal {
  filter: contrast(100%) saturate(100%) brightness(100%);
}

@media (max-width: 1019.98px) {
  .reveal-fade-in {
    opacity: 1;
  }
  .reveal-expose {
    filter: none;
  }
}
.swiper-slide-invisible-blank {
  width: 0;
}

.errors + .form-input .form-control,
.errors + .form-input .form-radio,
.errors + .form-input .custom-select {
  border-bottom: 1px solid #dc3545;
}

.form-input:first-of-type {
  order: 1;
}

.errors:first-child {
  order: 2;
}

.form-input:first-of-type + .errors {
  order: 4;
}

.form-input:nth-of-type(2) {
  order: 3;
}

.form-input:nth-of-type(2) + .errors {
  order: 6;
}

.form-input:nth-of-type(3) {
  order: 5;
}

.form-input:nth-of-type(3) + .errors {
  order: 8;
}

.form-input:nth-of-type(4) {
  order: 7;
}

.form-input:nth-of-type(4) + .errors {
  order: 10;
}

.form-input:nth-of-type(5) {
  order: 9;
}

.form-input:nth-of-type(5) + .errors {
  order: 12;
}

.form-input:nth-of-type(6) {
  order: 11;
}

.form-input:nth-of-type(6) + .errors {
  order: 14;
}

.form-input:nth-of-type(7) {
  order: 13;
}

.form-input:nth-of-type(7) + .errors {
  order: 16;
}

.form-input:nth-of-type(8) {
  order: 15;
}

.form-input:nth-of-type(8) + .errors {
  order: 18;
}

.form-input:nth-of-type(9) {
  order: 17;
}

.form-input:nth-of-type(9) + .errors {
  order: 20;
}

.form-input:nth-of-type(10) {
  order: 19;
}

.form-input:nth-of-type(10) + .errors {
  order: 22;
}

.form-input:nth-of-type(11) {
  order: 21;
}

.form-input:nth-of-type(11) + .errors {
  order: 24;
}

.form-input:nth-of-type(12) {
  order: 23;
}

.form-input:nth-of-type(12) + .errors {
  order: 26;
}

.form-input:nth-of-type(13) {
  order: 25;
}

.form-input:nth-of-type(13) + .errors {
  order: 28;
}

.form-input:nth-of-type(14) {
  order: 27;
}

.form-input:nth-of-type(14) + .errors {
  order: 30;
}

.form-input:nth-of-type(15) {
  order: 29;
}

.form-input:nth-of-type(15) + .errors {
  order: 32;
}

.form-input:nth-of-type(16) {
  order: 31;
}

video::-webkit-media-controls,
video::-webkit-media-controls-start-playback-button,
video::-webkit-media-controls-play-button,
video::-webkit-media-controls-panel,
video::-webkit-media-controls-container,
video::-webkit-media-controls-overlay-play-button,
video::-webkit-media-controls-enclosure {
  display: none !important;
  -webkit-appearance: none;
  opacity: 0 !important;
}

footer h2 {
  font-size: 1.75rem;
}