@charset "UTF-8";
/* ======= uikit overlay couleur
*/
/* ======= couleur des liens par défault
*/
/* ======= font size
*/
/* Pour faire l'appel de la font désiré :
  map-get($font-size,10);
 */
/* ======= fonts à déclarer
*/
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;300&family=Ubuntu:wght@300;400;700&display=swap");
.font-2 {
  font-family: "Raleway", sans-serif; }

/* ======= fonts weight
*/
/* ======= variables de bootsrap à réutiliser
*/
.fw-500 {
  font-weight: 500; }

.fw-600 {
  font-weight: 600; }

/* ======= border-radius
*/
/* ======= spacers
*/
/* ======= les gutters
*/
/* ======= position absolute
*/
/* ======= z-index
*/
/* ======= width
*/
/* ======= negative
*/
/* ======= utilities de bootstrap
*/
/* ======= transitions
*/
/* ======= shadow générique
*/
/* ======= card
*/
/* =================== Taille des containers
 */
/* =================== Nav
 */
/* =================== Btn
 */
/* =================== select
 */
/* =================== dropdown
 */
/* =================== input
 */
/* ====== obligatoire
 */
/* ====== optionnel
 */
:root {
  --bs-blue: #007bff;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #e83e8c;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #28a745;
  --bs-teal: #20c997;
  --bs-cyan: #65afe2;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #373736;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #373736;
  --bs-gray-900: #212529;
  --bs-primary: #74A52F;
  --bs-secondary: #191919;
  --bs-terciary: #777777;
  --bs-success: #28a745;
  --bs-info: #65afe2;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #373736;
  --bs-mobile: #dee2e6;
  --bs-body: #fff;
  --bs-footer: #191919;
  --bs-error: #dee2e6;
  --bs-blanc-clair: #FEFEFE;
  --bs-gris-fonce2: #1A2E4B;
  --bs-gris-clair: #F0F0F0;
  --bs-gris-clair2: #D7D7D7;
  --bs-vert-clair: #C1DE97;
  --bs-primary-rgb: 116, 165, 47;
  --bs-secondary-rgb: 25, 25, 25;
  --bs-terciary-rgb: 119, 119, 119;
  --bs-success-rgb: 40, 167, 69;
  --bs-info-rgb: 101, 175, 226;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 55, 55, 54;
  --bs-mobile-rgb: 222, 226, 230;
  --bs-body-rgb: 255, 255, 255;
  --bs-footer-rgb: 25, 25, 25;
  --bs-error-rgb: 222, 226, 230;
  --bs-blanc-clair-rgb: 254, 254, 254;
  --bs-gris-fonce2-rgb: 26, 46, 75;
  --bs-gris-clair-rgb: 240, 240, 240;
  --bs-gris-clair2-rgb: 215, 215, 215;
  --bs-vert-clair-rgb: 193, 222, 151;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff; }

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25; }

hr:not([size]) {
  height: 1px; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw); }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 2.5rem; } }

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw); }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 2rem; } }

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw); }
  @media (min-width: 1200px) {
    h3, .h3 {
      font-size: 1.75rem; } }

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw); }
  @media (min-width: 1200px) {
    h4, .h4 {
      font-size: 1.5rem; } }

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

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

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

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

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

ol,
ul {
  padding-left: 2rem; }

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small, .small {
  font-size: 0.875em; }

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

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #74A52F;
  text-decoration: underline; }
  a:hover {
    color: #5d8426; }

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

code {
  font-size: 0.875em;
  color: #e83e8c;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700; }

figure {
  margin: 0 0 1rem; }

img,
svg {
  vertical-align: middle; }

table {
  caption-side: bottom;
  border-collapse: collapse; }

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

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

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0; }

label {
  display: inline-block; }

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,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }
  select:disabled {
    opacity: 1; }

[list]::-webkit-calendar-picker-indicator {
  display: none; }

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

::-moz-focus-inner {
  padding: 0;
  border-style: none; }

textarea {
  resize: vertical; }

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit; }
  @media (min-width: 1200px) {
    legend {
      font-size: 1.5rem; } }
  legend + * {
    clear: left; }

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0; }

::-webkit-inner-spin-button {
  height: auto; }

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-color-swatch-wrapper {
  padding: 0; }

::file-selector-button {
  font: inherit; }

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

output {
  display: inline-block; }

iframe {
  border: 0; }

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

progress {
  vertical-align: baseline; }

[hidden] {
  display: none !important; }

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-1 {
      font-size: 5rem; } }

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-2 {
      font-size: 4.5rem; } }

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

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-4 {
      font-size: 3.5rem; } }

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-5 {
      font-size: 3rem; } }

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-6 {
      font-size: 2.5rem; } }

.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: 0.875em;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }
  .blockquote > :last-child {
    margin-bottom: 0; }

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

.float-start {
  float: left !important; }

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

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

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

.opacity-25 {
  opacity: 0.25 !important; }

.opacity-50 {
  opacity: 0.5 !important; }

.opacity-75 {
  opacity: 0.75 !important; }

.opacity-100 {
  opacity: 1 !important; }

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

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

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

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

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

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

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

.d-grid {
  display: grid !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; }

.d-none {
  display: none !important; }

.shadow {
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.05) !important; }

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

.shadow-lg {
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.15) !important; }

.shadow-none {
  box-shadow: none !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; }

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

.top-10 {
  top: 10% !important; }

.top-20 {
  top: 20% !important; }

.top-40 {
  top: 40% !important; }

.top-50 {
  top: 50% !important; }

.top-90 {
  top: 90% !important; }

.top-100 {
  top: 100% !important; }

.top-50px {
  top: 50px !important; }

.top-30px {
  top: 30px !important; }

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

.bottom-10 {
  bottom: 10% !important; }

.bottom-20 {
  bottom: 20% !important; }

.bottom-40 {
  bottom: 40% !important; }

.bottom-50 {
  bottom: 50% !important; }

.bottom-90 {
  bottom: 90% !important; }

.bottom-100 {
  bottom: 100% !important; }

.bottom-50px {
  bottom: 50px !important; }

.bottom-30px {
  bottom: 30px !important; }

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

.start-10 {
  left: 10% !important; }

.start-20 {
  left: 20% !important; }

.start-40 {
  left: 40% !important; }

.start-50 {
  left: 50% !important; }

.start-90 {
  left: 90% !important; }

.start-100 {
  left: 100% !important; }

.start-50px {
  left: 50px !important; }

.start-30px {
  left: 30px !important; }

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

.end-10 {
  right: 10% !important; }

.end-20 {
  right: 20% !important; }

.end-40 {
  right: 40% !important; }

.end-50 {
  right: 50% !important; }

.end-90 {
  right: 90% !important; }

.end-100 {
  right: 100% !important; }

.end-50px {
  right: 50px !important; }

.end-30px {
  right: 30px !important; }

.translate-middle {
  transform: translate(-50%, -50%) !important; }

.translate-middle-x {
  transform: translateX(-50%) !important; }

.translate-middle-y {
  transform: translateY(-50%) !important; }

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #74A52F !important; }

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

.border-terciary {
  border-color: #777777 !important; }

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

.border-info {
  border-color: #65afe2 !important; }

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

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

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

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

.border-mobile {
  border-color: #dee2e6 !important; }

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

.border-footer {
  border-color: #191919 !important; }

.border-error {
  border-color: #dee2e6 !important; }

.border-blanc-clair {
  border-color: #FEFEFE !important; }

.border-gris-fonce2 {
  border-color: #1A2E4B !important; }

.border-gris-clair {
  border-color: #F0F0F0 !important; }

.border-gris-clair2 {
  border-color: #D7D7D7 !important; }

.border-vert-clair {
  border-color: #C1DE97 !important; }

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

.border-1 {
  border-width: 1px !important; }

.border-2 {
  border-width: 2px !important; }

.border-3 {
  border-width: 3px !important; }

.border-4 {
  border-width: 4px !important; }

.border-5 {
  border-width: 5px !important; }

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

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

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

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

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

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

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

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

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

.w-165px {
  width: 165px !important; }

.w-280px {
  width: 280px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

.h-165px {
  height: 165px !important; }

.h-280px {
  height: 280px !important; }

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

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

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

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

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

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

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

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

.gap-65 {
  gap: 6.5rem !important; }

.gap-64 {
  gap: 6.4rem !important; }

.gap-63 {
  gap: 6.3rem !important; }

.gap-62 {
  gap: 6.2rem !important; }

.gap-61 {
  gap: 6.1rem !important; }

.gap-60 {
  gap: 60px !important; }

.gap-59 {
  gap: 5.9rem !important; }

.gap-58 {
  gap: 5.8rem !important; }

.gap-57 {
  gap: 5.7rem !important; }

.gap-56 {
  gap: 5.6rem !important; }

.gap-55 {
  gap: 5.5rem !important; }

.gap-54 {
  gap: 5.4rem !important; }

.gap-53 {
  gap: 5.3rem !important; }

.gap-52 {
  gap: 5.2rem !important; }

.gap-51 {
  gap: 5.1rem !important; }

.gap-50 {
  gap: 5rem !important; }

.gap-49 {
  gap: 4.9rem !important; }

.gap-48 {
  gap: 4.8rem !important; }

.gap-47 {
  gap: 4.7rem !important; }

.gap-46 {
  gap: 4.6rem !important; }

.gap-45 {
  gap: 4.5rem !important; }

.gap-44 {
  gap: 4.4rem !important; }

.gap-43 {
  gap: 4.3rem !important; }

.gap-42 {
  gap: 4.2rem !important; }

.gap-41 {
  gap: 4.1rem !important; }

.gap-40 {
  gap: 4rem !important; }

.gap-39 {
  gap: 3.9rem !important; }

.gap-38 {
  gap: 3.8rem !important; }

.gap-37 {
  gap: 3.7rem !important; }

.gap-36 {
  gap: 3.6rem !important; }

.gap-35 {
  gap: 3.5rem !important; }

.gap-34 {
  gap: 3.4rem !important; }

.gap-33 {
  gap: 3.3rem !important; }

.gap-32 {
  gap: 3.2rem !important; }

.gap-31 {
  gap: 3.1rem !important; }

.gap-30 {
  gap: 3rem !important; }

.gap-29 {
  gap: 2.9rem !important; }

.gap-28 {
  gap: 2.8rem !important; }

.gap-27 {
  gap: 2.7rem !important; }

.gap-26 {
  gap: 2.6rem !important; }

.gap-25 {
  gap: 2.5rem !important; }

.gap-24 {
  gap: 2.4rem !important; }

.gap-23 {
  gap: 2.3rem !important; }

.gap-22 {
  gap: 2.2rem !important; }

.gap-21 {
  gap: 2.1rem !important; }

.gap-20 {
  gap: 2rem !important; }

.gap-19 {
  gap: 1.9rem !important; }

.gap-18 {
  gap: 1.8rem !important; }

.gap-17 {
  gap: 1.7rem !important; }

.gap-16 {
  gap: 1.6rem !important; }

.gap-15 {
  gap: 1.5rem !important; }

.gap-14 {
  gap: 1.4rem !important; }

.gap-13 {
  gap: 1.3rem !important; }

.gap-12 {
  gap: 1.2rem !important; }

.gap-11 {
  gap: 1.1rem !important; }

.gap-10 {
  gap: 1rem !important; }

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

.gap-1 {
  gap: 0.25rem !important; }

.gap-2 {
  gap: 0.5rem !important; }

.gap-3 {
  gap: 1rem !important; }

.gap-4 {
  gap: 1.5rem !important; }

.gap-5 {
  gap: 5px !important; }

.gap-80 {
  gap: 80px !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; }

.justify-content-evenly {
  justify-content: space-evenly !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; }

.order-first {
  order: -1 !important; }

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

.order-1 {
  order: 1 !important; }

.order-2 {
  order: 2 !important; }

.order-3 {
  order: 3 !important; }

.order-4 {
  order: 4 !important; }

.order-5 {
  order: 5 !important; }

.order-last {
  order: 6 !important; }

.m-65 {
  margin: 6.5rem !important; }

.m-64 {
  margin: 6.4rem !important; }

.m-63 {
  margin: 6.3rem !important; }

.m-62 {
  margin: 6.2rem !important; }

.m-61 {
  margin: 6.1rem !important; }

.m-60 {
  margin: 60px !important; }

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

.m-58 {
  margin: 5.8rem !important; }

.m-57 {
  margin: 5.7rem !important; }

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

.m-55 {
  margin: 5.5rem !important; }

.m-54 {
  margin: 5.4rem !important; }

.m-53 {
  margin: 5.3rem !important; }

.m-52 {
  margin: 5.2rem !important; }

.m-51 {
  margin: 5.1rem !important; }

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

.m-49 {
  margin: 4.9rem !important; }

.m-48 {
  margin: 4.8rem !important; }

.m-47 {
  margin: 4.7rem !important; }

.m-46 {
  margin: 4.6rem !important; }

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

.m-44 {
  margin: 4.4rem !important; }

.m-43 {
  margin: 4.3rem !important; }

.m-42 {
  margin: 4.2rem !important; }

.m-41 {
  margin: 4.1rem !important; }

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

.m-39 {
  margin: 3.9rem !important; }

.m-38 {
  margin: 3.8rem !important; }

.m-37 {
  margin: 3.7rem !important; }

.m-36 {
  margin: 3.6rem !important; }

.m-35 {
  margin: 3.5rem !important; }

.m-34 {
  margin: 3.4rem !important; }

.m-33 {
  margin: 3.3rem !important; }

.m-32 {
  margin: 3.2rem !important; }

.m-31 {
  margin: 3.1rem !important; }

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

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

.m-28 {
  margin: 2.8rem !important; }

.m-27 {
  margin: 2.7rem !important; }

.m-26 {
  margin: 2.6rem !important; }

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

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

.m-23 {
  margin: 2.3rem !important; }

.m-22 {
  margin: 2.2rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

.m-0 {
  margin: 0 !important; }

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

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

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

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

.m-5 {
  margin: 5px !important; }

.m-80 {
  margin: 80px !important; }

.m-auto {
  margin: auto !important; }

.mx-65 {
  margin-right: 6.5rem !important;
  margin-left: 6.5rem !important; }

.mx-64 {
  margin-right: 6.4rem !important;
  margin-left: 6.4rem !important; }

.mx-63 {
  margin-right: 6.3rem !important;
  margin-left: 6.3rem !important; }

.mx-62 {
  margin-right: 6.2rem !important;
  margin-left: 6.2rem !important; }

.mx-61 {
  margin-right: 6.1rem !important;
  margin-left: 6.1rem !important; }

.mx-60 {
  margin-right: 60px !important;
  margin-left: 60px !important; }

.mx-59 {
  margin-right: 5.9rem !important;
  margin-left: 5.9rem !important; }

.mx-58 {
  margin-right: 5.8rem !important;
  margin-left: 5.8rem !important; }

.mx-57 {
  margin-right: 5.7rem !important;
  margin-left: 5.7rem !important; }

.mx-56 {
  margin-right: 5.6rem !important;
  margin-left: 5.6rem !important; }

.mx-55 {
  margin-right: 5.5rem !important;
  margin-left: 5.5rem !important; }

.mx-54 {
  margin-right: 5.4rem !important;
  margin-left: 5.4rem !important; }

.mx-53 {
  margin-right: 5.3rem !important;
  margin-left: 5.3rem !important; }

.mx-52 {
  margin-right: 5.2rem !important;
  margin-left: 5.2rem !important; }

.mx-51 {
  margin-right: 5.1rem !important;
  margin-left: 5.1rem !important; }

.mx-50 {
  margin-right: 5rem !important;
  margin-left: 5rem !important; }

.mx-49 {
  margin-right: 4.9rem !important;
  margin-left: 4.9rem !important; }

.mx-48 {
  margin-right: 4.8rem !important;
  margin-left: 4.8rem !important; }

.mx-47 {
  margin-right: 4.7rem !important;
  margin-left: 4.7rem !important; }

.mx-46 {
  margin-right: 4.6rem !important;
  margin-left: 4.6rem !important; }

.mx-45 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important; }

.mx-44 {
  margin-right: 4.4rem !important;
  margin-left: 4.4rem !important; }

.mx-43 {
  margin-right: 4.3rem !important;
  margin-left: 4.3rem !important; }

.mx-42 {
  margin-right: 4.2rem !important;
  margin-left: 4.2rem !important; }

.mx-41 {
  margin-right: 4.1rem !important;
  margin-left: 4.1rem !important; }

.mx-40 {
  margin-right: 4rem !important;
  margin-left: 4rem !important; }

.mx-39 {
  margin-right: 3.9rem !important;
  margin-left: 3.9rem !important; }

.mx-38 {
  margin-right: 3.8rem !important;
  margin-left: 3.8rem !important; }

.mx-37 {
  margin-right: 3.7rem !important;
  margin-left: 3.7rem !important; }

.mx-36 {
  margin-right: 3.6rem !important;
  margin-left: 3.6rem !important; }

.mx-35 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important; }

.mx-34 {
  margin-right: 3.4rem !important;
  margin-left: 3.4rem !important; }

.mx-33 {
  margin-right: 3.3rem !important;
  margin-left: 3.3rem !important; }

.mx-32 {
  margin-right: 3.2rem !important;
  margin-left: 3.2rem !important; }

.mx-31 {
  margin-right: 3.1rem !important;
  margin-left: 3.1rem !important; }

.mx-30 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.mx-29 {
  margin-right: 2.9rem !important;
  margin-left: 2.9rem !important; }

.mx-28 {
  margin-right: 2.8rem !important;
  margin-left: 2.8rem !important; }

.mx-27 {
  margin-right: 2.7rem !important;
  margin-left: 2.7rem !important; }

.mx-26 {
  margin-right: 2.6rem !important;
  margin-left: 2.6rem !important; }

.mx-25 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important; }

.mx-24 {
  margin-right: 2.4rem !important;
  margin-left: 2.4rem !important; }

.mx-23 {
  margin-right: 2.3rem !important;
  margin-left: 2.3rem !important; }

.mx-22 {
  margin-right: 2.2rem !important;
  margin-left: 2.2rem !important; }

.mx-21 {
  margin-right: 2.1rem !important;
  margin-left: 2.1rem !important; }

.mx-20 {
  margin-right: 2rem !important;
  margin-left: 2rem !important; }

.mx-19 {
  margin-right: 1.9rem !important;
  margin-left: 1.9rem !important; }

.mx-18 {
  margin-right: 1.8rem !important;
  margin-left: 1.8rem !important; }

.mx-17 {
  margin-right: 1.7rem !important;
  margin-left: 1.7rem !important; }

.mx-16 {
  margin-right: 1.6rem !important;
  margin-left: 1.6rem !important; }

.mx-15 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.mx-14 {
  margin-right: 1.4rem !important;
  margin-left: 1.4rem !important; }

.mx-13 {
  margin-right: 1.3rem !important;
  margin-left: 1.3rem !important; }

.mx-12 {
  margin-right: 1.2rem !important;
  margin-left: 1.2rem !important; }

.mx-11 {
  margin-right: 1.1rem !important;
  margin-left: 1.1rem !important; }

.mx-10 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

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

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

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.mx-5 {
  margin-right: 5px !important;
  margin-left: 5px !important; }

.mx-80 {
  margin-right: 80px !important;
  margin-left: 80px !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-65 {
  margin-top: 6.5rem !important;
  margin-bottom: 6.5rem !important; }

.my-64 {
  margin-top: 6.4rem !important;
  margin-bottom: 6.4rem !important; }

.my-63 {
  margin-top: 6.3rem !important;
  margin-bottom: 6.3rem !important; }

.my-62 {
  margin-top: 6.2rem !important;
  margin-bottom: 6.2rem !important; }

.my-61 {
  margin-top: 6.1rem !important;
  margin-bottom: 6.1rem !important; }

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important; }

.my-59 {
  margin-top: 5.9rem !important;
  margin-bottom: 5.9rem !important; }

.my-58 {
  margin-top: 5.8rem !important;
  margin-bottom: 5.8rem !important; }

.my-57 {
  margin-top: 5.7rem !important;
  margin-bottom: 5.7rem !important; }

.my-56 {
  margin-top: 5.6rem !important;
  margin-bottom: 5.6rem !important; }

.my-55 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important; }

.my-54 {
  margin-top: 5.4rem !important;
  margin-bottom: 5.4rem !important; }

.my-53 {
  margin-top: 5.3rem !important;
  margin-bottom: 5.3rem !important; }

.my-52 {
  margin-top: 5.2rem !important;
  margin-bottom: 5.2rem !important; }

.my-51 {
  margin-top: 5.1rem !important;
  margin-bottom: 5.1rem !important; }

.my-50 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important; }

.my-49 {
  margin-top: 4.9rem !important;
  margin-bottom: 4.9rem !important; }

.my-48 {
  margin-top: 4.8rem !important;
  margin-bottom: 4.8rem !important; }

.my-47 {
  margin-top: 4.7rem !important;
  margin-bottom: 4.7rem !important; }

.my-46 {
  margin-top: 4.6rem !important;
  margin-bottom: 4.6rem !important; }

.my-45 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important; }

.my-44 {
  margin-top: 4.4rem !important;
  margin-bottom: 4.4rem !important; }

.my-43 {
  margin-top: 4.3rem !important;
  margin-bottom: 4.3rem !important; }

.my-42 {
  margin-top: 4.2rem !important;
  margin-bottom: 4.2rem !important; }

.my-41 {
  margin-top: 4.1rem !important;
  margin-bottom: 4.1rem !important; }

.my-40 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important; }

.my-39 {
  margin-top: 3.9rem !important;
  margin-bottom: 3.9rem !important; }

.my-38 {
  margin-top: 3.8rem !important;
  margin-bottom: 3.8rem !important; }

.my-37 {
  margin-top: 3.7rem !important;
  margin-bottom: 3.7rem !important; }

.my-36 {
  margin-top: 3.6rem !important;
  margin-bottom: 3.6rem !important; }

.my-35 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important; }

.my-34 {
  margin-top: 3.4rem !important;
  margin-bottom: 3.4rem !important; }

.my-33 {
  margin-top: 3.3rem !important;
  margin-bottom: 3.3rem !important; }

.my-32 {
  margin-top: 3.2rem !important;
  margin-bottom: 3.2rem !important; }

.my-31 {
  margin-top: 3.1rem !important;
  margin-bottom: 3.1rem !important; }

.my-30 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.my-29 {
  margin-top: 2.9rem !important;
  margin-bottom: 2.9rem !important; }

.my-28 {
  margin-top: 2.8rem !important;
  margin-bottom: 2.8rem !important; }

.my-27 {
  margin-top: 2.7rem !important;
  margin-bottom: 2.7rem !important; }

.my-26 {
  margin-top: 2.6rem !important;
  margin-bottom: 2.6rem !important; }

.my-25 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important; }

.my-24 {
  margin-top: 2.4rem !important;
  margin-bottom: 2.4rem !important; }

.my-23 {
  margin-top: 2.3rem !important;
  margin-bottom: 2.3rem !important; }

.my-22 {
  margin-top: 2.2rem !important;
  margin-bottom: 2.2rem !important; }

.my-21 {
  margin-top: 2.1rem !important;
  margin-bottom: 2.1rem !important; }

.my-20 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important; }

.my-19 {
  margin-top: 1.9rem !important;
  margin-bottom: 1.9rem !important; }

.my-18 {
  margin-top: 1.8rem !important;
  margin-bottom: 1.8rem !important; }

.my-17 {
  margin-top: 1.7rem !important;
  margin-bottom: 1.7rem !important; }

.my-16 {
  margin-top: 1.6rem !important;
  margin-bottom: 1.6rem !important; }

.my-15 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.my-14 {
  margin-top: 1.4rem !important;
  margin-bottom: 1.4rem !important; }

.my-13 {
  margin-top: 1.3rem !important;
  margin-bottom: 1.3rem !important; }

.my-12 {
  margin-top: 1.2rem !important;
  margin-bottom: 1.2rem !important; }

.my-11 {
  margin-top: 1.1rem !important;
  margin-bottom: 1.1rem !important; }

.my-10 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

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

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

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.mt-65 {
  margin-top: 6.5rem !important; }

.mt-64 {
  margin-top: 6.4rem !important; }

.mt-63 {
  margin-top: 6.3rem !important; }

.mt-62 {
  margin-top: 6.2rem !important; }

.mt-61 {
  margin-top: 6.1rem !important; }

.mt-60 {
  margin-top: 60px !important; }

.mt-59 {
  margin-top: 5.9rem !important; }

.mt-58 {
  margin-top: 5.8rem !important; }

.mt-57 {
  margin-top: 5.7rem !important; }

.mt-56 {
  margin-top: 5.6rem !important; }

.mt-55 {
  margin-top: 5.5rem !important; }

.mt-54 {
  margin-top: 5.4rem !important; }

.mt-53 {
  margin-top: 5.3rem !important; }

.mt-52 {
  margin-top: 5.2rem !important; }

.mt-51 {
  margin-top: 5.1rem !important; }

.mt-50 {
  margin-top: 5rem !important; }

.mt-49 {
  margin-top: 4.9rem !important; }

.mt-48 {
  margin-top: 4.8rem !important; }

.mt-47 {
  margin-top: 4.7rem !important; }

.mt-46 {
  margin-top: 4.6rem !important; }

.mt-45 {
  margin-top: 4.5rem !important; }

.mt-44 {
  margin-top: 4.4rem !important; }

.mt-43 {
  margin-top: 4.3rem !important; }

.mt-42 {
  margin-top: 4.2rem !important; }

.mt-41 {
  margin-top: 4.1rem !important; }

.mt-40 {
  margin-top: 4rem !important; }

.mt-39 {
  margin-top: 3.9rem !important; }

.mt-38 {
  margin-top: 3.8rem !important; }

.mt-37 {
  margin-top: 3.7rem !important; }

.mt-36 {
  margin-top: 3.6rem !important; }

.mt-35 {
  margin-top: 3.5rem !important; }

.mt-34 {
  margin-top: 3.4rem !important; }

.mt-33 {
  margin-top: 3.3rem !important; }

.mt-32 {
  margin-top: 3.2rem !important; }

.mt-31 {
  margin-top: 3.1rem !important; }

.mt-30 {
  margin-top: 3rem !important; }

.mt-29 {
  margin-top: 2.9rem !important; }

.mt-28 {
  margin-top: 2.8rem !important; }

.mt-27 {
  margin-top: 2.7rem !important; }

.mt-26 {
  margin-top: 2.6rem !important; }

.mt-25 {
  margin-top: 2.5rem !important; }

.mt-24 {
  margin-top: 2.4rem !important; }

.mt-23 {
  margin-top: 2.3rem !important; }

.mt-22 {
  margin-top: 2.2rem !important; }

.mt-21 {
  margin-top: 2.1rem !important; }

.mt-20 {
  margin-top: 2rem !important; }

.mt-19 {
  margin-top: 1.9rem !important; }

.mt-18 {
  margin-top: 1.8rem !important; }

.mt-17 {
  margin-top: 1.7rem !important; }

.mt-16 {
  margin-top: 1.6rem !important; }

.mt-15 {
  margin-top: 1.5rem !important; }

.mt-14 {
  margin-top: 1.4rem !important; }

.mt-13 {
  margin-top: 1.3rem !important; }

.mt-12 {
  margin-top: 1.2rem !important; }

.mt-11 {
  margin-top: 1.1rem !important; }

.mt-10 {
  margin-top: 1rem !important; }

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

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

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

.mt-3 {
  margin-top: 1rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mt-5 {
  margin-top: 5px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mt-auto {
  margin-top: auto !important; }

.me-65 {
  margin-right: 6.5rem !important; }

.me-64 {
  margin-right: 6.4rem !important; }

.me-63 {
  margin-right: 6.3rem !important; }

.me-62 {
  margin-right: 6.2rem !important; }

.me-61 {
  margin-right: 6.1rem !important; }

.me-60 {
  margin-right: 60px !important; }

.me-59 {
  margin-right: 5.9rem !important; }

.me-58 {
  margin-right: 5.8rem !important; }

.me-57 {
  margin-right: 5.7rem !important; }

.me-56 {
  margin-right: 5.6rem !important; }

.me-55 {
  margin-right: 5.5rem !important; }

.me-54 {
  margin-right: 5.4rem !important; }

.me-53 {
  margin-right: 5.3rem !important; }

.me-52 {
  margin-right: 5.2rem !important; }

.me-51 {
  margin-right: 5.1rem !important; }

.me-50 {
  margin-right: 5rem !important; }

.me-49 {
  margin-right: 4.9rem !important; }

.me-48 {
  margin-right: 4.8rem !important; }

.me-47 {
  margin-right: 4.7rem !important; }

.me-46 {
  margin-right: 4.6rem !important; }

.me-45 {
  margin-right: 4.5rem !important; }

.me-44 {
  margin-right: 4.4rem !important; }

.me-43 {
  margin-right: 4.3rem !important; }

.me-42 {
  margin-right: 4.2rem !important; }

.me-41 {
  margin-right: 4.1rem !important; }

.me-40 {
  margin-right: 4rem !important; }

.me-39 {
  margin-right: 3.9rem !important; }

.me-38 {
  margin-right: 3.8rem !important; }

.me-37 {
  margin-right: 3.7rem !important; }

.me-36 {
  margin-right: 3.6rem !important; }

.me-35 {
  margin-right: 3.5rem !important; }

.me-34 {
  margin-right: 3.4rem !important; }

.me-33 {
  margin-right: 3.3rem !important; }

.me-32 {
  margin-right: 3.2rem !important; }

.me-31 {
  margin-right: 3.1rem !important; }

.me-30 {
  margin-right: 3rem !important; }

.me-29 {
  margin-right: 2.9rem !important; }

.me-28 {
  margin-right: 2.8rem !important; }

.me-27 {
  margin-right: 2.7rem !important; }

.me-26 {
  margin-right: 2.6rem !important; }

.me-25 {
  margin-right: 2.5rem !important; }

.me-24 {
  margin-right: 2.4rem !important; }

.me-23 {
  margin-right: 2.3rem !important; }

.me-22 {
  margin-right: 2.2rem !important; }

.me-21 {
  margin-right: 2.1rem !important; }

.me-20 {
  margin-right: 2rem !important; }

.me-19 {
  margin-right: 1.9rem !important; }

.me-18 {
  margin-right: 1.8rem !important; }

.me-17 {
  margin-right: 1.7rem !important; }

.me-16 {
  margin-right: 1.6rem !important; }

.me-15 {
  margin-right: 1.5rem !important; }

.me-14 {
  margin-right: 1.4rem !important; }

.me-13 {
  margin-right: 1.3rem !important; }

.me-12 {
  margin-right: 1.2rem !important; }

.me-11 {
  margin-right: 1.1rem !important; }

.me-10 {
  margin-right: 1rem !important; }

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

.me-1 {
  margin-right: 0.25rem !important; }

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

.me-3 {
  margin-right: 1rem !important; }

.me-4 {
  margin-right: 1.5rem !important; }

.me-5 {
  margin-right: 5px !important; }

.me-80 {
  margin-right: 80px !important; }

.me-auto {
  margin-right: auto !important; }

.mb-65 {
  margin-bottom: 6.5rem !important; }

.mb-64 {
  margin-bottom: 6.4rem !important; }

.mb-63 {
  margin-bottom: 6.3rem !important; }

.mb-62 {
  margin-bottom: 6.2rem !important; }

.mb-61 {
  margin-bottom: 6.1rem !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mb-59 {
  margin-bottom: 5.9rem !important; }

.mb-58 {
  margin-bottom: 5.8rem !important; }

.mb-57 {
  margin-bottom: 5.7rem !important; }

.mb-56 {
  margin-bottom: 5.6rem !important; }

.mb-55 {
  margin-bottom: 5.5rem !important; }

.mb-54 {
  margin-bottom: 5.4rem !important; }

.mb-53 {
  margin-bottom: 5.3rem !important; }

.mb-52 {
  margin-bottom: 5.2rem !important; }

.mb-51 {
  margin-bottom: 5.1rem !important; }

.mb-50 {
  margin-bottom: 5rem !important; }

.mb-49 {
  margin-bottom: 4.9rem !important; }

.mb-48 {
  margin-bottom: 4.8rem !important; }

.mb-47 {
  margin-bottom: 4.7rem !important; }

.mb-46 {
  margin-bottom: 4.6rem !important; }

.mb-45 {
  margin-bottom: 4.5rem !important; }

.mb-44 {
  margin-bottom: 4.4rem !important; }

.mb-43 {
  margin-bottom: 4.3rem !important; }

.mb-42 {
  margin-bottom: 4.2rem !important; }

.mb-41 {
  margin-bottom: 4.1rem !important; }

.mb-40 {
  margin-bottom: 4rem !important; }

.mb-39 {
  margin-bottom: 3.9rem !important; }

.mb-38 {
  margin-bottom: 3.8rem !important; }

.mb-37 {
  margin-bottom: 3.7rem !important; }

.mb-36 {
  margin-bottom: 3.6rem !important; }

.mb-35 {
  margin-bottom: 3.5rem !important; }

.mb-34 {
  margin-bottom: 3.4rem !important; }

.mb-33 {
  margin-bottom: 3.3rem !important; }

.mb-32 {
  margin-bottom: 3.2rem !important; }

.mb-31 {
  margin-bottom: 3.1rem !important; }

.mb-30 {
  margin-bottom: 3rem !important; }

.mb-29 {
  margin-bottom: 2.9rem !important; }

.mb-28 {
  margin-bottom: 2.8rem !important; }

.mb-27 {
  margin-bottom: 2.7rem !important; }

.mb-26 {
  margin-bottom: 2.6rem !important; }

.mb-25 {
  margin-bottom: 2.5rem !important; }

.mb-24 {
  margin-bottom: 2.4rem !important; }

.mb-23 {
  margin-bottom: 2.3rem !important; }

.mb-22 {
  margin-bottom: 2.2rem !important; }

.mb-21 {
  margin-bottom: 2.1rem !important; }

.mb-20 {
  margin-bottom: 2rem !important; }

.mb-19 {
  margin-bottom: 1.9rem !important; }

.mb-18 {
  margin-bottom: 1.8rem !important; }

.mb-17 {
  margin-bottom: 1.7rem !important; }

.mb-16 {
  margin-bottom: 1.6rem !important; }

.mb-15 {
  margin-bottom: 1.5rem !important; }

.mb-14 {
  margin-bottom: 1.4rem !important; }

.mb-13 {
  margin-bottom: 1.3rem !important; }

.mb-12 {
  margin-bottom: 1.2rem !important; }

.mb-11 {
  margin-bottom: 1.1rem !important; }

.mb-10 {
  margin-bottom: 1rem !important; }

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

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

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

.mb-3 {
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ms-65 {
  margin-left: 6.5rem !important; }

.ms-64 {
  margin-left: 6.4rem !important; }

.ms-63 {
  margin-left: 6.3rem !important; }

.ms-62 {
  margin-left: 6.2rem !important; }

.ms-61 {
  margin-left: 6.1rem !important; }

.ms-60 {
  margin-left: 60px !important; }

.ms-59 {
  margin-left: 5.9rem !important; }

.ms-58 {
  margin-left: 5.8rem !important; }

.ms-57 {
  margin-left: 5.7rem !important; }

.ms-56 {
  margin-left: 5.6rem !important; }

.ms-55 {
  margin-left: 5.5rem !important; }

.ms-54 {
  margin-left: 5.4rem !important; }

.ms-53 {
  margin-left: 5.3rem !important; }

.ms-52 {
  margin-left: 5.2rem !important; }

.ms-51 {
  margin-left: 5.1rem !important; }

.ms-50 {
  margin-left: 5rem !important; }

.ms-49 {
  margin-left: 4.9rem !important; }

.ms-48 {
  margin-left: 4.8rem !important; }

.ms-47 {
  margin-left: 4.7rem !important; }

.ms-46 {
  margin-left: 4.6rem !important; }

.ms-45 {
  margin-left: 4.5rem !important; }

.ms-44 {
  margin-left: 4.4rem !important; }

.ms-43 {
  margin-left: 4.3rem !important; }

.ms-42 {
  margin-left: 4.2rem !important; }

.ms-41 {
  margin-left: 4.1rem !important; }

.ms-40 {
  margin-left: 4rem !important; }

.ms-39 {
  margin-left: 3.9rem !important; }

.ms-38 {
  margin-left: 3.8rem !important; }

.ms-37 {
  margin-left: 3.7rem !important; }

.ms-36 {
  margin-left: 3.6rem !important; }

.ms-35 {
  margin-left: 3.5rem !important; }

.ms-34 {
  margin-left: 3.4rem !important; }

.ms-33 {
  margin-left: 3.3rem !important; }

.ms-32 {
  margin-left: 3.2rem !important; }

.ms-31 {
  margin-left: 3.1rem !important; }

.ms-30 {
  margin-left: 3rem !important; }

.ms-29 {
  margin-left: 2.9rem !important; }

.ms-28 {
  margin-left: 2.8rem !important; }

.ms-27 {
  margin-left: 2.7rem !important; }

.ms-26 {
  margin-left: 2.6rem !important; }

.ms-25 {
  margin-left: 2.5rem !important; }

.ms-24 {
  margin-left: 2.4rem !important; }

.ms-23 {
  margin-left: 2.3rem !important; }

.ms-22 {
  margin-left: 2.2rem !important; }

.ms-21 {
  margin-left: 2.1rem !important; }

.ms-20 {
  margin-left: 2rem !important; }

.ms-19 {
  margin-left: 1.9rem !important; }

.ms-18 {
  margin-left: 1.8rem !important; }

.ms-17 {
  margin-left: 1.7rem !important; }

.ms-16 {
  margin-left: 1.6rem !important; }

.ms-15 {
  margin-left: 1.5rem !important; }

.ms-14 {
  margin-left: 1.4rem !important; }

.ms-13 {
  margin-left: 1.3rem !important; }

.ms-12 {
  margin-left: 1.2rem !important; }

.ms-11 {
  margin-left: 1.1rem !important; }

.ms-10 {
  margin-left: 1rem !important; }

.ms-0 {
  margin-left: 0 !important; }

.ms-1 {
  margin-left: 0.25rem !important; }

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

.ms-3 {
  margin-left: 1rem !important; }

.ms-4 {
  margin-left: 1.5rem !important; }

.ms-5 {
  margin-left: 5px !important; }

.ms-80 {
  margin-left: 80px !important; }

.ms-auto {
  margin-left: auto !important; }

.m-n65 {
  margin: -6.5rem !important; }

.m-n64 {
  margin: -6.5rem !important; }

.m-n63 {
  margin: -6.5rem !important; }

.m-n62 {
  margin: -6.5rem !important; }

.m-n61 {
  margin: -6.5rem !important; }

.m-n60 {
  margin: -6.5rem !important; }

.m-n59 {
  margin: -6.5rem !important; }

.m-n58 {
  margin: -6.5rem !important; }

.m-n57 {
  margin: -6.5rem !important; }

.m-n56 {
  margin: -6.5rem !important; }

.m-n55 {
  margin: -6.5rem !important; }

.m-n54 {
  margin: -6.5rem !important; }

.m-n53 {
  margin: -6.5rem !important; }

.m-n52 {
  margin: -6.5rem !important; }

.m-n51 {
  margin: -6.5rem !important; }

.m-n50 {
  margin: -6.5rem !important; }

.m-n49 {
  margin: -6.5rem !important; }

.m-n48 {
  margin: -6.5rem !important; }

.m-n47 {
  margin: -6.5rem !important; }

.m-n46 {
  margin: -6.5rem !important; }

.m-n45 {
  margin: -6.5rem !important; }

.m-n44 {
  margin: -6.5rem !important; }

.m-n43 {
  margin: -6.5rem !important; }

.m-n42 {
  margin: -6.5rem !important; }

.m-n41 {
  margin: -6.5rem !important; }

.m-n40 {
  margin: -6.5rem !important; }

.m-n39 {
  margin: -6.5rem !important; }

.m-n38 {
  margin: -6.5rem !important; }

.m-n37 {
  margin: -6.5rem !important; }

.m-n36 {
  margin: -6.5rem !important; }

.m-n35 {
  margin: -6.5rem !important; }

.m-n34 {
  margin: -6.5rem !important; }

.m-n33 {
  margin: -6.5rem !important; }

.m-n32 {
  margin: -6.5rem !important; }

.m-n31 {
  margin: -6.5rem !important; }

.m-n30 {
  margin: -6.5rem !important; }

.m-n29 {
  margin: -6.5rem !important; }

.m-n28 {
  margin: -6.5rem !important; }

.m-n27 {
  margin: -6.5rem !important; }

.m-n26 {
  margin: -6.5rem !important; }

.m-n25 {
  margin: -6.5rem !important; }

.m-n24 {
  margin: -6.5rem !important; }

.m-n23 {
  margin: -6.5rem !important; }

.m-n22 {
  margin: -6.5rem !important; }

.m-n21 {
  margin: -6.5rem !important; }

.m-n20 {
  margin: -6.5rem !important; }

.m-n19 {
  margin: -6.5rem !important; }

.m-n18 {
  margin: -6.5rem !important; }

.m-n17 {
  margin: -6.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

.m-n80 {
  margin: -6.5rem !important; }

.mx-n65 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n64 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n63 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n62 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n61 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n60 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n59 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n58 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n57 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n56 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n55 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n54 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n53 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n52 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n51 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n50 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n49 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n48 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n47 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n46 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n45 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n44 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n43 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n42 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n41 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n40 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n39 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n38 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n37 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n36 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n35 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n34 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n33 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n32 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n31 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n30 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n29 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n28 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n27 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n26 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n25 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n24 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n23 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n22 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n21 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n20 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n19 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n18 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n17 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n16 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n15 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n14 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n13 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n12 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n11 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n10 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n1 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n2 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n3 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n4 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n5 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n80 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.my-n65 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n64 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n63 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n62 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n61 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n60 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n59 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n58 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n57 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n56 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n55 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n54 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n53 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n52 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n51 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n50 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n49 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n48 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n47 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n46 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n45 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n44 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n43 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n42 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n41 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n40 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n39 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n38 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n37 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n36 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n35 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n34 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n33 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n32 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n31 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n30 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n29 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n28 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n27 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n26 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n25 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n24 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n23 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n22 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n21 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n20 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n19 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n18 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n17 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n16 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n15 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n14 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n13 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n12 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n11 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n10 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n1 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n2 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n3 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n4 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n5 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n80 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.mt-n65 {
  margin-top: -6.5rem !important; }

.mt-n64 {
  margin-top: -6.5rem !important; }

.mt-n63 {
  margin-top: -6.5rem !important; }

.mt-n62 {
  margin-top: -6.5rem !important; }

.mt-n61 {
  margin-top: -6.5rem !important; }

.mt-n60 {
  margin-top: -6.5rem !important; }

.mt-n59 {
  margin-top: -6.5rem !important; }

.mt-n58 {
  margin-top: -6.5rem !important; }

.mt-n57 {
  margin-top: -6.5rem !important; }

.mt-n56 {
  margin-top: -6.5rem !important; }

.mt-n55 {
  margin-top: -6.5rem !important; }

.mt-n54 {
  margin-top: -6.5rem !important; }

.mt-n53 {
  margin-top: -6.5rem !important; }

.mt-n52 {
  margin-top: -6.5rem !important; }

.mt-n51 {
  margin-top: -6.5rem !important; }

.mt-n50 {
  margin-top: -6.5rem !important; }

.mt-n49 {
  margin-top: -6.5rem !important; }

.mt-n48 {
  margin-top: -6.5rem !important; }

.mt-n47 {
  margin-top: -6.5rem !important; }

.mt-n46 {
  margin-top: -6.5rem !important; }

.mt-n45 {
  margin-top: -6.5rem !important; }

.mt-n44 {
  margin-top: -6.5rem !important; }

.mt-n43 {
  margin-top: -6.5rem !important; }

.mt-n42 {
  margin-top: -6.5rem !important; }

.mt-n41 {
  margin-top: -6.5rem !important; }

.mt-n40 {
  margin-top: -6.5rem !important; }

.mt-n39 {
  margin-top: -6.5rem !important; }

.mt-n38 {
  margin-top: -6.5rem !important; }

.mt-n37 {
  margin-top: -6.5rem !important; }

.mt-n36 {
  margin-top: -6.5rem !important; }

.mt-n35 {
  margin-top: -6.5rem !important; }

.mt-n34 {
  margin-top: -6.5rem !important; }

.mt-n33 {
  margin-top: -6.5rem !important; }

.mt-n32 {
  margin-top: -6.5rem !important; }

.mt-n31 {
  margin-top: -6.5rem !important; }

.mt-n30 {
  margin-top: -6.5rem !important; }

.mt-n29 {
  margin-top: -6.5rem !important; }

.mt-n28 {
  margin-top: -6.5rem !important; }

.mt-n27 {
  margin-top: -6.5rem !important; }

.mt-n26 {
  margin-top: -6.5rem !important; }

.mt-n25 {
  margin-top: -6.5rem !important; }

.mt-n24 {
  margin-top: -6.5rem !important; }

.mt-n23 {
  margin-top: -6.5rem !important; }

.mt-n22 {
  margin-top: -6.5rem !important; }

.mt-n21 {
  margin-top: -6.5rem !important; }

.mt-n20 {
  margin-top: -6.5rem !important; }

.mt-n19 {
  margin-top: -6.5rem !important; }

.mt-n18 {
  margin-top: -6.5rem !important; }

.mt-n17 {
  margin-top: -6.5rem !important; }

.mt-n16 {
  margin-top: -6.5rem !important; }

.mt-n15 {
  margin-top: -6.5rem !important; }

.mt-n14 {
  margin-top: -6.5rem !important; }

.mt-n13 {
  margin-top: -6.5rem !important; }

.mt-n12 {
  margin-top: -6.5rem !important; }

.mt-n11 {
  margin-top: -6.5rem !important; }

.mt-n10 {
  margin-top: -6.5rem !important; }

.mt-n1 {
  margin-top: -6.5rem !important; }

.mt-n2 {
  margin-top: -6.5rem !important; }

.mt-n3 {
  margin-top: -6.5rem !important; }

.mt-n4 {
  margin-top: -6.5rem !important; }

.mt-n5 {
  margin-top: -6.5rem !important; }

.mt-n80 {
  margin-top: -6.5rem !important; }

.me-n65 {
  margin-right: -6.5rem !important; }

.me-n64 {
  margin-right: -6.5rem !important; }

.me-n63 {
  margin-right: -6.5rem !important; }

.me-n62 {
  margin-right: -6.5rem !important; }

.me-n61 {
  margin-right: -6.5rem !important; }

.me-n60 {
  margin-right: -6.5rem !important; }

.me-n59 {
  margin-right: -6.5rem !important; }

.me-n58 {
  margin-right: -6.5rem !important; }

.me-n57 {
  margin-right: -6.5rem !important; }

.me-n56 {
  margin-right: -6.5rem !important; }

.me-n55 {
  margin-right: -6.5rem !important; }

.me-n54 {
  margin-right: -6.5rem !important; }

.me-n53 {
  margin-right: -6.5rem !important; }

.me-n52 {
  margin-right: -6.5rem !important; }

.me-n51 {
  margin-right: -6.5rem !important; }

.me-n50 {
  margin-right: -6.5rem !important; }

.me-n49 {
  margin-right: -6.5rem !important; }

.me-n48 {
  margin-right: -6.5rem !important; }

.me-n47 {
  margin-right: -6.5rem !important; }

.me-n46 {
  margin-right: -6.5rem !important; }

.me-n45 {
  margin-right: -6.5rem !important; }

.me-n44 {
  margin-right: -6.5rem !important; }

.me-n43 {
  margin-right: -6.5rem !important; }

.me-n42 {
  margin-right: -6.5rem !important; }

.me-n41 {
  margin-right: -6.5rem !important; }

.me-n40 {
  margin-right: -6.5rem !important; }

.me-n39 {
  margin-right: -6.5rem !important; }

.me-n38 {
  margin-right: -6.5rem !important; }

.me-n37 {
  margin-right: -6.5rem !important; }

.me-n36 {
  margin-right: -6.5rem !important; }

.me-n35 {
  margin-right: -6.5rem !important; }

.me-n34 {
  margin-right: -6.5rem !important; }

.me-n33 {
  margin-right: -6.5rem !important; }

.me-n32 {
  margin-right: -6.5rem !important; }

.me-n31 {
  margin-right: -6.5rem !important; }

.me-n30 {
  margin-right: -6.5rem !important; }

.me-n29 {
  margin-right: -6.5rem !important; }

.me-n28 {
  margin-right: -6.5rem !important; }

.me-n27 {
  margin-right: -6.5rem !important; }

.me-n26 {
  margin-right: -6.5rem !important; }

.me-n25 {
  margin-right: -6.5rem !important; }

.me-n24 {
  margin-right: -6.5rem !important; }

.me-n23 {
  margin-right: -6.5rem !important; }

.me-n22 {
  margin-right: -6.5rem !important; }

.me-n21 {
  margin-right: -6.5rem !important; }

.me-n20 {
  margin-right: -6.5rem !important; }

.me-n19 {
  margin-right: -6.5rem !important; }

.me-n18 {
  margin-right: -6.5rem !important; }

.me-n17 {
  margin-right: -6.5rem !important; }

.me-n16 {
  margin-right: -6.5rem !important; }

.me-n15 {
  margin-right: -6.5rem !important; }

.me-n14 {
  margin-right: -6.5rem !important; }

.me-n13 {
  margin-right: -6.5rem !important; }

.me-n12 {
  margin-right: -6.5rem !important; }

.me-n11 {
  margin-right: -6.5rem !important; }

.me-n10 {
  margin-right: -6.5rem !important; }

.me-n1 {
  margin-right: -6.5rem !important; }

.me-n2 {
  margin-right: -6.5rem !important; }

.me-n3 {
  margin-right: -6.5rem !important; }

.me-n4 {
  margin-right: -6.5rem !important; }

.me-n5 {
  margin-right: -6.5rem !important; }

.me-n80 {
  margin-right: -6.5rem !important; }

.mb-n65 {
  margin-bottom: -6.5rem !important; }

.mb-n64 {
  margin-bottom: -6.5rem !important; }

.mb-n63 {
  margin-bottom: -6.5rem !important; }

.mb-n62 {
  margin-bottom: -6.5rem !important; }

.mb-n61 {
  margin-bottom: -6.5rem !important; }

.mb-n60 {
  margin-bottom: -6.5rem !important; }

.mb-n59 {
  margin-bottom: -6.5rem !important; }

.mb-n58 {
  margin-bottom: -6.5rem !important; }

.mb-n57 {
  margin-bottom: -6.5rem !important; }

.mb-n56 {
  margin-bottom: -6.5rem !important; }

.mb-n55 {
  margin-bottom: -6.5rem !important; }

.mb-n54 {
  margin-bottom: -6.5rem !important; }

.mb-n53 {
  margin-bottom: -6.5rem !important; }

.mb-n52 {
  margin-bottom: -6.5rem !important; }

.mb-n51 {
  margin-bottom: -6.5rem !important; }

.mb-n50 {
  margin-bottom: -6.5rem !important; }

.mb-n49 {
  margin-bottom: -6.5rem !important; }

.mb-n48 {
  margin-bottom: -6.5rem !important; }

.mb-n47 {
  margin-bottom: -6.5rem !important; }

.mb-n46 {
  margin-bottom: -6.5rem !important; }

.mb-n45 {
  margin-bottom: -6.5rem !important; }

.mb-n44 {
  margin-bottom: -6.5rem !important; }

.mb-n43 {
  margin-bottom: -6.5rem !important; }

.mb-n42 {
  margin-bottom: -6.5rem !important; }

.mb-n41 {
  margin-bottom: -6.5rem !important; }

.mb-n40 {
  margin-bottom: -6.5rem !important; }

.mb-n39 {
  margin-bottom: -6.5rem !important; }

.mb-n38 {
  margin-bottom: -6.5rem !important; }

.mb-n37 {
  margin-bottom: -6.5rem !important; }

.mb-n36 {
  margin-bottom: -6.5rem !important; }

.mb-n35 {
  margin-bottom: -6.5rem !important; }

.mb-n34 {
  margin-bottom: -6.5rem !important; }

.mb-n33 {
  margin-bottom: -6.5rem !important; }

.mb-n32 {
  margin-bottom: -6.5rem !important; }

.mb-n31 {
  margin-bottom: -6.5rem !important; }

.mb-n30 {
  margin-bottom: -6.5rem !important; }

.mb-n29 {
  margin-bottom: -6.5rem !important; }

.mb-n28 {
  margin-bottom: -6.5rem !important; }

.mb-n27 {
  margin-bottom: -6.5rem !important; }

.mb-n26 {
  margin-bottom: -6.5rem !important; }

.mb-n25 {
  margin-bottom: -6.5rem !important; }

.mb-n24 {
  margin-bottom: -6.5rem !important; }

.mb-n23 {
  margin-bottom: -6.5rem !important; }

.mb-n22 {
  margin-bottom: -6.5rem !important; }

.mb-n21 {
  margin-bottom: -6.5rem !important; }

.mb-n20 {
  margin-bottom: -6.5rem !important; }

.mb-n19 {
  margin-bottom: -6.5rem !important; }

.mb-n18 {
  margin-bottom: -6.5rem !important; }

.mb-n17 {
  margin-bottom: -6.5rem !important; }

.mb-n16 {
  margin-bottom: -6.5rem !important; }

.mb-n15 {
  margin-bottom: -6.5rem !important; }

.mb-n14 {
  margin-bottom: -6.5rem !important; }

.mb-n13 {
  margin-bottom: -6.5rem !important; }

.mb-n12 {
  margin-bottom: -6.5rem !important; }

.mb-n11 {
  margin-bottom: -6.5rem !important; }

.mb-n10 {
  margin-bottom: -6.5rem !important; }

.mb-n1 {
  margin-bottom: -6.5rem !important; }

.mb-n2 {
  margin-bottom: -6.5rem !important; }

.mb-n3 {
  margin-bottom: -6.5rem !important; }

.mb-n4 {
  margin-bottom: -6.5rem !important; }

.mb-n5 {
  margin-bottom: -6.5rem !important; }

.mb-n80 {
  margin-bottom: -6.5rem !important; }

.ms-n65 {
  margin-left: -6.5rem !important; }

.ms-n64 {
  margin-left: -6.5rem !important; }

.ms-n63 {
  margin-left: -6.5rem !important; }

.ms-n62 {
  margin-left: -6.5rem !important; }

.ms-n61 {
  margin-left: -6.5rem !important; }

.ms-n60 {
  margin-left: -6.5rem !important; }

.ms-n59 {
  margin-left: -6.5rem !important; }

.ms-n58 {
  margin-left: -6.5rem !important; }

.ms-n57 {
  margin-left: -6.5rem !important; }

.ms-n56 {
  margin-left: -6.5rem !important; }

.ms-n55 {
  margin-left: -6.5rem !important; }

.ms-n54 {
  margin-left: -6.5rem !important; }

.ms-n53 {
  margin-left: -6.5rem !important; }

.ms-n52 {
  margin-left: -6.5rem !important; }

.ms-n51 {
  margin-left: -6.5rem !important; }

.ms-n50 {
  margin-left: -6.5rem !important; }

.ms-n49 {
  margin-left: -6.5rem !important; }

.ms-n48 {
  margin-left: -6.5rem !important; }

.ms-n47 {
  margin-left: -6.5rem !important; }

.ms-n46 {
  margin-left: -6.5rem !important; }

.ms-n45 {
  margin-left: -6.5rem !important; }

.ms-n44 {
  margin-left: -6.5rem !important; }

.ms-n43 {
  margin-left: -6.5rem !important; }

.ms-n42 {
  margin-left: -6.5rem !important; }

.ms-n41 {
  margin-left: -6.5rem !important; }

.ms-n40 {
  margin-left: -6.5rem !important; }

.ms-n39 {
  margin-left: -6.5rem !important; }

.ms-n38 {
  margin-left: -6.5rem !important; }

.ms-n37 {
  margin-left: -6.5rem !important; }

.ms-n36 {
  margin-left: -6.5rem !important; }

.ms-n35 {
  margin-left: -6.5rem !important; }

.ms-n34 {
  margin-left: -6.5rem !important; }

.ms-n33 {
  margin-left: -6.5rem !important; }

.ms-n32 {
  margin-left: -6.5rem !important; }

.ms-n31 {
  margin-left: -6.5rem !important; }

.ms-n30 {
  margin-left: -6.5rem !important; }

.ms-n29 {
  margin-left: -6.5rem !important; }

.ms-n28 {
  margin-left: -6.5rem !important; }

.ms-n27 {
  margin-left: -6.5rem !important; }

.ms-n26 {
  margin-left: -6.5rem !important; }

.ms-n25 {
  margin-left: -6.5rem !important; }

.ms-n24 {
  margin-left: -6.5rem !important; }

.ms-n23 {
  margin-left: -6.5rem !important; }

.ms-n22 {
  margin-left: -6.5rem !important; }

.ms-n21 {
  margin-left: -6.5rem !important; }

.ms-n20 {
  margin-left: -6.5rem !important; }

.ms-n19 {
  margin-left: -6.5rem !important; }

.ms-n18 {
  margin-left: -6.5rem !important; }

.ms-n17 {
  margin-left: -6.5rem !important; }

.ms-n16 {
  margin-left: -6.5rem !important; }

.ms-n15 {
  margin-left: -6.5rem !important; }

.ms-n14 {
  margin-left: -6.5rem !important; }

.ms-n13 {
  margin-left: -6.5rem !important; }

.ms-n12 {
  margin-left: -6.5rem !important; }

.ms-n11 {
  margin-left: -6.5rem !important; }

.ms-n10 {
  margin-left: -6.5rem !important; }

.ms-n1 {
  margin-left: -6.5rem !important; }

.ms-n2 {
  margin-left: -6.5rem !important; }

.ms-n3 {
  margin-left: -6.5rem !important; }

.ms-n4 {
  margin-left: -6.5rem !important; }

.ms-n5 {
  margin-left: -6.5rem !important; }

.ms-n80 {
  margin-left: -6.5rem !important; }

.p-65 {
  padding: 6.5rem !important; }

.p-64 {
  padding: 6.4rem !important; }

.p-63 {
  padding: 6.3rem !important; }

.p-62 {
  padding: 6.2rem !important; }

.p-61 {
  padding: 6.1rem !important; }

.p-60 {
  padding: 60px !important; }

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

.p-58 {
  padding: 5.8rem !important; }

.p-57 {
  padding: 5.7rem !important; }

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

.p-55 {
  padding: 5.5rem !important; }

.p-54 {
  padding: 5.4rem !important; }

.p-53 {
  padding: 5.3rem !important; }

.p-52 {
  padding: 5.2rem !important; }

.p-51 {
  padding: 5.1rem !important; }

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

.p-49 {
  padding: 4.9rem !important; }

.p-48 {
  padding: 4.8rem !important; }

.p-47 {
  padding: 4.7rem !important; }

.p-46 {
  padding: 4.6rem !important; }

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

.p-44 {
  padding: 4.4rem !important; }

.p-43 {
  padding: 4.3rem !important; }

.p-42 {
  padding: 4.2rem !important; }

.p-41 {
  padding: 4.1rem !important; }

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

.p-39 {
  padding: 3.9rem !important; }

.p-38 {
  padding: 3.8rem !important; }

.p-37 {
  padding: 3.7rem !important; }

.p-36 {
  padding: 3.6rem !important; }

.p-35 {
  padding: 3.5rem !important; }

.p-34 {
  padding: 3.4rem !important; }

.p-33 {
  padding: 3.3rem !important; }

.p-32 {
  padding: 3.2rem !important; }

.p-31 {
  padding: 3.1rem !important; }

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

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

.p-28 {
  padding: 2.8rem !important; }

.p-27 {
  padding: 2.7rem !important; }

.p-26 {
  padding: 2.6rem !important; }

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

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

.p-23 {
  padding: 2.3rem !important; }

.p-22 {
  padding: 2.2rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
  padding: 0 !important; }

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

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

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

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

.p-5 {
  padding: 5px !important; }

.p-80 {
  padding: 80px !important; }

.px-65 {
  padding-right: 6.5rem !important;
  padding-left: 6.5rem !important; }

.px-64 {
  padding-right: 6.4rem !important;
  padding-left: 6.4rem !important; }

.px-63 {
  padding-right: 6.3rem !important;
  padding-left: 6.3rem !important; }

.px-62 {
  padding-right: 6.2rem !important;
  padding-left: 6.2rem !important; }

.px-61 {
  padding-right: 6.1rem !important;
  padding-left: 6.1rem !important; }

.px-60 {
  padding-right: 60px !important;
  padding-left: 60px !important; }

.px-59 {
  padding-right: 5.9rem !important;
  padding-left: 5.9rem !important; }

.px-58 {
  padding-right: 5.8rem !important;
  padding-left: 5.8rem !important; }

.px-57 {
  padding-right: 5.7rem !important;
  padding-left: 5.7rem !important; }

.px-56 {
  padding-right: 5.6rem !important;
  padding-left: 5.6rem !important; }

.px-55 {
  padding-right: 5.5rem !important;
  padding-left: 5.5rem !important; }

.px-54 {
  padding-right: 5.4rem !important;
  padding-left: 5.4rem !important; }

.px-53 {
  padding-right: 5.3rem !important;
  padding-left: 5.3rem !important; }

.px-52 {
  padding-right: 5.2rem !important;
  padding-left: 5.2rem !important; }

.px-51 {
  padding-right: 5.1rem !important;
  padding-left: 5.1rem !important; }

.px-50 {
  padding-right: 5rem !important;
  padding-left: 5rem !important; }

.px-49 {
  padding-right: 4.9rem !important;
  padding-left: 4.9rem !important; }

.px-48 {
  padding-right: 4.8rem !important;
  padding-left: 4.8rem !important; }

.px-47 {
  padding-right: 4.7rem !important;
  padding-left: 4.7rem !important; }

.px-46 {
  padding-right: 4.6rem !important;
  padding-left: 4.6rem !important; }

.px-45 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important; }

.px-44 {
  padding-right: 4.4rem !important;
  padding-left: 4.4rem !important; }

.px-43 {
  padding-right: 4.3rem !important;
  padding-left: 4.3rem !important; }

.px-42 {
  padding-right: 4.2rem !important;
  padding-left: 4.2rem !important; }

.px-41 {
  padding-right: 4.1rem !important;
  padding-left: 4.1rem !important; }

.px-40 {
  padding-right: 4rem !important;
  padding-left: 4rem !important; }

.px-39 {
  padding-right: 3.9rem !important;
  padding-left: 3.9rem !important; }

.px-38 {
  padding-right: 3.8rem !important;
  padding-left: 3.8rem !important; }

.px-37 {
  padding-right: 3.7rem !important;
  padding-left: 3.7rem !important; }

.px-36 {
  padding-right: 3.6rem !important;
  padding-left: 3.6rem !important; }

.px-35 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important; }

.px-34 {
  padding-right: 3.4rem !important;
  padding-left: 3.4rem !important; }

.px-33 {
  padding-right: 3.3rem !important;
  padding-left: 3.3rem !important; }

.px-32 {
  padding-right: 3.2rem !important;
  padding-left: 3.2rem !important; }

.px-31 {
  padding-right: 3.1rem !important;
  padding-left: 3.1rem !important; }

.px-30 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.px-29 {
  padding-right: 2.9rem !important;
  padding-left: 2.9rem !important; }

.px-28 {
  padding-right: 2.8rem !important;
  padding-left: 2.8rem !important; }

.px-27 {
  padding-right: 2.7rem !important;
  padding-left: 2.7rem !important; }

.px-26 {
  padding-right: 2.6rem !important;
  padding-left: 2.6rem !important; }

.px-25 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important; }

.px-24 {
  padding-right: 2.4rem !important;
  padding-left: 2.4rem !important; }

.px-23 {
  padding-right: 2.3rem !important;
  padding-left: 2.3rem !important; }

.px-22 {
  padding-right: 2.2rem !important;
  padding-left: 2.2rem !important; }

.px-21 {
  padding-right: 2.1rem !important;
  padding-left: 2.1rem !important; }

.px-20 {
  padding-right: 2rem !important;
  padding-left: 2rem !important; }

.px-19 {
  padding-right: 1.9rem !important;
  padding-left: 1.9rem !important; }

.px-18 {
  padding-right: 1.8rem !important;
  padding-left: 1.8rem !important; }

.px-17 {
  padding-right: 1.7rem !important;
  padding-left: 1.7rem !important; }

.px-16 {
  padding-right: 1.6rem !important;
  padding-left: 1.6rem !important; }

.px-15 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.px-14 {
  padding-right: 1.4rem !important;
  padding-left: 1.4rem !important; }

.px-13 {
  padding-right: 1.3rem !important;
  padding-left: 1.3rem !important; }

.px-12 {
  padding-right: 1.2rem !important;
  padding-left: 1.2rem !important; }

.px-11 {
  padding-right: 1.1rem !important;
  padding-left: 1.1rem !important; }

.px-10 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

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

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

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.px-5 {
  padding-right: 5px !important;
  padding-left: 5px !important; }

.px-80 {
  padding-right: 80px !important;
  padding-left: 80px !important; }

.py-65 {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important; }

.py-64 {
  padding-top: 6.4rem !important;
  padding-bottom: 6.4rem !important; }

.py-63 {
  padding-top: 6.3rem !important;
  padding-bottom: 6.3rem !important; }

.py-62 {
  padding-top: 6.2rem !important;
  padding-bottom: 6.2rem !important; }

.py-61 {
  padding-top: 6.1rem !important;
  padding-bottom: 6.1rem !important; }

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }

.py-59 {
  padding-top: 5.9rem !important;
  padding-bottom: 5.9rem !important; }

.py-58 {
  padding-top: 5.8rem !important;
  padding-bottom: 5.8rem !important; }

.py-57 {
  padding-top: 5.7rem !important;
  padding-bottom: 5.7rem !important; }

.py-56 {
  padding-top: 5.6rem !important;
  padding-bottom: 5.6rem !important; }

.py-55 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important; }

.py-54 {
  padding-top: 5.4rem !important;
  padding-bottom: 5.4rem !important; }

.py-53 {
  padding-top: 5.3rem !important;
  padding-bottom: 5.3rem !important; }

.py-52 {
  padding-top: 5.2rem !important;
  padding-bottom: 5.2rem !important; }

.py-51 {
  padding-top: 5.1rem !important;
  padding-bottom: 5.1rem !important; }

.py-50 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important; }

.py-49 {
  padding-top: 4.9rem !important;
  padding-bottom: 4.9rem !important; }

.py-48 {
  padding-top: 4.8rem !important;
  padding-bottom: 4.8rem !important; }

.py-47 {
  padding-top: 4.7rem !important;
  padding-bottom: 4.7rem !important; }

.py-46 {
  padding-top: 4.6rem !important;
  padding-bottom: 4.6rem !important; }

.py-45 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important; }

.py-44 {
  padding-top: 4.4rem !important;
  padding-bottom: 4.4rem !important; }

.py-43 {
  padding-top: 4.3rem !important;
  padding-bottom: 4.3rem !important; }

.py-42 {
  padding-top: 4.2rem !important;
  padding-bottom: 4.2rem !important; }

.py-41 {
  padding-top: 4.1rem !important;
  padding-bottom: 4.1rem !important; }

.py-40 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important; }

.py-39 {
  padding-top: 3.9rem !important;
  padding-bottom: 3.9rem !important; }

.py-38 {
  padding-top: 3.8rem !important;
  padding-bottom: 3.8rem !important; }

.py-37 {
  padding-top: 3.7rem !important;
  padding-bottom: 3.7rem !important; }

.py-36 {
  padding-top: 3.6rem !important;
  padding-bottom: 3.6rem !important; }

.py-35 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important; }

.py-34 {
  padding-top: 3.4rem !important;
  padding-bottom: 3.4rem !important; }

.py-33 {
  padding-top: 3.3rem !important;
  padding-bottom: 3.3rem !important; }

.py-32 {
  padding-top: 3.2rem !important;
  padding-bottom: 3.2rem !important; }

.py-31 {
  padding-top: 3.1rem !important;
  padding-bottom: 3.1rem !important; }

.py-30 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.py-29 {
  padding-top: 2.9rem !important;
  padding-bottom: 2.9rem !important; }

.py-28 {
  padding-top: 2.8rem !important;
  padding-bottom: 2.8rem !important; }

.py-27 {
  padding-top: 2.7rem !important;
  padding-bottom: 2.7rem !important; }

.py-26 {
  padding-top: 2.6rem !important;
  padding-bottom: 2.6rem !important; }

.py-25 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important; }

.py-24 {
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important; }

.py-23 {
  padding-top: 2.3rem !important;
  padding-bottom: 2.3rem !important; }

.py-22 {
  padding-top: 2.2rem !important;
  padding-bottom: 2.2rem !important; }

.py-21 {
  padding-top: 2.1rem !important;
  padding-bottom: 2.1rem !important; }

.py-20 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important; }

.py-19 {
  padding-top: 1.9rem !important;
  padding-bottom: 1.9rem !important; }

.py-18 {
  padding-top: 1.8rem !important;
  padding-bottom: 1.8rem !important; }

.py-17 {
  padding-top: 1.7rem !important;
  padding-bottom: 1.7rem !important; }

.py-16 {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important; }

.py-15 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.py-14 {
  padding-top: 1.4rem !important;
  padding-bottom: 1.4rem !important; }

.py-13 {
  padding-top: 1.3rem !important;
  padding-bottom: 1.3rem !important; }

.py-12 {
  padding-top: 1.2rem !important;
  padding-bottom: 1.2rem !important; }

.py-11 {
  padding-top: 1.1rem !important;
  padding-bottom: 1.1rem !important; }

.py-10 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

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

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

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important; }

.pt-65 {
  padding-top: 6.5rem !important; }

.pt-64 {
  padding-top: 6.4rem !important; }

.pt-63 {
  padding-top: 6.3rem !important; }

.pt-62 {
  padding-top: 6.2rem !important; }

.pt-61 {
  padding-top: 6.1rem !important; }

.pt-60 {
  padding-top: 60px !important; }

.pt-59 {
  padding-top: 5.9rem !important; }

.pt-58 {
  padding-top: 5.8rem !important; }

.pt-57 {
  padding-top: 5.7rem !important; }

.pt-56 {
  padding-top: 5.6rem !important; }

.pt-55 {
  padding-top: 5.5rem !important; }

.pt-54 {
  padding-top: 5.4rem !important; }

.pt-53 {
  padding-top: 5.3rem !important; }

.pt-52 {
  padding-top: 5.2rem !important; }

.pt-51 {
  padding-top: 5.1rem !important; }

.pt-50 {
  padding-top: 5rem !important; }

.pt-49 {
  padding-top: 4.9rem !important; }

.pt-48 {
  padding-top: 4.8rem !important; }

.pt-47 {
  padding-top: 4.7rem !important; }

.pt-46 {
  padding-top: 4.6rem !important; }

.pt-45 {
  padding-top: 4.5rem !important; }

.pt-44 {
  padding-top: 4.4rem !important; }

.pt-43 {
  padding-top: 4.3rem !important; }

.pt-42 {
  padding-top: 4.2rem !important; }

.pt-41 {
  padding-top: 4.1rem !important; }

.pt-40 {
  padding-top: 4rem !important; }

.pt-39 {
  padding-top: 3.9rem !important; }

.pt-38 {
  padding-top: 3.8rem !important; }

.pt-37 {
  padding-top: 3.7rem !important; }

.pt-36 {
  padding-top: 3.6rem !important; }

.pt-35 {
  padding-top: 3.5rem !important; }

.pt-34 {
  padding-top: 3.4rem !important; }

.pt-33 {
  padding-top: 3.3rem !important; }

.pt-32 {
  padding-top: 3.2rem !important; }

.pt-31 {
  padding-top: 3.1rem !important; }

.pt-30 {
  padding-top: 3rem !important; }

.pt-29 {
  padding-top: 2.9rem !important; }

.pt-28 {
  padding-top: 2.8rem !important; }

.pt-27 {
  padding-top: 2.7rem !important; }

.pt-26 {
  padding-top: 2.6rem !important; }

.pt-25 {
  padding-top: 2.5rem !important; }

.pt-24 {
  padding-top: 2.4rem !important; }

.pt-23 {
  padding-top: 2.3rem !important; }

.pt-22 {
  padding-top: 2.2rem !important; }

.pt-21 {
  padding-top: 2.1rem !important; }

.pt-20 {
  padding-top: 2rem !important; }

.pt-19 {
  padding-top: 1.9rem !important; }

.pt-18 {
  padding-top: 1.8rem !important; }

.pt-17 {
  padding-top: 1.7rem !important; }

.pt-16 {
  padding-top: 1.6rem !important; }

.pt-15 {
  padding-top: 1.5rem !important; }

.pt-14 {
  padding-top: 1.4rem !important; }

.pt-13 {
  padding-top: 1.3rem !important; }

.pt-12 {
  padding-top: 1.2rem !important; }

.pt-11 {
  padding-top: 1.1rem !important; }

.pt-10 {
  padding-top: 1rem !important; }

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

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

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

.pt-3 {
  padding-top: 1rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pt-5 {
  padding-top: 5px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pe-65 {
  padding-right: 6.5rem !important; }

.pe-64 {
  padding-right: 6.4rem !important; }

.pe-63 {
  padding-right: 6.3rem !important; }

.pe-62 {
  padding-right: 6.2rem !important; }

.pe-61 {
  padding-right: 6.1rem !important; }

.pe-60 {
  padding-right: 60px !important; }

.pe-59 {
  padding-right: 5.9rem !important; }

.pe-58 {
  padding-right: 5.8rem !important; }

.pe-57 {
  padding-right: 5.7rem !important; }

.pe-56 {
  padding-right: 5.6rem !important; }

.pe-55 {
  padding-right: 5.5rem !important; }

.pe-54 {
  padding-right: 5.4rem !important; }

.pe-53 {
  padding-right: 5.3rem !important; }

.pe-52 {
  padding-right: 5.2rem !important; }

.pe-51 {
  padding-right: 5.1rem !important; }

.pe-50 {
  padding-right: 5rem !important; }

.pe-49 {
  padding-right: 4.9rem !important; }

.pe-48 {
  padding-right: 4.8rem !important; }

.pe-47 {
  padding-right: 4.7rem !important; }

.pe-46 {
  padding-right: 4.6rem !important; }

.pe-45 {
  padding-right: 4.5rem !important; }

.pe-44 {
  padding-right: 4.4rem !important; }

.pe-43 {
  padding-right: 4.3rem !important; }

.pe-42 {
  padding-right: 4.2rem !important; }

.pe-41 {
  padding-right: 4.1rem !important; }

.pe-40 {
  padding-right: 4rem !important; }

.pe-39 {
  padding-right: 3.9rem !important; }

.pe-38 {
  padding-right: 3.8rem !important; }

.pe-37 {
  padding-right: 3.7rem !important; }

.pe-36 {
  padding-right: 3.6rem !important; }

.pe-35 {
  padding-right: 3.5rem !important; }

.pe-34 {
  padding-right: 3.4rem !important; }

.pe-33 {
  padding-right: 3.3rem !important; }

.pe-32 {
  padding-right: 3.2rem !important; }

.pe-31 {
  padding-right: 3.1rem !important; }

.pe-30 {
  padding-right: 3rem !important; }

.pe-29 {
  padding-right: 2.9rem !important; }

.pe-28 {
  padding-right: 2.8rem !important; }

.pe-27 {
  padding-right: 2.7rem !important; }

.pe-26 {
  padding-right: 2.6rem !important; }

.pe-25 {
  padding-right: 2.5rem !important; }

.pe-24 {
  padding-right: 2.4rem !important; }

.pe-23 {
  padding-right: 2.3rem !important; }

.pe-22 {
  padding-right: 2.2rem !important; }

.pe-21 {
  padding-right: 2.1rem !important; }

.pe-20 {
  padding-right: 2rem !important; }

.pe-19 {
  padding-right: 1.9rem !important; }

.pe-18 {
  padding-right: 1.8rem !important; }

.pe-17 {
  padding-right: 1.7rem !important; }

.pe-16 {
  padding-right: 1.6rem !important; }

.pe-15 {
  padding-right: 1.5rem !important; }

.pe-14 {
  padding-right: 1.4rem !important; }

.pe-13 {
  padding-right: 1.3rem !important; }

.pe-12 {
  padding-right: 1.2rem !important; }

.pe-11 {
  padding-right: 1.1rem !important; }

.pe-10 {
  padding-right: 1rem !important; }

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

.pe-1 {
  padding-right: 0.25rem !important; }

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

.pe-3 {
  padding-right: 1rem !important; }

.pe-4 {
  padding-right: 1.5rem !important; }

.pe-5 {
  padding-right: 5px !important; }

.pe-80 {
  padding-right: 80px !important; }

.pb-65 {
  padding-bottom: 6.5rem !important; }

.pb-64 {
  padding-bottom: 6.4rem !important; }

.pb-63 {
  padding-bottom: 6.3rem !important; }

.pb-62 {
  padding-bottom: 6.2rem !important; }

.pb-61 {
  padding-bottom: 6.1rem !important; }

.pb-60 {
  padding-bottom: 60px !important; }

.pb-59 {
  padding-bottom: 5.9rem !important; }

.pb-58 {
  padding-bottom: 5.8rem !important; }

.pb-57 {
  padding-bottom: 5.7rem !important; }

.pb-56 {
  padding-bottom: 5.6rem !important; }

.pb-55 {
  padding-bottom: 5.5rem !important; }

.pb-54 {
  padding-bottom: 5.4rem !important; }

.pb-53 {
  padding-bottom: 5.3rem !important; }

.pb-52 {
  padding-bottom: 5.2rem !important; }

.pb-51 {
  padding-bottom: 5.1rem !important; }

.pb-50 {
  padding-bottom: 5rem !important; }

.pb-49 {
  padding-bottom: 4.9rem !important; }

.pb-48 {
  padding-bottom: 4.8rem !important; }

.pb-47 {
  padding-bottom: 4.7rem !important; }

.pb-46 {
  padding-bottom: 4.6rem !important; }

.pb-45 {
  padding-bottom: 4.5rem !important; }

.pb-44 {
  padding-bottom: 4.4rem !important; }

.pb-43 {
  padding-bottom: 4.3rem !important; }

.pb-42 {
  padding-bottom: 4.2rem !important; }

.pb-41 {
  padding-bottom: 4.1rem !important; }

.pb-40 {
  padding-bottom: 4rem !important; }

.pb-39 {
  padding-bottom: 3.9rem !important; }

.pb-38 {
  padding-bottom: 3.8rem !important; }

.pb-37 {
  padding-bottom: 3.7rem !important; }

.pb-36 {
  padding-bottom: 3.6rem !important; }

.pb-35 {
  padding-bottom: 3.5rem !important; }

.pb-34 {
  padding-bottom: 3.4rem !important; }

.pb-33 {
  padding-bottom: 3.3rem !important; }

.pb-32 {
  padding-bottom: 3.2rem !important; }

.pb-31 {
  padding-bottom: 3.1rem !important; }

.pb-30 {
  padding-bottom: 3rem !important; }

.pb-29 {
  padding-bottom: 2.9rem !important; }

.pb-28 {
  padding-bottom: 2.8rem !important; }

.pb-27 {
  padding-bottom: 2.7rem !important; }

.pb-26 {
  padding-bottom: 2.6rem !important; }

.pb-25 {
  padding-bottom: 2.5rem !important; }

.pb-24 {
  padding-bottom: 2.4rem !important; }

.pb-23 {
  padding-bottom: 2.3rem !important; }

.pb-22 {
  padding-bottom: 2.2rem !important; }

.pb-21 {
  padding-bottom: 2.1rem !important; }

.pb-20 {
  padding-bottom: 2rem !important; }

.pb-19 {
  padding-bottom: 1.9rem !important; }

.pb-18 {
  padding-bottom: 1.8rem !important; }

.pb-17 {
  padding-bottom: 1.7rem !important; }

.pb-16 {
  padding-bottom: 1.6rem !important; }

.pb-15 {
  padding-bottom: 1.5rem !important; }

.pb-14 {
  padding-bottom: 1.4rem !important; }

.pb-13 {
  padding-bottom: 1.3rem !important; }

.pb-12 {
  padding-bottom: 1.2rem !important; }

.pb-11 {
  padding-bottom: 1.1rem !important; }

.pb-10 {
  padding-bottom: 1rem !important; }

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

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

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

.pb-3 {
  padding-bottom: 1rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pb-5 {
  padding-bottom: 5px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.ps-65 {
  padding-left: 6.5rem !important; }

.ps-64 {
  padding-left: 6.4rem !important; }

.ps-63 {
  padding-left: 6.3rem !important; }

.ps-62 {
  padding-left: 6.2rem !important; }

.ps-61 {
  padding-left: 6.1rem !important; }

.ps-60 {
  padding-left: 60px !important; }

.ps-59 {
  padding-left: 5.9rem !important; }

.ps-58 {
  padding-left: 5.8rem !important; }

.ps-57 {
  padding-left: 5.7rem !important; }

.ps-56 {
  padding-left: 5.6rem !important; }

.ps-55 {
  padding-left: 5.5rem !important; }

.ps-54 {
  padding-left: 5.4rem !important; }

.ps-53 {
  padding-left: 5.3rem !important; }

.ps-52 {
  padding-left: 5.2rem !important; }

.ps-51 {
  padding-left: 5.1rem !important; }

.ps-50 {
  padding-left: 5rem !important; }

.ps-49 {
  padding-left: 4.9rem !important; }

.ps-48 {
  padding-left: 4.8rem !important; }

.ps-47 {
  padding-left: 4.7rem !important; }

.ps-46 {
  padding-left: 4.6rem !important; }

.ps-45 {
  padding-left: 4.5rem !important; }

.ps-44 {
  padding-left: 4.4rem !important; }

.ps-43 {
  padding-left: 4.3rem !important; }

.ps-42 {
  padding-left: 4.2rem !important; }

.ps-41 {
  padding-left: 4.1rem !important; }

.ps-40 {
  padding-left: 4rem !important; }

.ps-39 {
  padding-left: 3.9rem !important; }

.ps-38 {
  padding-left: 3.8rem !important; }

.ps-37 {
  padding-left: 3.7rem !important; }

.ps-36 {
  padding-left: 3.6rem !important; }

.ps-35 {
  padding-left: 3.5rem !important; }

.ps-34 {
  padding-left: 3.4rem !important; }

.ps-33 {
  padding-left: 3.3rem !important; }

.ps-32 {
  padding-left: 3.2rem !important; }

.ps-31 {
  padding-left: 3.1rem !important; }

.ps-30 {
  padding-left: 3rem !important; }

.ps-29 {
  padding-left: 2.9rem !important; }

.ps-28 {
  padding-left: 2.8rem !important; }

.ps-27 {
  padding-left: 2.7rem !important; }

.ps-26 {
  padding-left: 2.6rem !important; }

.ps-25 {
  padding-left: 2.5rem !important; }

.ps-24 {
  padding-left: 2.4rem !important; }

.ps-23 {
  padding-left: 2.3rem !important; }

.ps-22 {
  padding-left: 2.2rem !important; }

.ps-21 {
  padding-left: 2.1rem !important; }

.ps-20 {
  padding-left: 2rem !important; }

.ps-19 {
  padding-left: 1.9rem !important; }

.ps-18 {
  padding-left: 1.8rem !important; }

.ps-17 {
  padding-left: 1.7rem !important; }

.ps-16 {
  padding-left: 1.6rem !important; }

.ps-15 {
  padding-left: 1.5rem !important; }

.ps-14 {
  padding-left: 1.4rem !important; }

.ps-13 {
  padding-left: 1.3rem !important; }

.ps-12 {
  padding-left: 1.2rem !important; }

.ps-11 {
  padding-left: 1.1rem !important; }

.ps-10 {
  padding-left: 1rem !important; }

.ps-0 {
  padding-left: 0 !important; }

.ps-1 {
  padding-left: 0.25rem !important; }

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

.ps-3 {
  padding-left: 1rem !important; }

.ps-4 {
  padding-left: 1.5rem !important; }

.ps-5 {
  padding-left: 5px !important; }

.ps-80 {
  padding-left: 80px !important; }

.font-monospace {
  font-family: var(--bs-font-monospace) !important; }

.fs-50 {
  font-size: 5rem !important; }

.fs-49 {
  font-size: 4.9rem !important; }

.fs-48 {
  font-size: 4.8rem !important; }

.fs-47 {
  font-size: 4.7rem !important; }

.fs-46 {
  font-size: 4.6rem !important; }

.fs-45 {
  font-size: 4.5rem !important; }

.fs-44 {
  font-size: 4.4rem !important; }

.fs-43 {
  font-size: 4.3rem !important; }

.fs-42 {
  font-size: 4.2rem !important; }

.fs-41 {
  font-size: 4.1rem !important; }

.fs-40 {
  font-size: 4rem !important; }

.fs-39 {
  font-size: 3.9rem !important; }

.fs-38 {
  font-size: 3.8rem !important; }

.fs-37 {
  font-size: 3.7rem !important; }

.fs-36 {
  font-size: 3.6rem !important; }

.fs-35 {
  font-size: 3.5rem !important; }

.fs-34 {
  font-size: 3.4rem !important; }

.fs-33 {
  font-size: 3.3rem !important; }

.fs-32 {
  font-size: 3.2rem !important; }

.fs-31 {
  font-size: 3.1rem !important; }

.fs-30 {
  font-size: 3rem !important; }

.fs-29 {
  font-size: 2.9rem !important; }

.fs-28 {
  font-size: 2.8rem !important; }

.fs-27 {
  font-size: 2.7rem !important; }

.fs-26 {
  font-size: 2.6rem !important; }

.fs-25 {
  font-size: 2.5rem !important; }

.fs-24 {
  font-size: 2.4rem !important; }

.fs-23 {
  font-size: 2.3rem !important; }

.fs-22 {
  font-size: 2.2rem !important; }

.fs-21 {
  font-size: 2.1rem !important; }

.fs-20 {
  font-size: 2rem !important; }

.fs-19 {
  font-size: 1.9rem !important; }

.fs-18 {
  font-size: 1.8rem !important; }

.fs-17 {
  font-size: 1.7rem !important; }

.fs-16 {
  font-size: 1.6rem !important; }

.fs-15 {
  font-size: 1.5rem !important; }

.fs-14 {
  font-size: 1.4rem !important; }

.fs-13 {
  font-size: 1.3rem !important; }

.fs-12 {
  font-size: 1.2rem !important; }

.fs-11 {
  font-size: 1.1rem !important; }

.fs-10 {
  font-size: 1rem !important; }

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

.fst-normal {
  font-style: normal !important; }

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

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

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

.fw-bold {
  font-weight: 700 !important; }

.fw-medium {
  font-weight: 500 !important; }

.lh-65 {
  line-height: 6.5rem !important; }

.lh-64 {
  line-height: 6.4rem !important; }

.lh-63 {
  line-height: 6.3rem !important; }

.lh-62 {
  line-height: 6.2rem !important; }

.lh-61 {
  line-height: 6.1rem !important; }

.lh-60 {
  line-height: 60px !important; }

.lh-59 {
  line-height: 5.9rem !important; }

.lh-58 {
  line-height: 5.8rem !important; }

.lh-57 {
  line-height: 5.7rem !important; }

.lh-56 {
  line-height: 5.6rem !important; }

.lh-55 {
  line-height: 5.5rem !important; }

.lh-54 {
  line-height: 5.4rem !important; }

.lh-53 {
  line-height: 5.3rem !important; }

.lh-52 {
  line-height: 5.2rem !important; }

.lh-51 {
  line-height: 5.1rem !important; }

.lh-50 {
  line-height: 5rem !important; }

.lh-49 {
  line-height: 4.9rem !important; }

.lh-48 {
  line-height: 4.8rem !important; }

.lh-47 {
  line-height: 4.7rem !important; }

.lh-46 {
  line-height: 4.6rem !important; }

.lh-45 {
  line-height: 4.5rem !important; }

.lh-44 {
  line-height: 4.4rem !important; }

.lh-43 {
  line-height: 4.3rem !important; }

.lh-42 {
  line-height: 4.2rem !important; }

.lh-41 {
  line-height: 4.1rem !important; }

.lh-40 {
  line-height: 4rem !important; }

.lh-39 {
  line-height: 3.9rem !important; }

.lh-38 {
  line-height: 3.8rem !important; }

.lh-37 {
  line-height: 3.7rem !important; }

.lh-36 {
  line-height: 3.6rem !important; }

.lh-35 {
  line-height: 3.5rem !important; }

.lh-34 {
  line-height: 3.4rem !important; }

.lh-33 {
  line-height: 3.3rem !important; }

.lh-32 {
  line-height: 3.2rem !important; }

.lh-31 {
  line-height: 3.1rem !important; }

.lh-30 {
  line-height: 3rem !important; }

.lh-29 {
  line-height: 2.9rem !important; }

.lh-28 {
  line-height: 2.8rem !important; }

.lh-27 {
  line-height: 2.7rem !important; }

.lh-26 {
  line-height: 2.6rem !important; }

.lh-25 {
  line-height: 2.5rem !important; }

.lh-24 {
  line-height: 2.4rem !important; }

.lh-23 {
  line-height: 2.3rem !important; }

.lh-22 {
  line-height: 2.2rem !important; }

.lh-21 {
  line-height: 2.1rem !important; }

.lh-20 {
  line-height: 2rem !important; }

.lh-19 {
  line-height: 1.9rem !important; }

.lh-18 {
  line-height: 1.8rem !important; }

.lh-17 {
  line-height: 1.7rem !important; }

.lh-16 {
  line-height: 1.6rem !important; }

.lh-15 {
  line-height: 1.5rem !important; }

.lh-14 {
  line-height: 1.4rem !important; }

.lh-13 {
  line-height: 1.3rem !important; }

.lh-12 {
  line-height: 1.2rem !important; }

.lh-11 {
  line-height: 1.1rem !important; }

.lh-10 {
  line-height: 1rem !important; }

.lh-0 {
  line-height: 0 !important; }

.lh-1 {
  line-height: 0.25rem !important; }

.lh-2 {
  line-height: 0.5rem !important; }

.lh-3 {
  line-height: 1rem !important; }

.lh-4 {
  line-height: 1.5rem !important; }

.lh-5 {
  line-height: 5px !important; }

.lh-80 {
  line-height: 80px !important; }

.text-start {
  text-align: left !important; }

.text-end {
  text-align: right !important; }

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

.text-decoration-none {
  text-decoration: none !important; }

.text-decoration-underline {
  text-decoration: underline !important; }

.text-decoration-line-through {
  text-decoration: line-through !important; }

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

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

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

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important; }

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important; }

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important; }

.text-terciary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-terciary-rgb), var(--bs-text-opacity)) !important; }

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important; }

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important; }

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important; }

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important; }

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important; }

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important; }

.text-mobile {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-mobile-rgb), var(--bs-text-opacity)) !important; }

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important; }

.text-footer {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-footer-rgb), var(--bs-text-opacity)) !important; }

.text-error {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-error-rgb), var(--bs-text-opacity)) !important; }

.text-blanc-clair {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-blanc-clair-rgb), var(--bs-text-opacity)) !important; }

.text-gris-fonce2 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gris-fonce2-rgb), var(--bs-text-opacity)) !important; }

.text-gris-clair {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gris-clair-rgb), var(--bs-text-opacity)) !important; }

.text-gris-clair2 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gris-clair2-rgb), var(--bs-text-opacity)) !important; }

.text-vert-clair {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-vert-clair-rgb), var(--bs-text-opacity)) !important; }

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important; }

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important; }

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important; }

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important; }

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important; }

.text-opacity-25 {
  --bs-text-opacity: 0.25; }

.text-opacity-50 {
  --bs-text-opacity: 0.5; }

.text-opacity-75 {
  --bs-text-opacity: 0.75; }

.text-opacity-100 {
  --bs-text-opacity: 1; }

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important; }

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important; }

.bg-terciary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-terciary-rgb), var(--bs-bg-opacity)) !important; }

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important; }

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important; }

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important; }

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important; }

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important; }

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important; }

.bg-mobile {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-mobile-rgb), var(--bs-bg-opacity)) !important; }

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important; }

.bg-footer {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-footer-rgb), var(--bs-bg-opacity)) !important; }

.bg-error {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-error-rgb), var(--bs-bg-opacity)) !important; }

.bg-blanc-clair {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blanc-clair-rgb), var(--bs-bg-opacity)) !important; }

.bg-gris-fonce2 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gris-fonce2-rgb), var(--bs-bg-opacity)) !important; }

.bg-gris-clair {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gris-clair-rgb), var(--bs-bg-opacity)) !important; }

.bg-gris-clair2 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gris-clair2-rgb), var(--bs-bg-opacity)) !important; }

.bg-vert-clair {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-vert-clair-rgb), var(--bs-bg-opacity)) !important; }

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important; }

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important; }

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

.bg-opacity-10 {
  --bs-bg-opacity: 0.1; }

.bg-opacity-25 {
  --bs-bg-opacity: 0.25; }

.bg-opacity-50 {
  --bs-bg-opacity: 0.5; }

.bg-opacity-75 {
  --bs-bg-opacity: 0.75; }

.bg-opacity-100 {
  --bs-bg-opacity: 1; }

.bg-gradient {
  background-image: var(--bs-gradient) !important; }

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

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

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

.pe-none {
  pointer-events: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-3 {
  border-radius: 15px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-top-3 {
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important; }

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

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

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

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

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

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

.rounded-end-50 {
  border-top-right-radius: 5rem !important;
  border-bottom-right-radius: 5rem !important; }

.rounded-end-49 {
  border-top-right-radius: 4.9rem !important;
  border-bottom-right-radius: 4.9rem !important; }

.rounded-end-48 {
  border-top-right-radius: 4.8rem !important;
  border-bottom-right-radius: 4.8rem !important; }

.rounded-end-47 {
  border-top-right-radius: 4.7rem !important;
  border-bottom-right-radius: 4.7rem !important; }

.rounded-end-46 {
  border-top-right-radius: 4.6rem !important;
  border-bottom-right-radius: 4.6rem !important; }

.rounded-end-45 {
  border-top-right-radius: 4.5rem !important;
  border-bottom-right-radius: 4.5rem !important; }

.rounded-end-44 {
  border-top-right-radius: 4.4rem !important;
  border-bottom-right-radius: 4.4rem !important; }

.rounded-end-43 {
  border-top-right-radius: 4.3rem !important;
  border-bottom-right-radius: 4.3rem !important; }

.rounded-end-42 {
  border-top-right-radius: 4.2rem !important;
  border-bottom-right-radius: 4.2rem !important; }

.rounded-end-41 {
  border-top-right-radius: 4.1rem !important;
  border-bottom-right-radius: 4.1rem !important; }

.rounded-end-40 {
  border-top-right-radius: 4rem !important;
  border-bottom-right-radius: 4rem !important; }

.rounded-end-39 {
  border-top-right-radius: 3.9rem !important;
  border-bottom-right-radius: 3.9rem !important; }

.rounded-end-38 {
  border-top-right-radius: 3.8rem !important;
  border-bottom-right-radius: 3.8rem !important; }

.rounded-end-37 {
  border-top-right-radius: 3.7rem !important;
  border-bottom-right-radius: 3.7rem !important; }

.rounded-end-36 {
  border-top-right-radius: 3.6rem !important;
  border-bottom-right-radius: 3.6rem !important; }

.rounded-end-35 {
  border-top-right-radius: 3.5rem !important;
  border-bottom-right-radius: 3.5rem !important; }

.rounded-end-34 {
  border-top-right-radius: 3.4rem !important;
  border-bottom-right-radius: 3.4rem !important; }

.rounded-end-33 {
  border-top-right-radius: 3.3rem !important;
  border-bottom-right-radius: 3.3rem !important; }

.rounded-end-32 {
  border-top-right-radius: 3.2rem !important;
  border-bottom-right-radius: 3.2rem !important; }

.rounded-end-31 {
  border-top-right-radius: 3.1rem !important;
  border-bottom-right-radius: 3.1rem !important; }

.rounded-end-30 {
  border-top-right-radius: 3rem !important;
  border-bottom-right-radius: 3rem !important; }

.rounded-end-29 {
  border-top-right-radius: 2.9rem !important;
  border-bottom-right-radius: 2.9rem !important; }

.rounded-end-28 {
  border-top-right-radius: 2.8rem !important;
  border-bottom-right-radius: 2.8rem !important; }

.rounded-end-27 {
  border-top-right-radius: 2.7rem !important;
  border-bottom-right-radius: 2.7rem !important; }

.rounded-end-26 {
  border-top-right-radius: 2.6rem !important;
  border-bottom-right-radius: 2.6rem !important; }

.rounded-end-25 {
  border-top-right-radius: 2.5rem !important;
  border-bottom-right-radius: 2.5rem !important; }

.rounded-end-24 {
  border-top-right-radius: 2.4rem !important;
  border-bottom-right-radius: 2.4rem !important; }

.rounded-end-23 {
  border-top-right-radius: 2.3rem !important;
  border-bottom-right-radius: 2.3rem !important; }

.rounded-end-22 {
  border-top-right-radius: 2.2rem !important;
  border-bottom-right-radius: 2.2rem !important; }

.rounded-end-21 {
  border-top-right-radius: 2.1rem !important;
  border-bottom-right-radius: 2.1rem !important; }

.rounded-end-20 {
  border-top-right-radius: 2rem !important;
  border-bottom-right-radius: 2rem !important; }

.rounded-end-19 {
  border-top-right-radius: 1.9rem !important;
  border-bottom-right-radius: 1.9rem !important; }

.rounded-end-18 {
  border-top-right-radius: 1.8rem !important;
  border-bottom-right-radius: 1.8rem !important; }

.rounded-end-17 {
  border-top-right-radius: 1.7rem !important;
  border-bottom-right-radius: 1.7rem !important; }

.rounded-end-16 {
  border-top-right-radius: 1.6rem !important;
  border-bottom-right-radius: 1.6rem !important; }

.rounded-end-15 {
  border-top-right-radius: 1.5rem !important;
  border-bottom-right-radius: 1.5rem !important; }

.rounded-end-14 {
  border-top-right-radius: 1.4rem !important;
  border-bottom-right-radius: 1.4rem !important; }

.rounded-end-13 {
  border-top-right-radius: 1.3rem !important;
  border-bottom-right-radius: 1.3rem !important; }

.rounded-end-12 {
  border-top-right-radius: 1.2rem !important;
  border-bottom-right-radius: 1.2rem !important; }

.rounded-end-11 {
  border-top-right-radius: 1.1rem !important;
  border-bottom-right-radius: 1.1rem !important; }

.rounded-end-10 {
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important; }

.rounded-end-9 {
  border-top-right-radius: 0.9rem !important;
  border-bottom-right-radius: 0.9rem !important; }

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

.rounded-end-7 {
  border-top-right-radius: 0.7rem !important;
  border-bottom-right-radius: 0.7rem !important; }

.rounded-end-6 {
  border-top-right-radius: 0.6rem !important;
  border-bottom-right-radius: 0.6rem !important; }

.rounded-end-5 {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important; }

.rounded-end-4 {
  border-top-right-radius: 0.4rem !important;
  border-bottom-right-radius: 0.4rem !important; }

.rounded-end-3 {
  border-top-right-radius: 15px !important;
  border-bottom-right-radius: 15px !important; }

.rounded-end-2 {
  border-top-right-radius: 1.2rem !important;
  border-bottom-right-radius: 1.2rem !important; }

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

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

.rounded-end-1 {
  border-top-right-radius: 0.2rem !important;
  border-bottom-right-radius: 0.2rem !important; }

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important; }

.rounded-end-pill {
  border-top-right-radius: 50rem !important;
  border-bottom-right-radius: 50rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-bottom-3 {
  border-bottom-right-radius: 15px !important;
  border-bottom-left-radius: 15px !important; }

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

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

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

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

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

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

.rounded-start-50 {
  border-bottom-left-radius: 5rem !important;
  border-top-left-radius: 5rem !important; }

.rounded-start-49 {
  border-bottom-left-radius: 4.9rem !important;
  border-top-left-radius: 4.9rem !important; }

.rounded-start-48 {
  border-bottom-left-radius: 4.8rem !important;
  border-top-left-radius: 4.8rem !important; }

.rounded-start-47 {
  border-bottom-left-radius: 4.7rem !important;
  border-top-left-radius: 4.7rem !important; }

.rounded-start-46 {
  border-bottom-left-radius: 4.6rem !important;
  border-top-left-radius: 4.6rem !important; }

.rounded-start-45 {
  border-bottom-left-radius: 4.5rem !important;
  border-top-left-radius: 4.5rem !important; }

.rounded-start-44 {
  border-bottom-left-radius: 4.4rem !important;
  border-top-left-radius: 4.4rem !important; }

.rounded-start-43 {
  border-bottom-left-radius: 4.3rem !important;
  border-top-left-radius: 4.3rem !important; }

.rounded-start-42 {
  border-bottom-left-radius: 4.2rem !important;
  border-top-left-radius: 4.2rem !important; }

.rounded-start-41 {
  border-bottom-left-radius: 4.1rem !important;
  border-top-left-radius: 4.1rem !important; }

.rounded-start-40 {
  border-bottom-left-radius: 4rem !important;
  border-top-left-radius: 4rem !important; }

.rounded-start-39 {
  border-bottom-left-radius: 3.9rem !important;
  border-top-left-radius: 3.9rem !important; }

.rounded-start-38 {
  border-bottom-left-radius: 3.8rem !important;
  border-top-left-radius: 3.8rem !important; }

.rounded-start-37 {
  border-bottom-left-radius: 3.7rem !important;
  border-top-left-radius: 3.7rem !important; }

.rounded-start-36 {
  border-bottom-left-radius: 3.6rem !important;
  border-top-left-radius: 3.6rem !important; }

.rounded-start-35 {
  border-bottom-left-radius: 3.5rem !important;
  border-top-left-radius: 3.5rem !important; }

.rounded-start-34 {
  border-bottom-left-radius: 3.4rem !important;
  border-top-left-radius: 3.4rem !important; }

.rounded-start-33 {
  border-bottom-left-radius: 3.3rem !important;
  border-top-left-radius: 3.3rem !important; }

.rounded-start-32 {
  border-bottom-left-radius: 3.2rem !important;
  border-top-left-radius: 3.2rem !important; }

.rounded-start-31 {
  border-bottom-left-radius: 3.1rem !important;
  border-top-left-radius: 3.1rem !important; }

.rounded-start-30 {
  border-bottom-left-radius: 3rem !important;
  border-top-left-radius: 3rem !important; }

.rounded-start-29 {
  border-bottom-left-radius: 2.9rem !important;
  border-top-left-radius: 2.9rem !important; }

.rounded-start-28 {
  border-bottom-left-radius: 2.8rem !important;
  border-top-left-radius: 2.8rem !important; }

.rounded-start-27 {
  border-bottom-left-radius: 2.7rem !important;
  border-top-left-radius: 2.7rem !important; }

.rounded-start-26 {
  border-bottom-left-radius: 2.6rem !important;
  border-top-left-radius: 2.6rem !important; }

.rounded-start-25 {
  border-bottom-left-radius: 2.5rem !important;
  border-top-left-radius: 2.5rem !important; }

.rounded-start-24 {
  border-bottom-left-radius: 2.4rem !important;
  border-top-left-radius: 2.4rem !important; }

.rounded-start-23 {
  border-bottom-left-radius: 2.3rem !important;
  border-top-left-radius: 2.3rem !important; }

.rounded-start-22 {
  border-bottom-left-radius: 2.2rem !important;
  border-top-left-radius: 2.2rem !important; }

.rounded-start-21 {
  border-bottom-left-radius: 2.1rem !important;
  border-top-left-radius: 2.1rem !important; }

.rounded-start-20 {
  border-bottom-left-radius: 2rem !important;
  border-top-left-radius: 2rem !important; }

.rounded-start-19 {
  border-bottom-left-radius: 1.9rem !important;
  border-top-left-radius: 1.9rem !important; }

.rounded-start-18 {
  border-bottom-left-radius: 1.8rem !important;
  border-top-left-radius: 1.8rem !important; }

.rounded-start-17 {
  border-bottom-left-radius: 1.7rem !important;
  border-top-left-radius: 1.7rem !important; }

.rounded-start-16 {
  border-bottom-left-radius: 1.6rem !important;
  border-top-left-radius: 1.6rem !important; }

.rounded-start-15 {
  border-bottom-left-radius: 1.5rem !important;
  border-top-left-radius: 1.5rem !important; }

.rounded-start-14 {
  border-bottom-left-radius: 1.4rem !important;
  border-top-left-radius: 1.4rem !important; }

.rounded-start-13 {
  border-bottom-left-radius: 1.3rem !important;
  border-top-left-radius: 1.3rem !important; }

.rounded-start-12 {
  border-bottom-left-radius: 1.2rem !important;
  border-top-left-radius: 1.2rem !important; }

.rounded-start-11 {
  border-bottom-left-radius: 1.1rem !important;
  border-top-left-radius: 1.1rem !important; }

.rounded-start-10 {
  border-bottom-left-radius: 1rem !important;
  border-top-left-radius: 1rem !important; }

.rounded-start-9 {
  border-bottom-left-radius: 0.9rem !important;
  border-top-left-radius: 0.9rem !important; }

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

.rounded-start-7 {
  border-bottom-left-radius: 0.7rem !important;
  border-top-left-radius: 0.7rem !important; }

.rounded-start-6 {
  border-bottom-left-radius: 0.6rem !important;
  border-top-left-radius: 0.6rem !important; }

.rounded-start-5 {
  border-bottom-left-radius: 0.5rem !important;
  border-top-left-radius: 0.5rem !important; }

.rounded-start-4 {
  border-bottom-left-radius: 0.4rem !important;
  border-top-left-radius: 0.4rem !important; }

.rounded-start-3 {
  border-bottom-left-radius: 15px !important;
  border-top-left-radius: 15px !important; }

.rounded-start-2 {
  border-bottom-left-radius: 1.2rem !important;
  border-top-left-radius: 1.2rem !important; }

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

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

.rounded-start-1 {
  border-bottom-left-radius: 0.2rem !important;
  border-top-left-radius: 0.2rem !important; }

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important; }

.rounded-start-pill {
  border-bottom-left-radius: 50rem !important;
  border-top-left-radius: 50rem !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

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

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

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

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

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

.z-index-1000 {
  z-index: 1000 !important; }

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important; }
  .float-sm-end {
    float: right !important; }
  .float-sm-none {
    float: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-grid {
    display: grid !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; }
  .d-sm-none {
    display: none !important; }
  .position-sm-static {
    position: static !important; }
  .position-sm-relative {
    position: relative !important; }
  .position-sm-absolute {
    position: absolute !important; }
  .position-sm-fixed {
    position: fixed !important; }
  .position-sm-sticky {
    position: sticky !important; }
  .top-sm-0 {
    top: 0 !important; }
  .top-sm-10 {
    top: 10% !important; }
  .top-sm-20 {
    top: 20% !important; }
  .top-sm-40 {
    top: 40% !important; }
  .top-sm-50 {
    top: 50% !important; }
  .top-sm-90 {
    top: 90% !important; }
  .top-sm-100 {
    top: 100% !important; }
  .top-sm-50px {
    top: 50px !important; }
  .top-sm-30px {
    top: 30px !important; }
  .w-sm-20 {
    width: 20% !important; }
  .w-sm-25 {
    width: 25% !important; }
  .w-sm-50 {
    width: 50% !important; }
  .w-sm-70 {
    width: 70% !important; }
  .w-sm-75 {
    width: 75% !important; }
  .w-sm-80 {
    width: 80% !important; }
  .w-sm-90 {
    width: 90% !important; }
  .w-sm-100 {
    width: 100% !important; }
  .w-sm-auto {
    width: auto !important; }
  .w-sm-165px {
    width: 165px !important; }
  .w-sm-280px {
    width: 280px !important; }
  .h-sm-20 {
    height: 20% !important; }
  .h-sm-25 {
    height: 25% !important; }
  .h-sm-50 {
    height: 50% !important; }
  .h-sm-70 {
    height: 70% !important; }
  .h-sm-75 {
    height: 75% !important; }
  .h-sm-80 {
    height: 80% !important; }
  .h-sm-90 {
    height: 90% !important; }
  .h-sm-100 {
    height: 100% !important; }
  .h-sm-auto {
    height: auto !important; }
  .h-sm-165px {
    height: 165px !important; }
  .h-sm-280px {
    height: 280px !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .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-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; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-sm-65 {
    gap: 6.5rem !important; }
  .gap-sm-64 {
    gap: 6.4rem !important; }
  .gap-sm-63 {
    gap: 6.3rem !important; }
  .gap-sm-62 {
    gap: 6.2rem !important; }
  .gap-sm-61 {
    gap: 6.1rem !important; }
  .gap-sm-60 {
    gap: 60px !important; }
  .gap-sm-59 {
    gap: 5.9rem !important; }
  .gap-sm-58 {
    gap: 5.8rem !important; }
  .gap-sm-57 {
    gap: 5.7rem !important; }
  .gap-sm-56 {
    gap: 5.6rem !important; }
  .gap-sm-55 {
    gap: 5.5rem !important; }
  .gap-sm-54 {
    gap: 5.4rem !important; }
  .gap-sm-53 {
    gap: 5.3rem !important; }
  .gap-sm-52 {
    gap: 5.2rem !important; }
  .gap-sm-51 {
    gap: 5.1rem !important; }
  .gap-sm-50 {
    gap: 5rem !important; }
  .gap-sm-49 {
    gap: 4.9rem !important; }
  .gap-sm-48 {
    gap: 4.8rem !important; }
  .gap-sm-47 {
    gap: 4.7rem !important; }
  .gap-sm-46 {
    gap: 4.6rem !important; }
  .gap-sm-45 {
    gap: 4.5rem !important; }
  .gap-sm-44 {
    gap: 4.4rem !important; }
  .gap-sm-43 {
    gap: 4.3rem !important; }
  .gap-sm-42 {
    gap: 4.2rem !important; }
  .gap-sm-41 {
    gap: 4.1rem !important; }
  .gap-sm-40 {
    gap: 4rem !important; }
  .gap-sm-39 {
    gap: 3.9rem !important; }
  .gap-sm-38 {
    gap: 3.8rem !important; }
  .gap-sm-37 {
    gap: 3.7rem !important; }
  .gap-sm-36 {
    gap: 3.6rem !important; }
  .gap-sm-35 {
    gap: 3.5rem !important; }
  .gap-sm-34 {
    gap: 3.4rem !important; }
  .gap-sm-33 {
    gap: 3.3rem !important; }
  .gap-sm-32 {
    gap: 3.2rem !important; }
  .gap-sm-31 {
    gap: 3.1rem !important; }
  .gap-sm-30 {
    gap: 3rem !important; }
  .gap-sm-29 {
    gap: 2.9rem !important; }
  .gap-sm-28 {
    gap: 2.8rem !important; }
  .gap-sm-27 {
    gap: 2.7rem !important; }
  .gap-sm-26 {
    gap: 2.6rem !important; }
  .gap-sm-25 {
    gap: 2.5rem !important; }
  .gap-sm-24 {
    gap: 2.4rem !important; }
  .gap-sm-23 {
    gap: 2.3rem !important; }
  .gap-sm-22 {
    gap: 2.2rem !important; }
  .gap-sm-21 {
    gap: 2.1rem !important; }
  .gap-sm-20 {
    gap: 2rem !important; }
  .gap-sm-19 {
    gap: 1.9rem !important; }
  .gap-sm-18 {
    gap: 1.8rem !important; }
  .gap-sm-17 {
    gap: 1.7rem !important; }
  .gap-sm-16 {
    gap: 1.6rem !important; }
  .gap-sm-15 {
    gap: 1.5rem !important; }
  .gap-sm-14 {
    gap: 1.4rem !important; }
  .gap-sm-13 {
    gap: 1.3rem !important; }
  .gap-sm-12 {
    gap: 1.2rem !important; }
  .gap-sm-11 {
    gap: 1.1rem !important; }
  .gap-sm-10 {
    gap: 1rem !important; }
  .gap-sm-0 {
    gap: 0 !important; }
  .gap-sm-1 {
    gap: 0.25rem !important; }
  .gap-sm-2 {
    gap: 0.5rem !important; }
  .gap-sm-3 {
    gap: 1rem !important; }
  .gap-sm-4 {
    gap: 1.5rem !important; }
  .gap-sm-5 {
    gap: 5px !important; }
  .gap-sm-80 {
    gap: 80px !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; }
  .justify-content-sm-evenly {
    justify-content: space-evenly !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; }
  .order-sm-first {
    order: -1 !important; }
  .order-sm-0 {
    order: 0 !important; }
  .order-sm-1 {
    order: 1 !important; }
  .order-sm-2 {
    order: 2 !important; }
  .order-sm-3 {
    order: 3 !important; }
  .order-sm-4 {
    order: 4 !important; }
  .order-sm-5 {
    order: 5 !important; }
  .order-sm-last {
    order: 6 !important; }
  .m-sm-65 {
    margin: 6.5rem !important; }
  .m-sm-64 {
    margin: 6.4rem !important; }
  .m-sm-63 {
    margin: 6.3rem !important; }
  .m-sm-62 {
    margin: 6.2rem !important; }
  .m-sm-61 {
    margin: 6.1rem !important; }
  .m-sm-60 {
    margin: 60px !important; }
  .m-sm-59 {
    margin: 5.9rem !important; }
  .m-sm-58 {
    margin: 5.8rem !important; }
  .m-sm-57 {
    margin: 5.7rem !important; }
  .m-sm-56 {
    margin: 5.6rem !important; }
  .m-sm-55 {
    margin: 5.5rem !important; }
  .m-sm-54 {
    margin: 5.4rem !important; }
  .m-sm-53 {
    margin: 5.3rem !important; }
  .m-sm-52 {
    margin: 5.2rem !important; }
  .m-sm-51 {
    margin: 5.1rem !important; }
  .m-sm-50 {
    margin: 5rem !important; }
  .m-sm-49 {
    margin: 4.9rem !important; }
  .m-sm-48 {
    margin: 4.8rem !important; }
  .m-sm-47 {
    margin: 4.7rem !important; }
  .m-sm-46 {
    margin: 4.6rem !important; }
  .m-sm-45 {
    margin: 4.5rem !important; }
  .m-sm-44 {
    margin: 4.4rem !important; }
  .m-sm-43 {
    margin: 4.3rem !important; }
  .m-sm-42 {
    margin: 4.2rem !important; }
  .m-sm-41 {
    margin: 4.1rem !important; }
  .m-sm-40 {
    margin: 4rem !important; }
  .m-sm-39 {
    margin: 3.9rem !important; }
  .m-sm-38 {
    margin: 3.8rem !important; }
  .m-sm-37 {
    margin: 3.7rem !important; }
  .m-sm-36 {
    margin: 3.6rem !important; }
  .m-sm-35 {
    margin: 3.5rem !important; }
  .m-sm-34 {
    margin: 3.4rem !important; }
  .m-sm-33 {
    margin: 3.3rem !important; }
  .m-sm-32 {
    margin: 3.2rem !important; }
  .m-sm-31 {
    margin: 3.1rem !important; }
  .m-sm-30 {
    margin: 3rem !important; }
  .m-sm-29 {
    margin: 2.9rem !important; }
  .m-sm-28 {
    margin: 2.8rem !important; }
  .m-sm-27 {
    margin: 2.7rem !important; }
  .m-sm-26 {
    margin: 2.6rem !important; }
  .m-sm-25 {
    margin: 2.5rem !important; }
  .m-sm-24 {
    margin: 2.4rem !important; }
  .m-sm-23 {
    margin: 2.3rem !important; }
  .m-sm-22 {
    margin: 2.2rem !important; }
  .m-sm-21 {
    margin: 2.1rem !important; }
  .m-sm-20 {
    margin: 2rem !important; }
  .m-sm-19 {
    margin: 1.9rem !important; }
  .m-sm-18 {
    margin: 1.8rem !important; }
  .m-sm-17 {
    margin: 1.7rem !important; }
  .m-sm-16 {
    margin: 1.6rem !important; }
  .m-sm-15 {
    margin: 1.5rem !important; }
  .m-sm-14 {
    margin: 1.4rem !important; }
  .m-sm-13 {
    margin: 1.3rem !important; }
  .m-sm-12 {
    margin: 1.2rem !important; }
  .m-sm-11 {
    margin: 1.1rem !important; }
  .m-sm-10 {
    margin: 1rem !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 5px !important; }
  .m-sm-80 {
    margin: 80px !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-65 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important; }
  .mx-sm-64 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important; }
  .mx-sm-63 {
    margin-right: 6.3rem !important;
    margin-left: 6.3rem !important; }
  .mx-sm-62 {
    margin-right: 6.2rem !important;
    margin-left: 6.2rem !important; }
  .mx-sm-61 {
    margin-right: 6.1rem !important;
    margin-left: 6.1rem !important; }
  .mx-sm-60 {
    margin-right: 60px !important;
    margin-left: 60px !important; }
  .mx-sm-59 {
    margin-right: 5.9rem !important;
    margin-left: 5.9rem !important; }
  .mx-sm-58 {
    margin-right: 5.8rem !important;
    margin-left: 5.8rem !important; }
  .mx-sm-57 {
    margin-right: 5.7rem !important;
    margin-left: 5.7rem !important; }
  .mx-sm-56 {
    margin-right: 5.6rem !important;
    margin-left: 5.6rem !important; }
  .mx-sm-55 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important; }
  .mx-sm-54 {
    margin-right: 5.4rem !important;
    margin-left: 5.4rem !important; }
  .mx-sm-53 {
    margin-right: 5.3rem !important;
    margin-left: 5.3rem !important; }
  .mx-sm-52 {
    margin-right: 5.2rem !important;
    margin-left: 5.2rem !important; }
  .mx-sm-51 {
    margin-right: 5.1rem !important;
    margin-left: 5.1rem !important; }
  .mx-sm-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }
  .mx-sm-49 {
    margin-right: 4.9rem !important;
    margin-left: 4.9rem !important; }
  .mx-sm-48 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important; }
  .mx-sm-47 {
    margin-right: 4.7rem !important;
    margin-left: 4.7rem !important; }
  .mx-sm-46 {
    margin-right: 4.6rem !important;
    margin-left: 4.6rem !important; }
  .mx-sm-45 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important; }
  .mx-sm-44 {
    margin-right: 4.4rem !important;
    margin-left: 4.4rem !important; }
  .mx-sm-43 {
    margin-right: 4.3rem !important;
    margin-left: 4.3rem !important; }
  .mx-sm-42 {
    margin-right: 4.2rem !important;
    margin-left: 4.2rem !important; }
  .mx-sm-41 {
    margin-right: 4.1rem !important;
    margin-left: 4.1rem !important; }
  .mx-sm-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .mx-sm-39 {
    margin-right: 3.9rem !important;
    margin-left: 3.9rem !important; }
  .mx-sm-38 {
    margin-right: 3.8rem !important;
    margin-left: 3.8rem !important; }
  .mx-sm-37 {
    margin-right: 3.7rem !important;
    margin-left: 3.7rem !important; }
  .mx-sm-36 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important; }
  .mx-sm-35 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important; }
  .mx-sm-34 {
    margin-right: 3.4rem !important;
    margin-left: 3.4rem !important; }
  .mx-sm-33 {
    margin-right: 3.3rem !important;
    margin-left: 3.3rem !important; }
  .mx-sm-32 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important; }
  .mx-sm-31 {
    margin-right: 3.1rem !important;
    margin-left: 3.1rem !important; }
  .mx-sm-30 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-29 {
    margin-right: 2.9rem !important;
    margin-left: 2.9rem !important; }
  .mx-sm-28 {
    margin-right: 2.8rem !important;
    margin-left: 2.8rem !important; }
  .mx-sm-27 {
    margin-right: 2.7rem !important;
    margin-left: 2.7rem !important; }
  .mx-sm-26 {
    margin-right: 2.6rem !important;
    margin-left: 2.6rem !important; }
  .mx-sm-25 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }
  .mx-sm-24 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important; }
  .mx-sm-23 {
    margin-right: 2.3rem !important;
    margin-left: 2.3rem !important; }
  .mx-sm-22 {
    margin-right: 2.2rem !important;
    margin-left: 2.2rem !important; }
  .mx-sm-21 {
    margin-right: 2.1rem !important;
    margin-left: 2.1rem !important; }
  .mx-sm-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }
  .mx-sm-19 {
    margin-right: 1.9rem !important;
    margin-left: 1.9rem !important; }
  .mx-sm-18 {
    margin-right: 1.8rem !important;
    margin-left: 1.8rem !important; }
  .mx-sm-17 {
    margin-right: 1.7rem !important;
    margin-left: 1.7rem !important; }
  .mx-sm-16 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important; }
  .mx-sm-15 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-14 {
    margin-right: 1.4rem !important;
    margin-left: 1.4rem !important; }
  .mx-sm-13 {
    margin-right: 1.3rem !important;
    margin-left: 1.3rem !important; }
  .mx-sm-12 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important; }
  .mx-sm-11 {
    margin-right: 1.1rem !important;
    margin-left: 1.1rem !important; }
  .mx-sm-10 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 5px !important;
    margin-left: 5px !important; }
  .mx-sm-80 {
    margin-right: 80px !important;
    margin-left: 80px !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important; }
  .my-sm-64 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important; }
  .my-sm-63 {
    margin-top: 6.3rem !important;
    margin-bottom: 6.3rem !important; }
  .my-sm-62 {
    margin-top: 6.2rem !important;
    margin-bottom: 6.2rem !important; }
  .my-sm-61 {
    margin-top: 6.1rem !important;
    margin-bottom: 6.1rem !important; }
  .my-sm-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .my-sm-59 {
    margin-top: 5.9rem !important;
    margin-bottom: 5.9rem !important; }
  .my-sm-58 {
    margin-top: 5.8rem !important;
    margin-bottom: 5.8rem !important; }
  .my-sm-57 {
    margin-top: 5.7rem !important;
    margin-bottom: 5.7rem !important; }
  .my-sm-56 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important; }
  .my-sm-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important; }
  .my-sm-54 {
    margin-top: 5.4rem !important;
    margin-bottom: 5.4rem !important; }
  .my-sm-53 {
    margin-top: 5.3rem !important;
    margin-bottom: 5.3rem !important; }
  .my-sm-52 {
    margin-top: 5.2rem !important;
    margin-bottom: 5.2rem !important; }
  .my-sm-51 {
    margin-top: 5.1rem !important;
    margin-bottom: 5.1rem !important; }
  .my-sm-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .my-sm-49 {
    margin-top: 4.9rem !important;
    margin-bottom: 4.9rem !important; }
  .my-sm-48 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important; }
  .my-sm-47 {
    margin-top: 4.7rem !important;
    margin-bottom: 4.7rem !important; }
  .my-sm-46 {
    margin-top: 4.6rem !important;
    margin-bottom: 4.6rem !important; }
  .my-sm-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important; }
  .my-sm-44 {
    margin-top: 4.4rem !important;
    margin-bottom: 4.4rem !important; }
  .my-sm-43 {
    margin-top: 4.3rem !important;
    margin-bottom: 4.3rem !important; }
  .my-sm-42 {
    margin-top: 4.2rem !important;
    margin-bottom: 4.2rem !important; }
  .my-sm-41 {
    margin-top: 4.1rem !important;
    margin-bottom: 4.1rem !important; }
  .my-sm-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .my-sm-39 {
    margin-top: 3.9rem !important;
    margin-bottom: 3.9rem !important; }
  .my-sm-38 {
    margin-top: 3.8rem !important;
    margin-bottom: 3.8rem !important; }
  .my-sm-37 {
    margin-top: 3.7rem !important;
    margin-bottom: 3.7rem !important; }
  .my-sm-36 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important; }
  .my-sm-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important; }
  .my-sm-34 {
    margin-top: 3.4rem !important;
    margin-bottom: 3.4rem !important; }
  .my-sm-33 {
    margin-top: 3.3rem !important;
    margin-bottom: 3.3rem !important; }
  .my-sm-32 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important; }
  .my-sm-31 {
    margin-top: 3.1rem !important;
    margin-bottom: 3.1rem !important; }
  .my-sm-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-29 {
    margin-top: 2.9rem !important;
    margin-bottom: 2.9rem !important; }
  .my-sm-28 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important; }
  .my-sm-27 {
    margin-top: 2.7rem !important;
    margin-bottom: 2.7rem !important; }
  .my-sm-26 {
    margin-top: 2.6rem !important;
    margin-bottom: 2.6rem !important; }
  .my-sm-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .my-sm-24 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important; }
  .my-sm-23 {
    margin-top: 2.3rem !important;
    margin-bottom: 2.3rem !important; }
  .my-sm-22 {
    margin-top: 2.2rem !important;
    margin-bottom: 2.2rem !important; }
  .my-sm-21 {
    margin-top: 2.1rem !important;
    margin-bottom: 2.1rem !important; }
  .my-sm-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .my-sm-19 {
    margin-top: 1.9rem !important;
    margin-bottom: 1.9rem !important; }
  .my-sm-18 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important; }
  .my-sm-17 {
    margin-top: 1.7rem !important;
    margin-bottom: 1.7rem !important; }
  .my-sm-16 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important; }
  .my-sm-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-14 {
    margin-top: 1.4rem !important;
    margin-bottom: 1.4rem !important; }
  .my-sm-13 {
    margin-top: 1.3rem !important;
    margin-bottom: 1.3rem !important; }
  .my-sm-12 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important; }
  .my-sm-11 {
    margin-top: 1.1rem !important;
    margin-bottom: 1.1rem !important; }
  .my-sm-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .my-sm-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-65 {
    margin-top: 6.5rem !important; }
  .mt-sm-64 {
    margin-top: 6.4rem !important; }
  .mt-sm-63 {
    margin-top: 6.3rem !important; }
  .mt-sm-62 {
    margin-top: 6.2rem !important; }
  .mt-sm-61 {
    margin-top: 6.1rem !important; }
  .mt-sm-60 {
    margin-top: 60px !important; }
  .mt-sm-59 {
    margin-top: 5.9rem !important; }
  .mt-sm-58 {
    margin-top: 5.8rem !important; }
  .mt-sm-57 {
    margin-top: 5.7rem !important; }
  .mt-sm-56 {
    margin-top: 5.6rem !important; }
  .mt-sm-55 {
    margin-top: 5.5rem !important; }
  .mt-sm-54 {
    margin-top: 5.4rem !important; }
  .mt-sm-53 {
    margin-top: 5.3rem !important; }
  .mt-sm-52 {
    margin-top: 5.2rem !important; }
  .mt-sm-51 {
    margin-top: 5.1rem !important; }
  .mt-sm-50 {
    margin-top: 5rem !important; }
  .mt-sm-49 {
    margin-top: 4.9rem !important; }
  .mt-sm-48 {
    margin-top: 4.8rem !important; }
  .mt-sm-47 {
    margin-top: 4.7rem !important; }
  .mt-sm-46 {
    margin-top: 4.6rem !important; }
  .mt-sm-45 {
    margin-top: 4.5rem !important; }
  .mt-sm-44 {
    margin-top: 4.4rem !important; }
  .mt-sm-43 {
    margin-top: 4.3rem !important; }
  .mt-sm-42 {
    margin-top: 4.2rem !important; }
  .mt-sm-41 {
    margin-top: 4.1rem !important; }
  .mt-sm-40 {
    margin-top: 4rem !important; }
  .mt-sm-39 {
    margin-top: 3.9rem !important; }
  .mt-sm-38 {
    margin-top: 3.8rem !important; }
  .mt-sm-37 {
    margin-top: 3.7rem !important; }
  .mt-sm-36 {
    margin-top: 3.6rem !important; }
  .mt-sm-35 {
    margin-top: 3.5rem !important; }
  .mt-sm-34 {
    margin-top: 3.4rem !important; }
  .mt-sm-33 {
    margin-top: 3.3rem !important; }
  .mt-sm-32 {
    margin-top: 3.2rem !important; }
  .mt-sm-31 {
    margin-top: 3.1rem !important; }
  .mt-sm-30 {
    margin-top: 3rem !important; }
  .mt-sm-29 {
    margin-top: 2.9rem !important; }
  .mt-sm-28 {
    margin-top: 2.8rem !important; }
  .mt-sm-27 {
    margin-top: 2.7rem !important; }
  .mt-sm-26 {
    margin-top: 2.6rem !important; }
  .mt-sm-25 {
    margin-top: 2.5rem !important; }
  .mt-sm-24 {
    margin-top: 2.4rem !important; }
  .mt-sm-23 {
    margin-top: 2.3rem !important; }
  .mt-sm-22 {
    margin-top: 2.2rem !important; }
  .mt-sm-21 {
    margin-top: 2.1rem !important; }
  .mt-sm-20 {
    margin-top: 2rem !important; }
  .mt-sm-19 {
    margin-top: 1.9rem !important; }
  .mt-sm-18 {
    margin-top: 1.8rem !important; }
  .mt-sm-17 {
    margin-top: 1.7rem !important; }
  .mt-sm-16 {
    margin-top: 1.6rem !important; }
  .mt-sm-15 {
    margin-top: 1.5rem !important; }
  .mt-sm-14 {
    margin-top: 1.4rem !important; }
  .mt-sm-13 {
    margin-top: 1.3rem !important; }
  .mt-sm-12 {
    margin-top: 1.2rem !important; }
  .mt-sm-11 {
    margin-top: 1.1rem !important; }
  .mt-sm-10 {
    margin-top: 1rem !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 5px !important; }
  .mt-sm-80 {
    margin-top: 80px !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-65 {
    margin-right: 6.5rem !important; }
  .me-sm-64 {
    margin-right: 6.4rem !important; }
  .me-sm-63 {
    margin-right: 6.3rem !important; }
  .me-sm-62 {
    margin-right: 6.2rem !important; }
  .me-sm-61 {
    margin-right: 6.1rem !important; }
  .me-sm-60 {
    margin-right: 60px !important; }
  .me-sm-59 {
    margin-right: 5.9rem !important; }
  .me-sm-58 {
    margin-right: 5.8rem !important; }
  .me-sm-57 {
    margin-right: 5.7rem !important; }
  .me-sm-56 {
    margin-right: 5.6rem !important; }
  .me-sm-55 {
    margin-right: 5.5rem !important; }
  .me-sm-54 {
    margin-right: 5.4rem !important; }
  .me-sm-53 {
    margin-right: 5.3rem !important; }
  .me-sm-52 {
    margin-right: 5.2rem !important; }
  .me-sm-51 {
    margin-right: 5.1rem !important; }
  .me-sm-50 {
    margin-right: 5rem !important; }
  .me-sm-49 {
    margin-right: 4.9rem !important; }
  .me-sm-48 {
    margin-right: 4.8rem !important; }
  .me-sm-47 {
    margin-right: 4.7rem !important; }
  .me-sm-46 {
    margin-right: 4.6rem !important; }
  .me-sm-45 {
    margin-right: 4.5rem !important; }
  .me-sm-44 {
    margin-right: 4.4rem !important; }
  .me-sm-43 {
    margin-right: 4.3rem !important; }
  .me-sm-42 {
    margin-right: 4.2rem !important; }
  .me-sm-41 {
    margin-right: 4.1rem !important; }
  .me-sm-40 {
    margin-right: 4rem !important; }
  .me-sm-39 {
    margin-right: 3.9rem !important; }
  .me-sm-38 {
    margin-right: 3.8rem !important; }
  .me-sm-37 {
    margin-right: 3.7rem !important; }
  .me-sm-36 {
    margin-right: 3.6rem !important; }
  .me-sm-35 {
    margin-right: 3.5rem !important; }
  .me-sm-34 {
    margin-right: 3.4rem !important; }
  .me-sm-33 {
    margin-right: 3.3rem !important; }
  .me-sm-32 {
    margin-right: 3.2rem !important; }
  .me-sm-31 {
    margin-right: 3.1rem !important; }
  .me-sm-30 {
    margin-right: 3rem !important; }
  .me-sm-29 {
    margin-right: 2.9rem !important; }
  .me-sm-28 {
    margin-right: 2.8rem !important; }
  .me-sm-27 {
    margin-right: 2.7rem !important; }
  .me-sm-26 {
    margin-right: 2.6rem !important; }
  .me-sm-25 {
    margin-right: 2.5rem !important; }
  .me-sm-24 {
    margin-right: 2.4rem !important; }
  .me-sm-23 {
    margin-right: 2.3rem !important; }
  .me-sm-22 {
    margin-right: 2.2rem !important; }
  .me-sm-21 {
    margin-right: 2.1rem !important; }
  .me-sm-20 {
    margin-right: 2rem !important; }
  .me-sm-19 {
    margin-right: 1.9rem !important; }
  .me-sm-18 {
    margin-right: 1.8rem !important; }
  .me-sm-17 {
    margin-right: 1.7rem !important; }
  .me-sm-16 {
    margin-right: 1.6rem !important; }
  .me-sm-15 {
    margin-right: 1.5rem !important; }
  .me-sm-14 {
    margin-right: 1.4rem !important; }
  .me-sm-13 {
    margin-right: 1.3rem !important; }
  .me-sm-12 {
    margin-right: 1.2rem !important; }
  .me-sm-11 {
    margin-right: 1.1rem !important; }
  .me-sm-10 {
    margin-right: 1rem !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 0.25rem !important; }
  .me-sm-2 {
    margin-right: 0.5rem !important; }
  .me-sm-3 {
    margin-right: 1rem !important; }
  .me-sm-4 {
    margin-right: 1.5rem !important; }
  .me-sm-5 {
    margin-right: 5px !important; }
  .me-sm-80 {
    margin-right: 80px !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-65 {
    margin-bottom: 6.5rem !important; }
  .mb-sm-64 {
    margin-bottom: 6.4rem !important; }
  .mb-sm-63 {
    margin-bottom: 6.3rem !important; }
  .mb-sm-62 {
    margin-bottom: 6.2rem !important; }
  .mb-sm-61 {
    margin-bottom: 6.1rem !important; }
  .mb-sm-60 {
    margin-bottom: 60px !important; }
  .mb-sm-59 {
    margin-bottom: 5.9rem !important; }
  .mb-sm-58 {
    margin-bottom: 5.8rem !important; }
  .mb-sm-57 {
    margin-bottom: 5.7rem !important; }
  .mb-sm-56 {
    margin-bottom: 5.6rem !important; }
  .mb-sm-55 {
    margin-bottom: 5.5rem !important; }
  .mb-sm-54 {
    margin-bottom: 5.4rem !important; }
  .mb-sm-53 {
    margin-bottom: 5.3rem !important; }
  .mb-sm-52 {
    margin-bottom: 5.2rem !important; }
  .mb-sm-51 {
    margin-bottom: 5.1rem !important; }
  .mb-sm-50 {
    margin-bottom: 5rem !important; }
  .mb-sm-49 {
    margin-bottom: 4.9rem !important; }
  .mb-sm-48 {
    margin-bottom: 4.8rem !important; }
  .mb-sm-47 {
    margin-bottom: 4.7rem !important; }
  .mb-sm-46 {
    margin-bottom: 4.6rem !important; }
  .mb-sm-45 {
    margin-bottom: 4.5rem !important; }
  .mb-sm-44 {
    margin-bottom: 4.4rem !important; }
  .mb-sm-43 {
    margin-bottom: 4.3rem !important; }
  .mb-sm-42 {
    margin-bottom: 4.2rem !important; }
  .mb-sm-41 {
    margin-bottom: 4.1rem !important; }
  .mb-sm-40 {
    margin-bottom: 4rem !important; }
  .mb-sm-39 {
    margin-bottom: 3.9rem !important; }
  .mb-sm-38 {
    margin-bottom: 3.8rem !important; }
  .mb-sm-37 {
    margin-bottom: 3.7rem !important; }
  .mb-sm-36 {
    margin-bottom: 3.6rem !important; }
  .mb-sm-35 {
    margin-bottom: 3.5rem !important; }
  .mb-sm-34 {
    margin-bottom: 3.4rem !important; }
  .mb-sm-33 {
    margin-bottom: 3.3rem !important; }
  .mb-sm-32 {
    margin-bottom: 3.2rem !important; }
  .mb-sm-31 {
    margin-bottom: 3.1rem !important; }
  .mb-sm-30 {
    margin-bottom: 3rem !important; }
  .mb-sm-29 {
    margin-bottom: 2.9rem !important; }
  .mb-sm-28 {
    margin-bottom: 2.8rem !important; }
  .mb-sm-27 {
    margin-bottom: 2.7rem !important; }
  .mb-sm-26 {
    margin-bottom: 2.6rem !important; }
  .mb-sm-25 {
    margin-bottom: 2.5rem !important; }
  .mb-sm-24 {
    margin-bottom: 2.4rem !important; }
  .mb-sm-23 {
    margin-bottom: 2.3rem !important; }
  .mb-sm-22 {
    margin-bottom: 2.2rem !important; }
  .mb-sm-21 {
    margin-bottom: 2.1rem !important; }
  .mb-sm-20 {
    margin-bottom: 2rem !important; }
  .mb-sm-19 {
    margin-bottom: 1.9rem !important; }
  .mb-sm-18 {
    margin-bottom: 1.8rem !important; }
  .mb-sm-17 {
    margin-bottom: 1.7rem !important; }
  .mb-sm-16 {
    margin-bottom: 1.6rem !important; }
  .mb-sm-15 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-14 {
    margin-bottom: 1.4rem !important; }
  .mb-sm-13 {
    margin-bottom: 1.3rem !important; }
  .mb-sm-12 {
    margin-bottom: 1.2rem !important; }
  .mb-sm-11 {
    margin-bottom: 1.1rem !important; }
  .mb-sm-10 {
    margin-bottom: 1rem !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 5px !important; }
  .mb-sm-80 {
    margin-bottom: 80px !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-65 {
    margin-left: 6.5rem !important; }
  .ms-sm-64 {
    margin-left: 6.4rem !important; }
  .ms-sm-63 {
    margin-left: 6.3rem !important; }
  .ms-sm-62 {
    margin-left: 6.2rem !important; }
  .ms-sm-61 {
    margin-left: 6.1rem !important; }
  .ms-sm-60 {
    margin-left: 60px !important; }
  .ms-sm-59 {
    margin-left: 5.9rem !important; }
  .ms-sm-58 {
    margin-left: 5.8rem !important; }
  .ms-sm-57 {
    margin-left: 5.7rem !important; }
  .ms-sm-56 {
    margin-left: 5.6rem !important; }
  .ms-sm-55 {
    margin-left: 5.5rem !important; }
  .ms-sm-54 {
    margin-left: 5.4rem !important; }
  .ms-sm-53 {
    margin-left: 5.3rem !important; }
  .ms-sm-52 {
    margin-left: 5.2rem !important; }
  .ms-sm-51 {
    margin-left: 5.1rem !important; }
  .ms-sm-50 {
    margin-left: 5rem !important; }
  .ms-sm-49 {
    margin-left: 4.9rem !important; }
  .ms-sm-48 {
    margin-left: 4.8rem !important; }
  .ms-sm-47 {
    margin-left: 4.7rem !important; }
  .ms-sm-46 {
    margin-left: 4.6rem !important; }
  .ms-sm-45 {
    margin-left: 4.5rem !important; }
  .ms-sm-44 {
    margin-left: 4.4rem !important; }
  .ms-sm-43 {
    margin-left: 4.3rem !important; }
  .ms-sm-42 {
    margin-left: 4.2rem !important; }
  .ms-sm-41 {
    margin-left: 4.1rem !important; }
  .ms-sm-40 {
    margin-left: 4rem !important; }
  .ms-sm-39 {
    margin-left: 3.9rem !important; }
  .ms-sm-38 {
    margin-left: 3.8rem !important; }
  .ms-sm-37 {
    margin-left: 3.7rem !important; }
  .ms-sm-36 {
    margin-left: 3.6rem !important; }
  .ms-sm-35 {
    margin-left: 3.5rem !important; }
  .ms-sm-34 {
    margin-left: 3.4rem !important; }
  .ms-sm-33 {
    margin-left: 3.3rem !important; }
  .ms-sm-32 {
    margin-left: 3.2rem !important; }
  .ms-sm-31 {
    margin-left: 3.1rem !important; }
  .ms-sm-30 {
    margin-left: 3rem !important; }
  .ms-sm-29 {
    margin-left: 2.9rem !important; }
  .ms-sm-28 {
    margin-left: 2.8rem !important; }
  .ms-sm-27 {
    margin-left: 2.7rem !important; }
  .ms-sm-26 {
    margin-left: 2.6rem !important; }
  .ms-sm-25 {
    margin-left: 2.5rem !important; }
  .ms-sm-24 {
    margin-left: 2.4rem !important; }
  .ms-sm-23 {
    margin-left: 2.3rem !important; }
  .ms-sm-22 {
    margin-left: 2.2rem !important; }
  .ms-sm-21 {
    margin-left: 2.1rem !important; }
  .ms-sm-20 {
    margin-left: 2rem !important; }
  .ms-sm-19 {
    margin-left: 1.9rem !important; }
  .ms-sm-18 {
    margin-left: 1.8rem !important; }
  .ms-sm-17 {
    margin-left: 1.7rem !important; }
  .ms-sm-16 {
    margin-left: 1.6rem !important; }
  .ms-sm-15 {
    margin-left: 1.5rem !important; }
  .ms-sm-14 {
    margin-left: 1.4rem !important; }
  .ms-sm-13 {
    margin-left: 1.3rem !important; }
  .ms-sm-12 {
    margin-left: 1.2rem !important; }
  .ms-sm-11 {
    margin-left: 1.1rem !important; }
  .ms-sm-10 {
    margin-left: 1rem !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 0.25rem !important; }
  .ms-sm-2 {
    margin-left: 0.5rem !important; }
  .ms-sm-3 {
    margin-left: 1rem !important; }
  .ms-sm-4 {
    margin-left: 1.5rem !important; }
  .ms-sm-5 {
    margin-left: 5px !important; }
  .ms-sm-80 {
    margin-left: 80px !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .m-sm-n65 {
    margin: -6.5rem !important; }
  .m-sm-n64 {
    margin: -6.5rem !important; }
  .m-sm-n63 {
    margin: -6.5rem !important; }
  .m-sm-n62 {
    margin: -6.5rem !important; }
  .m-sm-n61 {
    margin: -6.5rem !important; }
  .m-sm-n60 {
    margin: -6.5rem !important; }
  .m-sm-n59 {
    margin: -6.5rem !important; }
  .m-sm-n58 {
    margin: -6.5rem !important; }
  .m-sm-n57 {
    margin: -6.5rem !important; }
  .m-sm-n56 {
    margin: -6.5rem !important; }
  .m-sm-n55 {
    margin: -6.5rem !important; }
  .m-sm-n54 {
    margin: -6.5rem !important; }
  .m-sm-n53 {
    margin: -6.5rem !important; }
  .m-sm-n52 {
    margin: -6.5rem !important; }
  .m-sm-n51 {
    margin: -6.5rem !important; }
  .m-sm-n50 {
    margin: -6.5rem !important; }
  .m-sm-n49 {
    margin: -6.5rem !important; }
  .m-sm-n48 {
    margin: -6.5rem !important; }
  .m-sm-n47 {
    margin: -6.5rem !important; }
  .m-sm-n46 {
    margin: -6.5rem !important; }
  .m-sm-n45 {
    margin: -6.5rem !important; }
  .m-sm-n44 {
    margin: -6.5rem !important; }
  .m-sm-n43 {
    margin: -6.5rem !important; }
  .m-sm-n42 {
    margin: -6.5rem !important; }
  .m-sm-n41 {
    margin: -6.5rem !important; }
  .m-sm-n40 {
    margin: -6.5rem !important; }
  .m-sm-n39 {
    margin: -6.5rem !important; }
  .m-sm-n38 {
    margin: -6.5rem !important; }
  .m-sm-n37 {
    margin: -6.5rem !important; }
  .m-sm-n36 {
    margin: -6.5rem !important; }
  .m-sm-n35 {
    margin: -6.5rem !important; }
  .m-sm-n34 {
    margin: -6.5rem !important; }
  .m-sm-n33 {
    margin: -6.5rem !important; }
  .m-sm-n32 {
    margin: -6.5rem !important; }
  .m-sm-n31 {
    margin: -6.5rem !important; }
  .m-sm-n30 {
    margin: -6.5rem !important; }
  .m-sm-n29 {
    margin: -6.5rem !important; }
  .m-sm-n28 {
    margin: -6.5rem !important; }
  .m-sm-n27 {
    margin: -6.5rem !important; }
  .m-sm-n26 {
    margin: -6.5rem !important; }
  .m-sm-n25 {
    margin: -6.5rem !important; }
  .m-sm-n24 {
    margin: -6.5rem !important; }
  .m-sm-n23 {
    margin: -6.5rem !important; }
  .m-sm-n22 {
    margin: -6.5rem !important; }
  .m-sm-n21 {
    margin: -6.5rem !important; }
  .m-sm-n20 {
    margin: -6.5rem !important; }
  .m-sm-n19 {
    margin: -6.5rem !important; }
  .m-sm-n18 {
    margin: -6.5rem !important; }
  .m-sm-n17 {
    margin: -6.5rem !important; }
  .m-sm-n16 {
    margin: -6.5rem !important; }
  .m-sm-n15 {
    margin: -6.5rem !important; }
  .m-sm-n14 {
    margin: -6.5rem !important; }
  .m-sm-n13 {
    margin: -6.5rem !important; }
  .m-sm-n12 {
    margin: -6.5rem !important; }
  .m-sm-n11 {
    margin: -6.5rem !important; }
  .m-sm-n10 {
    margin: -6.5rem !important; }
  .m-sm-n1 {
    margin: -6.5rem !important; }
  .m-sm-n2 {
    margin: -6.5rem !important; }
  .m-sm-n3 {
    margin: -6.5rem !important; }
  .m-sm-n4 {
    margin: -6.5rem !important; }
  .m-sm-n5 {
    margin: -6.5rem !important; }
  .m-sm-n80 {
    margin: -6.5rem !important; }
  .mx-sm-n65 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n64 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n63 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n62 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n61 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n60 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n59 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n58 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n57 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n56 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n55 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n54 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n53 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n52 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n51 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n50 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n49 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n48 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n47 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n46 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n45 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n44 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n43 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n42 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n41 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n40 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n39 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n38 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n37 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n36 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n35 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n34 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n33 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n32 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n31 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n30 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n29 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n28 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n27 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n26 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n25 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n24 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n23 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n22 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n21 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n20 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n19 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n18 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n17 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n16 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n15 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n14 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n13 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n12 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n11 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n10 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n1 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n2 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n3 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n4 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n5 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n80 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .my-sm-n65 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n64 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n63 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n62 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n61 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n60 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n59 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n58 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n57 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n56 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n55 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n54 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n53 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n52 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n51 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n50 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n49 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n48 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n47 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n46 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n45 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n44 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n43 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n42 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n41 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n40 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n39 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n38 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n37 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n36 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n35 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n34 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n33 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n32 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n31 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n30 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n29 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n28 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n27 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n26 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n25 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n24 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n23 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n22 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n21 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n20 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n19 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n18 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n17 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n16 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n15 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n14 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n13 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n12 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n11 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n10 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n1 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n2 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n3 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n4 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n5 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n80 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .mt-sm-n65 {
    margin-top: -6.5rem !important; }
  .mt-sm-n64 {
    margin-top: -6.5rem !important; }
  .mt-sm-n63 {
    margin-top: -6.5rem !important; }
  .mt-sm-n62 {
    margin-top: -6.5rem !important; }
  .mt-sm-n61 {
    margin-top: -6.5rem !important; }
  .mt-sm-n60 {
    margin-top: -6.5rem !important; }
  .mt-sm-n59 {
    margin-top: -6.5rem !important; }
  .mt-sm-n58 {
    margin-top: -6.5rem !important; }
  .mt-sm-n57 {
    margin-top: -6.5rem !important; }
  .mt-sm-n56 {
    margin-top: -6.5rem !important; }
  .mt-sm-n55 {
    margin-top: -6.5rem !important; }
  .mt-sm-n54 {
    margin-top: -6.5rem !important; }
  .mt-sm-n53 {
    margin-top: -6.5rem !important; }
  .mt-sm-n52 {
    margin-top: -6.5rem !important; }
  .mt-sm-n51 {
    margin-top: -6.5rem !important; }
  .mt-sm-n50 {
    margin-top: -6.5rem !important; }
  .mt-sm-n49 {
    margin-top: -6.5rem !important; }
  .mt-sm-n48 {
    margin-top: -6.5rem !important; }
  .mt-sm-n47 {
    margin-top: -6.5rem !important; }
  .mt-sm-n46 {
    margin-top: -6.5rem !important; }
  .mt-sm-n45 {
    margin-top: -6.5rem !important; }
  .mt-sm-n44 {
    margin-top: -6.5rem !important; }
  .mt-sm-n43 {
    margin-top: -6.5rem !important; }
  .mt-sm-n42 {
    margin-top: -6.5rem !important; }
  .mt-sm-n41 {
    margin-top: -6.5rem !important; }
  .mt-sm-n40 {
    margin-top: -6.5rem !important; }
  .mt-sm-n39 {
    margin-top: -6.5rem !important; }
  .mt-sm-n38 {
    margin-top: -6.5rem !important; }
  .mt-sm-n37 {
    margin-top: -6.5rem !important; }
  .mt-sm-n36 {
    margin-top: -6.5rem !important; }
  .mt-sm-n35 {
    margin-top: -6.5rem !important; }
  .mt-sm-n34 {
    margin-top: -6.5rem !important; }
  .mt-sm-n33 {
    margin-top: -6.5rem !important; }
  .mt-sm-n32 {
    margin-top: -6.5rem !important; }
  .mt-sm-n31 {
    margin-top: -6.5rem !important; }
  .mt-sm-n30 {
    margin-top: -6.5rem !important; }
  .mt-sm-n29 {
    margin-top: -6.5rem !important; }
  .mt-sm-n28 {
    margin-top: -6.5rem !important; }
  .mt-sm-n27 {
    margin-top: -6.5rem !important; }
  .mt-sm-n26 {
    margin-top: -6.5rem !important; }
  .mt-sm-n25 {
    margin-top: -6.5rem !important; }
  .mt-sm-n24 {
    margin-top: -6.5rem !important; }
  .mt-sm-n23 {
    margin-top: -6.5rem !important; }
  .mt-sm-n22 {
    margin-top: -6.5rem !important; }
  .mt-sm-n21 {
    margin-top: -6.5rem !important; }
  .mt-sm-n20 {
    margin-top: -6.5rem !important; }
  .mt-sm-n19 {
    margin-top: -6.5rem !important; }
  .mt-sm-n18 {
    margin-top: -6.5rem !important; }
  .mt-sm-n17 {
    margin-top: -6.5rem !important; }
  .mt-sm-n16 {
    margin-top: -6.5rem !important; }
  .mt-sm-n15 {
    margin-top: -6.5rem !important; }
  .mt-sm-n14 {
    margin-top: -6.5rem !important; }
  .mt-sm-n13 {
    margin-top: -6.5rem !important; }
  .mt-sm-n12 {
    margin-top: -6.5rem !important; }
  .mt-sm-n11 {
    margin-top: -6.5rem !important; }
  .mt-sm-n10 {
    margin-top: -6.5rem !important; }
  .mt-sm-n1 {
    margin-top: -6.5rem !important; }
  .mt-sm-n2 {
    margin-top: -6.5rem !important; }
  .mt-sm-n3 {
    margin-top: -6.5rem !important; }
  .mt-sm-n4 {
    margin-top: -6.5rem !important; }
  .mt-sm-n5 {
    margin-top: -6.5rem !important; }
  .mt-sm-n80 {
    margin-top: -6.5rem !important; }
  .me-sm-n65 {
    margin-right: -6.5rem !important; }
  .me-sm-n64 {
    margin-right: -6.5rem !important; }
  .me-sm-n63 {
    margin-right: -6.5rem !important; }
  .me-sm-n62 {
    margin-right: -6.5rem !important; }
  .me-sm-n61 {
    margin-right: -6.5rem !important; }
  .me-sm-n60 {
    margin-right: -6.5rem !important; }
  .me-sm-n59 {
    margin-right: -6.5rem !important; }
  .me-sm-n58 {
    margin-right: -6.5rem !important; }
  .me-sm-n57 {
    margin-right: -6.5rem !important; }
  .me-sm-n56 {
    margin-right: -6.5rem !important; }
  .me-sm-n55 {
    margin-right: -6.5rem !important; }
  .me-sm-n54 {
    margin-right: -6.5rem !important; }
  .me-sm-n53 {
    margin-right: -6.5rem !important; }
  .me-sm-n52 {
    margin-right: -6.5rem !important; }
  .me-sm-n51 {
    margin-right: -6.5rem !important; }
  .me-sm-n50 {
    margin-right: -6.5rem !important; }
  .me-sm-n49 {
    margin-right: -6.5rem !important; }
  .me-sm-n48 {
    margin-right: -6.5rem !important; }
  .me-sm-n47 {
    margin-right: -6.5rem !important; }
  .me-sm-n46 {
    margin-right: -6.5rem !important; }
  .me-sm-n45 {
    margin-right: -6.5rem !important; }
  .me-sm-n44 {
    margin-right: -6.5rem !important; }
  .me-sm-n43 {
    margin-right: -6.5rem !important; }
  .me-sm-n42 {
    margin-right: -6.5rem !important; }
  .me-sm-n41 {
    margin-right: -6.5rem !important; }
  .me-sm-n40 {
    margin-right: -6.5rem !important; }
  .me-sm-n39 {
    margin-right: -6.5rem !important; }
  .me-sm-n38 {
    margin-right: -6.5rem !important; }
  .me-sm-n37 {
    margin-right: -6.5rem !important; }
  .me-sm-n36 {
    margin-right: -6.5rem !important; }
  .me-sm-n35 {
    margin-right: -6.5rem !important; }
  .me-sm-n34 {
    margin-right: -6.5rem !important; }
  .me-sm-n33 {
    margin-right: -6.5rem !important; }
  .me-sm-n32 {
    margin-right: -6.5rem !important; }
  .me-sm-n31 {
    margin-right: -6.5rem !important; }
  .me-sm-n30 {
    margin-right: -6.5rem !important; }
  .me-sm-n29 {
    margin-right: -6.5rem !important; }
  .me-sm-n28 {
    margin-right: -6.5rem !important; }
  .me-sm-n27 {
    margin-right: -6.5rem !important; }
  .me-sm-n26 {
    margin-right: -6.5rem !important; }
  .me-sm-n25 {
    margin-right: -6.5rem !important; }
  .me-sm-n24 {
    margin-right: -6.5rem !important; }
  .me-sm-n23 {
    margin-right: -6.5rem !important; }
  .me-sm-n22 {
    margin-right: -6.5rem !important; }
  .me-sm-n21 {
    margin-right: -6.5rem !important; }
  .me-sm-n20 {
    margin-right: -6.5rem !important; }
  .me-sm-n19 {
    margin-right: -6.5rem !important; }
  .me-sm-n18 {
    margin-right: -6.5rem !important; }
  .me-sm-n17 {
    margin-right: -6.5rem !important; }
  .me-sm-n16 {
    margin-right: -6.5rem !important; }
  .me-sm-n15 {
    margin-right: -6.5rem !important; }
  .me-sm-n14 {
    margin-right: -6.5rem !important; }
  .me-sm-n13 {
    margin-right: -6.5rem !important; }
  .me-sm-n12 {
    margin-right: -6.5rem !important; }
  .me-sm-n11 {
    margin-right: -6.5rem !important; }
  .me-sm-n10 {
    margin-right: -6.5rem !important; }
  .me-sm-n1 {
    margin-right: -6.5rem !important; }
  .me-sm-n2 {
    margin-right: -6.5rem !important; }
  .me-sm-n3 {
    margin-right: -6.5rem !important; }
  .me-sm-n4 {
    margin-right: -6.5rem !important; }
  .me-sm-n5 {
    margin-right: -6.5rem !important; }
  .me-sm-n80 {
    margin-right: -6.5rem !important; }
  .mb-sm-n65 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n64 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n63 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n62 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n61 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n60 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n59 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n58 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n57 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n56 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n55 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n54 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n53 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n52 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n51 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n50 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n49 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n48 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n47 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n46 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n45 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n44 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n43 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n42 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n41 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n40 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n39 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n38 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n37 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n36 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n35 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n34 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n33 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n32 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n31 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n30 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n29 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n28 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n27 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n26 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n25 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n24 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n23 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n22 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n21 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n20 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n19 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n18 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n17 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n16 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n15 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n14 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n13 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n12 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n11 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n10 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n1 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n2 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n3 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n4 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n5 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n80 {
    margin-bottom: -6.5rem !important; }
  .ms-sm-n65 {
    margin-left: -6.5rem !important; }
  .ms-sm-n64 {
    margin-left: -6.5rem !important; }
  .ms-sm-n63 {
    margin-left: -6.5rem !important; }
  .ms-sm-n62 {
    margin-left: -6.5rem !important; }
  .ms-sm-n61 {
    margin-left: -6.5rem !important; }
  .ms-sm-n60 {
    margin-left: -6.5rem !important; }
  .ms-sm-n59 {
    margin-left: -6.5rem !important; }
  .ms-sm-n58 {
    margin-left: -6.5rem !important; }
  .ms-sm-n57 {
    margin-left: -6.5rem !important; }
  .ms-sm-n56 {
    margin-left: -6.5rem !important; }
  .ms-sm-n55 {
    margin-left: -6.5rem !important; }
  .ms-sm-n54 {
    margin-left: -6.5rem !important; }
  .ms-sm-n53 {
    margin-left: -6.5rem !important; }
  .ms-sm-n52 {
    margin-left: -6.5rem !important; }
  .ms-sm-n51 {
    margin-left: -6.5rem !important; }
  .ms-sm-n50 {
    margin-left: -6.5rem !important; }
  .ms-sm-n49 {
    margin-left: -6.5rem !important; }
  .ms-sm-n48 {
    margin-left: -6.5rem !important; }
  .ms-sm-n47 {
    margin-left: -6.5rem !important; }
  .ms-sm-n46 {
    margin-left: -6.5rem !important; }
  .ms-sm-n45 {
    margin-left: -6.5rem !important; }
  .ms-sm-n44 {
    margin-left: -6.5rem !important; }
  .ms-sm-n43 {
    margin-left: -6.5rem !important; }
  .ms-sm-n42 {
    margin-left: -6.5rem !important; }
  .ms-sm-n41 {
    margin-left: -6.5rem !important; }
  .ms-sm-n40 {
    margin-left: -6.5rem !important; }
  .ms-sm-n39 {
    margin-left: -6.5rem !important; }
  .ms-sm-n38 {
    margin-left: -6.5rem !important; }
  .ms-sm-n37 {
    margin-left: -6.5rem !important; }
  .ms-sm-n36 {
    margin-left: -6.5rem !important; }
  .ms-sm-n35 {
    margin-left: -6.5rem !important; }
  .ms-sm-n34 {
    margin-left: -6.5rem !important; }
  .ms-sm-n33 {
    margin-left: -6.5rem !important; }
  .ms-sm-n32 {
    margin-left: -6.5rem !important; }
  .ms-sm-n31 {
    margin-left: -6.5rem !important; }
  .ms-sm-n30 {
    margin-left: -6.5rem !important; }
  .ms-sm-n29 {
    margin-left: -6.5rem !important; }
  .ms-sm-n28 {
    margin-left: -6.5rem !important; }
  .ms-sm-n27 {
    margin-left: -6.5rem !important; }
  .ms-sm-n26 {
    margin-left: -6.5rem !important; }
  .ms-sm-n25 {
    margin-left: -6.5rem !important; }
  .ms-sm-n24 {
    margin-left: -6.5rem !important; }
  .ms-sm-n23 {
    margin-left: -6.5rem !important; }
  .ms-sm-n22 {
    margin-left: -6.5rem !important; }
  .ms-sm-n21 {
    margin-left: -6.5rem !important; }
  .ms-sm-n20 {
    margin-left: -6.5rem !important; }
  .ms-sm-n19 {
    margin-left: -6.5rem !important; }
  .ms-sm-n18 {
    margin-left: -6.5rem !important; }
  .ms-sm-n17 {
    margin-left: -6.5rem !important; }
  .ms-sm-n16 {
    margin-left: -6.5rem !important; }
  .ms-sm-n15 {
    margin-left: -6.5rem !important; }
  .ms-sm-n14 {
    margin-left: -6.5rem !important; }
  .ms-sm-n13 {
    margin-left: -6.5rem !important; }
  .ms-sm-n12 {
    margin-left: -6.5rem !important; }
  .ms-sm-n11 {
    margin-left: -6.5rem !important; }
  .ms-sm-n10 {
    margin-left: -6.5rem !important; }
  .ms-sm-n1 {
    margin-left: -6.5rem !important; }
  .ms-sm-n2 {
    margin-left: -6.5rem !important; }
  .ms-sm-n3 {
    margin-left: -6.5rem !important; }
  .ms-sm-n4 {
    margin-left: -6.5rem !important; }
  .ms-sm-n5 {
    margin-left: -6.5rem !important; }
  .ms-sm-n80 {
    margin-left: -6.5rem !important; }
  .p-sm-65 {
    padding: 6.5rem !important; }
  .p-sm-64 {
    padding: 6.4rem !important; }
  .p-sm-63 {
    padding: 6.3rem !important; }
  .p-sm-62 {
    padding: 6.2rem !important; }
  .p-sm-61 {
    padding: 6.1rem !important; }
  .p-sm-60 {
    padding: 60px !important; }
  .p-sm-59 {
    padding: 5.9rem !important; }
  .p-sm-58 {
    padding: 5.8rem !important; }
  .p-sm-57 {
    padding: 5.7rem !important; }
  .p-sm-56 {
    padding: 5.6rem !important; }
  .p-sm-55 {
    padding: 5.5rem !important; }
  .p-sm-54 {
    padding: 5.4rem !important; }
  .p-sm-53 {
    padding: 5.3rem !important; }
  .p-sm-52 {
    padding: 5.2rem !important; }
  .p-sm-51 {
    padding: 5.1rem !important; }
  .p-sm-50 {
    padding: 5rem !important; }
  .p-sm-49 {
    padding: 4.9rem !important; }
  .p-sm-48 {
    padding: 4.8rem !important; }
  .p-sm-47 {
    padding: 4.7rem !important; }
  .p-sm-46 {
    padding: 4.6rem !important; }
  .p-sm-45 {
    padding: 4.5rem !important; }
  .p-sm-44 {
    padding: 4.4rem !important; }
  .p-sm-43 {
    padding: 4.3rem !important; }
  .p-sm-42 {
    padding: 4.2rem !important; }
  .p-sm-41 {
    padding: 4.1rem !important; }
  .p-sm-40 {
    padding: 4rem !important; }
  .p-sm-39 {
    padding: 3.9rem !important; }
  .p-sm-38 {
    padding: 3.8rem !important; }
  .p-sm-37 {
    padding: 3.7rem !important; }
  .p-sm-36 {
    padding: 3.6rem !important; }
  .p-sm-35 {
    padding: 3.5rem !important; }
  .p-sm-34 {
    padding: 3.4rem !important; }
  .p-sm-33 {
    padding: 3.3rem !important; }
  .p-sm-32 {
    padding: 3.2rem !important; }
  .p-sm-31 {
    padding: 3.1rem !important; }
  .p-sm-30 {
    padding: 3rem !important; }
  .p-sm-29 {
    padding: 2.9rem !important; }
  .p-sm-28 {
    padding: 2.8rem !important; }
  .p-sm-27 {
    padding: 2.7rem !important; }
  .p-sm-26 {
    padding: 2.6rem !important; }
  .p-sm-25 {
    padding: 2.5rem !important; }
  .p-sm-24 {
    padding: 2.4rem !important; }
  .p-sm-23 {
    padding: 2.3rem !important; }
  .p-sm-22 {
    padding: 2.2rem !important; }
  .p-sm-21 {
    padding: 2.1rem !important; }
  .p-sm-20 {
    padding: 2rem !important; }
  .p-sm-19 {
    padding: 1.9rem !important; }
  .p-sm-18 {
    padding: 1.8rem !important; }
  .p-sm-17 {
    padding: 1.7rem !important; }
  .p-sm-16 {
    padding: 1.6rem !important; }
  .p-sm-15 {
    padding: 1.5rem !important; }
  .p-sm-14 {
    padding: 1.4rem !important; }
  .p-sm-13 {
    padding: 1.3rem !important; }
  .p-sm-12 {
    padding: 1.2rem !important; }
  .p-sm-11 {
    padding: 1.1rem !important; }
  .p-sm-10 {
    padding: 1rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 5px !important; }
  .p-sm-80 {
    padding: 80px !important; }
  .px-sm-65 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important; }
  .px-sm-64 {
    padding-right: 6.4rem !important;
    padding-left: 6.4rem !important; }
  .px-sm-63 {
    padding-right: 6.3rem !important;
    padding-left: 6.3rem !important; }
  .px-sm-62 {
    padding-right: 6.2rem !important;
    padding-left: 6.2rem !important; }
  .px-sm-61 {
    padding-right: 6.1rem !important;
    padding-left: 6.1rem !important; }
  .px-sm-60 {
    padding-right: 60px !important;
    padding-left: 60px !important; }
  .px-sm-59 {
    padding-right: 5.9rem !important;
    padding-left: 5.9rem !important; }
  .px-sm-58 {
    padding-right: 5.8rem !important;
    padding-left: 5.8rem !important; }
  .px-sm-57 {
    padding-right: 5.7rem !important;
    padding-left: 5.7rem !important; }
  .px-sm-56 {
    padding-right: 5.6rem !important;
    padding-left: 5.6rem !important; }
  .px-sm-55 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important; }
  .px-sm-54 {
    padding-right: 5.4rem !important;
    padding-left: 5.4rem !important; }
  .px-sm-53 {
    padding-right: 5.3rem !important;
    padding-left: 5.3rem !important; }
  .px-sm-52 {
    padding-right: 5.2rem !important;
    padding-left: 5.2rem !important; }
  .px-sm-51 {
    padding-right: 5.1rem !important;
    padding-left: 5.1rem !important; }
  .px-sm-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }
  .px-sm-49 {
    padding-right: 4.9rem !important;
    padding-left: 4.9rem !important; }
  .px-sm-48 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important; }
  .px-sm-47 {
    padding-right: 4.7rem !important;
    padding-left: 4.7rem !important; }
  .px-sm-46 {
    padding-right: 4.6rem !important;
    padding-left: 4.6rem !important; }
  .px-sm-45 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important; }
  .px-sm-44 {
    padding-right: 4.4rem !important;
    padding-left: 4.4rem !important; }
  .px-sm-43 {
    padding-right: 4.3rem !important;
    padding-left: 4.3rem !important; }
  .px-sm-42 {
    padding-right: 4.2rem !important;
    padding-left: 4.2rem !important; }
  .px-sm-41 {
    padding-right: 4.1rem !important;
    padding-left: 4.1rem !important; }
  .px-sm-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .px-sm-39 {
    padding-right: 3.9rem !important;
    padding-left: 3.9rem !important; }
  .px-sm-38 {
    padding-right: 3.8rem !important;
    padding-left: 3.8rem !important; }
  .px-sm-37 {
    padding-right: 3.7rem !important;
    padding-left: 3.7rem !important; }
  .px-sm-36 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important; }
  .px-sm-35 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important; }
  .px-sm-34 {
    padding-right: 3.4rem !important;
    padding-left: 3.4rem !important; }
  .px-sm-33 {
    padding-right: 3.3rem !important;
    padding-left: 3.3rem !important; }
  .px-sm-32 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important; }
  .px-sm-31 {
    padding-right: 3.1rem !important;
    padding-left: 3.1rem !important; }
  .px-sm-30 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-sm-29 {
    padding-right: 2.9rem !important;
    padding-left: 2.9rem !important; }
  .px-sm-28 {
    padding-right: 2.8rem !important;
    padding-left: 2.8rem !important; }
  .px-sm-27 {
    padding-right: 2.7rem !important;
    padding-left: 2.7rem !important; }
  .px-sm-26 {
    padding-right: 2.6rem !important;
    padding-left: 2.6rem !important; }
  .px-sm-25 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }
  .px-sm-24 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important; }
  .px-sm-23 {
    padding-right: 2.3rem !important;
    padding-left: 2.3rem !important; }
  .px-sm-22 {
    padding-right: 2.2rem !important;
    padding-left: 2.2rem !important; }
  .px-sm-21 {
    padding-right: 2.1rem !important;
    padding-left: 2.1rem !important; }
  .px-sm-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }
  .px-sm-19 {
    padding-right: 1.9rem !important;
    padding-left: 1.9rem !important; }
  .px-sm-18 {
    padding-right: 1.8rem !important;
    padding-left: 1.8rem !important; }
  .px-sm-17 {
    padding-right: 1.7rem !important;
    padding-left: 1.7rem !important; }
  .px-sm-16 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important; }
  .px-sm-15 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-14 {
    padding-right: 1.4rem !important;
    padding-left: 1.4rem !important; }
  .px-sm-13 {
    padding-right: 1.3rem !important;
    padding-left: 1.3rem !important; }
  .px-sm-12 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important; }
  .px-sm-11 {
    padding-right: 1.1rem !important;
    padding-left: 1.1rem !important; }
  .px-sm-10 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 5px !important;
    padding-left: 5px !important; }
  .px-sm-80 {
    padding-right: 80px !important;
    padding-left: 80px !important; }
  .py-sm-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important; }
  .py-sm-64 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important; }
  .py-sm-63 {
    padding-top: 6.3rem !important;
    padding-bottom: 6.3rem !important; }
  .py-sm-62 {
    padding-top: 6.2rem !important;
    padding-bottom: 6.2rem !important; }
  .py-sm-61 {
    padding-top: 6.1rem !important;
    padding-bottom: 6.1rem !important; }
  .py-sm-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .py-sm-59 {
    padding-top: 5.9rem !important;
    padding-bottom: 5.9rem !important; }
  .py-sm-58 {
    padding-top: 5.8rem !important;
    padding-bottom: 5.8rem !important; }
  .py-sm-57 {
    padding-top: 5.7rem !important;
    padding-bottom: 5.7rem !important; }
  .py-sm-56 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important; }
  .py-sm-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important; }
  .py-sm-54 {
    padding-top: 5.4rem !important;
    padding-bottom: 5.4rem !important; }
  .py-sm-53 {
    padding-top: 5.3rem !important;
    padding-bottom: 5.3rem !important; }
  .py-sm-52 {
    padding-top: 5.2rem !important;
    padding-bottom: 5.2rem !important; }
  .py-sm-51 {
    padding-top: 5.1rem !important;
    padding-bottom: 5.1rem !important; }
  .py-sm-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .py-sm-49 {
    padding-top: 4.9rem !important;
    padding-bottom: 4.9rem !important; }
  .py-sm-48 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important; }
  .py-sm-47 {
    padding-top: 4.7rem !important;
    padding-bottom: 4.7rem !important; }
  .py-sm-46 {
    padding-top: 4.6rem !important;
    padding-bottom: 4.6rem !important; }
  .py-sm-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; }
  .py-sm-44 {
    padding-top: 4.4rem !important;
    padding-bottom: 4.4rem !important; }
  .py-sm-43 {
    padding-top: 4.3rem !important;
    padding-bottom: 4.3rem !important; }
  .py-sm-42 {
    padding-top: 4.2rem !important;
    padding-bottom: 4.2rem !important; }
  .py-sm-41 {
    padding-top: 4.1rem !important;
    padding-bottom: 4.1rem !important; }
  .py-sm-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .py-sm-39 {
    padding-top: 3.9rem !important;
    padding-bottom: 3.9rem !important; }
  .py-sm-38 {
    padding-top: 3.8rem !important;
    padding-bottom: 3.8rem !important; }
  .py-sm-37 {
    padding-top: 3.7rem !important;
    padding-bottom: 3.7rem !important; }
  .py-sm-36 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important; }
  .py-sm-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important; }
  .py-sm-34 {
    padding-top: 3.4rem !important;
    padding-bottom: 3.4rem !important; }
  .py-sm-33 {
    padding-top: 3.3rem !important;
    padding-bottom: 3.3rem !important; }
  .py-sm-32 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important; }
  .py-sm-31 {
    padding-top: 3.1rem !important;
    padding-bottom: 3.1rem !important; }
  .py-sm-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-sm-29 {
    padding-top: 2.9rem !important;
    padding-bottom: 2.9rem !important; }
  .py-sm-28 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important; }
  .py-sm-27 {
    padding-top: 2.7rem !important;
    padding-bottom: 2.7rem !important; }
  .py-sm-26 {
    padding-top: 2.6rem !important;
    padding-bottom: 2.6rem !important; }
  .py-sm-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .py-sm-24 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important; }
  .py-sm-23 {
    padding-top: 2.3rem !important;
    padding-bottom: 2.3rem !important; }
  .py-sm-22 {
    padding-top: 2.2rem !important;
    padding-bottom: 2.2rem !important; }
  .py-sm-21 {
    padding-top: 2.1rem !important;
    padding-bottom: 2.1rem !important; }
  .py-sm-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .py-sm-19 {
    padding-top: 1.9rem !important;
    padding-bottom: 1.9rem !important; }
  .py-sm-18 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important; }
  .py-sm-17 {
    padding-top: 1.7rem !important;
    padding-bottom: 1.7rem !important; }
  .py-sm-16 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important; }
  .py-sm-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-14 {
    padding-top: 1.4rem !important;
    padding-bottom: 1.4rem !important; }
  .py-sm-13 {
    padding-top: 1.3rem !important;
    padding-bottom: 1.3rem !important; }
  .py-sm-12 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important; }
  .py-sm-11 {
    padding-top: 1.1rem !important;
    padding-bottom: 1.1rem !important; }
  .py-sm-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .py-sm-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }
  .pt-sm-65 {
    padding-top: 6.5rem !important; }
  .pt-sm-64 {
    padding-top: 6.4rem !important; }
  .pt-sm-63 {
    padding-top: 6.3rem !important; }
  .pt-sm-62 {
    padding-top: 6.2rem !important; }
  .pt-sm-61 {
    padding-top: 6.1rem !important; }
  .pt-sm-60 {
    padding-top: 60px !important; }
  .pt-sm-59 {
    padding-top: 5.9rem !important; }
  .pt-sm-58 {
    padding-top: 5.8rem !important; }
  .pt-sm-57 {
    padding-top: 5.7rem !important; }
  .pt-sm-56 {
    padding-top: 5.6rem !important; }
  .pt-sm-55 {
    padding-top: 5.5rem !important; }
  .pt-sm-54 {
    padding-top: 5.4rem !important; }
  .pt-sm-53 {
    padding-top: 5.3rem !important; }
  .pt-sm-52 {
    padding-top: 5.2rem !important; }
  .pt-sm-51 {
    padding-top: 5.1rem !important; }
  .pt-sm-50 {
    padding-top: 5rem !important; }
  .pt-sm-49 {
    padding-top: 4.9rem !important; }
  .pt-sm-48 {
    padding-top: 4.8rem !important; }
  .pt-sm-47 {
    padding-top: 4.7rem !important; }
  .pt-sm-46 {
    padding-top: 4.6rem !important; }
  .pt-sm-45 {
    padding-top: 4.5rem !important; }
  .pt-sm-44 {
    padding-top: 4.4rem !important; }
  .pt-sm-43 {
    padding-top: 4.3rem !important; }
  .pt-sm-42 {
    padding-top: 4.2rem !important; }
  .pt-sm-41 {
    padding-top: 4.1rem !important; }
  .pt-sm-40 {
    padding-top: 4rem !important; }
  .pt-sm-39 {
    padding-top: 3.9rem !important; }
  .pt-sm-38 {
    padding-top: 3.8rem !important; }
  .pt-sm-37 {
    padding-top: 3.7rem !important; }
  .pt-sm-36 {
    padding-top: 3.6rem !important; }
  .pt-sm-35 {
    padding-top: 3.5rem !important; }
  .pt-sm-34 {
    padding-top: 3.4rem !important; }
  .pt-sm-33 {
    padding-top: 3.3rem !important; }
  .pt-sm-32 {
    padding-top: 3.2rem !important; }
  .pt-sm-31 {
    padding-top: 3.1rem !important; }
  .pt-sm-30 {
    padding-top: 3rem !important; }
  .pt-sm-29 {
    padding-top: 2.9rem !important; }
  .pt-sm-28 {
    padding-top: 2.8rem !important; }
  .pt-sm-27 {
    padding-top: 2.7rem !important; }
  .pt-sm-26 {
    padding-top: 2.6rem !important; }
  .pt-sm-25 {
    padding-top: 2.5rem !important; }
  .pt-sm-24 {
    padding-top: 2.4rem !important; }
  .pt-sm-23 {
    padding-top: 2.3rem !important; }
  .pt-sm-22 {
    padding-top: 2.2rem !important; }
  .pt-sm-21 {
    padding-top: 2.1rem !important; }
  .pt-sm-20 {
    padding-top: 2rem !important; }
  .pt-sm-19 {
    padding-top: 1.9rem !important; }
  .pt-sm-18 {
    padding-top: 1.8rem !important; }
  .pt-sm-17 {
    padding-top: 1.7rem !important; }
  .pt-sm-16 {
    padding-top: 1.6rem !important; }
  .pt-sm-15 {
    padding-top: 1.5rem !important; }
  .pt-sm-14 {
    padding-top: 1.4rem !important; }
  .pt-sm-13 {
    padding-top: 1.3rem !important; }
  .pt-sm-12 {
    padding-top: 1.2rem !important; }
  .pt-sm-11 {
    padding-top: 1.1rem !important; }
  .pt-sm-10 {
    padding-top: 1rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 5px !important; }
  .pt-sm-80 {
    padding-top: 80px !important; }
  .pe-sm-65 {
    padding-right: 6.5rem !important; }
  .pe-sm-64 {
    padding-right: 6.4rem !important; }
  .pe-sm-63 {
    padding-right: 6.3rem !important; }
  .pe-sm-62 {
    padding-right: 6.2rem !important; }
  .pe-sm-61 {
    padding-right: 6.1rem !important; }
  .pe-sm-60 {
    padding-right: 60px !important; }
  .pe-sm-59 {
    padding-right: 5.9rem !important; }
  .pe-sm-58 {
    padding-right: 5.8rem !important; }
  .pe-sm-57 {
    padding-right: 5.7rem !important; }
  .pe-sm-56 {
    padding-right: 5.6rem !important; }
  .pe-sm-55 {
    padding-right: 5.5rem !important; }
  .pe-sm-54 {
    padding-right: 5.4rem !important; }
  .pe-sm-53 {
    padding-right: 5.3rem !important; }
  .pe-sm-52 {
    padding-right: 5.2rem !important; }
  .pe-sm-51 {
    padding-right: 5.1rem !important; }
  .pe-sm-50 {
    padding-right: 5rem !important; }
  .pe-sm-49 {
    padding-right: 4.9rem !important; }
  .pe-sm-48 {
    padding-right: 4.8rem !important; }
  .pe-sm-47 {
    padding-right: 4.7rem !important; }
  .pe-sm-46 {
    padding-right: 4.6rem !important; }
  .pe-sm-45 {
    padding-right: 4.5rem !important; }
  .pe-sm-44 {
    padding-right: 4.4rem !important; }
  .pe-sm-43 {
    padding-right: 4.3rem !important; }
  .pe-sm-42 {
    padding-right: 4.2rem !important; }
  .pe-sm-41 {
    padding-right: 4.1rem !important; }
  .pe-sm-40 {
    padding-right: 4rem !important; }
  .pe-sm-39 {
    padding-right: 3.9rem !important; }
  .pe-sm-38 {
    padding-right: 3.8rem !important; }
  .pe-sm-37 {
    padding-right: 3.7rem !important; }
  .pe-sm-36 {
    padding-right: 3.6rem !important; }
  .pe-sm-35 {
    padding-right: 3.5rem !important; }
  .pe-sm-34 {
    padding-right: 3.4rem !important; }
  .pe-sm-33 {
    padding-right: 3.3rem !important; }
  .pe-sm-32 {
    padding-right: 3.2rem !important; }
  .pe-sm-31 {
    padding-right: 3.1rem !important; }
  .pe-sm-30 {
    padding-right: 3rem !important; }
  .pe-sm-29 {
    padding-right: 2.9rem !important; }
  .pe-sm-28 {
    padding-right: 2.8rem !important; }
  .pe-sm-27 {
    padding-right: 2.7rem !important; }
  .pe-sm-26 {
    padding-right: 2.6rem !important; }
  .pe-sm-25 {
    padding-right: 2.5rem !important; }
  .pe-sm-24 {
    padding-right: 2.4rem !important; }
  .pe-sm-23 {
    padding-right: 2.3rem !important; }
  .pe-sm-22 {
    padding-right: 2.2rem !important; }
  .pe-sm-21 {
    padding-right: 2.1rem !important; }
  .pe-sm-20 {
    padding-right: 2rem !important; }
  .pe-sm-19 {
    padding-right: 1.9rem !important; }
  .pe-sm-18 {
    padding-right: 1.8rem !important; }
  .pe-sm-17 {
    padding-right: 1.7rem !important; }
  .pe-sm-16 {
    padding-right: 1.6rem !important; }
  .pe-sm-15 {
    padding-right: 1.5rem !important; }
  .pe-sm-14 {
    padding-right: 1.4rem !important; }
  .pe-sm-13 {
    padding-right: 1.3rem !important; }
  .pe-sm-12 {
    padding-right: 1.2rem !important; }
  .pe-sm-11 {
    padding-right: 1.1rem !important; }
  .pe-sm-10 {
    padding-right: 1rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.25rem !important; }
  .pe-sm-2 {
    padding-right: 0.5rem !important; }
  .pe-sm-3 {
    padding-right: 1rem !important; }
  .pe-sm-4 {
    padding-right: 1.5rem !important; }
  .pe-sm-5 {
    padding-right: 5px !important; }
  .pe-sm-80 {
    padding-right: 80px !important; }
  .pb-sm-65 {
    padding-bottom: 6.5rem !important; }
  .pb-sm-64 {
    padding-bottom: 6.4rem !important; }
  .pb-sm-63 {
    padding-bottom: 6.3rem !important; }
  .pb-sm-62 {
    padding-bottom: 6.2rem !important; }
  .pb-sm-61 {
    padding-bottom: 6.1rem !important; }
  .pb-sm-60 {
    padding-bottom: 60px !important; }
  .pb-sm-59 {
    padding-bottom: 5.9rem !important; }
  .pb-sm-58 {
    padding-bottom: 5.8rem !important; }
  .pb-sm-57 {
    padding-bottom: 5.7rem !important; }
  .pb-sm-56 {
    padding-bottom: 5.6rem !important; }
  .pb-sm-55 {
    padding-bottom: 5.5rem !important; }
  .pb-sm-54 {
    padding-bottom: 5.4rem !important; }
  .pb-sm-53 {
    padding-bottom: 5.3rem !important; }
  .pb-sm-52 {
    padding-bottom: 5.2rem !important; }
  .pb-sm-51 {
    padding-bottom: 5.1rem !important; }
  .pb-sm-50 {
    padding-bottom: 5rem !important; }
  .pb-sm-49 {
    padding-bottom: 4.9rem !important; }
  .pb-sm-48 {
    padding-bottom: 4.8rem !important; }
  .pb-sm-47 {
    padding-bottom: 4.7rem !important; }
  .pb-sm-46 {
    padding-bottom: 4.6rem !important; }
  .pb-sm-45 {
    padding-bottom: 4.5rem !important; }
  .pb-sm-44 {
    padding-bottom: 4.4rem !important; }
  .pb-sm-43 {
    padding-bottom: 4.3rem !important; }
  .pb-sm-42 {
    padding-bottom: 4.2rem !important; }
  .pb-sm-41 {
    padding-bottom: 4.1rem !important; }
  .pb-sm-40 {
    padding-bottom: 4rem !important; }
  .pb-sm-39 {
    padding-bottom: 3.9rem !important; }
  .pb-sm-38 {
    padding-bottom: 3.8rem !important; }
  .pb-sm-37 {
    padding-bottom: 3.7rem !important; }
  .pb-sm-36 {
    padding-bottom: 3.6rem !important; }
  .pb-sm-35 {
    padding-bottom: 3.5rem !important; }
  .pb-sm-34 {
    padding-bottom: 3.4rem !important; }
  .pb-sm-33 {
    padding-bottom: 3.3rem !important; }
  .pb-sm-32 {
    padding-bottom: 3.2rem !important; }
  .pb-sm-31 {
    padding-bottom: 3.1rem !important; }
  .pb-sm-30 {
    padding-bottom: 3rem !important; }
  .pb-sm-29 {
    padding-bottom: 2.9rem !important; }
  .pb-sm-28 {
    padding-bottom: 2.8rem !important; }
  .pb-sm-27 {
    padding-bottom: 2.7rem !important; }
  .pb-sm-26 {
    padding-bottom: 2.6rem !important; }
  .pb-sm-25 {
    padding-bottom: 2.5rem !important; }
  .pb-sm-24 {
    padding-bottom: 2.4rem !important; }
  .pb-sm-23 {
    padding-bottom: 2.3rem !important; }
  .pb-sm-22 {
    padding-bottom: 2.2rem !important; }
  .pb-sm-21 {
    padding-bottom: 2.1rem !important; }
  .pb-sm-20 {
    padding-bottom: 2rem !important; }
  .pb-sm-19 {
    padding-bottom: 1.9rem !important; }
  .pb-sm-18 {
    padding-bottom: 1.8rem !important; }
  .pb-sm-17 {
    padding-bottom: 1.7rem !important; }
  .pb-sm-16 {
    padding-bottom: 1.6rem !important; }
  .pb-sm-15 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-14 {
    padding-bottom: 1.4rem !important; }
  .pb-sm-13 {
    padding-bottom: 1.3rem !important; }
  .pb-sm-12 {
    padding-bottom: 1.2rem !important; }
  .pb-sm-11 {
    padding-bottom: 1.1rem !important; }
  .pb-sm-10 {
    padding-bottom: 1rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 5px !important; }
  .pb-sm-80 {
    padding-bottom: 80px !important; }
  .ps-sm-65 {
    padding-left: 6.5rem !important; }
  .ps-sm-64 {
    padding-left: 6.4rem !important; }
  .ps-sm-63 {
    padding-left: 6.3rem !important; }
  .ps-sm-62 {
    padding-left: 6.2rem !important; }
  .ps-sm-61 {
    padding-left: 6.1rem !important; }
  .ps-sm-60 {
    padding-left: 60px !important; }
  .ps-sm-59 {
    padding-left: 5.9rem !important; }
  .ps-sm-58 {
    padding-left: 5.8rem !important; }
  .ps-sm-57 {
    padding-left: 5.7rem !important; }
  .ps-sm-56 {
    padding-left: 5.6rem !important; }
  .ps-sm-55 {
    padding-left: 5.5rem !important; }
  .ps-sm-54 {
    padding-left: 5.4rem !important; }
  .ps-sm-53 {
    padding-left: 5.3rem !important; }
  .ps-sm-52 {
    padding-left: 5.2rem !important; }
  .ps-sm-51 {
    padding-left: 5.1rem !important; }
  .ps-sm-50 {
    padding-left: 5rem !important; }
  .ps-sm-49 {
    padding-left: 4.9rem !important; }
  .ps-sm-48 {
    padding-left: 4.8rem !important; }
  .ps-sm-47 {
    padding-left: 4.7rem !important; }
  .ps-sm-46 {
    padding-left: 4.6rem !important; }
  .ps-sm-45 {
    padding-left: 4.5rem !important; }
  .ps-sm-44 {
    padding-left: 4.4rem !important; }
  .ps-sm-43 {
    padding-left: 4.3rem !important; }
  .ps-sm-42 {
    padding-left: 4.2rem !important; }
  .ps-sm-41 {
    padding-left: 4.1rem !important; }
  .ps-sm-40 {
    padding-left: 4rem !important; }
  .ps-sm-39 {
    padding-left: 3.9rem !important; }
  .ps-sm-38 {
    padding-left: 3.8rem !important; }
  .ps-sm-37 {
    padding-left: 3.7rem !important; }
  .ps-sm-36 {
    padding-left: 3.6rem !important; }
  .ps-sm-35 {
    padding-left: 3.5rem !important; }
  .ps-sm-34 {
    padding-left: 3.4rem !important; }
  .ps-sm-33 {
    padding-left: 3.3rem !important; }
  .ps-sm-32 {
    padding-left: 3.2rem !important; }
  .ps-sm-31 {
    padding-left: 3.1rem !important; }
  .ps-sm-30 {
    padding-left: 3rem !important; }
  .ps-sm-29 {
    padding-left: 2.9rem !important; }
  .ps-sm-28 {
    padding-left: 2.8rem !important; }
  .ps-sm-27 {
    padding-left: 2.7rem !important; }
  .ps-sm-26 {
    padding-left: 2.6rem !important; }
  .ps-sm-25 {
    padding-left: 2.5rem !important; }
  .ps-sm-24 {
    padding-left: 2.4rem !important; }
  .ps-sm-23 {
    padding-left: 2.3rem !important; }
  .ps-sm-22 {
    padding-left: 2.2rem !important; }
  .ps-sm-21 {
    padding-left: 2.1rem !important; }
  .ps-sm-20 {
    padding-left: 2rem !important; }
  .ps-sm-19 {
    padding-left: 1.9rem !important; }
  .ps-sm-18 {
    padding-left: 1.8rem !important; }
  .ps-sm-17 {
    padding-left: 1.7rem !important; }
  .ps-sm-16 {
    padding-left: 1.6rem !important; }
  .ps-sm-15 {
    padding-left: 1.5rem !important; }
  .ps-sm-14 {
    padding-left: 1.4rem !important; }
  .ps-sm-13 {
    padding-left: 1.3rem !important; }
  .ps-sm-12 {
    padding-left: 1.2rem !important; }
  .ps-sm-11 {
    padding-left: 1.1rem !important; }
  .ps-sm-10 {
    padding-left: 1rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.25rem !important; }
  .ps-sm-2 {
    padding-left: 0.5rem !important; }
  .ps-sm-3 {
    padding-left: 1rem !important; }
  .ps-sm-4 {
    padding-left: 1.5rem !important; }
  .ps-sm-5 {
    padding-left: 5px !important; }
  .ps-sm-80 {
    padding-left: 80px !important; }
  .fs-sm-50 {
    font-size: 5rem !important; }
  .fs-sm-49 {
    font-size: 4.9rem !important; }
  .fs-sm-48 {
    font-size: 4.8rem !important; }
  .fs-sm-47 {
    font-size: 4.7rem !important; }
  .fs-sm-46 {
    font-size: 4.6rem !important; }
  .fs-sm-45 {
    font-size: 4.5rem !important; }
  .fs-sm-44 {
    font-size: 4.4rem !important; }
  .fs-sm-43 {
    font-size: 4.3rem !important; }
  .fs-sm-42 {
    font-size: 4.2rem !important; }
  .fs-sm-41 {
    font-size: 4.1rem !important; }
  .fs-sm-40 {
    font-size: 4rem !important; }
  .fs-sm-39 {
    font-size: 3.9rem !important; }
  .fs-sm-38 {
    font-size: 3.8rem !important; }
  .fs-sm-37 {
    font-size: 3.7rem !important; }
  .fs-sm-36 {
    font-size: 3.6rem !important; }
  .fs-sm-35 {
    font-size: 3.5rem !important; }
  .fs-sm-34 {
    font-size: 3.4rem !important; }
  .fs-sm-33 {
    font-size: 3.3rem !important; }
  .fs-sm-32 {
    font-size: 3.2rem !important; }
  .fs-sm-31 {
    font-size: 3.1rem !important; }
  .fs-sm-30 {
    font-size: 3rem !important; }
  .fs-sm-29 {
    font-size: 2.9rem !important; }
  .fs-sm-28 {
    font-size: 2.8rem !important; }
  .fs-sm-27 {
    font-size: 2.7rem !important; }
  .fs-sm-26 {
    font-size: 2.6rem !important; }
  .fs-sm-25 {
    font-size: 2.5rem !important; }
  .fs-sm-24 {
    font-size: 2.4rem !important; }
  .fs-sm-23 {
    font-size: 2.3rem !important; }
  .fs-sm-22 {
    font-size: 2.2rem !important; }
  .fs-sm-21 {
    font-size: 2.1rem !important; }
  .fs-sm-20 {
    font-size: 2rem !important; }
  .fs-sm-19 {
    font-size: 1.9rem !important; }
  .fs-sm-18 {
    font-size: 1.8rem !important; }
  .fs-sm-17 {
    font-size: 1.7rem !important; }
  .fs-sm-16 {
    font-size: 1.6rem !important; }
  .fs-sm-15 {
    font-size: 1.5rem !important; }
  .fs-sm-14 {
    font-size: 1.4rem !important; }
  .fs-sm-13 {
    font-size: 1.3rem !important; }
  .fs-sm-12 {
    font-size: 1.2rem !important; }
  .fs-sm-11 {
    font-size: 1.1rem !important; }
  .fs-sm-10 {
    font-size: 1rem !important; }
  .lh-sm-65 {
    line-height: 6.5rem !important; }
  .lh-sm-64 {
    line-height: 6.4rem !important; }
  .lh-sm-63 {
    line-height: 6.3rem !important; }
  .lh-sm-62 {
    line-height: 6.2rem !important; }
  .lh-sm-61 {
    line-height: 6.1rem !important; }
  .lh-sm-60 {
    line-height: 60px !important; }
  .lh-sm-59 {
    line-height: 5.9rem !important; }
  .lh-sm-58 {
    line-height: 5.8rem !important; }
  .lh-sm-57 {
    line-height: 5.7rem !important; }
  .lh-sm-56 {
    line-height: 5.6rem !important; }
  .lh-sm-55 {
    line-height: 5.5rem !important; }
  .lh-sm-54 {
    line-height: 5.4rem !important; }
  .lh-sm-53 {
    line-height: 5.3rem !important; }
  .lh-sm-52 {
    line-height: 5.2rem !important; }
  .lh-sm-51 {
    line-height: 5.1rem !important; }
  .lh-sm-50 {
    line-height: 5rem !important; }
  .lh-sm-49 {
    line-height: 4.9rem !important; }
  .lh-sm-48 {
    line-height: 4.8rem !important; }
  .lh-sm-47 {
    line-height: 4.7rem !important; }
  .lh-sm-46 {
    line-height: 4.6rem !important; }
  .lh-sm-45 {
    line-height: 4.5rem !important; }
  .lh-sm-44 {
    line-height: 4.4rem !important; }
  .lh-sm-43 {
    line-height: 4.3rem !important; }
  .lh-sm-42 {
    line-height: 4.2rem !important; }
  .lh-sm-41 {
    line-height: 4.1rem !important; }
  .lh-sm-40 {
    line-height: 4rem !important; }
  .lh-sm-39 {
    line-height: 3.9rem !important; }
  .lh-sm-38 {
    line-height: 3.8rem !important; }
  .lh-sm-37 {
    line-height: 3.7rem !important; }
  .lh-sm-36 {
    line-height: 3.6rem !important; }
  .lh-sm-35 {
    line-height: 3.5rem !important; }
  .lh-sm-34 {
    line-height: 3.4rem !important; }
  .lh-sm-33 {
    line-height: 3.3rem !important; }
  .lh-sm-32 {
    line-height: 3.2rem !important; }
  .lh-sm-31 {
    line-height: 3.1rem !important; }
  .lh-sm-30 {
    line-height: 3rem !important; }
  .lh-sm-29 {
    line-height: 2.9rem !important; }
  .lh-sm-28 {
    line-height: 2.8rem !important; }
  .lh-sm-27 {
    line-height: 2.7rem !important; }
  .lh-sm-26 {
    line-height: 2.6rem !important; }
  .lh-sm-25 {
    line-height: 2.5rem !important; }
  .lh-sm-24 {
    line-height: 2.4rem !important; }
  .lh-sm-23 {
    line-height: 2.3rem !important; }
  .lh-sm-22 {
    line-height: 2.2rem !important; }
  .lh-sm-21 {
    line-height: 2.1rem !important; }
  .lh-sm-20 {
    line-height: 2rem !important; }
  .lh-sm-19 {
    line-height: 1.9rem !important; }
  .lh-sm-18 {
    line-height: 1.8rem !important; }
  .lh-sm-17 {
    line-height: 1.7rem !important; }
  .lh-sm-16 {
    line-height: 1.6rem !important; }
  .lh-sm-15 {
    line-height: 1.5rem !important; }
  .lh-sm-14 {
    line-height: 1.4rem !important; }
  .lh-sm-13 {
    line-height: 1.3rem !important; }
  .lh-sm-12 {
    line-height: 1.2rem !important; }
  .lh-sm-11 {
    line-height: 1.1rem !important; }
  .lh-sm-10 {
    line-height: 1rem !important; }
  .lh-sm-0 {
    line-height: 0 !important; }
  .lh-sm-1 {
    line-height: 0.25rem !important; }
  .lh-sm-2 {
    line-height: 0.5rem !important; }
  .lh-sm-3 {
    line-height: 1rem !important; }
  .lh-sm-4 {
    line-height: 1.5rem !important; }
  .lh-sm-5 {
    line-height: 5px !important; }
  .lh-sm-80 {
    line-height: 80px !important; }
  .text-sm-start {
    text-align: left !important; }
  .text-sm-end {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; }
  .rounded-sm-50 {
    border-radius: 5rem !important; }
  .rounded-sm-49 {
    border-radius: 4.9rem !important; }
  .rounded-sm-48 {
    border-radius: 4.8rem !important; }
  .rounded-sm-47 {
    border-radius: 4.7rem !important; }
  .rounded-sm-46 {
    border-radius: 4.6rem !important; }
  .rounded-sm-45 {
    border-radius: 4.5rem !important; }
  .rounded-sm-44 {
    border-radius: 4.4rem !important; }
  .rounded-sm-43 {
    border-radius: 4.3rem !important; }
  .rounded-sm-42 {
    border-radius: 4.2rem !important; }
  .rounded-sm-41 {
    border-radius: 4.1rem !important; }
  .rounded-sm-40 {
    border-radius: 4rem !important; }
  .rounded-sm-39 {
    border-radius: 3.9rem !important; }
  .rounded-sm-38 {
    border-radius: 3.8rem !important; }
  .rounded-sm-37 {
    border-radius: 3.7rem !important; }
  .rounded-sm-36 {
    border-radius: 3.6rem !important; }
  .rounded-sm-35 {
    border-radius: 3.5rem !important; }
  .rounded-sm-34 {
    border-radius: 3.4rem !important; }
  .rounded-sm-33 {
    border-radius: 3.3rem !important; }
  .rounded-sm-32 {
    border-radius: 3.2rem !important; }
  .rounded-sm-31 {
    border-radius: 3.1rem !important; }
  .rounded-sm-30 {
    border-radius: 3rem !important; }
  .rounded-sm-29 {
    border-radius: 2.9rem !important; }
  .rounded-sm-28 {
    border-radius: 2.8rem !important; }
  .rounded-sm-27 {
    border-radius: 2.7rem !important; }
  .rounded-sm-26 {
    border-radius: 2.6rem !important; }
  .rounded-sm-25 {
    border-radius: 2.5rem !important; }
  .rounded-sm-24 {
    border-radius: 2.4rem !important; }
  .rounded-sm-23 {
    border-radius: 2.3rem !important; }
  .rounded-sm-22 {
    border-radius: 2.2rem !important; }
  .rounded-sm-21 {
    border-radius: 2.1rem !important; }
  .rounded-sm-20 {
    border-radius: 2rem !important; }
  .rounded-sm-19 {
    border-radius: 1.9rem !important; }
  .rounded-sm-18 {
    border-radius: 1.8rem !important; }
  .rounded-sm-17 {
    border-radius: 1.7rem !important; }
  .rounded-sm-16 {
    border-radius: 1.6rem !important; }
  .rounded-sm-15 {
    border-radius: 1.5rem !important; }
  .rounded-sm-14 {
    border-radius: 1.4rem !important; }
  .rounded-sm-13 {
    border-radius: 1.3rem !important; }
  .rounded-sm-12 {
    border-radius: 1.2rem !important; }
  .rounded-sm-11 {
    border-radius: 1.1rem !important; }
  .rounded-sm-10 {
    border-radius: 1rem !important; }
  .rounded-sm-9 {
    border-radius: 0.9rem !important; }
  .rounded-sm-8 {
    border-radius: 0.8rem !important; }
  .rounded-sm-7 {
    border-radius: 0.7rem !important; }
  .rounded-sm-6 {
    border-radius: 0.6rem !important; }
  .rounded-sm-5 {
    border-radius: 0.5rem !important; }
  .rounded-sm-4 {
    border-radius: 0.4rem !important; }
  .rounded-sm-3 {
    border-radius: 15px !important; }
  .rounded-sm-2 {
    border-radius: 1.2rem !important; }
  .rounded-sm {
    border-radius: 1.2rem !important; }
  .rounded-sm-0 {
    border-radius: 0 !important; }
  .rounded-sm-1 {
    border-radius: 0.2rem !important; }
  .rounded-sm-circle {
    border-radius: 50% !important; }
  .rounded-sm-pill {
    border-radius: 50rem !important; }
  .rounded-top-sm-50 {
    border-top-left-radius: 5rem !important;
    border-top-right-radius: 5rem !important; }
  .rounded-top-sm-49 {
    border-top-left-radius: 4.9rem !important;
    border-top-right-radius: 4.9rem !important; }
  .rounded-top-sm-48 {
    border-top-left-radius: 4.8rem !important;
    border-top-right-radius: 4.8rem !important; }
  .rounded-top-sm-47 {
    border-top-left-radius: 4.7rem !important;
    border-top-right-radius: 4.7rem !important; }
  .rounded-top-sm-46 {
    border-top-left-radius: 4.6rem !important;
    border-top-right-radius: 4.6rem !important; }
  .rounded-top-sm-45 {
    border-top-left-radius: 4.5rem !important;
    border-top-right-radius: 4.5rem !important; }
  .rounded-top-sm-44 {
    border-top-left-radius: 4.4rem !important;
    border-top-right-radius: 4.4rem !important; }
  .rounded-top-sm-43 {
    border-top-left-radius: 4.3rem !important;
    border-top-right-radius: 4.3rem !important; }
  .rounded-top-sm-42 {
    border-top-left-radius: 4.2rem !important;
    border-top-right-radius: 4.2rem !important; }
  .rounded-top-sm-41 {
    border-top-left-radius: 4.1rem !important;
    border-top-right-radius: 4.1rem !important; }
  .rounded-top-sm-40 {
    border-top-left-radius: 4rem !important;
    border-top-right-radius: 4rem !important; }
  .rounded-top-sm-39 {
    border-top-left-radius: 3.9rem !important;
    border-top-right-radius: 3.9rem !important; }
  .rounded-top-sm-38 {
    border-top-left-radius: 3.8rem !important;
    border-top-right-radius: 3.8rem !important; }
  .rounded-top-sm-37 {
    border-top-left-radius: 3.7rem !important;
    border-top-right-radius: 3.7rem !important; }
  .rounded-top-sm-36 {
    border-top-left-radius: 3.6rem !important;
    border-top-right-radius: 3.6rem !important; }
  .rounded-top-sm-35 {
    border-top-left-radius: 3.5rem !important;
    border-top-right-radius: 3.5rem !important; }
  .rounded-top-sm-34 {
    border-top-left-radius: 3.4rem !important;
    border-top-right-radius: 3.4rem !important; }
  .rounded-top-sm-33 {
    border-top-left-radius: 3.3rem !important;
    border-top-right-radius: 3.3rem !important; }
  .rounded-top-sm-32 {
    border-top-left-radius: 3.2rem !important;
    border-top-right-radius: 3.2rem !important; }
  .rounded-top-sm-31 {
    border-top-left-radius: 3.1rem !important;
    border-top-right-radius: 3.1rem !important; }
  .rounded-top-sm-30 {
    border-top-left-radius: 3rem !important;
    border-top-right-radius: 3rem !important; }
  .rounded-top-sm-29 {
    border-top-left-radius: 2.9rem !important;
    border-top-right-radius: 2.9rem !important; }
  .rounded-top-sm-28 {
    border-top-left-radius: 2.8rem !important;
    border-top-right-radius: 2.8rem !important; }
  .rounded-top-sm-27 {
    border-top-left-radius: 2.7rem !important;
    border-top-right-radius: 2.7rem !important; }
  .rounded-top-sm-26 {
    border-top-left-radius: 2.6rem !important;
    border-top-right-radius: 2.6rem !important; }
  .rounded-top-sm-25 {
    border-top-left-radius: 2.5rem !important;
    border-top-right-radius: 2.5rem !important; }
  .rounded-top-sm-24 {
    border-top-left-radius: 2.4rem !important;
    border-top-right-radius: 2.4rem !important; }
  .rounded-top-sm-23 {
    border-top-left-radius: 2.3rem !important;
    border-top-right-radius: 2.3rem !important; }
  .rounded-top-sm-22 {
    border-top-left-radius: 2.2rem !important;
    border-top-right-radius: 2.2rem !important; }
  .rounded-top-sm-21 {
    border-top-left-radius: 2.1rem !important;
    border-top-right-radius: 2.1rem !important; }
  .rounded-top-sm-20 {
    border-top-left-radius: 2rem !important;
    border-top-right-radius: 2rem !important; }
  .rounded-top-sm-19 {
    border-top-left-radius: 1.9rem !important;
    border-top-right-radius: 1.9rem !important; }
  .rounded-top-sm-18 {
    border-top-left-radius: 1.8rem !important;
    border-top-right-radius: 1.8rem !important; }
  .rounded-top-sm-17 {
    border-top-left-radius: 1.7rem !important;
    border-top-right-radius: 1.7rem !important; }
  .rounded-top-sm-16 {
    border-top-left-radius: 1.6rem !important;
    border-top-right-radius: 1.6rem !important; }
  .rounded-top-sm-15 {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important; }
  .rounded-top-sm-14 {
    border-top-left-radius: 1.4rem !important;
    border-top-right-radius: 1.4rem !important; }
  .rounded-top-sm-13 {
    border-top-left-radius: 1.3rem !important;
    border-top-right-radius: 1.3rem !important; }
  .rounded-top-sm-12 {
    border-top-left-radius: 1.2rem !important;
    border-top-right-radius: 1.2rem !important; }
  .rounded-top-sm-11 {
    border-top-left-radius: 1.1rem !important;
    border-top-right-radius: 1.1rem !important; }
  .rounded-top-sm-10 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important; }
  .rounded-top-sm-9 {
    border-top-left-radius: 0.9rem !important;
    border-top-right-radius: 0.9rem !important; }
  .rounded-top-sm-8 {
    border-top-left-radius: 0.8rem !important;
    border-top-right-radius: 0.8rem !important; }
  .rounded-top-sm-7 {
    border-top-left-radius: 0.7rem !important;
    border-top-right-radius: 0.7rem !important; }
  .rounded-top-sm-6 {
    border-top-left-radius: 0.6rem !important;
    border-top-right-radius: 0.6rem !important; }
  .rounded-top-sm-5 {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important; }
  .rounded-top-sm-4 {
    border-top-left-radius: 0.4rem !important;
    border-top-right-radius: 0.4rem !important; }
  .rounded-top-sm-3 {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important; }
  .rounded-top-sm-2 {
    border-top-left-radius: 1.2rem !important;
    border-top-right-radius: 1.2rem !important; }
  .rounded-top-sm {
    border-top-left-radius: 1.2rem !important;
    border-top-right-radius: 1.2rem !important; }
  .rounded-top-sm-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important; }
  .rounded-top-sm-1 {
    border-top-left-radius: 0.2rem !important;
    border-top-right-radius: 0.2rem !important; }
  .rounded-top-sm-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important; }
  .rounded-top-sm-pill {
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important; }
  .rounded-end-sm-50 {
    border-top-right-radius: 5rem !important;
    border-bottom-right-radius: 5rem !important; }
  .rounded-end-sm-49 {
    border-top-right-radius: 4.9rem !important;
    border-bottom-right-radius: 4.9rem !important; }
  .rounded-end-sm-48 {
    border-top-right-radius: 4.8rem !important;
    border-bottom-right-radius: 4.8rem !important; }
  .rounded-end-sm-47 {
    border-top-right-radius: 4.7rem !important;
    border-bottom-right-radius: 4.7rem !important; }
  .rounded-end-sm-46 {
    border-top-right-radius: 4.6rem !important;
    border-bottom-right-radius: 4.6rem !important; }
  .rounded-end-sm-45 {
    border-top-right-radius: 4.5rem !important;
    border-bottom-right-radius: 4.5rem !important; }
  .rounded-end-sm-44 {
    border-top-right-radius: 4.4rem !important;
    border-bottom-right-radius: 4.4rem !important; }
  .rounded-end-sm-43 {
    border-top-right-radius: 4.3rem !important;
    border-bottom-right-radius: 4.3rem !important; }
  .rounded-end-sm-42 {
    border-top-right-radius: 4.2rem !important;
    border-bottom-right-radius: 4.2rem !important; }
  .rounded-end-sm-41 {
    border-top-right-radius: 4.1rem !important;
    border-bottom-right-radius: 4.1rem !important; }
  .rounded-end-sm-40 {
    border-top-right-radius: 4rem !important;
    border-bottom-right-radius: 4rem !important; }
  .rounded-end-sm-39 {
    border-top-right-radius: 3.9rem !important;
    border-bottom-right-radius: 3.9rem !important; }
  .rounded-end-sm-38 {
    border-top-right-radius: 3.8rem !important;
    border-bottom-right-radius: 3.8rem !important; }
  .rounded-end-sm-37 {
    border-top-right-radius: 3.7rem !important;
    border-bottom-right-radius: 3.7rem !important; }
  .rounded-end-sm-36 {
    border-top-right-radius: 3.6rem !important;
    border-bottom-right-radius: 3.6rem !important; }
  .rounded-end-sm-35 {
    border-top-right-radius: 3.5rem !important;
    border-bottom-right-radius: 3.5rem !important; }
  .rounded-end-sm-34 {
    border-top-right-radius: 3.4rem !important;
    border-bottom-right-radius: 3.4rem !important; }
  .rounded-end-sm-33 {
    border-top-right-radius: 3.3rem !important;
    border-bottom-right-radius: 3.3rem !important; }
  .rounded-end-sm-32 {
    border-top-right-radius: 3.2rem !important;
    border-bottom-right-radius: 3.2rem !important; }
  .rounded-end-sm-31 {
    border-top-right-radius: 3.1rem !important;
    border-bottom-right-radius: 3.1rem !important; }
  .rounded-end-sm-30 {
    border-top-right-radius: 3rem !important;
    border-bottom-right-radius: 3rem !important; }
  .rounded-end-sm-29 {
    border-top-right-radius: 2.9rem !important;
    border-bottom-right-radius: 2.9rem !important; }
  .rounded-end-sm-28 {
    border-top-right-radius: 2.8rem !important;
    border-bottom-right-radius: 2.8rem !important; }
  .rounded-end-sm-27 {
    border-top-right-radius: 2.7rem !important;
    border-bottom-right-radius: 2.7rem !important; }
  .rounded-end-sm-26 {
    border-top-right-radius: 2.6rem !important;
    border-bottom-right-radius: 2.6rem !important; }
  .rounded-end-sm-25 {
    border-top-right-radius: 2.5rem !important;
    border-bottom-right-radius: 2.5rem !important; }
  .rounded-end-sm-24 {
    border-top-right-radius: 2.4rem !important;
    border-bottom-right-radius: 2.4rem !important; }
  .rounded-end-sm-23 {
    border-top-right-radius: 2.3rem !important;
    border-bottom-right-radius: 2.3rem !important; }
  .rounded-end-sm-22 {
    border-top-right-radius: 2.2rem !important;
    border-bottom-right-radius: 2.2rem !important; }
  .rounded-end-sm-21 {
    border-top-right-radius: 2.1rem !important;
    border-bottom-right-radius: 2.1rem !important; }
  .rounded-end-sm-20 {
    border-top-right-radius: 2rem !important;
    border-bottom-right-radius: 2rem !important; }
  .rounded-end-sm-19 {
    border-top-right-radius: 1.9rem !important;
    border-bottom-right-radius: 1.9rem !important; }
  .rounded-end-sm-18 {
    border-top-right-radius: 1.8rem !important;
    border-bottom-right-radius: 1.8rem !important; }
  .rounded-end-sm-17 {
    border-top-right-radius: 1.7rem !important;
    border-bottom-right-radius: 1.7rem !important; }
  .rounded-end-sm-16 {
    border-top-right-radius: 1.6rem !important;
    border-bottom-right-radius: 1.6rem !important; }
  .rounded-end-sm-15 {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important; }
  .rounded-end-sm-14 {
    border-top-right-radius: 1.4rem !important;
    border-bottom-right-radius: 1.4rem !important; }
  .rounded-end-sm-13 {
    border-top-right-radius: 1.3rem !important;
    border-bottom-right-radius: 1.3rem !important; }
  .rounded-end-sm-12 {
    border-top-right-radius: 1.2rem !important;
    border-bottom-right-radius: 1.2rem !important; }
  .rounded-end-sm-11 {
    border-top-right-radius: 1.1rem !important;
    border-bottom-right-radius: 1.1rem !important; }
  .rounded-end-sm-10 {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important; }
  .rounded-end-sm-9 {
    border-top-right-radius: 0.9rem !important;
    border-bottom-right-radius: 0.9rem !important; }
  .rounded-end-sm-8 {
    border-top-right-radius: 0.8rem !important;
    border-bottom-right-radius: 0.8rem !important; }
  .rounded-end-sm-7 {
    border-top-right-radius: 0.7rem !important;
    border-bottom-right-radius: 0.7rem !important; }
  .rounded-end-sm-6 {
    border-top-right-radius: 0.6rem !important;
    border-bottom-right-radius: 0.6rem !important; }
  .rounded-end-sm-5 {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important; }
  .rounded-end-sm-4 {
    border-top-right-radius: 0.4rem !important;
    border-bottom-right-radius: 0.4rem !important; }
  .rounded-end-sm-3 {
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important; }
  .rounded-end-sm-2 {
    border-top-right-radius: 1.2rem !important;
    border-bottom-right-radius: 1.2rem !important; }
  .rounded-end-sm {
    border-top-right-radius: 1.2rem !important;
    border-bottom-right-radius: 1.2rem !important; }
  .rounded-end-sm-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important; }
  .rounded-end-sm-1 {
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important; }
  .rounded-end-sm-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important; }
  .rounded-end-sm-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important; }
  .rounded-bottom-sm-50 {
    border-bottom-right-radius: 5rem !important;
    border-bottom-left-radius: 5rem !important; }
  .rounded-bottom-sm-49 {
    border-bottom-right-radius: 4.9rem !important;
    border-bottom-left-radius: 4.9rem !important; }
  .rounded-bottom-sm-48 {
    border-bottom-right-radius: 4.8rem !important;
    border-bottom-left-radius: 4.8rem !important; }
  .rounded-bottom-sm-47 {
    border-bottom-right-radius: 4.7rem !important;
    border-bottom-left-radius: 4.7rem !important; }
  .rounded-bottom-sm-46 {
    border-bottom-right-radius: 4.6rem !important;
    border-bottom-left-radius: 4.6rem !important; }
  .rounded-bottom-sm-45 {
    border-bottom-right-radius: 4.5rem !important;
    border-bottom-left-radius: 4.5rem !important; }
  .rounded-bottom-sm-44 {
    border-bottom-right-radius: 4.4rem !important;
    border-bottom-left-radius: 4.4rem !important; }
  .rounded-bottom-sm-43 {
    border-bottom-right-radius: 4.3rem !important;
    border-bottom-left-radius: 4.3rem !important; }
  .rounded-bottom-sm-42 {
    border-bottom-right-radius: 4.2rem !important;
    border-bottom-left-radius: 4.2rem !important; }
  .rounded-bottom-sm-41 {
    border-bottom-right-radius: 4.1rem !important;
    border-bottom-left-radius: 4.1rem !important; }
  .rounded-bottom-sm-40 {
    border-bottom-right-radius: 4rem !important;
    border-bottom-left-radius: 4rem !important; }
  .rounded-bottom-sm-39 {
    border-bottom-right-radius: 3.9rem !important;
    border-bottom-left-radius: 3.9rem !important; }
  .rounded-bottom-sm-38 {
    border-bottom-right-radius: 3.8rem !important;
    border-bottom-left-radius: 3.8rem !important; }
  .rounded-bottom-sm-37 {
    border-bottom-right-radius: 3.7rem !important;
    border-bottom-left-radius: 3.7rem !important; }
  .rounded-bottom-sm-36 {
    border-bottom-right-radius: 3.6rem !important;
    border-bottom-left-radius: 3.6rem !important; }
  .rounded-bottom-sm-35 {
    border-bottom-right-radius: 3.5rem !important;
    border-bottom-left-radius: 3.5rem !important; }
  .rounded-bottom-sm-34 {
    border-bottom-right-radius: 3.4rem !important;
    border-bottom-left-radius: 3.4rem !important; }
  .rounded-bottom-sm-33 {
    border-bottom-right-radius: 3.3rem !important;
    border-bottom-left-radius: 3.3rem !important; }
  .rounded-bottom-sm-32 {
    border-bottom-right-radius: 3.2rem !important;
    border-bottom-left-radius: 3.2rem !important; }
  .rounded-bottom-sm-31 {
    border-bottom-right-radius: 3.1rem !important;
    border-bottom-left-radius: 3.1rem !important; }
  .rounded-bottom-sm-30 {
    border-bottom-right-radius: 3rem !important;
    border-bottom-left-radius: 3rem !important; }
  .rounded-bottom-sm-29 {
    border-bottom-right-radius: 2.9rem !important;
    border-bottom-left-radius: 2.9rem !important; }
  .rounded-bottom-sm-28 {
    border-bottom-right-radius: 2.8rem !important;
    border-bottom-left-radius: 2.8rem !important; }
  .rounded-bottom-sm-27 {
    border-bottom-right-radius: 2.7rem !important;
    border-bottom-left-radius: 2.7rem !important; }
  .rounded-bottom-sm-26 {
    border-bottom-right-radius: 2.6rem !important;
    border-bottom-left-radius: 2.6rem !important; }
  .rounded-bottom-sm-25 {
    border-bottom-right-radius: 2.5rem !important;
    border-bottom-left-radius: 2.5rem !important; }
  .rounded-bottom-sm-24 {
    border-bottom-right-radius: 2.4rem !important;
    border-bottom-left-radius: 2.4rem !important; }
  .rounded-bottom-sm-23 {
    border-bottom-right-radius: 2.3rem !important;
    border-bottom-left-radius: 2.3rem !important; }
  .rounded-bottom-sm-22 {
    border-bottom-right-radius: 2.2rem !important;
    border-bottom-left-radius: 2.2rem !important; }
  .rounded-bottom-sm-21 {
    border-bottom-right-radius: 2.1rem !important;
    border-bottom-left-radius: 2.1rem !important; }
  .rounded-bottom-sm-20 {
    border-bottom-right-radius: 2rem !important;
    border-bottom-left-radius: 2rem !important; }
  .rounded-bottom-sm-19 {
    border-bottom-right-radius: 1.9rem !important;
    border-bottom-left-radius: 1.9rem !important; }
  .rounded-bottom-sm-18 {
    border-bottom-right-radius: 1.8rem !important;
    border-bottom-left-radius: 1.8rem !important; }
  .rounded-bottom-sm-17 {
    border-bottom-right-radius: 1.7rem !important;
    border-bottom-left-radius: 1.7rem !important; }
  .rounded-bottom-sm-16 {
    border-bottom-right-radius: 1.6rem !important;
    border-bottom-left-radius: 1.6rem !important; }
  .rounded-bottom-sm-15 {
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important; }
  .rounded-bottom-sm-14 {
    border-bottom-right-radius: 1.4rem !important;
    border-bottom-left-radius: 1.4rem !important; }
  .rounded-bottom-sm-13 {
    border-bottom-right-radius: 1.3rem !important;
    border-bottom-left-radius: 1.3rem !important; }
  .rounded-bottom-sm-12 {
    border-bottom-right-radius: 1.2rem !important;
    border-bottom-left-radius: 1.2rem !important; }
  .rounded-bottom-sm-11 {
    border-bottom-right-radius: 1.1rem !important;
    border-bottom-left-radius: 1.1rem !important; }
  .rounded-bottom-sm-10 {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important; }
  .rounded-bottom-sm-9 {
    border-bottom-right-radius: 0.9rem !important;
    border-bottom-left-radius: 0.9rem !important; }
  .rounded-bottom-sm-8 {
    border-bottom-right-radius: 0.8rem !important;
    border-bottom-left-radius: 0.8rem !important; }
  .rounded-bottom-sm-7 {
    border-bottom-right-radius: 0.7rem !important;
    border-bottom-left-radius: 0.7rem !important; }
  .rounded-bottom-sm-6 {
    border-bottom-right-radius: 0.6rem !important;
    border-bottom-left-radius: 0.6rem !important; }
  .rounded-bottom-sm-5 {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important; }
  .rounded-bottom-sm-4 {
    border-bottom-right-radius: 0.4rem !important;
    border-bottom-left-radius: 0.4rem !important; }
  .rounded-bottom-sm-3 {
    border-bottom-right-radius: 15px !important;
    border-bottom-left-radius: 15px !important; }
  .rounded-bottom-sm-2 {
    border-bottom-right-radius: 1.2rem !important;
    border-bottom-left-radius: 1.2rem !important; }
  .rounded-bottom-sm {
    border-bottom-right-radius: 1.2rem !important;
    border-bottom-left-radius: 1.2rem !important; }
  .rounded-bottom-sm-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important; }
  .rounded-bottom-sm-1 {
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important; }
  .rounded-bottom-sm-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important; }
  .rounded-bottom-sm-pill {
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important; }
  .rounded-start-sm-50 {
    border-bottom-left-radius: 5rem !important;
    border-top-left-radius: 5rem !important; }
  .rounded-start-sm-49 {
    border-bottom-left-radius: 4.9rem !important;
    border-top-left-radius: 4.9rem !important; }
  .rounded-start-sm-48 {
    border-bottom-left-radius: 4.8rem !important;
    border-top-left-radius: 4.8rem !important; }
  .rounded-start-sm-47 {
    border-bottom-left-radius: 4.7rem !important;
    border-top-left-radius: 4.7rem !important; }
  .rounded-start-sm-46 {
    border-bottom-left-radius: 4.6rem !important;
    border-top-left-radius: 4.6rem !important; }
  .rounded-start-sm-45 {
    border-bottom-left-radius: 4.5rem !important;
    border-top-left-radius: 4.5rem !important; }
  .rounded-start-sm-44 {
    border-bottom-left-radius: 4.4rem !important;
    border-top-left-radius: 4.4rem !important; }
  .rounded-start-sm-43 {
    border-bottom-left-radius: 4.3rem !important;
    border-top-left-radius: 4.3rem !important; }
  .rounded-start-sm-42 {
    border-bottom-left-radius: 4.2rem !important;
    border-top-left-radius: 4.2rem !important; }
  .rounded-start-sm-41 {
    border-bottom-left-radius: 4.1rem !important;
    border-top-left-radius: 4.1rem !important; }
  .rounded-start-sm-40 {
    border-bottom-left-radius: 4rem !important;
    border-top-left-radius: 4rem !important; }
  .rounded-start-sm-39 {
    border-bottom-left-radius: 3.9rem !important;
    border-top-left-radius: 3.9rem !important; }
  .rounded-start-sm-38 {
    border-bottom-left-radius: 3.8rem !important;
    border-top-left-radius: 3.8rem !important; }
  .rounded-start-sm-37 {
    border-bottom-left-radius: 3.7rem !important;
    border-top-left-radius: 3.7rem !important; }
  .rounded-start-sm-36 {
    border-bottom-left-radius: 3.6rem !important;
    border-top-left-radius: 3.6rem !important; }
  .rounded-start-sm-35 {
    border-bottom-left-radius: 3.5rem !important;
    border-top-left-radius: 3.5rem !important; }
  .rounded-start-sm-34 {
    border-bottom-left-radius: 3.4rem !important;
    border-top-left-radius: 3.4rem !important; }
  .rounded-start-sm-33 {
    border-bottom-left-radius: 3.3rem !important;
    border-top-left-radius: 3.3rem !important; }
  .rounded-start-sm-32 {
    border-bottom-left-radius: 3.2rem !important;
    border-top-left-radius: 3.2rem !important; }
  .rounded-start-sm-31 {
    border-bottom-left-radius: 3.1rem !important;
    border-top-left-radius: 3.1rem !important; }
  .rounded-start-sm-30 {
    border-bottom-left-radius: 3rem !important;
    border-top-left-radius: 3rem !important; }
  .rounded-start-sm-29 {
    border-bottom-left-radius: 2.9rem !important;
    border-top-left-radius: 2.9rem !important; }
  .rounded-start-sm-28 {
    border-bottom-left-radius: 2.8rem !important;
    border-top-left-radius: 2.8rem !important; }
  .rounded-start-sm-27 {
    border-bottom-left-radius: 2.7rem !important;
    border-top-left-radius: 2.7rem !important; }
  .rounded-start-sm-26 {
    border-bottom-left-radius: 2.6rem !important;
    border-top-left-radius: 2.6rem !important; }
  .rounded-start-sm-25 {
    border-bottom-left-radius: 2.5rem !important;
    border-top-left-radius: 2.5rem !important; }
  .rounded-start-sm-24 {
    border-bottom-left-radius: 2.4rem !important;
    border-top-left-radius: 2.4rem !important; }
  .rounded-start-sm-23 {
    border-bottom-left-radius: 2.3rem !important;
    border-top-left-radius: 2.3rem !important; }
  .rounded-start-sm-22 {
    border-bottom-left-radius: 2.2rem !important;
    border-top-left-radius: 2.2rem !important; }
  .rounded-start-sm-21 {
    border-bottom-left-radius: 2.1rem !important;
    border-top-left-radius: 2.1rem !important; }
  .rounded-start-sm-20 {
    border-bottom-left-radius: 2rem !important;
    border-top-left-radius: 2rem !important; }
  .rounded-start-sm-19 {
    border-bottom-left-radius: 1.9rem !important;
    border-top-left-radius: 1.9rem !important; }
  .rounded-start-sm-18 {
    border-bottom-left-radius: 1.8rem !important;
    border-top-left-radius: 1.8rem !important; }
  .rounded-start-sm-17 {
    border-bottom-left-radius: 1.7rem !important;
    border-top-left-radius: 1.7rem !important; }
  .rounded-start-sm-16 {
    border-bottom-left-radius: 1.6rem !important;
    border-top-left-radius: 1.6rem !important; }
  .rounded-start-sm-15 {
    border-bottom-left-radius: 1.5rem !important;
    border-top-left-radius: 1.5rem !important; }
  .rounded-start-sm-14 {
    border-bottom-left-radius: 1.4rem !important;
    border-top-left-radius: 1.4rem !important; }
  .rounded-start-sm-13 {
    border-bottom-left-radius: 1.3rem !important;
    border-top-left-radius: 1.3rem !important; }
  .rounded-start-sm-12 {
    border-bottom-left-radius: 1.2rem !important;
    border-top-left-radius: 1.2rem !important; }
  .rounded-start-sm-11 {
    border-bottom-left-radius: 1.1rem !important;
    border-top-left-radius: 1.1rem !important; }
  .rounded-start-sm-10 {
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important; }
  .rounded-start-sm-9 {
    border-bottom-left-radius: 0.9rem !important;
    border-top-left-radius: 0.9rem !important; }
  .rounded-start-sm-8 {
    border-bottom-left-radius: 0.8rem !important;
    border-top-left-radius: 0.8rem !important; }
  .rounded-start-sm-7 {
    border-bottom-left-radius: 0.7rem !important;
    border-top-left-radius: 0.7rem !important; }
  .rounded-start-sm-6 {
    border-bottom-left-radius: 0.6rem !important;
    border-top-left-radius: 0.6rem !important; }
  .rounded-start-sm-5 {
    border-bottom-left-radius: 0.5rem !important;
    border-top-left-radius: 0.5rem !important; }
  .rounded-start-sm-4 {
    border-bottom-left-radius: 0.4rem !important;
    border-top-left-radius: 0.4rem !important; }
  .rounded-start-sm-3 {
    border-bottom-left-radius: 15px !important;
    border-top-left-radius: 15px !important; }
  .rounded-start-sm-2 {
    border-bottom-left-radius: 1.2rem !important;
    border-top-left-radius: 1.2rem !important; }
  .rounded-start-sm {
    border-bottom-left-radius: 1.2rem !important;
    border-top-left-radius: 1.2rem !important; }
  .rounded-start-sm-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important; }
  .rounded-start-sm-1 {
    border-bottom-left-radius: 0.2rem !important;
    border-top-left-radius: 0.2rem !important; }
  .rounded-start-sm-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important; }
  .rounded-start-sm-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important; }
  .z-index-sm-1 {
    z-index: 1 !important; }
  .z-index-sm-2 {
    z-index: 2 !important; }
  .z-index-sm-3 {
    z-index: 3 !important; }
  .z-index-sm-4 {
    z-index: 4 !important; }
  .z-index-sm-5 {
    z-index: 5 !important; }
  .z-index-sm-1000 {
    z-index: 1000 !important; } }

@media (min-width: 768px) {
  .float-md-start {
    float: left !important; }
  .float-md-end {
    float: right !important; }
  .float-md-none {
    float: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-grid {
    display: grid !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; }
  .d-md-none {
    display: none !important; }
  .position-md-static {
    position: static !important; }
  .position-md-relative {
    position: relative !important; }
  .position-md-absolute {
    position: absolute !important; }
  .position-md-fixed {
    position: fixed !important; }
  .position-md-sticky {
    position: sticky !important; }
  .top-md-0 {
    top: 0 !important; }
  .top-md-10 {
    top: 10% !important; }
  .top-md-20 {
    top: 20% !important; }
  .top-md-40 {
    top: 40% !important; }
  .top-md-50 {
    top: 50% !important; }
  .top-md-90 {
    top: 90% !important; }
  .top-md-100 {
    top: 100% !important; }
  .top-md-50px {
    top: 50px !important; }
  .top-md-30px {
    top: 30px !important; }
  .w-md-20 {
    width: 20% !important; }
  .w-md-25 {
    width: 25% !important; }
  .w-md-50 {
    width: 50% !important; }
  .w-md-70 {
    width: 70% !important; }
  .w-md-75 {
    width: 75% !important; }
  .w-md-80 {
    width: 80% !important; }
  .w-md-90 {
    width: 90% !important; }
  .w-md-100 {
    width: 100% !important; }
  .w-md-auto {
    width: auto !important; }
  .w-md-165px {
    width: 165px !important; }
  .w-md-280px {
    width: 280px !important; }
  .h-md-20 {
    height: 20% !important; }
  .h-md-25 {
    height: 25% !important; }
  .h-md-50 {
    height: 50% !important; }
  .h-md-70 {
    height: 70% !important; }
  .h-md-75 {
    height: 75% !important; }
  .h-md-80 {
    height: 80% !important; }
  .h-md-90 {
    height: 90% !important; }
  .h-md-100 {
    height: 100% !important; }
  .h-md-auto {
    height: auto !important; }
  .h-md-165px {
    height: 165px !important; }
  .h-md-280px {
    height: 280px !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .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-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; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-md-65 {
    gap: 6.5rem !important; }
  .gap-md-64 {
    gap: 6.4rem !important; }
  .gap-md-63 {
    gap: 6.3rem !important; }
  .gap-md-62 {
    gap: 6.2rem !important; }
  .gap-md-61 {
    gap: 6.1rem !important; }
  .gap-md-60 {
    gap: 60px !important; }
  .gap-md-59 {
    gap: 5.9rem !important; }
  .gap-md-58 {
    gap: 5.8rem !important; }
  .gap-md-57 {
    gap: 5.7rem !important; }
  .gap-md-56 {
    gap: 5.6rem !important; }
  .gap-md-55 {
    gap: 5.5rem !important; }
  .gap-md-54 {
    gap: 5.4rem !important; }
  .gap-md-53 {
    gap: 5.3rem !important; }
  .gap-md-52 {
    gap: 5.2rem !important; }
  .gap-md-51 {
    gap: 5.1rem !important; }
  .gap-md-50 {
    gap: 5rem !important; }
  .gap-md-49 {
    gap: 4.9rem !important; }
  .gap-md-48 {
    gap: 4.8rem !important; }
  .gap-md-47 {
    gap: 4.7rem !important; }
  .gap-md-46 {
    gap: 4.6rem !important; }
  .gap-md-45 {
    gap: 4.5rem !important; }
  .gap-md-44 {
    gap: 4.4rem !important; }
  .gap-md-43 {
    gap: 4.3rem !important; }
  .gap-md-42 {
    gap: 4.2rem !important; }
  .gap-md-41 {
    gap: 4.1rem !important; }
  .gap-md-40 {
    gap: 4rem !important; }
  .gap-md-39 {
    gap: 3.9rem !important; }
  .gap-md-38 {
    gap: 3.8rem !important; }
  .gap-md-37 {
    gap: 3.7rem !important; }
  .gap-md-36 {
    gap: 3.6rem !important; }
  .gap-md-35 {
    gap: 3.5rem !important; }
  .gap-md-34 {
    gap: 3.4rem !important; }
  .gap-md-33 {
    gap: 3.3rem !important; }
  .gap-md-32 {
    gap: 3.2rem !important; }
  .gap-md-31 {
    gap: 3.1rem !important; }
  .gap-md-30 {
    gap: 3rem !important; }
  .gap-md-29 {
    gap: 2.9rem !important; }
  .gap-md-28 {
    gap: 2.8rem !important; }
  .gap-md-27 {
    gap: 2.7rem !important; }
  .gap-md-26 {
    gap: 2.6rem !important; }
  .gap-md-25 {
    gap: 2.5rem !important; }
  .gap-md-24 {
    gap: 2.4rem !important; }
  .gap-md-23 {
    gap: 2.3rem !important; }
  .gap-md-22 {
    gap: 2.2rem !important; }
  .gap-md-21 {
    gap: 2.1rem !important; }
  .gap-md-20 {
    gap: 2rem !important; }
  .gap-md-19 {
    gap: 1.9rem !important; }
  .gap-md-18 {
    gap: 1.8rem !important; }
  .gap-md-17 {
    gap: 1.7rem !important; }
  .gap-md-16 {
    gap: 1.6rem !important; }
  .gap-md-15 {
    gap: 1.5rem !important; }
  .gap-md-14 {
    gap: 1.4rem !important; }
  .gap-md-13 {
    gap: 1.3rem !important; }
  .gap-md-12 {
    gap: 1.2rem !important; }
  .gap-md-11 {
    gap: 1.1rem !important; }
  .gap-md-10 {
    gap: 1rem !important; }
  .gap-md-0 {
    gap: 0 !important; }
  .gap-md-1 {
    gap: 0.25rem !important; }
  .gap-md-2 {
    gap: 0.5rem !important; }
  .gap-md-3 {
    gap: 1rem !important; }
  .gap-md-4 {
    gap: 1.5rem !important; }
  .gap-md-5 {
    gap: 5px !important; }
  .gap-md-80 {
    gap: 80px !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; }
  .justify-content-md-evenly {
    justify-content: space-evenly !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; }
  .order-md-first {
    order: -1 !important; }
  .order-md-0 {
    order: 0 !important; }
  .order-md-1 {
    order: 1 !important; }
  .order-md-2 {
    order: 2 !important; }
  .order-md-3 {
    order: 3 !important; }
  .order-md-4 {
    order: 4 !important; }
  .order-md-5 {
    order: 5 !important; }
  .order-md-last {
    order: 6 !important; }
  .m-md-65 {
    margin: 6.5rem !important; }
  .m-md-64 {
    margin: 6.4rem !important; }
  .m-md-63 {
    margin: 6.3rem !important; }
  .m-md-62 {
    margin: 6.2rem !important; }
  .m-md-61 {
    margin: 6.1rem !important; }
  .m-md-60 {
    margin: 60px !important; }
  .m-md-59 {
    margin: 5.9rem !important; }
  .m-md-58 {
    margin: 5.8rem !important; }
  .m-md-57 {
    margin: 5.7rem !important; }
  .m-md-56 {
    margin: 5.6rem !important; }
  .m-md-55 {
    margin: 5.5rem !important; }
  .m-md-54 {
    margin: 5.4rem !important; }
  .m-md-53 {
    margin: 5.3rem !important; }
  .m-md-52 {
    margin: 5.2rem !important; }
  .m-md-51 {
    margin: 5.1rem !important; }
  .m-md-50 {
    margin: 5rem !important; }
  .m-md-49 {
    margin: 4.9rem !important; }
  .m-md-48 {
    margin: 4.8rem !important; }
  .m-md-47 {
    margin: 4.7rem !important; }
  .m-md-46 {
    margin: 4.6rem !important; }
  .m-md-45 {
    margin: 4.5rem !important; }
  .m-md-44 {
    margin: 4.4rem !important; }
  .m-md-43 {
    margin: 4.3rem !important; }
  .m-md-42 {
    margin: 4.2rem !important; }
  .m-md-41 {
    margin: 4.1rem !important; }
  .m-md-40 {
    margin: 4rem !important; }
  .m-md-39 {
    margin: 3.9rem !important; }
  .m-md-38 {
    margin: 3.8rem !important; }
  .m-md-37 {
    margin: 3.7rem !important; }
  .m-md-36 {
    margin: 3.6rem !important; }
  .m-md-35 {
    margin: 3.5rem !important; }
  .m-md-34 {
    margin: 3.4rem !important; }
  .m-md-33 {
    margin: 3.3rem !important; }
  .m-md-32 {
    margin: 3.2rem !important; }
  .m-md-31 {
    margin: 3.1rem !important; }
  .m-md-30 {
    margin: 3rem !important; }
  .m-md-29 {
    margin: 2.9rem !important; }
  .m-md-28 {
    margin: 2.8rem !important; }
  .m-md-27 {
    margin: 2.7rem !important; }
  .m-md-26 {
    margin: 2.6rem !important; }
  .m-md-25 {
    margin: 2.5rem !important; }
  .m-md-24 {
    margin: 2.4rem !important; }
  .m-md-23 {
    margin: 2.3rem !important; }
  .m-md-22 {
    margin: 2.2rem !important; }
  .m-md-21 {
    margin: 2.1rem !important; }
  .m-md-20 {
    margin: 2rem !important; }
  .m-md-19 {
    margin: 1.9rem !important; }
  .m-md-18 {
    margin: 1.8rem !important; }
  .m-md-17 {
    margin: 1.7rem !important; }
  .m-md-16 {
    margin: 1.6rem !important; }
  .m-md-15 {
    margin: 1.5rem !important; }
  .m-md-14 {
    margin: 1.4rem !important; }
  .m-md-13 {
    margin: 1.3rem !important; }
  .m-md-12 {
    margin: 1.2rem !important; }
  .m-md-11 {
    margin: 1.1rem !important; }
  .m-md-10 {
    margin: 1rem !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 5px !important; }
  .m-md-80 {
    margin: 80px !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-65 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important; }
  .mx-md-64 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important; }
  .mx-md-63 {
    margin-right: 6.3rem !important;
    margin-left: 6.3rem !important; }
  .mx-md-62 {
    margin-right: 6.2rem !important;
    margin-left: 6.2rem !important; }
  .mx-md-61 {
    margin-right: 6.1rem !important;
    margin-left: 6.1rem !important; }
  .mx-md-60 {
    margin-right: 60px !important;
    margin-left: 60px !important; }
  .mx-md-59 {
    margin-right: 5.9rem !important;
    margin-left: 5.9rem !important; }
  .mx-md-58 {
    margin-right: 5.8rem !important;
    margin-left: 5.8rem !important; }
  .mx-md-57 {
    margin-right: 5.7rem !important;
    margin-left: 5.7rem !important; }
  .mx-md-56 {
    margin-right: 5.6rem !important;
    margin-left: 5.6rem !important; }
  .mx-md-55 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important; }
  .mx-md-54 {
    margin-right: 5.4rem !important;
    margin-left: 5.4rem !important; }
  .mx-md-53 {
    margin-right: 5.3rem !important;
    margin-left: 5.3rem !important; }
  .mx-md-52 {
    margin-right: 5.2rem !important;
    margin-left: 5.2rem !important; }
  .mx-md-51 {
    margin-right: 5.1rem !important;
    margin-left: 5.1rem !important; }
  .mx-md-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }
  .mx-md-49 {
    margin-right: 4.9rem !important;
    margin-left: 4.9rem !important; }
  .mx-md-48 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important; }
  .mx-md-47 {
    margin-right: 4.7rem !important;
    margin-left: 4.7rem !important; }
  .mx-md-46 {
    margin-right: 4.6rem !important;
    margin-left: 4.6rem !important; }
  .mx-md-45 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important; }
  .mx-md-44 {
    margin-right: 4.4rem !important;
    margin-left: 4.4rem !important; }
  .mx-md-43 {
    margin-right: 4.3rem !important;
    margin-left: 4.3rem !important; }
  .mx-md-42 {
    margin-right: 4.2rem !important;
    margin-left: 4.2rem !important; }
  .mx-md-41 {
    margin-right: 4.1rem !important;
    margin-left: 4.1rem !important; }
  .mx-md-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .mx-md-39 {
    margin-right: 3.9rem !important;
    margin-left: 3.9rem !important; }
  .mx-md-38 {
    margin-right: 3.8rem !important;
    margin-left: 3.8rem !important; }
  .mx-md-37 {
    margin-right: 3.7rem !important;
    margin-left: 3.7rem !important; }
  .mx-md-36 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important; }
  .mx-md-35 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important; }
  .mx-md-34 {
    margin-right: 3.4rem !important;
    margin-left: 3.4rem !important; }
  .mx-md-33 {
    margin-right: 3.3rem !important;
    margin-left: 3.3rem !important; }
  .mx-md-32 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important; }
  .mx-md-31 {
    margin-right: 3.1rem !important;
    margin-left: 3.1rem !important; }
  .mx-md-30 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-29 {
    margin-right: 2.9rem !important;
    margin-left: 2.9rem !important; }
  .mx-md-28 {
    margin-right: 2.8rem !important;
    margin-left: 2.8rem !important; }
  .mx-md-27 {
    margin-right: 2.7rem !important;
    margin-left: 2.7rem !important; }
  .mx-md-26 {
    margin-right: 2.6rem !important;
    margin-left: 2.6rem !important; }
  .mx-md-25 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }
  .mx-md-24 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important; }
  .mx-md-23 {
    margin-right: 2.3rem !important;
    margin-left: 2.3rem !important; }
  .mx-md-22 {
    margin-right: 2.2rem !important;
    margin-left: 2.2rem !important; }
  .mx-md-21 {
    margin-right: 2.1rem !important;
    margin-left: 2.1rem !important; }
  .mx-md-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }
  .mx-md-19 {
    margin-right: 1.9rem !important;
    margin-left: 1.9rem !important; }
  .mx-md-18 {
    margin-right: 1.8rem !important;
    margin-left: 1.8rem !important; }
  .mx-md-17 {
    margin-right: 1.7rem !important;
    margin-left: 1.7rem !important; }
  .mx-md-16 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important; }
  .mx-md-15 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-14 {
    margin-right: 1.4rem !important;
    margin-left: 1.4rem !important; }
  .mx-md-13 {
    margin-right: 1.3rem !important;
    margin-left: 1.3rem !important; }
  .mx-md-12 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important; }
  .mx-md-11 {
    margin-right: 1.1rem !important;
    margin-left: 1.1rem !important; }
  .mx-md-10 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 5px !important;
    margin-left: 5px !important; }
  .mx-md-80 {
    margin-right: 80px !important;
    margin-left: 80px !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important; }
  .my-md-64 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important; }
  .my-md-63 {
    margin-top: 6.3rem !important;
    margin-bottom: 6.3rem !important; }
  .my-md-62 {
    margin-top: 6.2rem !important;
    margin-bottom: 6.2rem !important; }
  .my-md-61 {
    margin-top: 6.1rem !important;
    margin-bottom: 6.1rem !important; }
  .my-md-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .my-md-59 {
    margin-top: 5.9rem !important;
    margin-bottom: 5.9rem !important; }
  .my-md-58 {
    margin-top: 5.8rem !important;
    margin-bottom: 5.8rem !important; }
  .my-md-57 {
    margin-top: 5.7rem !important;
    margin-bottom: 5.7rem !important; }
  .my-md-56 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important; }
  .my-md-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important; }
  .my-md-54 {
    margin-top: 5.4rem !important;
    margin-bottom: 5.4rem !important; }
  .my-md-53 {
    margin-top: 5.3rem !important;
    margin-bottom: 5.3rem !important; }
  .my-md-52 {
    margin-top: 5.2rem !important;
    margin-bottom: 5.2rem !important; }
  .my-md-51 {
    margin-top: 5.1rem !important;
    margin-bottom: 5.1rem !important; }
  .my-md-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .my-md-49 {
    margin-top: 4.9rem !important;
    margin-bottom: 4.9rem !important; }
  .my-md-48 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important; }
  .my-md-47 {
    margin-top: 4.7rem !important;
    margin-bottom: 4.7rem !important; }
  .my-md-46 {
    margin-top: 4.6rem !important;
    margin-bottom: 4.6rem !important; }
  .my-md-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important; }
  .my-md-44 {
    margin-top: 4.4rem !important;
    margin-bottom: 4.4rem !important; }
  .my-md-43 {
    margin-top: 4.3rem !important;
    margin-bottom: 4.3rem !important; }
  .my-md-42 {
    margin-top: 4.2rem !important;
    margin-bottom: 4.2rem !important; }
  .my-md-41 {
    margin-top: 4.1rem !important;
    margin-bottom: 4.1rem !important; }
  .my-md-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .my-md-39 {
    margin-top: 3.9rem !important;
    margin-bottom: 3.9rem !important; }
  .my-md-38 {
    margin-top: 3.8rem !important;
    margin-bottom: 3.8rem !important; }
  .my-md-37 {
    margin-top: 3.7rem !important;
    margin-bottom: 3.7rem !important; }
  .my-md-36 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important; }
  .my-md-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important; }
  .my-md-34 {
    margin-top: 3.4rem !important;
    margin-bottom: 3.4rem !important; }
  .my-md-33 {
    margin-top: 3.3rem !important;
    margin-bottom: 3.3rem !important; }
  .my-md-32 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important; }
  .my-md-31 {
    margin-top: 3.1rem !important;
    margin-bottom: 3.1rem !important; }
  .my-md-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-29 {
    margin-top: 2.9rem !important;
    margin-bottom: 2.9rem !important; }
  .my-md-28 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important; }
  .my-md-27 {
    margin-top: 2.7rem !important;
    margin-bottom: 2.7rem !important; }
  .my-md-26 {
    margin-top: 2.6rem !important;
    margin-bottom: 2.6rem !important; }
  .my-md-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .my-md-24 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important; }
  .my-md-23 {
    margin-top: 2.3rem !important;
    margin-bottom: 2.3rem !important; }
  .my-md-22 {
    margin-top: 2.2rem !important;
    margin-bottom: 2.2rem !important; }
  .my-md-21 {
    margin-top: 2.1rem !important;
    margin-bottom: 2.1rem !important; }
  .my-md-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .my-md-19 {
    margin-top: 1.9rem !important;
    margin-bottom: 1.9rem !important; }
  .my-md-18 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important; }
  .my-md-17 {
    margin-top: 1.7rem !important;
    margin-bottom: 1.7rem !important; }
  .my-md-16 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important; }
  .my-md-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-14 {
    margin-top: 1.4rem !important;
    margin-bottom: 1.4rem !important; }
  .my-md-13 {
    margin-top: 1.3rem !important;
    margin-bottom: 1.3rem !important; }
  .my-md-12 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important; }
  .my-md-11 {
    margin-top: 1.1rem !important;
    margin-bottom: 1.1rem !important; }
  .my-md-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .my-md-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-65 {
    margin-top: 6.5rem !important; }
  .mt-md-64 {
    margin-top: 6.4rem !important; }
  .mt-md-63 {
    margin-top: 6.3rem !important; }
  .mt-md-62 {
    margin-top: 6.2rem !important; }
  .mt-md-61 {
    margin-top: 6.1rem !important; }
  .mt-md-60 {
    margin-top: 60px !important; }
  .mt-md-59 {
    margin-top: 5.9rem !important; }
  .mt-md-58 {
    margin-top: 5.8rem !important; }
  .mt-md-57 {
    margin-top: 5.7rem !important; }
  .mt-md-56 {
    margin-top: 5.6rem !important; }
  .mt-md-55 {
    margin-top: 5.5rem !important; }
  .mt-md-54 {
    margin-top: 5.4rem !important; }
  .mt-md-53 {
    margin-top: 5.3rem !important; }
  .mt-md-52 {
    margin-top: 5.2rem !important; }
  .mt-md-51 {
    margin-top: 5.1rem !important; }
  .mt-md-50 {
    margin-top: 5rem !important; }
  .mt-md-49 {
    margin-top: 4.9rem !important; }
  .mt-md-48 {
    margin-top: 4.8rem !important; }
  .mt-md-47 {
    margin-top: 4.7rem !important; }
  .mt-md-46 {
    margin-top: 4.6rem !important; }
  .mt-md-45 {
    margin-top: 4.5rem !important; }
  .mt-md-44 {
    margin-top: 4.4rem !important; }
  .mt-md-43 {
    margin-top: 4.3rem !important; }
  .mt-md-42 {
    margin-top: 4.2rem !important; }
  .mt-md-41 {
    margin-top: 4.1rem !important; }
  .mt-md-40 {
    margin-top: 4rem !important; }
  .mt-md-39 {
    margin-top: 3.9rem !important; }
  .mt-md-38 {
    margin-top: 3.8rem !important; }
  .mt-md-37 {
    margin-top: 3.7rem !important; }
  .mt-md-36 {
    margin-top: 3.6rem !important; }
  .mt-md-35 {
    margin-top: 3.5rem !important; }
  .mt-md-34 {
    margin-top: 3.4rem !important; }
  .mt-md-33 {
    margin-top: 3.3rem !important; }
  .mt-md-32 {
    margin-top: 3.2rem !important; }
  .mt-md-31 {
    margin-top: 3.1rem !important; }
  .mt-md-30 {
    margin-top: 3rem !important; }
  .mt-md-29 {
    margin-top: 2.9rem !important; }
  .mt-md-28 {
    margin-top: 2.8rem !important; }
  .mt-md-27 {
    margin-top: 2.7rem !important; }
  .mt-md-26 {
    margin-top: 2.6rem !important; }
  .mt-md-25 {
    margin-top: 2.5rem !important; }
  .mt-md-24 {
    margin-top: 2.4rem !important; }
  .mt-md-23 {
    margin-top: 2.3rem !important; }
  .mt-md-22 {
    margin-top: 2.2rem !important; }
  .mt-md-21 {
    margin-top: 2.1rem !important; }
  .mt-md-20 {
    margin-top: 2rem !important; }
  .mt-md-19 {
    margin-top: 1.9rem !important; }
  .mt-md-18 {
    margin-top: 1.8rem !important; }
  .mt-md-17 {
    margin-top: 1.7rem !important; }
  .mt-md-16 {
    margin-top: 1.6rem !important; }
  .mt-md-15 {
    margin-top: 1.5rem !important; }
  .mt-md-14 {
    margin-top: 1.4rem !important; }
  .mt-md-13 {
    margin-top: 1.3rem !important; }
  .mt-md-12 {
    margin-top: 1.2rem !important; }
  .mt-md-11 {
    margin-top: 1.1rem !important; }
  .mt-md-10 {
    margin-top: 1rem !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 5px !important; }
  .mt-md-80 {
    margin-top: 80px !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-65 {
    margin-right: 6.5rem !important; }
  .me-md-64 {
    margin-right: 6.4rem !important; }
  .me-md-63 {
    margin-right: 6.3rem !important; }
  .me-md-62 {
    margin-right: 6.2rem !important; }
  .me-md-61 {
    margin-right: 6.1rem !important; }
  .me-md-60 {
    margin-right: 60px !important; }
  .me-md-59 {
    margin-right: 5.9rem !important; }
  .me-md-58 {
    margin-right: 5.8rem !important; }
  .me-md-57 {
    margin-right: 5.7rem !important; }
  .me-md-56 {
    margin-right: 5.6rem !important; }
  .me-md-55 {
    margin-right: 5.5rem !important; }
  .me-md-54 {
    margin-right: 5.4rem !important; }
  .me-md-53 {
    margin-right: 5.3rem !important; }
  .me-md-52 {
    margin-right: 5.2rem !important; }
  .me-md-51 {
    margin-right: 5.1rem !important; }
  .me-md-50 {
    margin-right: 5rem !important; }
  .me-md-49 {
    margin-right: 4.9rem !important; }
  .me-md-48 {
    margin-right: 4.8rem !important; }
  .me-md-47 {
    margin-right: 4.7rem !important; }
  .me-md-46 {
    margin-right: 4.6rem !important; }
  .me-md-45 {
    margin-right: 4.5rem !important; }
  .me-md-44 {
    margin-right: 4.4rem !important; }
  .me-md-43 {
    margin-right: 4.3rem !important; }
  .me-md-42 {
    margin-right: 4.2rem !important; }
  .me-md-41 {
    margin-right: 4.1rem !important; }
  .me-md-40 {
    margin-right: 4rem !important; }
  .me-md-39 {
    margin-right: 3.9rem !important; }
  .me-md-38 {
    margin-right: 3.8rem !important; }
  .me-md-37 {
    margin-right: 3.7rem !important; }
  .me-md-36 {
    margin-right: 3.6rem !important; }
  .me-md-35 {
    margin-right: 3.5rem !important; }
  .me-md-34 {
    margin-right: 3.4rem !important; }
  .me-md-33 {
    margin-right: 3.3rem !important; }
  .me-md-32 {
    margin-right: 3.2rem !important; }
  .me-md-31 {
    margin-right: 3.1rem !important; }
  .me-md-30 {
    margin-right: 3rem !important; }
  .me-md-29 {
    margin-right: 2.9rem !important; }
  .me-md-28 {
    margin-right: 2.8rem !important; }
  .me-md-27 {
    margin-right: 2.7rem !important; }
  .me-md-26 {
    margin-right: 2.6rem !important; }
  .me-md-25 {
    margin-right: 2.5rem !important; }
  .me-md-24 {
    margin-right: 2.4rem !important; }
  .me-md-23 {
    margin-right: 2.3rem !important; }
  .me-md-22 {
    margin-right: 2.2rem !important; }
  .me-md-21 {
    margin-right: 2.1rem !important; }
  .me-md-20 {
    margin-right: 2rem !important; }
  .me-md-19 {
    margin-right: 1.9rem !important; }
  .me-md-18 {
    margin-right: 1.8rem !important; }
  .me-md-17 {
    margin-right: 1.7rem !important; }
  .me-md-16 {
    margin-right: 1.6rem !important; }
  .me-md-15 {
    margin-right: 1.5rem !important; }
  .me-md-14 {
    margin-right: 1.4rem !important; }
  .me-md-13 {
    margin-right: 1.3rem !important; }
  .me-md-12 {
    margin-right: 1.2rem !important; }
  .me-md-11 {
    margin-right: 1.1rem !important; }
  .me-md-10 {
    margin-right: 1rem !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 0.25rem !important; }
  .me-md-2 {
    margin-right: 0.5rem !important; }
  .me-md-3 {
    margin-right: 1rem !important; }
  .me-md-4 {
    margin-right: 1.5rem !important; }
  .me-md-5 {
    margin-right: 5px !important; }
  .me-md-80 {
    margin-right: 80px !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-65 {
    margin-bottom: 6.5rem !important; }
  .mb-md-64 {
    margin-bottom: 6.4rem !important; }
  .mb-md-63 {
    margin-bottom: 6.3rem !important; }
  .mb-md-62 {
    margin-bottom: 6.2rem !important; }
  .mb-md-61 {
    margin-bottom: 6.1rem !important; }
  .mb-md-60 {
    margin-bottom: 60px !important; }
  .mb-md-59 {
    margin-bottom: 5.9rem !important; }
  .mb-md-58 {
    margin-bottom: 5.8rem !important; }
  .mb-md-57 {
    margin-bottom: 5.7rem !important; }
  .mb-md-56 {
    margin-bottom: 5.6rem !important; }
  .mb-md-55 {
    margin-bottom: 5.5rem !important; }
  .mb-md-54 {
    margin-bottom: 5.4rem !important; }
  .mb-md-53 {
    margin-bottom: 5.3rem !important; }
  .mb-md-52 {
    margin-bottom: 5.2rem !important; }
  .mb-md-51 {
    margin-bottom: 5.1rem !important; }
  .mb-md-50 {
    margin-bottom: 5rem !important; }
  .mb-md-49 {
    margin-bottom: 4.9rem !important; }
  .mb-md-48 {
    margin-bottom: 4.8rem !important; }
  .mb-md-47 {
    margin-bottom: 4.7rem !important; }
  .mb-md-46 {
    margin-bottom: 4.6rem !important; }
  .mb-md-45 {
    margin-bottom: 4.5rem !important; }
  .mb-md-44 {
    margin-bottom: 4.4rem !important; }
  .mb-md-43 {
    margin-bottom: 4.3rem !important; }
  .mb-md-42 {
    margin-bottom: 4.2rem !important; }
  .mb-md-41 {
    margin-bottom: 4.1rem !important; }
  .mb-md-40 {
    margin-bottom: 4rem !important; }
  .mb-md-39 {
    margin-bottom: 3.9rem !important; }
  .mb-md-38 {
    margin-bottom: 3.8rem !important; }
  .mb-md-37 {
    margin-bottom: 3.7rem !important; }
  .mb-md-36 {
    margin-bottom: 3.6rem !important; }
  .mb-md-35 {
    margin-bottom: 3.5rem !important; }
  .mb-md-34 {
    margin-bottom: 3.4rem !important; }
  .mb-md-33 {
    margin-bottom: 3.3rem !important; }
  .mb-md-32 {
    margin-bottom: 3.2rem !important; }
  .mb-md-31 {
    margin-bottom: 3.1rem !important; }
  .mb-md-30 {
    margin-bottom: 3rem !important; }
  .mb-md-29 {
    margin-bottom: 2.9rem !important; }
  .mb-md-28 {
    margin-bottom: 2.8rem !important; }
  .mb-md-27 {
    margin-bottom: 2.7rem !important; }
  .mb-md-26 {
    margin-bottom: 2.6rem !important; }
  .mb-md-25 {
    margin-bottom: 2.5rem !important; }
  .mb-md-24 {
    margin-bottom: 2.4rem !important; }
  .mb-md-23 {
    margin-bottom: 2.3rem !important; }
  .mb-md-22 {
    margin-bottom: 2.2rem !important; }
  .mb-md-21 {
    margin-bottom: 2.1rem !important; }
  .mb-md-20 {
    margin-bottom: 2rem !important; }
  .mb-md-19 {
    margin-bottom: 1.9rem !important; }
  .mb-md-18 {
    margin-bottom: 1.8rem !important; }
  .mb-md-17 {
    margin-bottom: 1.7rem !important; }
  .mb-md-16 {
    margin-bottom: 1.6rem !important; }
  .mb-md-15 {
    margin-bottom: 1.5rem !important; }
  .mb-md-14 {
    margin-bottom: 1.4rem !important; }
  .mb-md-13 {
    margin-bottom: 1.3rem !important; }
  .mb-md-12 {
    margin-bottom: 1.2rem !important; }
  .mb-md-11 {
    margin-bottom: 1.1rem !important; }
  .mb-md-10 {
    margin-bottom: 1rem !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 5px !important; }
  .mb-md-80 {
    margin-bottom: 80px !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-65 {
    margin-left: 6.5rem !important; }
  .ms-md-64 {
    margin-left: 6.4rem !important; }
  .ms-md-63 {
    margin-left: 6.3rem !important; }
  .ms-md-62 {
    margin-left: 6.2rem !important; }
  .ms-md-61 {
    margin-left: 6.1rem !important; }
  .ms-md-60 {
    margin-left: 60px !important; }
  .ms-md-59 {
    margin-left: 5.9rem !important; }
  .ms-md-58 {
    margin-left: 5.8rem !important; }
  .ms-md-57 {
    margin-left: 5.7rem !important; }
  .ms-md-56 {
    margin-left: 5.6rem !important; }
  .ms-md-55 {
    margin-left: 5.5rem !important; }
  .ms-md-54 {
    margin-left: 5.4rem !important; }
  .ms-md-53 {
    margin-left: 5.3rem !important; }
  .ms-md-52 {
    margin-left: 5.2rem !important; }
  .ms-md-51 {
    margin-left: 5.1rem !important; }
  .ms-md-50 {
    margin-left: 5rem !important; }
  .ms-md-49 {
    margin-left: 4.9rem !important; }
  .ms-md-48 {
    margin-left: 4.8rem !important; }
  .ms-md-47 {
    margin-left: 4.7rem !important; }
  .ms-md-46 {
    margin-left: 4.6rem !important; }
  .ms-md-45 {
    margin-left: 4.5rem !important; }
  .ms-md-44 {
    margin-left: 4.4rem !important; }
  .ms-md-43 {
    margin-left: 4.3rem !important; }
  .ms-md-42 {
    margin-left: 4.2rem !important; }
  .ms-md-41 {
    margin-left: 4.1rem !important; }
  .ms-md-40 {
    margin-left: 4rem !important; }
  .ms-md-39 {
    margin-left: 3.9rem !important; }
  .ms-md-38 {
    margin-left: 3.8rem !important; }
  .ms-md-37 {
    margin-left: 3.7rem !important; }
  .ms-md-36 {
    margin-left: 3.6rem !important; }
  .ms-md-35 {
    margin-left: 3.5rem !important; }
  .ms-md-34 {
    margin-left: 3.4rem !important; }
  .ms-md-33 {
    margin-left: 3.3rem !important; }
  .ms-md-32 {
    margin-left: 3.2rem !important; }
  .ms-md-31 {
    margin-left: 3.1rem !important; }
  .ms-md-30 {
    margin-left: 3rem !important; }
  .ms-md-29 {
    margin-left: 2.9rem !important; }
  .ms-md-28 {
    margin-left: 2.8rem !important; }
  .ms-md-27 {
    margin-left: 2.7rem !important; }
  .ms-md-26 {
    margin-left: 2.6rem !important; }
  .ms-md-25 {
    margin-left: 2.5rem !important; }
  .ms-md-24 {
    margin-left: 2.4rem !important; }
  .ms-md-23 {
    margin-left: 2.3rem !important; }
  .ms-md-22 {
    margin-left: 2.2rem !important; }
  .ms-md-21 {
    margin-left: 2.1rem !important; }
  .ms-md-20 {
    margin-left: 2rem !important; }
  .ms-md-19 {
    margin-left: 1.9rem !important; }
  .ms-md-18 {
    margin-left: 1.8rem !important; }
  .ms-md-17 {
    margin-left: 1.7rem !important; }
  .ms-md-16 {
    margin-left: 1.6rem !important; }
  .ms-md-15 {
    margin-left: 1.5rem !important; }
  .ms-md-14 {
    margin-left: 1.4rem !important; }
  .ms-md-13 {
    margin-left: 1.3rem !important; }
  .ms-md-12 {
    margin-left: 1.2rem !important; }
  .ms-md-11 {
    margin-left: 1.1rem !important; }
  .ms-md-10 {
    margin-left: 1rem !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 0.25rem !important; }
  .ms-md-2 {
    margin-left: 0.5rem !important; }
  .ms-md-3 {
    margin-left: 1rem !important; }
  .ms-md-4 {
    margin-left: 1.5rem !important; }
  .ms-md-5 {
    margin-left: 5px !important; }
  .ms-md-80 {
    margin-left: 80px !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .m-md-n65 {
    margin: -6.5rem !important; }
  .m-md-n64 {
    margin: -6.5rem !important; }
  .m-md-n63 {
    margin: -6.5rem !important; }
  .m-md-n62 {
    margin: -6.5rem !important; }
  .m-md-n61 {
    margin: -6.5rem !important; }
  .m-md-n60 {
    margin: -6.5rem !important; }
  .m-md-n59 {
    margin: -6.5rem !important; }
  .m-md-n58 {
    margin: -6.5rem !important; }
  .m-md-n57 {
    margin: -6.5rem !important; }
  .m-md-n56 {
    margin: -6.5rem !important; }
  .m-md-n55 {
    margin: -6.5rem !important; }
  .m-md-n54 {
    margin: -6.5rem !important; }
  .m-md-n53 {
    margin: -6.5rem !important; }
  .m-md-n52 {
    margin: -6.5rem !important; }
  .m-md-n51 {
    margin: -6.5rem !important; }
  .m-md-n50 {
    margin: -6.5rem !important; }
  .m-md-n49 {
    margin: -6.5rem !important; }
  .m-md-n48 {
    margin: -6.5rem !important; }
  .m-md-n47 {
    margin: -6.5rem !important; }
  .m-md-n46 {
    margin: -6.5rem !important; }
  .m-md-n45 {
    margin: -6.5rem !important; }
  .m-md-n44 {
    margin: -6.5rem !important; }
  .m-md-n43 {
    margin: -6.5rem !important; }
  .m-md-n42 {
    margin: -6.5rem !important; }
  .m-md-n41 {
    margin: -6.5rem !important; }
  .m-md-n40 {
    margin: -6.5rem !important; }
  .m-md-n39 {
    margin: -6.5rem !important; }
  .m-md-n38 {
    margin: -6.5rem !important; }
  .m-md-n37 {
    margin: -6.5rem !important; }
  .m-md-n36 {
    margin: -6.5rem !important; }
  .m-md-n35 {
    margin: -6.5rem !important; }
  .m-md-n34 {
    margin: -6.5rem !important; }
  .m-md-n33 {
    margin: -6.5rem !important; }
  .m-md-n32 {
    margin: -6.5rem !important; }
  .m-md-n31 {
    margin: -6.5rem !important; }
  .m-md-n30 {
    margin: -6.5rem !important; }
  .m-md-n29 {
    margin: -6.5rem !important; }
  .m-md-n28 {
    margin: -6.5rem !important; }
  .m-md-n27 {
    margin: -6.5rem !important; }
  .m-md-n26 {
    margin: -6.5rem !important; }
  .m-md-n25 {
    margin: -6.5rem !important; }
  .m-md-n24 {
    margin: -6.5rem !important; }
  .m-md-n23 {
    margin: -6.5rem !important; }
  .m-md-n22 {
    margin: -6.5rem !important; }
  .m-md-n21 {
    margin: -6.5rem !important; }
  .m-md-n20 {
    margin: -6.5rem !important; }
  .m-md-n19 {
    margin: -6.5rem !important; }
  .m-md-n18 {
    margin: -6.5rem !important; }
  .m-md-n17 {
    margin: -6.5rem !important; }
  .m-md-n16 {
    margin: -6.5rem !important; }
  .m-md-n15 {
    margin: -6.5rem !important; }
  .m-md-n14 {
    margin: -6.5rem !important; }
  .m-md-n13 {
    margin: -6.5rem !important; }
  .m-md-n12 {
    margin: -6.5rem !important; }
  .m-md-n11 {
    margin: -6.5rem !important; }
  .m-md-n10 {
    margin: -6.5rem !important; }
  .m-md-n1 {
    margin: -6.5rem !important; }
  .m-md-n2 {
    margin: -6.5rem !important; }
  .m-md-n3 {
    margin: -6.5rem !important; }
  .m-md-n4 {
    margin: -6.5rem !important; }
  .m-md-n5 {
    margin: -6.5rem !important; }
  .m-md-n80 {
    margin: -6.5rem !important; }
  .mx-md-n65 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n64 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n63 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n62 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n61 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n60 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n59 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n58 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n57 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n56 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n55 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n54 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n53 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n52 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n51 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n50 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n49 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n48 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n47 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n46 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n45 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n44 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n43 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n42 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n41 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n40 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n39 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n38 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n37 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n36 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n35 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n34 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n33 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n32 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n31 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n30 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n29 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n28 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n27 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n26 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n25 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n24 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n23 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n22 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n21 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n20 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n19 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n18 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n17 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n16 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n15 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n14 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n13 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n12 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n11 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n10 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n1 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n2 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n3 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n4 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n5 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n80 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .my-md-n65 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n64 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n63 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n62 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n61 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n60 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n59 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n58 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n57 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n56 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n55 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n54 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n53 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n52 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n51 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n50 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n49 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n48 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n47 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n46 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n45 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n44 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n43 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n42 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n41 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n40 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n39 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n38 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n37 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n36 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n35 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n34 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n33 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n32 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n31 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n30 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n29 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n28 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n27 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n26 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n25 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n24 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n23 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n22 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n21 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n20 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n19 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n18 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n17 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n16 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n15 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n14 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n13 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n12 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n11 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n10 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n1 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n2 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n3 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n4 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n5 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n80 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .mt-md-n65 {
    margin-top: -6.5rem !important; }
  .mt-md-n64 {
    margin-top: -6.5rem !important; }
  .mt-md-n63 {
    margin-top: -6.5rem !important; }
  .mt-md-n62 {
    margin-top: -6.5rem !important; }
  .mt-md-n61 {
    margin-top: -6.5rem !important; }
  .mt-md-n60 {
    margin-top: -6.5rem !important; }
  .mt-md-n59 {
    margin-top: -6.5rem !important; }
  .mt-md-n58 {
    margin-top: -6.5rem !important; }
  .mt-md-n57 {
    margin-top: -6.5rem !important; }
  .mt-md-n56 {
    margin-top: -6.5rem !important; }
  .mt-md-n55 {
    margin-top: -6.5rem !important; }
  .mt-md-n54 {
    margin-top: -6.5rem !important; }
  .mt-md-n53 {
    margin-top: -6.5rem !important; }
  .mt-md-n52 {
    margin-top: -6.5rem !important; }
  .mt-md-n51 {
    margin-top: -6.5rem !important; }
  .mt-md-n50 {
    margin-top: -6.5rem !important; }
  .mt-md-n49 {
    margin-top: -6.5rem !important; }
  .mt-md-n48 {
    margin-top: -6.5rem !important; }
  .mt-md-n47 {
    margin-top: -6.5rem !important; }
  .mt-md-n46 {
    margin-top: -6.5rem !important; }
  .mt-md-n45 {
    margin-top: -6.5rem !important; }
  .mt-md-n44 {
    margin-top: -6.5rem !important; }
  .mt-md-n43 {
    margin-top: -6.5rem !important; }
  .mt-md-n42 {
    margin-top: -6.5rem !important; }
  .mt-md-n41 {
    margin-top: -6.5rem !important; }
  .mt-md-n40 {
    margin-top: -6.5rem !important; }
  .mt-md-n39 {
    margin-top: -6.5rem !important; }
  .mt-md-n38 {
    margin-top: -6.5rem !important; }
  .mt-md-n37 {
    margin-top: -6.5rem !important; }
  .mt-md-n36 {
    margin-top: -6.5rem !important; }
  .mt-md-n35 {
    margin-top: -6.5rem !important; }
  .mt-md-n34 {
    margin-top: -6.5rem !important; }
  .mt-md-n33 {
    margin-top: -6.5rem !important; }
  .mt-md-n32 {
    margin-top: -6.5rem !important; }
  .mt-md-n31 {
    margin-top: -6.5rem !important; }
  .mt-md-n30 {
    margin-top: -6.5rem !important; }
  .mt-md-n29 {
    margin-top: -6.5rem !important; }
  .mt-md-n28 {
    margin-top: -6.5rem !important; }
  .mt-md-n27 {
    margin-top: -6.5rem !important; }
  .mt-md-n26 {
    margin-top: -6.5rem !important; }
  .mt-md-n25 {
    margin-top: -6.5rem !important; }
  .mt-md-n24 {
    margin-top: -6.5rem !important; }
  .mt-md-n23 {
    margin-top: -6.5rem !important; }
  .mt-md-n22 {
    margin-top: -6.5rem !important; }
  .mt-md-n21 {
    margin-top: -6.5rem !important; }
  .mt-md-n20 {
    margin-top: -6.5rem !important; }
  .mt-md-n19 {
    margin-top: -6.5rem !important; }
  .mt-md-n18 {
    margin-top: -6.5rem !important; }
  .mt-md-n17 {
    margin-top: -6.5rem !important; }
  .mt-md-n16 {
    margin-top: -6.5rem !important; }
  .mt-md-n15 {
    margin-top: -6.5rem !important; }
  .mt-md-n14 {
    margin-top: -6.5rem !important; }
  .mt-md-n13 {
    margin-top: -6.5rem !important; }
  .mt-md-n12 {
    margin-top: -6.5rem !important; }
  .mt-md-n11 {
    margin-top: -6.5rem !important; }
  .mt-md-n10 {
    margin-top: -6.5rem !important; }
  .mt-md-n1 {
    margin-top: -6.5rem !important; }
  .mt-md-n2 {
    margin-top: -6.5rem !important; }
  .mt-md-n3 {
    margin-top: -6.5rem !important; }
  .mt-md-n4 {
    margin-top: -6.5rem !important; }
  .mt-md-n5 {
    margin-top: -6.5rem !important; }
  .mt-md-n80 {
    margin-top: -6.5rem !important; }
  .me-md-n65 {
    margin-right: -6.5rem !important; }
  .me-md-n64 {
    margin-right: -6.5rem !important; }
  .me-md-n63 {
    margin-right: -6.5rem !important; }
  .me-md-n62 {
    margin-right: -6.5rem !important; }
  .me-md-n61 {
    margin-right: -6.5rem !important; }
  .me-md-n60 {
    margin-right: -6.5rem !important; }
  .me-md-n59 {
    margin-right: -6.5rem !important; }
  .me-md-n58 {
    margin-right: -6.5rem !important; }
  .me-md-n57 {
    margin-right: -6.5rem !important; }
  .me-md-n56 {
    margin-right: -6.5rem !important; }
  .me-md-n55 {
    margin-right: -6.5rem !important; }
  .me-md-n54 {
    margin-right: -6.5rem !important; }
  .me-md-n53 {
    margin-right: -6.5rem !important; }
  .me-md-n52 {
    margin-right: -6.5rem !important; }
  .me-md-n51 {
    margin-right: -6.5rem !important; }
  .me-md-n50 {
    margin-right: -6.5rem !important; }
  .me-md-n49 {
    margin-right: -6.5rem !important; }
  .me-md-n48 {
    margin-right: -6.5rem !important; }
  .me-md-n47 {
    margin-right: -6.5rem !important; }
  .me-md-n46 {
    margin-right: -6.5rem !important; }
  .me-md-n45 {
    margin-right: -6.5rem !important; }
  .me-md-n44 {
    margin-right: -6.5rem !important; }
  .me-md-n43 {
    margin-right: -6.5rem !important; }
  .me-md-n42 {
    margin-right: -6.5rem !important; }
  .me-md-n41 {
    margin-right: -6.5rem !important; }
  .me-md-n40 {
    margin-right: -6.5rem !important; }
  .me-md-n39 {
    margin-right: -6.5rem !important; }
  .me-md-n38 {
    margin-right: -6.5rem !important; }
  .me-md-n37 {
    margin-right: -6.5rem !important; }
  .me-md-n36 {
    margin-right: -6.5rem !important; }
  .me-md-n35 {
    margin-right: -6.5rem !important; }
  .me-md-n34 {
    margin-right: -6.5rem !important; }
  .me-md-n33 {
    margin-right: -6.5rem !important; }
  .me-md-n32 {
    margin-right: -6.5rem !important; }
  .me-md-n31 {
    margin-right: -6.5rem !important; }
  .me-md-n30 {
    margin-right: -6.5rem !important; }
  .me-md-n29 {
    margin-right: -6.5rem !important; }
  .me-md-n28 {
    margin-right: -6.5rem !important; }
  .me-md-n27 {
    margin-right: -6.5rem !important; }
  .me-md-n26 {
    margin-right: -6.5rem !important; }
  .me-md-n25 {
    margin-right: -6.5rem !important; }
  .me-md-n24 {
    margin-right: -6.5rem !important; }
  .me-md-n23 {
    margin-right: -6.5rem !important; }
  .me-md-n22 {
    margin-right: -6.5rem !important; }
  .me-md-n21 {
    margin-right: -6.5rem !important; }
  .me-md-n20 {
    margin-right: -6.5rem !important; }
  .me-md-n19 {
    margin-right: -6.5rem !important; }
  .me-md-n18 {
    margin-right: -6.5rem !important; }
  .me-md-n17 {
    margin-right: -6.5rem !important; }
  .me-md-n16 {
    margin-right: -6.5rem !important; }
  .me-md-n15 {
    margin-right: -6.5rem !important; }
  .me-md-n14 {
    margin-right: -6.5rem !important; }
  .me-md-n13 {
    margin-right: -6.5rem !important; }
  .me-md-n12 {
    margin-right: -6.5rem !important; }
  .me-md-n11 {
    margin-right: -6.5rem !important; }
  .me-md-n10 {
    margin-right: -6.5rem !important; }
  .me-md-n1 {
    margin-right: -6.5rem !important; }
  .me-md-n2 {
    margin-right: -6.5rem !important; }
  .me-md-n3 {
    margin-right: -6.5rem !important; }
  .me-md-n4 {
    margin-right: -6.5rem !important; }
  .me-md-n5 {
    margin-right: -6.5rem !important; }
  .me-md-n80 {
    margin-right: -6.5rem !important; }
  .mb-md-n65 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n64 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n63 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n62 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n61 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n60 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n59 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n58 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n57 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n56 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n55 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n54 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n53 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n52 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n51 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n50 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n49 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n48 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n47 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n46 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n45 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n44 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n43 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n42 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n41 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n40 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n39 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n38 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n37 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n36 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n35 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n34 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n33 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n32 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n31 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n30 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n29 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n28 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n27 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n26 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n25 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n24 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n23 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n22 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n21 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n20 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n19 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n18 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n17 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n16 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n15 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n14 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n13 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n12 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n11 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n10 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n1 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n2 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n3 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n4 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n5 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n80 {
    margin-bottom: -6.5rem !important; }
  .ms-md-n65 {
    margin-left: -6.5rem !important; }
  .ms-md-n64 {
    margin-left: -6.5rem !important; }
  .ms-md-n63 {
    margin-left: -6.5rem !important; }
  .ms-md-n62 {
    margin-left: -6.5rem !important; }
  .ms-md-n61 {
    margin-left: -6.5rem !important; }
  .ms-md-n60 {
    margin-left: -6.5rem !important; }
  .ms-md-n59 {
    margin-left: -6.5rem !important; }
  .ms-md-n58 {
    margin-left: -6.5rem !important; }
  .ms-md-n57 {
    margin-left: -6.5rem !important; }
  .ms-md-n56 {
    margin-left: -6.5rem !important; }
  .ms-md-n55 {
    margin-left: -6.5rem !important; }
  .ms-md-n54 {
    margin-left: -6.5rem !important; }
  .ms-md-n53 {
    margin-left: -6.5rem !important; }
  .ms-md-n52 {
    margin-left: -6.5rem !important; }
  .ms-md-n51 {
    margin-left: -6.5rem !important; }
  .ms-md-n50 {
    margin-left: -6.5rem !important; }
  .ms-md-n49 {
    margin-left: -6.5rem !important; }
  .ms-md-n48 {
    margin-left: -6.5rem !important; }
  .ms-md-n47 {
    margin-left: -6.5rem !important; }
  .ms-md-n46 {
    margin-left: -6.5rem !important; }
  .ms-md-n45 {
    margin-left: -6.5rem !important; }
  .ms-md-n44 {
    margin-left: -6.5rem !important; }
  .ms-md-n43 {
    margin-left: -6.5rem !important; }
  .ms-md-n42 {
    margin-left: -6.5rem !important; }
  .ms-md-n41 {
    margin-left: -6.5rem !important; }
  .ms-md-n40 {
    margin-left: -6.5rem !important; }
  .ms-md-n39 {
    margin-left: -6.5rem !important; }
  .ms-md-n38 {
    margin-left: -6.5rem !important; }
  .ms-md-n37 {
    margin-left: -6.5rem !important; }
  .ms-md-n36 {
    margin-left: -6.5rem !important; }
  .ms-md-n35 {
    margin-left: -6.5rem !important; }
  .ms-md-n34 {
    margin-left: -6.5rem !important; }
  .ms-md-n33 {
    margin-left: -6.5rem !important; }
  .ms-md-n32 {
    margin-left: -6.5rem !important; }
  .ms-md-n31 {
    margin-left: -6.5rem !important; }
  .ms-md-n30 {
    margin-left: -6.5rem !important; }
  .ms-md-n29 {
    margin-left: -6.5rem !important; }
  .ms-md-n28 {
    margin-left: -6.5rem !important; }
  .ms-md-n27 {
    margin-left: -6.5rem !important; }
  .ms-md-n26 {
    margin-left: -6.5rem !important; }
  .ms-md-n25 {
    margin-left: -6.5rem !important; }
  .ms-md-n24 {
    margin-left: -6.5rem !important; }
  .ms-md-n23 {
    margin-left: -6.5rem !important; }
  .ms-md-n22 {
    margin-left: -6.5rem !important; }
  .ms-md-n21 {
    margin-left: -6.5rem !important; }
  .ms-md-n20 {
    margin-left: -6.5rem !important; }
  .ms-md-n19 {
    margin-left: -6.5rem !important; }
  .ms-md-n18 {
    margin-left: -6.5rem !important; }
  .ms-md-n17 {
    margin-left: -6.5rem !important; }
  .ms-md-n16 {
    margin-left: -6.5rem !important; }
  .ms-md-n15 {
    margin-left: -6.5rem !important; }
  .ms-md-n14 {
    margin-left: -6.5rem !important; }
  .ms-md-n13 {
    margin-left: -6.5rem !important; }
  .ms-md-n12 {
    margin-left: -6.5rem !important; }
  .ms-md-n11 {
    margin-left: -6.5rem !important; }
  .ms-md-n10 {
    margin-left: -6.5rem !important; }
  .ms-md-n1 {
    margin-left: -6.5rem !important; }
  .ms-md-n2 {
    margin-left: -6.5rem !important; }
  .ms-md-n3 {
    margin-left: -6.5rem !important; }
  .ms-md-n4 {
    margin-left: -6.5rem !important; }
  .ms-md-n5 {
    margin-left: -6.5rem !important; }
  .ms-md-n80 {
    margin-left: -6.5rem !important; }
  .p-md-65 {
    padding: 6.5rem !important; }
  .p-md-64 {
    padding: 6.4rem !important; }
  .p-md-63 {
    padding: 6.3rem !important; }
  .p-md-62 {
    padding: 6.2rem !important; }
  .p-md-61 {
    padding: 6.1rem !important; }
  .p-md-60 {
    padding: 60px !important; }
  .p-md-59 {
    padding: 5.9rem !important; }
  .p-md-58 {
    padding: 5.8rem !important; }
  .p-md-57 {
    padding: 5.7rem !important; }
  .p-md-56 {
    padding: 5.6rem !important; }
  .p-md-55 {
    padding: 5.5rem !important; }
  .p-md-54 {
    padding: 5.4rem !important; }
  .p-md-53 {
    padding: 5.3rem !important; }
  .p-md-52 {
    padding: 5.2rem !important; }
  .p-md-51 {
    padding: 5.1rem !important; }
  .p-md-50 {
    padding: 5rem !important; }
  .p-md-49 {
    padding: 4.9rem !important; }
  .p-md-48 {
    padding: 4.8rem !important; }
  .p-md-47 {
    padding: 4.7rem !important; }
  .p-md-46 {
    padding: 4.6rem !important; }
  .p-md-45 {
    padding: 4.5rem !important; }
  .p-md-44 {
    padding: 4.4rem !important; }
  .p-md-43 {
    padding: 4.3rem !important; }
  .p-md-42 {
    padding: 4.2rem !important; }
  .p-md-41 {
    padding: 4.1rem !important; }
  .p-md-40 {
    padding: 4rem !important; }
  .p-md-39 {
    padding: 3.9rem !important; }
  .p-md-38 {
    padding: 3.8rem !important; }
  .p-md-37 {
    padding: 3.7rem !important; }
  .p-md-36 {
    padding: 3.6rem !important; }
  .p-md-35 {
    padding: 3.5rem !important; }
  .p-md-34 {
    padding: 3.4rem !important; }
  .p-md-33 {
    padding: 3.3rem !important; }
  .p-md-32 {
    padding: 3.2rem !important; }
  .p-md-31 {
    padding: 3.1rem !important; }
  .p-md-30 {
    padding: 3rem !important; }
  .p-md-29 {
    padding: 2.9rem !important; }
  .p-md-28 {
    padding: 2.8rem !important; }
  .p-md-27 {
    padding: 2.7rem !important; }
  .p-md-26 {
    padding: 2.6rem !important; }
  .p-md-25 {
    padding: 2.5rem !important; }
  .p-md-24 {
    padding: 2.4rem !important; }
  .p-md-23 {
    padding: 2.3rem !important; }
  .p-md-22 {
    padding: 2.2rem !important; }
  .p-md-21 {
    padding: 2.1rem !important; }
  .p-md-20 {
    padding: 2rem !important; }
  .p-md-19 {
    padding: 1.9rem !important; }
  .p-md-18 {
    padding: 1.8rem !important; }
  .p-md-17 {
    padding: 1.7rem !important; }
  .p-md-16 {
    padding: 1.6rem !important; }
  .p-md-15 {
    padding: 1.5rem !important; }
  .p-md-14 {
    padding: 1.4rem !important; }
  .p-md-13 {
    padding: 1.3rem !important; }
  .p-md-12 {
    padding: 1.2rem !important; }
  .p-md-11 {
    padding: 1.1rem !important; }
  .p-md-10 {
    padding: 1rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 5px !important; }
  .p-md-80 {
    padding: 80px !important; }
  .px-md-65 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important; }
  .px-md-64 {
    padding-right: 6.4rem !important;
    padding-left: 6.4rem !important; }
  .px-md-63 {
    padding-right: 6.3rem !important;
    padding-left: 6.3rem !important; }
  .px-md-62 {
    padding-right: 6.2rem !important;
    padding-left: 6.2rem !important; }
  .px-md-61 {
    padding-right: 6.1rem !important;
    padding-left: 6.1rem !important; }
  .px-md-60 {
    padding-right: 60px !important;
    padding-left: 60px !important; }
  .px-md-59 {
    padding-right: 5.9rem !important;
    padding-left: 5.9rem !important; }
  .px-md-58 {
    padding-right: 5.8rem !important;
    padding-left: 5.8rem !important; }
  .px-md-57 {
    padding-right: 5.7rem !important;
    padding-left: 5.7rem !important; }
  .px-md-56 {
    padding-right: 5.6rem !important;
    padding-left: 5.6rem !important; }
  .px-md-55 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important; }
  .px-md-54 {
    padding-right: 5.4rem !important;
    padding-left: 5.4rem !important; }
  .px-md-53 {
    padding-right: 5.3rem !important;
    padding-left: 5.3rem !important; }
  .px-md-52 {
    padding-right: 5.2rem !important;
    padding-left: 5.2rem !important; }
  .px-md-51 {
    padding-right: 5.1rem !important;
    padding-left: 5.1rem !important; }
  .px-md-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }
  .px-md-49 {
    padding-right: 4.9rem !important;
    padding-left: 4.9rem !important; }
  .px-md-48 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important; }
  .px-md-47 {
    padding-right: 4.7rem !important;
    padding-left: 4.7rem !important; }
  .px-md-46 {
    padding-right: 4.6rem !important;
    padding-left: 4.6rem !important; }
  .px-md-45 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important; }
  .px-md-44 {
    padding-right: 4.4rem !important;
    padding-left: 4.4rem !important; }
  .px-md-43 {
    padding-right: 4.3rem !important;
    padding-left: 4.3rem !important; }
  .px-md-42 {
    padding-right: 4.2rem !important;
    padding-left: 4.2rem !important; }
  .px-md-41 {
    padding-right: 4.1rem !important;
    padding-left: 4.1rem !important; }
  .px-md-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .px-md-39 {
    padding-right: 3.9rem !important;
    padding-left: 3.9rem !important; }
  .px-md-38 {
    padding-right: 3.8rem !important;
    padding-left: 3.8rem !important; }
  .px-md-37 {
    padding-right: 3.7rem !important;
    padding-left: 3.7rem !important; }
  .px-md-36 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important; }
  .px-md-35 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important; }
  .px-md-34 {
    padding-right: 3.4rem !important;
    padding-left: 3.4rem !important; }
  .px-md-33 {
    padding-right: 3.3rem !important;
    padding-left: 3.3rem !important; }
  .px-md-32 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important; }
  .px-md-31 {
    padding-right: 3.1rem !important;
    padding-left: 3.1rem !important; }
  .px-md-30 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-md-29 {
    padding-right: 2.9rem !important;
    padding-left: 2.9rem !important; }
  .px-md-28 {
    padding-right: 2.8rem !important;
    padding-left: 2.8rem !important; }
  .px-md-27 {
    padding-right: 2.7rem !important;
    padding-left: 2.7rem !important; }
  .px-md-26 {
    padding-right: 2.6rem !important;
    padding-left: 2.6rem !important; }
  .px-md-25 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }
  .px-md-24 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important; }
  .px-md-23 {
    padding-right: 2.3rem !important;
    padding-left: 2.3rem !important; }
  .px-md-22 {
    padding-right: 2.2rem !important;
    padding-left: 2.2rem !important; }
  .px-md-21 {
    padding-right: 2.1rem !important;
    padding-left: 2.1rem !important; }
  .px-md-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }
  .px-md-19 {
    padding-right: 1.9rem !important;
    padding-left: 1.9rem !important; }
  .px-md-18 {
    padding-right: 1.8rem !important;
    padding-left: 1.8rem !important; }
  .px-md-17 {
    padding-right: 1.7rem !important;
    padding-left: 1.7rem !important; }
  .px-md-16 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important; }
  .px-md-15 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-14 {
    padding-right: 1.4rem !important;
    padding-left: 1.4rem !important; }
  .px-md-13 {
    padding-right: 1.3rem !important;
    padding-left: 1.3rem !important; }
  .px-md-12 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important; }
  .px-md-11 {
    padding-right: 1.1rem !important;
    padding-left: 1.1rem !important; }
  .px-md-10 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 5px !important;
    padding-left: 5px !important; }
  .px-md-80 {
    padding-right: 80px !important;
    padding-left: 80px !important; }
  .py-md-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important; }
  .py-md-64 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important; }
  .py-md-63 {
    padding-top: 6.3rem !important;
    padding-bottom: 6.3rem !important; }
  .py-md-62 {
    padding-top: 6.2rem !important;
    padding-bottom: 6.2rem !important; }
  .py-md-61 {
    padding-top: 6.1rem !important;
    padding-bottom: 6.1rem !important; }
  .py-md-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .py-md-59 {
    padding-top: 5.9rem !important;
    padding-bottom: 5.9rem !important; }
  .py-md-58 {
    padding-top: 5.8rem !important;
    padding-bottom: 5.8rem !important; }
  .py-md-57 {
    padding-top: 5.7rem !important;
    padding-bottom: 5.7rem !important; }
  .py-md-56 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important; }
  .py-md-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important; }
  .py-md-54 {
    padding-top: 5.4rem !important;
    padding-bottom: 5.4rem !important; }
  .py-md-53 {
    padding-top: 5.3rem !important;
    padding-bottom: 5.3rem !important; }
  .py-md-52 {
    padding-top: 5.2rem !important;
    padding-bottom: 5.2rem !important; }
  .py-md-51 {
    padding-top: 5.1rem !important;
    padding-bottom: 5.1rem !important; }
  .py-md-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .py-md-49 {
    padding-top: 4.9rem !important;
    padding-bottom: 4.9rem !important; }
  .py-md-48 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important; }
  .py-md-47 {
    padding-top: 4.7rem !important;
    padding-bottom: 4.7rem !important; }
  .py-md-46 {
    padding-top: 4.6rem !important;
    padding-bottom: 4.6rem !important; }
  .py-md-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; }
  .py-md-44 {
    padding-top: 4.4rem !important;
    padding-bottom: 4.4rem !important; }
  .py-md-43 {
    padding-top: 4.3rem !important;
    padding-bottom: 4.3rem !important; }
  .py-md-42 {
    padding-top: 4.2rem !important;
    padding-bottom: 4.2rem !important; }
  .py-md-41 {
    padding-top: 4.1rem !important;
    padding-bottom: 4.1rem !important; }
  .py-md-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .py-md-39 {
    padding-top: 3.9rem !important;
    padding-bottom: 3.9rem !important; }
  .py-md-38 {
    padding-top: 3.8rem !important;
    padding-bottom: 3.8rem !important; }
  .py-md-37 {
    padding-top: 3.7rem !important;
    padding-bottom: 3.7rem !important; }
  .py-md-36 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important; }
  .py-md-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important; }
  .py-md-34 {
    padding-top: 3.4rem !important;
    padding-bottom: 3.4rem !important; }
  .py-md-33 {
    padding-top: 3.3rem !important;
    padding-bottom: 3.3rem !important; }
  .py-md-32 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important; }
  .py-md-31 {
    padding-top: 3.1rem !important;
    padding-bottom: 3.1rem !important; }
  .py-md-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-md-29 {
    padding-top: 2.9rem !important;
    padding-bottom: 2.9rem !important; }
  .py-md-28 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important; }
  .py-md-27 {
    padding-top: 2.7rem !important;
    padding-bottom: 2.7rem !important; }
  .py-md-26 {
    padding-top: 2.6rem !important;
    padding-bottom: 2.6rem !important; }
  .py-md-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .py-md-24 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important; }
  .py-md-23 {
    padding-top: 2.3rem !important;
    padding-bottom: 2.3rem !important; }
  .py-md-22 {
    padding-top: 2.2rem !important;
    padding-bottom: 2.2rem !important; }
  .py-md-21 {
    padding-top: 2.1rem !important;
    padding-bottom: 2.1rem !important; }
  .py-md-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .py-md-19 {
    padding-top: 1.9rem !important;
    padding-bottom: 1.9rem !important; }
  .py-md-18 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important; }
  .py-md-17 {
    padding-top: 1.7rem !important;
    padding-bottom: 1.7rem !important; }
  .py-md-16 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important; }
  .py-md-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-14 {
    padding-top: 1.4rem !important;
    padding-bottom: 1.4rem !important; }
  .py-md-13 {
    padding-top: 1.3rem !important;
    padding-bottom: 1.3rem !important; }
  .py-md-12 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important; }
  .py-md-11 {
    padding-top: 1.1rem !important;
    padding-bottom: 1.1rem !important; }
  .py-md-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .py-md-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }
  .pt-md-65 {
    padding-top: 6.5rem !important; }
  .pt-md-64 {
    padding-top: 6.4rem !important; }
  .pt-md-63 {
    padding-top: 6.3rem !important; }
  .pt-md-62 {
    padding-top: 6.2rem !important; }
  .pt-md-61 {
    padding-top: 6.1rem !important; }
  .pt-md-60 {
    padding-top: 60px !important; }
  .pt-md-59 {
    padding-top: 5.9rem !important; }
  .pt-md-58 {
    padding-top: 5.8rem !important; }
  .pt-md-57 {
    padding-top: 5.7rem !important; }
  .pt-md-56 {
    padding-top: 5.6rem !important; }
  .pt-md-55 {
    padding-top: 5.5rem !important; }
  .pt-md-54 {
    padding-top: 5.4rem !important; }
  .pt-md-53 {
    padding-top: 5.3rem !important; }
  .pt-md-52 {
    padding-top: 5.2rem !important; }
  .pt-md-51 {
    padding-top: 5.1rem !important; }
  .pt-md-50 {
    padding-top: 5rem !important; }
  .pt-md-49 {
    padding-top: 4.9rem !important; }
  .pt-md-48 {
    padding-top: 4.8rem !important; }
  .pt-md-47 {
    padding-top: 4.7rem !important; }
  .pt-md-46 {
    padding-top: 4.6rem !important; }
  .pt-md-45 {
    padding-top: 4.5rem !important; }
  .pt-md-44 {
    padding-top: 4.4rem !important; }
  .pt-md-43 {
    padding-top: 4.3rem !important; }
  .pt-md-42 {
    padding-top: 4.2rem !important; }
  .pt-md-41 {
    padding-top: 4.1rem !important; }
  .pt-md-40 {
    padding-top: 4rem !important; }
  .pt-md-39 {
    padding-top: 3.9rem !important; }
  .pt-md-38 {
    padding-top: 3.8rem !important; }
  .pt-md-37 {
    padding-top: 3.7rem !important; }
  .pt-md-36 {
    padding-top: 3.6rem !important; }
  .pt-md-35 {
    padding-top: 3.5rem !important; }
  .pt-md-34 {
    padding-top: 3.4rem !important; }
  .pt-md-33 {
    padding-top: 3.3rem !important; }
  .pt-md-32 {
    padding-top: 3.2rem !important; }
  .pt-md-31 {
    padding-top: 3.1rem !important; }
  .pt-md-30 {
    padding-top: 3rem !important; }
  .pt-md-29 {
    padding-top: 2.9rem !important; }
  .pt-md-28 {
    padding-top: 2.8rem !important; }
  .pt-md-27 {
    padding-top: 2.7rem !important; }
  .pt-md-26 {
    padding-top: 2.6rem !important; }
  .pt-md-25 {
    padding-top: 2.5rem !important; }
  .pt-md-24 {
    padding-top: 2.4rem !important; }
  .pt-md-23 {
    padding-top: 2.3rem !important; }
  .pt-md-22 {
    padding-top: 2.2rem !important; }
  .pt-md-21 {
    padding-top: 2.1rem !important; }
  .pt-md-20 {
    padding-top: 2rem !important; }
  .pt-md-19 {
    padding-top: 1.9rem !important; }
  .pt-md-18 {
    padding-top: 1.8rem !important; }
  .pt-md-17 {
    padding-top: 1.7rem !important; }
  .pt-md-16 {
    padding-top: 1.6rem !important; }
  .pt-md-15 {
    padding-top: 1.5rem !important; }
  .pt-md-14 {
    padding-top: 1.4rem !important; }
  .pt-md-13 {
    padding-top: 1.3rem !important; }
  .pt-md-12 {
    padding-top: 1.2rem !important; }
  .pt-md-11 {
    padding-top: 1.1rem !important; }
  .pt-md-10 {
    padding-top: 1rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 5px !important; }
  .pt-md-80 {
    padding-top: 80px !important; }
  .pe-md-65 {
    padding-right: 6.5rem !important; }
  .pe-md-64 {
    padding-right: 6.4rem !important; }
  .pe-md-63 {
    padding-right: 6.3rem !important; }
  .pe-md-62 {
    padding-right: 6.2rem !important; }
  .pe-md-61 {
    padding-right: 6.1rem !important; }
  .pe-md-60 {
    padding-right: 60px !important; }
  .pe-md-59 {
    padding-right: 5.9rem !important; }
  .pe-md-58 {
    padding-right: 5.8rem !important; }
  .pe-md-57 {
    padding-right: 5.7rem !important; }
  .pe-md-56 {
    padding-right: 5.6rem !important; }
  .pe-md-55 {
    padding-right: 5.5rem !important; }
  .pe-md-54 {
    padding-right: 5.4rem !important; }
  .pe-md-53 {
    padding-right: 5.3rem !important; }
  .pe-md-52 {
    padding-right: 5.2rem !important; }
  .pe-md-51 {
    padding-right: 5.1rem !important; }
  .pe-md-50 {
    padding-right: 5rem !important; }
  .pe-md-49 {
    padding-right: 4.9rem !important; }
  .pe-md-48 {
    padding-right: 4.8rem !important; }
  .pe-md-47 {
    padding-right: 4.7rem !important; }
  .pe-md-46 {
    padding-right: 4.6rem !important; }
  .pe-md-45 {
    padding-right: 4.5rem !important; }
  .pe-md-44 {
    padding-right: 4.4rem !important; }
  .pe-md-43 {
    padding-right: 4.3rem !important; }
  .pe-md-42 {
    padding-right: 4.2rem !important; }
  .pe-md-41 {
    padding-right: 4.1rem !important; }
  .pe-md-40 {
    padding-right: 4rem !important; }
  .pe-md-39 {
    padding-right: 3.9rem !important; }
  .pe-md-38 {
    padding-right: 3.8rem !important; }
  .pe-md-37 {
    padding-right: 3.7rem !important; }
  .pe-md-36 {
    padding-right: 3.6rem !important; }
  .pe-md-35 {
    padding-right: 3.5rem !important; }
  .pe-md-34 {
    padding-right: 3.4rem !important; }
  .pe-md-33 {
    padding-right: 3.3rem !important; }
  .pe-md-32 {
    padding-right: 3.2rem !important; }
  .pe-md-31 {
    padding-right: 3.1rem !important; }
  .pe-md-30 {
    padding-right: 3rem !important; }
  .pe-md-29 {
    padding-right: 2.9rem !important; }
  .pe-md-28 {
    padding-right: 2.8rem !important; }
  .pe-md-27 {
    padding-right: 2.7rem !important; }
  .pe-md-26 {
    padding-right: 2.6rem !important; }
  .pe-md-25 {
    padding-right: 2.5rem !important; }
  .pe-md-24 {
    padding-right: 2.4rem !important; }
  .pe-md-23 {
    padding-right: 2.3rem !important; }
  .pe-md-22 {
    padding-right: 2.2rem !important; }
  .pe-md-21 {
    padding-right: 2.1rem !important; }
  .pe-md-20 {
    padding-right: 2rem !important; }
  .pe-md-19 {
    padding-right: 1.9rem !important; }
  .pe-md-18 {
    padding-right: 1.8rem !important; }
  .pe-md-17 {
    padding-right: 1.7rem !important; }
  .pe-md-16 {
    padding-right: 1.6rem !important; }
  .pe-md-15 {
    padding-right: 1.5rem !important; }
  .pe-md-14 {
    padding-right: 1.4rem !important; }
  .pe-md-13 {
    padding-right: 1.3rem !important; }
  .pe-md-12 {
    padding-right: 1.2rem !important; }
  .pe-md-11 {
    padding-right: 1.1rem !important; }
  .pe-md-10 {
    padding-right: 1rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.25rem !important; }
  .pe-md-2 {
    padding-right: 0.5rem !important; }
  .pe-md-3 {
    padding-right: 1rem !important; }
  .pe-md-4 {
    padding-right: 1.5rem !important; }
  .pe-md-5 {
    padding-right: 5px !important; }
  .pe-md-80 {
    padding-right: 80px !important; }
  .pb-md-65 {
    padding-bottom: 6.5rem !important; }
  .pb-md-64 {
    padding-bottom: 6.4rem !important; }
  .pb-md-63 {
    padding-bottom: 6.3rem !important; }
  .pb-md-62 {
    padding-bottom: 6.2rem !important; }
  .pb-md-61 {
    padding-bottom: 6.1rem !important; }
  .pb-md-60 {
    padding-bottom: 60px !important; }
  .pb-md-59 {
    padding-bottom: 5.9rem !important; }
  .pb-md-58 {
    padding-bottom: 5.8rem !important; }
  .pb-md-57 {
    padding-bottom: 5.7rem !important; }
  .pb-md-56 {
    padding-bottom: 5.6rem !important; }
  .pb-md-55 {
    padding-bottom: 5.5rem !important; }
  .pb-md-54 {
    padding-bottom: 5.4rem !important; }
  .pb-md-53 {
    padding-bottom: 5.3rem !important; }
  .pb-md-52 {
    padding-bottom: 5.2rem !important; }
  .pb-md-51 {
    padding-bottom: 5.1rem !important; }
  .pb-md-50 {
    padding-bottom: 5rem !important; }
  .pb-md-49 {
    padding-bottom: 4.9rem !important; }
  .pb-md-48 {
    padding-bottom: 4.8rem !important; }
  .pb-md-47 {
    padding-bottom: 4.7rem !important; }
  .pb-md-46 {
    padding-bottom: 4.6rem !important; }
  .pb-md-45 {
    padding-bottom: 4.5rem !important; }
  .pb-md-44 {
    padding-bottom: 4.4rem !important; }
  .pb-md-43 {
    padding-bottom: 4.3rem !important; }
  .pb-md-42 {
    padding-bottom: 4.2rem !important; }
  .pb-md-41 {
    padding-bottom: 4.1rem !important; }
  .pb-md-40 {
    padding-bottom: 4rem !important; }
  .pb-md-39 {
    padding-bottom: 3.9rem !important; }
  .pb-md-38 {
    padding-bottom: 3.8rem !important; }
  .pb-md-37 {
    padding-bottom: 3.7rem !important; }
  .pb-md-36 {
    padding-bottom: 3.6rem !important; }
  .pb-md-35 {
    padding-bottom: 3.5rem !important; }
  .pb-md-34 {
    padding-bottom: 3.4rem !important; }
  .pb-md-33 {
    padding-bottom: 3.3rem !important; }
  .pb-md-32 {
    padding-bottom: 3.2rem !important; }
  .pb-md-31 {
    padding-bottom: 3.1rem !important; }
  .pb-md-30 {
    padding-bottom: 3rem !important; }
  .pb-md-29 {
    padding-bottom: 2.9rem !important; }
  .pb-md-28 {
    padding-bottom: 2.8rem !important; }
  .pb-md-27 {
    padding-bottom: 2.7rem !important; }
  .pb-md-26 {
    padding-bottom: 2.6rem !important; }
  .pb-md-25 {
    padding-bottom: 2.5rem !important; }
  .pb-md-24 {
    padding-bottom: 2.4rem !important; }
  .pb-md-23 {
    padding-bottom: 2.3rem !important; }
  .pb-md-22 {
    padding-bottom: 2.2rem !important; }
  .pb-md-21 {
    padding-bottom: 2.1rem !important; }
  .pb-md-20 {
    padding-bottom: 2rem !important; }
  .pb-md-19 {
    padding-bottom: 1.9rem !important; }
  .pb-md-18 {
    padding-bottom: 1.8rem !important; }
  .pb-md-17 {
    padding-bottom: 1.7rem !important; }
  .pb-md-16 {
    padding-bottom: 1.6rem !important; }
  .pb-md-15 {
    padding-bottom: 1.5rem !important; }
  .pb-md-14 {
    padding-bottom: 1.4rem !important; }
  .pb-md-13 {
    padding-bottom: 1.3rem !important; }
  .pb-md-12 {
    padding-bottom: 1.2rem !important; }
  .pb-md-11 {
    padding-bottom: 1.1rem !important; }
  .pb-md-10 {
    padding-bottom: 1rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 5px !important; }
  .pb-md-80 {
    padding-bottom: 80px !important; }
  .ps-md-65 {
    padding-left: 6.5rem !important; }
  .ps-md-64 {
    padding-left: 6.4rem !important; }
  .ps-md-63 {
    padding-left: 6.3rem !important; }
  .ps-md-62 {
    padding-left: 6.2rem !important; }
  .ps-md-61 {
    padding-left: 6.1rem !important; }
  .ps-md-60 {
    padding-left: 60px !important; }
  .ps-md-59 {
    padding-left: 5.9rem !important; }
  .ps-md-58 {
    padding-left: 5.8rem !important; }
  .ps-md-57 {
    padding-left: 5.7rem !important; }
  .ps-md-56 {
    padding-left: 5.6rem !important; }
  .ps-md-55 {
    padding-left: 5.5rem !important; }
  .ps-md-54 {
    padding-left: 5.4rem !important; }
  .ps-md-53 {
    padding-left: 5.3rem !important; }
  .ps-md-52 {
    padding-left: 5.2rem !important; }
  .ps-md-51 {
    padding-left: 5.1rem !important; }
  .ps-md-50 {
    padding-left: 5rem !important; }
  .ps-md-49 {
    padding-left: 4.9rem !important; }
  .ps-md-48 {
    padding-left: 4.8rem !important; }
  .ps-md-47 {
    padding-left: 4.7rem !important; }
  .ps-md-46 {
    padding-left: 4.6rem !important; }
  .ps-md-45 {
    padding-left: 4.5rem !important; }
  .ps-md-44 {
    padding-left: 4.4rem !important; }
  .ps-md-43 {
    padding-left: 4.3rem !important; }
  .ps-md-42 {
    padding-left: 4.2rem !important; }
  .ps-md-41 {
    padding-left: 4.1rem !important; }
  .ps-md-40 {
    padding-left: 4rem !important; }
  .ps-md-39 {
    padding-left: 3.9rem !important; }
  .ps-md-38 {
    padding-left: 3.8rem !important; }
  .ps-md-37 {
    padding-left: 3.7rem !important; }
  .ps-md-36 {
    padding-left: 3.6rem !important; }
  .ps-md-35 {
    padding-left: 3.5rem !important; }
  .ps-md-34 {
    padding-left: 3.4rem !important; }
  .ps-md-33 {
    padding-left: 3.3rem !important; }
  .ps-md-32 {
    padding-left: 3.2rem !important; }
  .ps-md-31 {
    padding-left: 3.1rem !important; }
  .ps-md-30 {
    padding-left: 3rem !important; }
  .ps-md-29 {
    padding-left: 2.9rem !important; }
  .ps-md-28 {
    padding-left: 2.8rem !important; }
  .ps-md-27 {
    padding-left: 2.7rem !important; }
  .ps-md-26 {
    padding-left: 2.6rem !important; }
  .ps-md-25 {
    padding-left: 2.5rem !important; }
  .ps-md-24 {
    padding-left: 2.4rem !important; }
  .ps-md-23 {
    padding-left: 2.3rem !important; }
  .ps-md-22 {
    padding-left: 2.2rem !important; }
  .ps-md-21 {
    padding-left: 2.1rem !important; }
  .ps-md-20 {
    padding-left: 2rem !important; }
  .ps-md-19 {
    padding-left: 1.9rem !important; }
  .ps-md-18 {
    padding-left: 1.8rem !important; }
  .ps-md-17 {
    padding-left: 1.7rem !important; }
  .ps-md-16 {
    padding-left: 1.6rem !important; }
  .ps-md-15 {
    padding-left: 1.5rem !important; }
  .ps-md-14 {
    padding-left: 1.4rem !important; }
  .ps-md-13 {
    padding-left: 1.3rem !important; }
  .ps-md-12 {
    padding-left: 1.2rem !important; }
  .ps-md-11 {
    padding-left: 1.1rem !important; }
  .ps-md-10 {
    padding-left: 1rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.25rem !important; }
  .ps-md-2 {
    padding-left: 0.5rem !important; }
  .ps-md-3 {
    padding-left: 1rem !important; }
  .ps-md-4 {
    padding-left: 1.5rem !important; }
  .ps-md-5 {
    padding-left: 5px !important; }
  .ps-md-80 {
    padding-left: 80px !important; }
  .fs-md-50 {
    font-size: 5rem !important; }
  .fs-md-49 {
    font-size: 4.9rem !important; }
  .fs-md-48 {
    font-size: 4.8rem !important; }
  .fs-md-47 {
    font-size: 4.7rem !important; }
  .fs-md-46 {
    font-size: 4.6rem !important; }
  .fs-md-45 {
    font-size: 4.5rem !important; }
  .fs-md-44 {
    font-size: 4.4rem !important; }
  .fs-md-43 {
    font-size: 4.3rem !important; }
  .fs-md-42 {
    font-size: 4.2rem !important; }
  .fs-md-41 {
    font-size: 4.1rem !important; }
  .fs-md-40 {
    font-size: 4rem !important; }
  .fs-md-39 {
    font-size: 3.9rem !important; }
  .fs-md-38 {
    font-size: 3.8rem !important; }
  .fs-md-37 {
    font-size: 3.7rem !important; }
  .fs-md-36 {
    font-size: 3.6rem !important; }
  .fs-md-35 {
    font-size: 3.5rem !important; }
  .fs-md-34 {
    font-size: 3.4rem !important; }
  .fs-md-33 {
    font-size: 3.3rem !important; }
  .fs-md-32 {
    font-size: 3.2rem !important; }
  .fs-md-31 {
    font-size: 3.1rem !important; }
  .fs-md-30 {
    font-size: 3rem !important; }
  .fs-md-29 {
    font-size: 2.9rem !important; }
  .fs-md-28 {
    font-size: 2.8rem !important; }
  .fs-md-27 {
    font-size: 2.7rem !important; }
  .fs-md-26 {
    font-size: 2.6rem !important; }
  .fs-md-25 {
    font-size: 2.5rem !important; }
  .fs-md-24 {
    font-size: 2.4rem !important; }
  .fs-md-23 {
    font-size: 2.3rem !important; }
  .fs-md-22 {
    font-size: 2.2rem !important; }
  .fs-md-21 {
    font-size: 2.1rem !important; }
  .fs-md-20 {
    font-size: 2rem !important; }
  .fs-md-19 {
    font-size: 1.9rem !important; }
  .fs-md-18 {
    font-size: 1.8rem !important; }
  .fs-md-17 {
    font-size: 1.7rem !important; }
  .fs-md-16 {
    font-size: 1.6rem !important; }
  .fs-md-15 {
    font-size: 1.5rem !important; }
  .fs-md-14 {
    font-size: 1.4rem !important; }
  .fs-md-13 {
    font-size: 1.3rem !important; }
  .fs-md-12 {
    font-size: 1.2rem !important; }
  .fs-md-11 {
    font-size: 1.1rem !important; }
  .fs-md-10 {
    font-size: 1rem !important; }
  .lh-md-65 {
    line-height: 6.5rem !important; }
  .lh-md-64 {
    line-height: 6.4rem !important; }
  .lh-md-63 {
    line-height: 6.3rem !important; }
  .lh-md-62 {
    line-height: 6.2rem !important; }
  .lh-md-61 {
    line-height: 6.1rem !important; }
  .lh-md-60 {
    line-height: 60px !important; }
  .lh-md-59 {
    line-height: 5.9rem !important; }
  .lh-md-58 {
    line-height: 5.8rem !important; }
  .lh-md-57 {
    line-height: 5.7rem !important; }
  .lh-md-56 {
    line-height: 5.6rem !important; }
  .lh-md-55 {
    line-height: 5.5rem !important; }
  .lh-md-54 {
    line-height: 5.4rem !important; }
  .lh-md-53 {
    line-height: 5.3rem !important; }
  .lh-md-52 {
    line-height: 5.2rem !important; }
  .lh-md-51 {
    line-height: 5.1rem !important; }
  .lh-md-50 {
    line-height: 5rem !important; }
  .lh-md-49 {
    line-height: 4.9rem !important; }
  .lh-md-48 {
    line-height: 4.8rem !important; }
  .lh-md-47 {
    line-height: 4.7rem !important; }
  .lh-md-46 {
    line-height: 4.6rem !important; }
  .lh-md-45 {
    line-height: 4.5rem !important; }
  .lh-md-44 {
    line-height: 4.4rem !important; }
  .lh-md-43 {
    line-height: 4.3rem !important; }
  .lh-md-42 {
    line-height: 4.2rem !important; }
  .lh-md-41 {
    line-height: 4.1rem !important; }
  .lh-md-40 {
    line-height: 4rem !important; }
  .lh-md-39 {
    line-height: 3.9rem !important; }
  .lh-md-38 {
    line-height: 3.8rem !important; }
  .lh-md-37 {
    line-height: 3.7rem !important; }
  .lh-md-36 {
    line-height: 3.6rem !important; }
  .lh-md-35 {
    line-height: 3.5rem !important; }
  .lh-md-34 {
    line-height: 3.4rem !important; }
  .lh-md-33 {
    line-height: 3.3rem !important; }
  .lh-md-32 {
    line-height: 3.2rem !important; }
  .lh-md-31 {
    line-height: 3.1rem !important; }
  .lh-md-30 {
    line-height: 3rem !important; }
  .lh-md-29 {
    line-height: 2.9rem !important; }
  .lh-md-28 {
    line-height: 2.8rem !important; }
  .lh-md-27 {
    line-height: 2.7rem !important; }
  .lh-md-26 {
    line-height: 2.6rem !important; }
  .lh-md-25 {
    line-height: 2.5rem !important; }
  .lh-md-24 {
    line-height: 2.4rem !important; }
  .lh-md-23 {
    line-height: 2.3rem !important; }
  .lh-md-22 {
    line-height: 2.2rem !important; }
  .lh-md-21 {
    line-height: 2.1rem !important; }
  .lh-md-20 {
    line-height: 2rem !important; }
  .lh-md-19 {
    line-height: 1.9rem !important; }
  .lh-md-18 {
    line-height: 1.8rem !important; }
  .lh-md-17 {
    line-height: 1.7rem !important; }
  .lh-md-16 {
    line-height: 1.6rem !important; }
  .lh-md-15 {
    line-height: 1.5rem !important; }
  .lh-md-14 {
    line-height: 1.4rem !important; }
  .lh-md-13 {
    line-height: 1.3rem !important; }
  .lh-md-12 {
    line-height: 1.2rem !important; }
  .lh-md-11 {
    line-height: 1.1rem !important; }
  .lh-md-10 {
    line-height: 1rem !important; }
  .lh-md-0 {
    line-height: 0 !important; }
  .lh-md-1 {
    line-height: 0.25rem !important; }
  .lh-md-2 {
    line-height: 0.5rem !important; }
  .lh-md-3 {
    line-height: 1rem !important; }
  .lh-md-4 {
    line-height: 1.5rem !important; }
  .lh-md-5 {
    line-height: 5px !important; }
  .lh-md-80 {
    line-height: 80px !important; }
  .text-md-start {
    text-align: left !important; }
  .text-md-end {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; }
  .rounded-md-50 {
    border-radius: 5rem !important; }
  .rounded-md-49 {
    border-radius: 4.9rem !important; }
  .rounded-md-48 {
    border-radius: 4.8rem !important; }
  .rounded-md-47 {
    border-radius: 4.7rem !important; }
  .rounded-md-46 {
    border-radius: 4.6rem !important; }
  .rounded-md-45 {
    border-radius: 4.5rem !important; }
  .rounded-md-44 {
    border-radius: 4.4rem !important; }
  .rounded-md-43 {
    border-radius: 4.3rem !important; }
  .rounded-md-42 {
    border-radius: 4.2rem !important; }
  .rounded-md-41 {
    border-radius: 4.1rem !important; }
  .rounded-md-40 {
    border-radius: 4rem !important; }
  .rounded-md-39 {
    border-radius: 3.9rem !important; }
  .rounded-md-38 {
    border-radius: 3.8rem !important; }
  .rounded-md-37 {
    border-radius: 3.7rem !important; }
  .rounded-md-36 {
    border-radius: 3.6rem !important; }
  .rounded-md-35 {
    border-radius: 3.5rem !important; }
  .rounded-md-34 {
    border-radius: 3.4rem !important; }
  .rounded-md-33 {
    border-radius: 3.3rem !important; }
  .rounded-md-32 {
    border-radius: 3.2rem !important; }
  .rounded-md-31 {
    border-radius: 3.1rem !important; }
  .rounded-md-30 {
    border-radius: 3rem !important; }
  .rounded-md-29 {
    border-radius: 2.9rem !important; }
  .rounded-md-28 {
    border-radius: 2.8rem !important; }
  .rounded-md-27 {
    border-radius: 2.7rem !important; }
  .rounded-md-26 {
    border-radius: 2.6rem !important; }
  .rounded-md-25 {
    border-radius: 2.5rem !important; }
  .rounded-md-24 {
    border-radius: 2.4rem !important; }
  .rounded-md-23 {
    border-radius: 2.3rem !important; }
  .rounded-md-22 {
    border-radius: 2.2rem !important; }
  .rounded-md-21 {
    border-radius: 2.1rem !important; }
  .rounded-md-20 {
    border-radius: 2rem !important; }
  .rounded-md-19 {
    border-radius: 1.9rem !important; }
  .rounded-md-18 {
    border-radius: 1.8rem !important; }
  .rounded-md-17 {
    border-radius: 1.7rem !important; }
  .rounded-md-16 {
    border-radius: 1.6rem !important; }
  .rounded-md-15 {
    border-radius: 1.5rem !important; }
  .rounded-md-14 {
    border-radius: 1.4rem !important; }
  .rounded-md-13 {
    border-radius: 1.3rem !important; }
  .rounded-md-12 {
    border-radius: 1.2rem !important; }
  .rounded-md-11 {
    border-radius: 1.1rem !important; }
  .rounded-md-10 {
    border-radius: 1rem !important; }
  .rounded-md-9 {
    border-radius: 0.9rem !important; }
  .rounded-md-8 {
    border-radius: 0.8rem !important; }
  .rounded-md-7 {
    border-radius: 0.7rem !important; }
  .rounded-md-6 {
    border-radius: 0.6rem !important; }
  .rounded-md-5 {
    border-radius: 0.5rem !important; }
  .rounded-md-4 {
    border-radius: 0.4rem !important; }
  .rounded-md-3 {
    border-radius: 15px !important; }
  .rounded-md-2 {
    border-radius: 1.2rem !important; }
  .rounded-md {
    border-radius: 1.2rem !important; }
  .rounded-md-0 {
    border-radius: 0 !important; }
  .rounded-md-1 {
    border-radius: 0.2rem !important; }
  .rounded-md-circle {
    border-radius: 50% !important; }
  .rounded-md-pill {
    border-radius: 50rem !important; }
  .rounded-top-md-50 {
    border-top-left-radius: 5rem !important;
    border-top-right-radius: 5rem !important; }
  .rounded-top-md-49 {
    border-top-left-radius: 4.9rem !important;
    border-top-right-radius: 4.9rem !important; }
  .rounded-top-md-48 {
    border-top-left-radius: 4.8rem !important;
    border-top-right-radius: 4.8rem !important; }
  .rounded-top-md-47 {
    border-top-left-radius: 4.7rem !important;
    border-top-right-radius: 4.7rem !important; }
  .rounded-top-md-46 {
    border-top-left-radius: 4.6rem !important;
    border-top-right-radius: 4.6rem !important; }
  .rounded-top-md-45 {
    border-top-left-radius: 4.5rem !important;
    border-top-right-radius: 4.5rem !important; }
  .rounded-top-md-44 {
    border-top-left-radius: 4.4rem !important;
    border-top-right-radius: 4.4rem !important; }
  .rounded-top-md-43 {
    border-top-left-radius: 4.3rem !important;
    border-top-right-radius: 4.3rem !important; }
  .rounded-top-md-42 {
    border-top-left-radius: 4.2rem !important;
    border-top-right-radius: 4.2rem !important; }
  .rounded-top-md-41 {
    border-top-left-radius: 4.1rem !important;
    border-top-right-radius: 4.1rem !important; }
  .rounded-top-md-40 {
    border-top-left-radius: 4rem !important;
    border-top-right-radius: 4rem !important; }
  .rounded-top-md-39 {
    border-top-left-radius: 3.9rem !important;
    border-top-right-radius: 3.9rem !important; }
  .rounded-top-md-38 {
    border-top-left-radius: 3.8rem !important;
    border-top-right-radius: 3.8rem !important; }
  .rounded-top-md-37 {
    border-top-left-radius: 3.7rem !important;
    border-top-right-radius: 3.7rem !important; }
  .rounded-top-md-36 {
    border-top-left-radius: 3.6rem !important;
    border-top-right-radius: 3.6rem !important; }
  .rounded-top-md-35 {
    border-top-left-radius: 3.5rem !important;
    border-top-right-radius: 3.5rem !important; }
  .rounded-top-md-34 {
    border-top-left-radius: 3.4rem !important;
    border-top-right-radius: 3.4rem !important; }
  .rounded-top-md-33 {
    border-top-left-radius: 3.3rem !important;
    border-top-right-radius: 3.3rem !important; }
  .rounded-top-md-32 {
    border-top-left-radius: 3.2rem !important;
    border-top-right-radius: 3.2rem !important; }
  .rounded-top-md-31 {
    border-top-left-radius: 3.1rem !important;
    border-top-right-radius: 3.1rem !important; }
  .rounded-top-md-30 {
    border-top-left-radius: 3rem !important;
    border-top-right-radius: 3rem !important; }
  .rounded-top-md-29 {
    border-top-left-radius: 2.9rem !important;
    border-top-right-radius: 2.9rem !important; }
  .rounded-top-md-28 {
    border-top-left-radius: 2.8rem !important;
    border-top-right-radius: 2.8rem !important; }
  .rounded-top-md-27 {
    border-top-left-radius: 2.7rem !important;
    border-top-right-radius: 2.7rem !important; }
  .rounded-top-md-26 {
    border-top-left-radius: 2.6rem !important;
    border-top-right-radius: 2.6rem !important; }
  .rounded-top-md-25 {
    border-top-left-radius: 2.5rem !important;
    border-top-right-radius: 2.5rem !important; }
  .rounded-top-md-24 {
    border-top-left-radius: 2.4rem !important;
    border-top-right-radius: 2.4rem !important; }
  .rounded-top-md-23 {
    border-top-left-radius: 2.3rem !important;
    border-top-right-radius: 2.3rem !important; }
  .rounded-top-md-22 {
    border-top-left-radius: 2.2rem !important;
    border-top-right-radius: 2.2rem !important; }
  .rounded-top-md-21 {
    border-top-left-radius: 2.1rem !important;
    border-top-right-radius: 2.1rem !important; }
  .rounded-top-md-20 {
    border-top-left-radius: 2rem !important;
    border-top-right-radius: 2rem !important; }
  .rounded-top-md-19 {
    border-top-left-radius: 1.9rem !important;
    border-top-right-radius: 1.9rem !important; }
  .rounded-top-md-18 {
    border-top-left-radius: 1.8rem !important;
    border-top-right-radius: 1.8rem !important; }
  .rounded-top-md-17 {
    border-top-left-radius: 1.7rem !important;
    border-top-right-radius: 1.7rem !important; }
  .rounded-top-md-16 {
    border-top-left-radius: 1.6rem !important;
    border-top-right-radius: 1.6rem !important; }
  .rounded-top-md-15 {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important; }
  .rounded-top-md-14 {
    border-top-left-radius: 1.4rem !important;
    border-top-right-radius: 1.4rem !important; }
  .rounded-top-md-13 {
    border-top-left-radius: 1.3rem !important;
    border-top-right-radius: 1.3rem !important; }
  .rounded-top-md-12 {
    border-top-left-radius: 1.2rem !important;
    border-top-right-radius: 1.2rem !important; }
  .rounded-top-md-11 {
    border-top-left-radius: 1.1rem !important;
    border-top-right-radius: 1.1rem !important; }
  .rounded-top-md-10 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important; }
  .rounded-top-md-9 {
    border-top-left-radius: 0.9rem !important;
    border-top-right-radius: 0.9rem !important; }
  .rounded-top-md-8 {
    border-top-left-radius: 0.8rem !important;
    border-top-right-radius: 0.8rem !important; }
  .rounded-top-md-7 {
    border-top-left-radius: 0.7rem !important;
    border-top-right-radius: 0.7rem !important; }
  .rounded-top-md-6 {
    border-top-left-radius: 0.6rem !important;
    border-top-right-radius: 0.6rem !important; }
  .rounded-top-md-5 {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important; }
  .rounded-top-md-4 {
    border-top-left-radius: 0.4rem !important;
    border-top-right-radius: 0.4rem !important; }
  .rounded-top-md-3 {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important; }
  .rounded-top-md-2 {
    border-top-left-radius: 1.2rem !important;
    border-top-right-radius: 1.2rem !important; }
  .rounded-top-md {
    border-top-left-radius: 1.2rem !important;
    border-top-right-radius: 1.2rem !important; }
  .rounded-top-md-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important; }
  .rounded-top-md-1 {
    border-top-left-radius: 0.2rem !important;
    border-top-right-radius: 0.2rem !important; }
  .rounded-top-md-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important; }
  .rounded-top-md-pill {
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important; }
  .rounded-end-md-50 {
    border-top-right-radius: 5rem !important;
    border-bottom-right-radius: 5rem !important; }
  .rounded-end-md-49 {
    border-top-right-radius: 4.9rem !important;
    border-bottom-right-radius: 4.9rem !important; }
  .rounded-end-md-48 {
    border-top-right-radius: 4.8rem !important;
    border-bottom-right-radius: 4.8rem !important; }
  .rounded-end-md-47 {
    border-top-right-radius: 4.7rem !important;
    border-bottom-right-radius: 4.7rem !important; }
  .rounded-end-md-46 {
    border-top-right-radius: 4.6rem !important;
    border-bottom-right-radius: 4.6rem !important; }
  .rounded-end-md-45 {
    border-top-right-radius: 4.5rem !important;
    border-bottom-right-radius: 4.5rem !important; }
  .rounded-end-md-44 {
    border-top-right-radius: 4.4rem !important;
    border-bottom-right-radius: 4.4rem !important; }
  .rounded-end-md-43 {
    border-top-right-radius: 4.3rem !important;
    border-bottom-right-radius: 4.3rem !important; }
  .rounded-end-md-42 {
    border-top-right-radius: 4.2rem !important;
    border-bottom-right-radius: 4.2rem !important; }
  .rounded-end-md-41 {
    border-top-right-radius: 4.1rem !important;
    border-bottom-right-radius: 4.1rem !important; }
  .rounded-end-md-40 {
    border-top-right-radius: 4rem !important;
    border-bottom-right-radius: 4rem !important; }
  .rounded-end-md-39 {
    border-top-right-radius: 3.9rem !important;
    border-bottom-right-radius: 3.9rem !important; }
  .rounded-end-md-38 {
    border-top-right-radius: 3.8rem !important;
    border-bottom-right-radius: 3.8rem !important; }
  .rounded-end-md-37 {
    border-top-right-radius: 3.7rem !important;
    border-bottom-right-radius: 3.7rem !important; }
  .rounded-end-md-36 {
    border-top-right-radius: 3.6rem !important;
    border-bottom-right-radius: 3.6rem !important; }
  .rounded-end-md-35 {
    border-top-right-radius: 3.5rem !important;
    border-bottom-right-radius: 3.5rem !important; }
  .rounded-end-md-34 {
    border-top-right-radius: 3.4rem !important;
    border-bottom-right-radius: 3.4rem !important; }
  .rounded-end-md-33 {
    border-top-right-radius: 3.3rem !important;
    border-bottom-right-radius: 3.3rem !important; }
  .rounded-end-md-32 {
    border-top-right-radius: 3.2rem !important;
    border-bottom-right-radius: 3.2rem !important; }
  .rounded-end-md-31 {
    border-top-right-radius: 3.1rem !important;
    border-bottom-right-radius: 3.1rem !important; }
  .rounded-end-md-30 {
    border-top-right-radius: 3rem !important;
    border-bottom-right-radius: 3rem !important; }
  .rounded-end-md-29 {
    border-top-right-radius: 2.9rem !important;
    border-bottom-right-radius: 2.9rem !important; }
  .rounded-end-md-28 {
    border-top-right-radius: 2.8rem !important;
    border-bottom-right-radius: 2.8rem !important; }
  .rounded-end-md-27 {
    border-top-right-radius: 2.7rem !important;
    border-bottom-right-radius: 2.7rem !important; }
  .rounded-end-md-26 {
    border-top-right-radius: 2.6rem !important;
    border-bottom-right-radius: 2.6rem !important; }
  .rounded-end-md-25 {
    border-top-right-radius: 2.5rem !important;
    border-bottom-right-radius: 2.5rem !important; }
  .rounded-end-md-24 {
    border-top-right-radius: 2.4rem !important;
    border-bottom-right-radius: 2.4rem !important; }
  .rounded-end-md-23 {
    border-top-right-radius: 2.3rem !important;
    border-bottom-right-radius: 2.3rem !important; }
  .rounded-end-md-22 {
    border-top-right-radius: 2.2rem !important;
    border-bottom-right-radius: 2.2rem !important; }
  .rounded-end-md-21 {
    border-top-right-radius: 2.1rem !important;
    border-bottom-right-radius: 2.1rem !important; }
  .rounded-end-md-20 {
    border-top-right-radius: 2rem !important;
    border-bottom-right-radius: 2rem !important; }
  .rounded-end-md-19 {
    border-top-right-radius: 1.9rem !important;
    border-bottom-right-radius: 1.9rem !important; }
  .rounded-end-md-18 {
    border-top-right-radius: 1.8rem !important;
    border-bottom-right-radius: 1.8rem !important; }
  .rounded-end-md-17 {
    border-top-right-radius: 1.7rem !important;
    border-bottom-right-radius: 1.7rem !important; }
  .rounded-end-md-16 {
    border-top-right-radius: 1.6rem !important;
    border-bottom-right-radius: 1.6rem !important; }
  .rounded-end-md-15 {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important; }
  .rounded-end-md-14 {
    border-top-right-radius: 1.4rem !important;
    border-bottom-right-radius: 1.4rem !important; }
  .rounded-end-md-13 {
    border-top-right-radius: 1.3rem !important;
    border-bottom-right-radius: 1.3rem !important; }
  .rounded-end-md-12 {
    border-top-right-radius: 1.2rem !important;
    border-bottom-right-radius: 1.2rem !important; }
  .rounded-end-md-11 {
    border-top-right-radius: 1.1rem !important;
    border-bottom-right-radius: 1.1rem !important; }
  .rounded-end-md-10 {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important; }
  .rounded-end-md-9 {
    border-top-right-radius: 0.9rem !important;
    border-bottom-right-radius: 0.9rem !important; }
  .rounded-end-md-8 {
    border-top-right-radius: 0.8rem !important;
    border-bottom-right-radius: 0.8rem !important; }
  .rounded-end-md-7 {
    border-top-right-radius: 0.7rem !important;
    border-bottom-right-radius: 0.7rem !important; }
  .rounded-end-md-6 {
    border-top-right-radius: 0.6rem !important;
    border-bottom-right-radius: 0.6rem !important; }
  .rounded-end-md-5 {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important; }
  .rounded-end-md-4 {
    border-top-right-radius: 0.4rem !important;
    border-bottom-right-radius: 0.4rem !important; }
  .rounded-end-md-3 {
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important; }
  .rounded-end-md-2 {
    border-top-right-radius: 1.2rem !important;
    border-bottom-right-radius: 1.2rem !important; }
  .rounded-end-md {
    border-top-right-radius: 1.2rem !important;
    border-bottom-right-radius: 1.2rem !important; }
  .rounded-end-md-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important; }
  .rounded-end-md-1 {
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important; }
  .rounded-end-md-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important; }
  .rounded-end-md-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important; }
  .rounded-bottom-md-50 {
    border-bottom-right-radius: 5rem !important;
    border-bottom-left-radius: 5rem !important; }
  .rounded-bottom-md-49 {
    border-bottom-right-radius: 4.9rem !important;
    border-bottom-left-radius: 4.9rem !important; }
  .rounded-bottom-md-48 {
    border-bottom-right-radius: 4.8rem !important;
    border-bottom-left-radius: 4.8rem !important; }
  .rounded-bottom-md-47 {
    border-bottom-right-radius: 4.7rem !important;
    border-bottom-left-radius: 4.7rem !important; }
  .rounded-bottom-md-46 {
    border-bottom-right-radius: 4.6rem !important;
    border-bottom-left-radius: 4.6rem !important; }
  .rounded-bottom-md-45 {
    border-bottom-right-radius: 4.5rem !important;
    border-bottom-left-radius: 4.5rem !important; }
  .rounded-bottom-md-44 {
    border-bottom-right-radius: 4.4rem !important;
    border-bottom-left-radius: 4.4rem !important; }
  .rounded-bottom-md-43 {
    border-bottom-right-radius: 4.3rem !important;
    border-bottom-left-radius: 4.3rem !important; }
  .rounded-bottom-md-42 {
    border-bottom-right-radius: 4.2rem !important;
    border-bottom-left-radius: 4.2rem !important; }
  .rounded-bottom-md-41 {
    border-bottom-right-radius: 4.1rem !important;
    border-bottom-left-radius: 4.1rem !important; }
  .rounded-bottom-md-40 {
    border-bottom-right-radius: 4rem !important;
    border-bottom-left-radius: 4rem !important; }
  .rounded-bottom-md-39 {
    border-bottom-right-radius: 3.9rem !important;
    border-bottom-left-radius: 3.9rem !important; }
  .rounded-bottom-md-38 {
    border-bottom-right-radius: 3.8rem !important;
    border-bottom-left-radius: 3.8rem !important; }
  .rounded-bottom-md-37 {
    border-bottom-right-radius: 3.7rem !important;
    border-bottom-left-radius: 3.7rem !important; }
  .rounded-bottom-md-36 {
    border-bottom-right-radius: 3.6rem !important;
    border-bottom-left-radius: 3.6rem !important; }
  .rounded-bottom-md-35 {
    border-bottom-right-radius: 3.5rem !important;
    border-bottom-left-radius: 3.5rem !important; }
  .rounded-bottom-md-34 {
    border-bottom-right-radius: 3.4rem !important;
    border-bottom-left-radius: 3.4rem !important; }
  .rounded-bottom-md-33 {
    border-bottom-right-radius: 3.3rem !important;
    border-bottom-left-radius: 3.3rem !important; }
  .rounded-bottom-md-32 {
    border-bottom-right-radius: 3.2rem !important;
    border-bottom-left-radius: 3.2rem !important; }
  .rounded-bottom-md-31 {
    border-bottom-right-radius: 3.1rem !important;
    border-bottom-left-radius: 3.1rem !important; }
  .rounded-bottom-md-30 {
    border-bottom-right-radius: 3rem !important;
    border-bottom-left-radius: 3rem !important; }
  .rounded-bottom-md-29 {
    border-bottom-right-radius: 2.9rem !important;
    border-bottom-left-radius: 2.9rem !important; }
  .rounded-bottom-md-28 {
    border-bottom-right-radius: 2.8rem !important;
    border-bottom-left-radius: 2.8rem !important; }
  .rounded-bottom-md-27 {
    border-bottom-right-radius: 2.7rem !important;
    border-bottom-left-radius: 2.7rem !important; }
  .rounded-bottom-md-26 {
    border-bottom-right-radius: 2.6rem !important;
    border-bottom-left-radius: 2.6rem !important; }
  .rounded-bottom-md-25 {
    border-bottom-right-radius: 2.5rem !important;
    border-bottom-left-radius: 2.5rem !important; }
  .rounded-bottom-md-24 {
    border-bottom-right-radius: 2.4rem !important;
    border-bottom-left-radius: 2.4rem !important; }
  .rounded-bottom-md-23 {
    border-bottom-right-radius: 2.3rem !important;
    border-bottom-left-radius: 2.3rem !important; }
  .rounded-bottom-md-22 {
    border-bottom-right-radius: 2.2rem !important;
    border-bottom-left-radius: 2.2rem !important; }
  .rounded-bottom-md-21 {
    border-bottom-right-radius: 2.1rem !important;
    border-bottom-left-radius: 2.1rem !important; }
  .rounded-bottom-md-20 {
    border-bottom-right-radius: 2rem !important;
    border-bottom-left-radius: 2rem !important; }
  .rounded-bottom-md-19 {
    border-bottom-right-radius: 1.9rem !important;
    border-bottom-left-radius: 1.9rem !important; }
  .rounded-bottom-md-18 {
    border-bottom-right-radius: 1.8rem !important;
    border-bottom-left-radius: 1.8rem !important; }
  .rounded-bottom-md-17 {
    border-bottom-right-radius: 1.7rem !important;
    border-bottom-left-radius: 1.7rem !important; }
  .rounded-bottom-md-16 {
    border-bottom-right-radius: 1.6rem !important;
    border-bottom-left-radius: 1.6rem !important; }
  .rounded-bottom-md-15 {
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important; }
  .rounded-bottom-md-14 {
    border-bottom-right-radius: 1.4rem !important;
    border-bottom-left-radius: 1.4rem !important; }
  .rounded-bottom-md-13 {
    border-bottom-right-radius: 1.3rem !important;
    border-bottom-left-radius: 1.3rem !important; }
  .rounded-bottom-md-12 {
    border-bottom-right-radius: 1.2rem !important;
    border-bottom-left-radius: 1.2rem !important; }
  .rounded-bottom-md-11 {
    border-bottom-right-radius: 1.1rem !important;
    border-bottom-left-radius: 1.1rem !important; }
  .rounded-bottom-md-10 {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important; }
  .rounded-bottom-md-9 {
    border-bottom-right-radius: 0.9rem !important;
    border-bottom-left-radius: 0.9rem !important; }
  .rounded-bottom-md-8 {
    border-bottom-right-radius: 0.8rem !important;
    border-bottom-left-radius: 0.8rem !important; }
  .rounded-bottom-md-7 {
    border-bottom-right-radius: 0.7rem !important;
    border-bottom-left-radius: 0.7rem !important; }
  .rounded-bottom-md-6 {
    border-bottom-right-radius: 0.6rem !important;
    border-bottom-left-radius: 0.6rem !important; }
  .rounded-bottom-md-5 {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important; }
  .rounded-bottom-md-4 {
    border-bottom-right-radius: 0.4rem !important;
    border-bottom-left-radius: 0.4rem !important; }
  .rounded-bottom-md-3 {
    border-bottom-right-radius: 15px !important;
    border-bottom-left-radius: 15px !important; }
  .rounded-bottom-md-2 {
    border-bottom-right-radius: 1.2rem !important;
    border-bottom-left-radius: 1.2rem !important; }
  .rounded-bottom-md {
    border-bottom-right-radius: 1.2rem !important;
    border-bottom-left-radius: 1.2rem !important; }
  .rounded-bottom-md-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important; }
  .rounded-bottom-md-1 {
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important; }
  .rounded-bottom-md-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important; }
  .rounded-bottom-md-pill {
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important; }
  .rounded-start-md-50 {
    border-bottom-left-radius: 5rem !important;
    border-top-left-radius: 5rem !important; }
  .rounded-start-md-49 {
    border-bottom-left-radius: 4.9rem !important;
    border-top-left-radius: 4.9rem !important; }
  .rounded-start-md-48 {
    border-bottom-left-radius: 4.8rem !important;
    border-top-left-radius: 4.8rem !important; }
  .rounded-start-md-47 {
    border-bottom-left-radius: 4.7rem !important;
    border-top-left-radius: 4.7rem !important; }
  .rounded-start-md-46 {
    border-bottom-left-radius: 4.6rem !important;
    border-top-left-radius: 4.6rem !important; }
  .rounded-start-md-45 {
    border-bottom-left-radius: 4.5rem !important;
    border-top-left-radius: 4.5rem !important; }
  .rounded-start-md-44 {
    border-bottom-left-radius: 4.4rem !important;
    border-top-left-radius: 4.4rem !important; }
  .rounded-start-md-43 {
    border-bottom-left-radius: 4.3rem !important;
    border-top-left-radius: 4.3rem !important; }
  .rounded-start-md-42 {
    border-bottom-left-radius: 4.2rem !important;
    border-top-left-radius: 4.2rem !important; }
  .rounded-start-md-41 {
    border-bottom-left-radius: 4.1rem !important;
    border-top-left-radius: 4.1rem !important; }
  .rounded-start-md-40 {
    border-bottom-left-radius: 4rem !important;
    border-top-left-radius: 4rem !important; }
  .rounded-start-md-39 {
    border-bottom-left-radius: 3.9rem !important;
    border-top-left-radius: 3.9rem !important; }
  .rounded-start-md-38 {
    border-bottom-left-radius: 3.8rem !important;
    border-top-left-radius: 3.8rem !important; }
  .rounded-start-md-37 {
    border-bottom-left-radius: 3.7rem !important;
    border-top-left-radius: 3.7rem !important; }
  .rounded-start-md-36 {
    border-bottom-left-radius: 3.6rem !important;
    border-top-left-radius: 3.6rem !important; }
  .rounded-start-md-35 {
    border-bottom-left-radius: 3.5rem !important;
    border-top-left-radius: 3.5rem !important; }
  .rounded-start-md-34 {
    border-bottom-left-radius: 3.4rem !important;
    border-top-left-radius: 3.4rem !important; }
  .rounded-start-md-33 {
    border-bottom-left-radius: 3.3rem !important;
    border-top-left-radius: 3.3rem !important; }
  .rounded-start-md-32 {
    border-bottom-left-radius: 3.2rem !important;
    border-top-left-radius: 3.2rem !important; }
  .rounded-start-md-31 {
    border-bottom-left-radius: 3.1rem !important;
    border-top-left-radius: 3.1rem !important; }
  .rounded-start-md-30 {
    border-bottom-left-radius: 3rem !important;
    border-top-left-radius: 3rem !important; }
  .rounded-start-md-29 {
    border-bottom-left-radius: 2.9rem !important;
    border-top-left-radius: 2.9rem !important; }
  .rounded-start-md-28 {
    border-bottom-left-radius: 2.8rem !important;
    border-top-left-radius: 2.8rem !important; }
  .rounded-start-md-27 {
    border-bottom-left-radius: 2.7rem !important;
    border-top-left-radius: 2.7rem !important; }
  .rounded-start-md-26 {
    border-bottom-left-radius: 2.6rem !important;
    border-top-left-radius: 2.6rem !important; }
  .rounded-start-md-25 {
    border-bottom-left-radius: 2.5rem !important;
    border-top-left-radius: 2.5rem !important; }
  .rounded-start-md-24 {
    border-bottom-left-radius: 2.4rem !important;
    border-top-left-radius: 2.4rem !important; }
  .rounded-start-md-23 {
    border-bottom-left-radius: 2.3rem !important;
    border-top-left-radius: 2.3rem !important; }
  .rounded-start-md-22 {
    border-bottom-left-radius: 2.2rem !important;
    border-top-left-radius: 2.2rem !important; }
  .rounded-start-md-21 {
    border-bottom-left-radius: 2.1rem !important;
    border-top-left-radius: 2.1rem !important; }
  .rounded-start-md-20 {
    border-bottom-left-radius: 2rem !important;
    border-top-left-radius: 2rem !important; }
  .rounded-start-md-19 {
    border-bottom-left-radius: 1.9rem !important;
    border-top-left-radius: 1.9rem !important; }
  .rounded-start-md-18 {
    border-bottom-left-radius: 1.8rem !important;
    border-top-left-radius: 1.8rem !important; }
  .rounded-start-md-17 {
    border-bottom-left-radius: 1.7rem !important;
    border-top-left-radius: 1.7rem !important; }
  .rounded-start-md-16 {
    border-bottom-left-radius: 1.6rem !important;
    border-top-left-radius: 1.6rem !important; }
  .rounded-start-md-15 {
    border-bottom-left-radius: 1.5rem !important;
    border-top-left-radius: 1.5rem !important; }
  .rounded-start-md-14 {
    border-bottom-left-radius: 1.4rem !important;
    border-top-left-radius: 1.4rem !important; }
  .rounded-start-md-13 {
    border-bottom-left-radius: 1.3rem !important;
    border-top-left-radius: 1.3rem !important; }
  .rounded-start-md-12 {
    border-bottom-left-radius: 1.2rem !important;
    border-top-left-radius: 1.2rem !important; }
  .rounded-start-md-11 {
    border-bottom-left-radius: 1.1rem !important;
    border-top-left-radius: 1.1rem !important; }
  .rounded-start-md-10 {
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important; }
  .rounded-start-md-9 {
    border-bottom-left-radius: 0.9rem !important;
    border-top-left-radius: 0.9rem !important; }
  .rounded-start-md-8 {
    border-bottom-left-radius: 0.8rem !important;
    border-top-left-radius: 0.8rem !important; }
  .rounded-start-md-7 {
    border-bottom-left-radius: 0.7rem !important;
    border-top-left-radius: 0.7rem !important; }
  .rounded-start-md-6 {
    border-bottom-left-radius: 0.6rem !important;
    border-top-left-radius: 0.6rem !important; }
  .rounded-start-md-5 {
    border-bottom-left-radius: 0.5rem !important;
    border-top-left-radius: 0.5rem !important; }
  .rounded-start-md-4 {
    border-bottom-left-radius: 0.4rem !important;
    border-top-left-radius: 0.4rem !important; }
  .rounded-start-md-3 {
    border-bottom-left-radius: 15px !important;
    border-top-left-radius: 15px !important; }
  .rounded-start-md-2 {
    border-bottom-left-radius: 1.2rem !important;
    border-top-left-radius: 1.2rem !important; }
  .rounded-start-md {
    border-bottom-left-radius: 1.2rem !important;
    border-top-left-radius: 1.2rem !important; }
  .rounded-start-md-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important; }
  .rounded-start-md-1 {
    border-bottom-left-radius: 0.2rem !important;
    border-top-left-radius: 0.2rem !important; }
  .rounded-start-md-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important; }
  .rounded-start-md-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important; }
  .z-index-md-1 {
    z-index: 1 !important; }
  .z-index-md-2 {
    z-index: 2 !important; }
  .z-index-md-3 {
    z-index: 3 !important; }
  .z-index-md-4 {
    z-index: 4 !important; }
  .z-index-md-5 {
    z-index: 5 !important; }
  .z-index-md-1000 {
    z-index: 1000 !important; } }

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important; }
  .float-lg-end {
    float: right !important; }
  .float-lg-none {
    float: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-grid {
    display: grid !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; }
  .d-lg-none {
    display: none !important; }
  .position-lg-static {
    position: static !important; }
  .position-lg-relative {
    position: relative !important; }
  .position-lg-absolute {
    position: absolute !important; }
  .position-lg-fixed {
    position: fixed !important; }
  .position-lg-sticky {
    position: sticky !important; }
  .top-lg-0 {
    top: 0 !important; }
  .top-lg-10 {
    top: 10% !important; }
  .top-lg-20 {
    top: 20% !important; }
  .top-lg-40 {
    top: 40% !important; }
  .top-lg-50 {
    top: 50% !important; }
  .top-lg-90 {
    top: 90% !important; }
  .top-lg-100 {
    top: 100% !important; }
  .top-lg-50px {
    top: 50px !important; }
  .top-lg-30px {
    top: 30px !important; }
  .w-lg-20 {
    width: 20% !important; }
  .w-lg-25 {
    width: 25% !important; }
  .w-lg-50 {
    width: 50% !important; }
  .w-lg-70 {
    width: 70% !important; }
  .w-lg-75 {
    width: 75% !important; }
  .w-lg-80 {
    width: 80% !important; }
  .w-lg-90 {
    width: 90% !important; }
  .w-lg-100 {
    width: 100% !important; }
  .w-lg-auto {
    width: auto !important; }
  .w-lg-165px {
    width: 165px !important; }
  .w-lg-280px {
    width: 280px !important; }
  .h-lg-20 {
    height: 20% !important; }
  .h-lg-25 {
    height: 25% !important; }
  .h-lg-50 {
    height: 50% !important; }
  .h-lg-70 {
    height: 70% !important; }
  .h-lg-75 {
    height: 75% !important; }
  .h-lg-80 {
    height: 80% !important; }
  .h-lg-90 {
    height: 90% !important; }
  .h-lg-100 {
    height: 100% !important; }
  .h-lg-auto {
    height: auto !important; }
  .h-lg-165px {
    height: 165px !important; }
  .h-lg-280px {
    height: 280px !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .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-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; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-lg-65 {
    gap: 6.5rem !important; }
  .gap-lg-64 {
    gap: 6.4rem !important; }
  .gap-lg-63 {
    gap: 6.3rem !important; }
  .gap-lg-62 {
    gap: 6.2rem !important; }
  .gap-lg-61 {
    gap: 6.1rem !important; }
  .gap-lg-60 {
    gap: 60px !important; }
  .gap-lg-59 {
    gap: 5.9rem !important; }
  .gap-lg-58 {
    gap: 5.8rem !important; }
  .gap-lg-57 {
    gap: 5.7rem !important; }
  .gap-lg-56 {
    gap: 5.6rem !important; }
  .gap-lg-55 {
    gap: 5.5rem !important; }
  .gap-lg-54 {
    gap: 5.4rem !important; }
  .gap-lg-53 {
    gap: 5.3rem !important; }
  .gap-lg-52 {
    gap: 5.2rem !important; }
  .gap-lg-51 {
    gap: 5.1rem !important; }
  .gap-lg-50 {
    gap: 5rem !important; }
  .gap-lg-49 {
    gap: 4.9rem !important; }
  .gap-lg-48 {
    gap: 4.8rem !important; }
  .gap-lg-47 {
    gap: 4.7rem !important; }
  .gap-lg-46 {
    gap: 4.6rem !important; }
  .gap-lg-45 {
    gap: 4.5rem !important; }
  .gap-lg-44 {
    gap: 4.4rem !important; }
  .gap-lg-43 {
    gap: 4.3rem !important; }
  .gap-lg-42 {
    gap: 4.2rem !important; }
  .gap-lg-41 {
    gap: 4.1rem !important; }
  .gap-lg-40 {
    gap: 4rem !important; }
  .gap-lg-39 {
    gap: 3.9rem !important; }
  .gap-lg-38 {
    gap: 3.8rem !important; }
  .gap-lg-37 {
    gap: 3.7rem !important; }
  .gap-lg-36 {
    gap: 3.6rem !important; }
  .gap-lg-35 {
    gap: 3.5rem !important; }
  .gap-lg-34 {
    gap: 3.4rem !important; }
  .gap-lg-33 {
    gap: 3.3rem !important; }
  .gap-lg-32 {
    gap: 3.2rem !important; }
  .gap-lg-31 {
    gap: 3.1rem !important; }
  .gap-lg-30 {
    gap: 3rem !important; }
  .gap-lg-29 {
    gap: 2.9rem !important; }
  .gap-lg-28 {
    gap: 2.8rem !important; }
  .gap-lg-27 {
    gap: 2.7rem !important; }
  .gap-lg-26 {
    gap: 2.6rem !important; }
  .gap-lg-25 {
    gap: 2.5rem !important; }
  .gap-lg-24 {
    gap: 2.4rem !important; }
  .gap-lg-23 {
    gap: 2.3rem !important; }
  .gap-lg-22 {
    gap: 2.2rem !important; }
  .gap-lg-21 {
    gap: 2.1rem !important; }
  .gap-lg-20 {
    gap: 2rem !important; }
  .gap-lg-19 {
    gap: 1.9rem !important; }
  .gap-lg-18 {
    gap: 1.8rem !important; }
  .gap-lg-17 {
    gap: 1.7rem !important; }
  .gap-lg-16 {
    gap: 1.6rem !important; }
  .gap-lg-15 {
    gap: 1.5rem !important; }
  .gap-lg-14 {
    gap: 1.4rem !important; }
  .gap-lg-13 {
    gap: 1.3rem !important; }
  .gap-lg-12 {
    gap: 1.2rem !important; }
  .gap-lg-11 {
    gap: 1.1rem !important; }
  .gap-lg-10 {
    gap: 1rem !important; }
  .gap-lg-0 {
    gap: 0 !important; }
  .gap-lg-1 {
    gap: 0.25rem !important; }
  .gap-lg-2 {
    gap: 0.5rem !important; }
  .gap-lg-3 {
    gap: 1rem !important; }
  .gap-lg-4 {
    gap: 1.5rem !important; }
  .gap-lg-5 {
    gap: 5px !important; }
  .gap-lg-80 {
    gap: 80px !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; }
  .justify-content-lg-evenly {
    justify-content: space-evenly !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; }
  .order-lg-first {
    order: -1 !important; }
  .order-lg-0 {
    order: 0 !important; }
  .order-lg-1 {
    order: 1 !important; }
  .order-lg-2 {
    order: 2 !important; }
  .order-lg-3 {
    order: 3 !important; }
  .order-lg-4 {
    order: 4 !important; }
  .order-lg-5 {
    order: 5 !important; }
  .order-lg-last {
    order: 6 !important; }
  .m-lg-65 {
    margin: 6.5rem !important; }
  .m-lg-64 {
    margin: 6.4rem !important; }
  .m-lg-63 {
    margin: 6.3rem !important; }
  .m-lg-62 {
    margin: 6.2rem !important; }
  .m-lg-61 {
    margin: 6.1rem !important; }
  .m-lg-60 {
    margin: 60px !important; }
  .m-lg-59 {
    margin: 5.9rem !important; }
  .m-lg-58 {
    margin: 5.8rem !important; }
  .m-lg-57 {
    margin: 5.7rem !important; }
  .m-lg-56 {
    margin: 5.6rem !important; }
  .m-lg-55 {
    margin: 5.5rem !important; }
  .m-lg-54 {
    margin: 5.4rem !important; }
  .m-lg-53 {
    margin: 5.3rem !important; }
  .m-lg-52 {
    margin: 5.2rem !important; }
  .m-lg-51 {
    margin: 5.1rem !important; }
  .m-lg-50 {
    margin: 5rem !important; }
  .m-lg-49 {
    margin: 4.9rem !important; }
  .m-lg-48 {
    margin: 4.8rem !important; }
  .m-lg-47 {
    margin: 4.7rem !important; }
  .m-lg-46 {
    margin: 4.6rem !important; }
  .m-lg-45 {
    margin: 4.5rem !important; }
  .m-lg-44 {
    margin: 4.4rem !important; }
  .m-lg-43 {
    margin: 4.3rem !important; }
  .m-lg-42 {
    margin: 4.2rem !important; }
  .m-lg-41 {
    margin: 4.1rem !important; }
  .m-lg-40 {
    margin: 4rem !important; }
  .m-lg-39 {
    margin: 3.9rem !important; }
  .m-lg-38 {
    margin: 3.8rem !important; }
  .m-lg-37 {
    margin: 3.7rem !important; }
  .m-lg-36 {
    margin: 3.6rem !important; }
  .m-lg-35 {
    margin: 3.5rem !important; }
  .m-lg-34 {
    margin: 3.4rem !important; }
  .m-lg-33 {
    margin: 3.3rem !important; }
  .m-lg-32 {
    margin: 3.2rem !important; }
  .m-lg-31 {
    margin: 3.1rem !important; }
  .m-lg-30 {
    margin: 3rem !important; }
  .m-lg-29 {
    margin: 2.9rem !important; }
  .m-lg-28 {
    margin: 2.8rem !important; }
  .m-lg-27 {
    margin: 2.7rem !important; }
  .m-lg-26 {
    margin: 2.6rem !important; }
  .m-lg-25 {
    margin: 2.5rem !important; }
  .m-lg-24 {
    margin: 2.4rem !important; }
  .m-lg-23 {
    margin: 2.3rem !important; }
  .m-lg-22 {
    margin: 2.2rem !important; }
  .m-lg-21 {
    margin: 2.1rem !important; }
  .m-lg-20 {
    margin: 2rem !important; }
  .m-lg-19 {
    margin: 1.9rem !important; }
  .m-lg-18 {
    margin: 1.8rem !important; }
  .m-lg-17 {
    margin: 1.7rem !important; }
  .m-lg-16 {
    margin: 1.6rem !important; }
  .m-lg-15 {
    margin: 1.5rem !important; }
  .m-lg-14 {
    margin: 1.4rem !important; }
  .m-lg-13 {
    margin: 1.3rem !important; }
  .m-lg-12 {
    margin: 1.2rem !important; }
  .m-lg-11 {
    margin: 1.1rem !important; }
  .m-lg-10 {
    margin: 1rem !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 5px !important; }
  .m-lg-80 {
    margin: 80px !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-65 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important; }
  .mx-lg-64 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important; }
  .mx-lg-63 {
    margin-right: 6.3rem !important;
    margin-left: 6.3rem !important; }
  .mx-lg-62 {
    margin-right: 6.2rem !important;
    margin-left: 6.2rem !important; }
  .mx-lg-61 {
    margin-right: 6.1rem !important;
    margin-left: 6.1rem !important; }
  .mx-lg-60 {
    margin-right: 60px !important;
    margin-left: 60px !important; }
  .mx-lg-59 {
    margin-right: 5.9rem !important;
    margin-left: 5.9rem !important; }
  .mx-lg-58 {
    margin-right: 5.8rem !important;
    margin-left: 5.8rem !important; }
  .mx-lg-57 {
    margin-right: 5.7rem !important;
    margin-left: 5.7rem !important; }
  .mx-lg-56 {
    margin-right: 5.6rem !important;
    margin-left: 5.6rem !important; }
  .mx-lg-55 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important; }
  .mx-lg-54 {
    margin-right: 5.4rem !important;
    margin-left: 5.4rem !important; }
  .mx-lg-53 {
    margin-right: 5.3rem !important;
    margin-left: 5.3rem !important; }
  .mx-lg-52 {
    margin-right: 5.2rem !important;
    margin-left: 5.2rem !important; }
  .mx-lg-51 {
    margin-right: 5.1rem !important;
    margin-left: 5.1rem !important; }
  .mx-lg-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }
  .mx-lg-49 {
    margin-right: 4.9rem !important;
    margin-left: 4.9rem !important; }
  .mx-lg-48 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important; }
  .mx-lg-47 {
    margin-right: 4.7rem !important;
    margin-left: 4.7rem !important; }
  .mx-lg-46 {
    margin-right: 4.6rem !important;
    margin-left: 4.6rem !important; }
  .mx-lg-45 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important; }
  .mx-lg-44 {
    margin-right: 4.4rem !important;
    margin-left: 4.4rem !important; }
  .mx-lg-43 {
    margin-right: 4.3rem !important;
    margin-left: 4.3rem !important; }
  .mx-lg-42 {
    margin-right: 4.2rem !important;
    margin-left: 4.2rem !important; }
  .mx-lg-41 {
    margin-right: 4.1rem !important;
    margin-left: 4.1rem !important; }
  .mx-lg-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .mx-lg-39 {
    margin-right: 3.9rem !important;
    margin-left: 3.9rem !important; }
  .mx-lg-38 {
    margin-right: 3.8rem !important;
    margin-left: 3.8rem !important; }
  .mx-lg-37 {
    margin-right: 3.7rem !important;
    margin-left: 3.7rem !important; }
  .mx-lg-36 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important; }
  .mx-lg-35 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important; }
  .mx-lg-34 {
    margin-right: 3.4rem !important;
    margin-left: 3.4rem !important; }
  .mx-lg-33 {
    margin-right: 3.3rem !important;
    margin-left: 3.3rem !important; }
  .mx-lg-32 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important; }
  .mx-lg-31 {
    margin-right: 3.1rem !important;
    margin-left: 3.1rem !important; }
  .mx-lg-30 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-29 {
    margin-right: 2.9rem !important;
    margin-left: 2.9rem !important; }
  .mx-lg-28 {
    margin-right: 2.8rem !important;
    margin-left: 2.8rem !important; }
  .mx-lg-27 {
    margin-right: 2.7rem !important;
    margin-left: 2.7rem !important; }
  .mx-lg-26 {
    margin-right: 2.6rem !important;
    margin-left: 2.6rem !important; }
  .mx-lg-25 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }
  .mx-lg-24 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important; }
  .mx-lg-23 {
    margin-right: 2.3rem !important;
    margin-left: 2.3rem !important; }
  .mx-lg-22 {
    margin-right: 2.2rem !important;
    margin-left: 2.2rem !important; }
  .mx-lg-21 {
    margin-right: 2.1rem !important;
    margin-left: 2.1rem !important; }
  .mx-lg-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }
  .mx-lg-19 {
    margin-right: 1.9rem !important;
    margin-left: 1.9rem !important; }
  .mx-lg-18 {
    margin-right: 1.8rem !important;
    margin-left: 1.8rem !important; }
  .mx-lg-17 {
    margin-right: 1.7rem !important;
    margin-left: 1.7rem !important; }
  .mx-lg-16 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important; }
  .mx-lg-15 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-14 {
    margin-right: 1.4rem !important;
    margin-left: 1.4rem !important; }
  .mx-lg-13 {
    margin-right: 1.3rem !important;
    margin-left: 1.3rem !important; }
  .mx-lg-12 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important; }
  .mx-lg-11 {
    margin-right: 1.1rem !important;
    margin-left: 1.1rem !important; }
  .mx-lg-10 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 5px !important;
    margin-left: 5px !important; }
  .mx-lg-80 {
    margin-right: 80px !important;
    margin-left: 80px !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important; }
  .my-lg-64 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important; }
  .my-lg-63 {
    margin-top: 6.3rem !important;
    margin-bottom: 6.3rem !important; }
  .my-lg-62 {
    margin-top: 6.2rem !important;
    margin-bottom: 6.2rem !important; }
  .my-lg-61 {
    margin-top: 6.1rem !important;
    margin-bottom: 6.1rem !important; }
  .my-lg-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .my-lg-59 {
    margin-top: 5.9rem !important;
    margin-bottom: 5.9rem !important; }
  .my-lg-58 {
    margin-top: 5.8rem !important;
    margin-bottom: 5.8rem !important; }
  .my-lg-57 {
    margin-top: 5.7rem !important;
    margin-bottom: 5.7rem !important; }
  .my-lg-56 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important; }
  .my-lg-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important; }
  .my-lg-54 {
    margin-top: 5.4rem !important;
    margin-bottom: 5.4rem !important; }
  .my-lg-53 {
    margin-top: 5.3rem !important;
    margin-bottom: 5.3rem !important; }
  .my-lg-52 {
    margin-top: 5.2rem !important;
    margin-bottom: 5.2rem !important; }
  .my-lg-51 {
    margin-top: 5.1rem !important;
    margin-bottom: 5.1rem !important; }
  .my-lg-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .my-lg-49 {
    margin-top: 4.9rem !important;
    margin-bottom: 4.9rem !important; }
  .my-lg-48 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important; }
  .my-lg-47 {
    margin-top: 4.7rem !important;
    margin-bottom: 4.7rem !important; }
  .my-lg-46 {
    margin-top: 4.6rem !important;
    margin-bottom: 4.6rem !important; }
  .my-lg-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important; }
  .my-lg-44 {
    margin-top: 4.4rem !important;
    margin-bottom: 4.4rem !important; }
  .my-lg-43 {
    margin-top: 4.3rem !important;
    margin-bottom: 4.3rem !important; }
  .my-lg-42 {
    margin-top: 4.2rem !important;
    margin-bottom: 4.2rem !important; }
  .my-lg-41 {
    margin-top: 4.1rem !important;
    margin-bottom: 4.1rem !important; }
  .my-lg-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .my-lg-39 {
    margin-top: 3.9rem !important;
    margin-bottom: 3.9rem !important; }
  .my-lg-38 {
    margin-top: 3.8rem !important;
    margin-bottom: 3.8rem !important; }
  .my-lg-37 {
    margin-top: 3.7rem !important;
    margin-bottom: 3.7rem !important; }
  .my-lg-36 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important; }
  .my-lg-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important; }
  .my-lg-34 {
    margin-top: 3.4rem !important;
    margin-bottom: 3.4rem !important; }
  .my-lg-33 {
    margin-top: 3.3rem !important;
    margin-bottom: 3.3rem !important; }
  .my-lg-32 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important; }
  .my-lg-31 {
    margin-top: 3.1rem !important;
    margin-bottom: 3.1rem !important; }
  .my-lg-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-29 {
    margin-top: 2.9rem !important;
    margin-bottom: 2.9rem !important; }
  .my-lg-28 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important; }
  .my-lg-27 {
    margin-top: 2.7rem !important;
    margin-bottom: 2.7rem !important; }
  .my-lg-26 {
    margin-top: 2.6rem !important;
    margin-bottom: 2.6rem !important; }
  .my-lg-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .my-lg-24 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important; }
  .my-lg-23 {
    margin-top: 2.3rem !important;
    margin-bottom: 2.3rem !important; }
  .my-lg-22 {
    margin-top: 2.2rem !important;
    margin-bottom: 2.2rem !important; }
  .my-lg-21 {
    margin-top: 2.1rem !important;
    margin-bottom: 2.1rem !important; }
  .my-lg-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .my-lg-19 {
    margin-top: 1.9rem !important;
    margin-bottom: 1.9rem !important; }
  .my-lg-18 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important; }
  .my-lg-17 {
    margin-top: 1.7rem !important;
    margin-bottom: 1.7rem !important; }
  .my-lg-16 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important; }
  .my-lg-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-14 {
    margin-top: 1.4rem !important;
    margin-bottom: 1.4rem !important; }
  .my-lg-13 {
    margin-top: 1.3rem !important;
    margin-bottom: 1.3rem !important; }
  .my-lg-12 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important; }
  .my-lg-11 {
    margin-top: 1.1rem !important;
    margin-bottom: 1.1rem !important; }
  .my-lg-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .my-lg-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-65 {
    margin-top: 6.5rem !important; }
  .mt-lg-64 {
    margin-top: 6.4rem !important; }
  .mt-lg-63 {
    margin-top: 6.3rem !important; }
  .mt-lg-62 {
    margin-top: 6.2rem !important; }
  .mt-lg-61 {
    margin-top: 6.1rem !important; }
  .mt-lg-60 {
    margin-top: 60px !important; }
  .mt-lg-59 {
    margin-top: 5.9rem !important; }
  .mt-lg-58 {
    margin-top: 5.8rem !important; }
  .mt-lg-57 {
    margin-top: 5.7rem !important; }
  .mt-lg-56 {
    margin-top: 5.6rem !important; }
  .mt-lg-55 {
    margin-top: 5.5rem !important; }
  .mt-lg-54 {
    margin-top: 5.4rem !important; }
  .mt-lg-53 {
    margin-top: 5.3rem !important; }
  .mt-lg-52 {
    margin-top: 5.2rem !important; }
  .mt-lg-51 {
    margin-top: 5.1rem !important; }
  .mt-lg-50 {
    margin-top: 5rem !important; }
  .mt-lg-49 {
    margin-top: 4.9rem !important; }
  .mt-lg-48 {
    margin-top: 4.8rem !important; }
  .mt-lg-47 {
    margin-top: 4.7rem !important; }
  .mt-lg-46 {
    margin-top: 4.6rem !important; }
  .mt-lg-45 {
    margin-top: 4.5rem !important; }
  .mt-lg-44 {
    margin-top: 4.4rem !important; }
  .mt-lg-43 {
    margin-top: 4.3rem !important; }
  .mt-lg-42 {
    margin-top: 4.2rem !important; }
  .mt-lg-41 {
    margin-top: 4.1rem !important; }
  .mt-lg-40 {
    margin-top: 4rem !important; }
  .mt-lg-39 {
    margin-top: 3.9rem !important; }
  .mt-lg-38 {
    margin-top: 3.8rem !important; }
  .mt-lg-37 {
    margin-top: 3.7rem !important; }
  .mt-lg-36 {
    margin-top: 3.6rem !important; }
  .mt-lg-35 {
    margin-top: 3.5rem !important; }
  .mt-lg-34 {
    margin-top: 3.4rem !important; }
  .mt-lg-33 {
    margin-top: 3.3rem !important; }
  .mt-lg-32 {
    margin-top: 3.2rem !important; }
  .mt-lg-31 {
    margin-top: 3.1rem !important; }
  .mt-lg-30 {
    margin-top: 3rem !important; }
  .mt-lg-29 {
    margin-top: 2.9rem !important; }
  .mt-lg-28 {
    margin-top: 2.8rem !important; }
  .mt-lg-27 {
    margin-top: 2.7rem !important; }
  .mt-lg-26 {
    margin-top: 2.6rem !important; }
  .mt-lg-25 {
    margin-top: 2.5rem !important; }
  .mt-lg-24 {
    margin-top: 2.4rem !important; }
  .mt-lg-23 {
    margin-top: 2.3rem !important; }
  .mt-lg-22 {
    margin-top: 2.2rem !important; }
  .mt-lg-21 {
    margin-top: 2.1rem !important; }
  .mt-lg-20 {
    margin-top: 2rem !important; }
  .mt-lg-19 {
    margin-top: 1.9rem !important; }
  .mt-lg-18 {
    margin-top: 1.8rem !important; }
  .mt-lg-17 {
    margin-top: 1.7rem !important; }
  .mt-lg-16 {
    margin-top: 1.6rem !important; }
  .mt-lg-15 {
    margin-top: 1.5rem !important; }
  .mt-lg-14 {
    margin-top: 1.4rem !important; }
  .mt-lg-13 {
    margin-top: 1.3rem !important; }
  .mt-lg-12 {
    margin-top: 1.2rem !important; }
  .mt-lg-11 {
    margin-top: 1.1rem !important; }
  .mt-lg-10 {
    margin-top: 1rem !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 5px !important; }
  .mt-lg-80 {
    margin-top: 80px !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-65 {
    margin-right: 6.5rem !important; }
  .me-lg-64 {
    margin-right: 6.4rem !important; }
  .me-lg-63 {
    margin-right: 6.3rem !important; }
  .me-lg-62 {
    margin-right: 6.2rem !important; }
  .me-lg-61 {
    margin-right: 6.1rem !important; }
  .me-lg-60 {
    margin-right: 60px !important; }
  .me-lg-59 {
    margin-right: 5.9rem !important; }
  .me-lg-58 {
    margin-right: 5.8rem !important; }
  .me-lg-57 {
    margin-right: 5.7rem !important; }
  .me-lg-56 {
    margin-right: 5.6rem !important; }
  .me-lg-55 {
    margin-right: 5.5rem !important; }
  .me-lg-54 {
    margin-right: 5.4rem !important; }
  .me-lg-53 {
    margin-right: 5.3rem !important; }
  .me-lg-52 {
    margin-right: 5.2rem !important; }
  .me-lg-51 {
    margin-right: 5.1rem !important; }
  .me-lg-50 {
    margin-right: 5rem !important; }
  .me-lg-49 {
    margin-right: 4.9rem !important; }
  .me-lg-48 {
    margin-right: 4.8rem !important; }
  .me-lg-47 {
    margin-right: 4.7rem !important; }
  .me-lg-46 {
    margin-right: 4.6rem !important; }
  .me-lg-45 {
    margin-right: 4.5rem !important; }
  .me-lg-44 {
    margin-right: 4.4rem !important; }
  .me-lg-43 {
    margin-right: 4.3rem !important; }
  .me-lg-42 {
    margin-right: 4.2rem !important; }
  .me-lg-41 {
    margin-right: 4.1rem !important; }
  .me-lg-40 {
    margin-right: 4rem !important; }
  .me-lg-39 {
    margin-right: 3.9rem !important; }
  .me-lg-38 {
    margin-right: 3.8rem !important; }
  .me-lg-37 {
    margin-right: 3.7rem !important; }
  .me-lg-36 {
    margin-right: 3.6rem !important; }
  .me-lg-35 {
    margin-right: 3.5rem !important; }
  .me-lg-34 {
    margin-right: 3.4rem !important; }
  .me-lg-33 {
    margin-right: 3.3rem !important; }
  .me-lg-32 {
    margin-right: 3.2rem !important; }
  .me-lg-31 {
    margin-right: 3.1rem !important; }
  .me-lg-30 {
    margin-right: 3rem !important; }
  .me-lg-29 {
    margin-right: 2.9rem !important; }
  .me-lg-28 {
    margin-right: 2.8rem !important; }
  .me-lg-27 {
    margin-right: 2.7rem !important; }
  .me-lg-26 {
    margin-right: 2.6rem !important; }
  .me-lg-25 {
    margin-right: 2.5rem !important; }
  .me-lg-24 {
    margin-right: 2.4rem !important; }
  .me-lg-23 {
    margin-right: 2.3rem !important; }
  .me-lg-22 {
    margin-right: 2.2rem !important; }
  .me-lg-21 {
    margin-right: 2.1rem !important; }
  .me-lg-20 {
    margin-right: 2rem !important; }
  .me-lg-19 {
    margin-right: 1.9rem !important; }
  .me-lg-18 {
    margin-right: 1.8rem !important; }
  .me-lg-17 {
    margin-right: 1.7rem !important; }
  .me-lg-16 {
    margin-right: 1.6rem !important; }
  .me-lg-15 {
    margin-right: 1.5rem !important; }
  .me-lg-14 {
    margin-right: 1.4rem !important; }
  .me-lg-13 {
    margin-right: 1.3rem !important; }
  .me-lg-12 {
    margin-right: 1.2rem !important; }
  .me-lg-11 {
    margin-right: 1.1rem !important; }
  .me-lg-10 {
    margin-right: 1rem !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.25rem !important; }
  .me-lg-2 {
    margin-right: 0.5rem !important; }
  .me-lg-3 {
    margin-right: 1rem !important; }
  .me-lg-4 {
    margin-right: 1.5rem !important; }
  .me-lg-5 {
    margin-right: 5px !important; }
  .me-lg-80 {
    margin-right: 80px !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-65 {
    margin-bottom: 6.5rem !important; }
  .mb-lg-64 {
    margin-bottom: 6.4rem !important; }
  .mb-lg-63 {
    margin-bottom: 6.3rem !important; }
  .mb-lg-62 {
    margin-bottom: 6.2rem !important; }
  .mb-lg-61 {
    margin-bottom: 6.1rem !important; }
  .mb-lg-60 {
    margin-bottom: 60px !important; }
  .mb-lg-59 {
    margin-bottom: 5.9rem !important; }
  .mb-lg-58 {
    margin-bottom: 5.8rem !important; }
  .mb-lg-57 {
    margin-bottom: 5.7rem !important; }
  .mb-lg-56 {
    margin-bottom: 5.6rem !important; }
  .mb-lg-55 {
    margin-bottom: 5.5rem !important; }
  .mb-lg-54 {
    margin-bottom: 5.4rem !important; }
  .mb-lg-53 {
    margin-bottom: 5.3rem !important; }
  .mb-lg-52 {
    margin-bottom: 5.2rem !important; }
  .mb-lg-51 {
    margin-bottom: 5.1rem !important; }
  .mb-lg-50 {
    margin-bottom: 5rem !important; }
  .mb-lg-49 {
    margin-bottom: 4.9rem !important; }
  .mb-lg-48 {
    margin-bottom: 4.8rem !important; }
  .mb-lg-47 {
    margin-bottom: 4.7rem !important; }
  .mb-lg-46 {
    margin-bottom: 4.6rem !important; }
  .mb-lg-45 {
    margin-bottom: 4.5rem !important; }
  .mb-lg-44 {
    margin-bottom: 4.4rem !important; }
  .mb-lg-43 {
    margin-bottom: 4.3rem !important; }
  .mb-lg-42 {
    margin-bottom: 4.2rem !important; }
  .mb-lg-41 {
    margin-bottom: 4.1rem !important; }
  .mb-lg-40 {
    margin-bottom: 4rem !important; }
  .mb-lg-39 {
    margin-bottom: 3.9rem !important; }
  .mb-lg-38 {
    margin-bottom: 3.8rem !important; }
  .mb-lg-37 {
    margin-bottom: 3.7rem !important; }
  .mb-lg-36 {
    margin-bottom: 3.6rem !important; }
  .mb-lg-35 {
    margin-bottom: 3.5rem !important; }
  .mb-lg-34 {
    margin-bottom: 3.4rem !important; }
  .mb-lg-33 {
    margin-bottom: 3.3rem !important; }
  .mb-lg-32 {
    margin-bottom: 3.2rem !important; }
  .mb-lg-31 {
    margin-bottom: 3.1rem !important; }
  .mb-lg-30 {
    margin-bottom: 3rem !important; }
  .mb-lg-29 {
    margin-bottom: 2.9rem !important; }
  .mb-lg-28 {
    margin-bottom: 2.8rem !important; }
  .mb-lg-27 {
    margin-bottom: 2.7rem !important; }
  .mb-lg-26 {
    margin-bottom: 2.6rem !important; }
  .mb-lg-25 {
    margin-bottom: 2.5rem !important; }
  .mb-lg-24 {
    margin-bottom: 2.4rem !important; }
  .mb-lg-23 {
    margin-bottom: 2.3rem !important; }
  .mb-lg-22 {
    margin-bottom: 2.2rem !important; }
  .mb-lg-21 {
    margin-bottom: 2.1rem !important; }
  .mb-lg-20 {
    margin-bottom: 2rem !important; }
  .mb-lg-19 {
    margin-bottom: 1.9rem !important; }
  .mb-lg-18 {
    margin-bottom: 1.8rem !important; }
  .mb-lg-17 {
    margin-bottom: 1.7rem !important; }
  .mb-lg-16 {
    margin-bottom: 1.6rem !important; }
  .mb-lg-15 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-14 {
    margin-bottom: 1.4rem !important; }
  .mb-lg-13 {
    margin-bottom: 1.3rem !important; }
  .mb-lg-12 {
    margin-bottom: 1.2rem !important; }
  .mb-lg-11 {
    margin-bottom: 1.1rem !important; }
  .mb-lg-10 {
    margin-bottom: 1rem !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 5px !important; }
  .mb-lg-80 {
    margin-bottom: 80px !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-65 {
    margin-left: 6.5rem !important; }
  .ms-lg-64 {
    margin-left: 6.4rem !important; }
  .ms-lg-63 {
    margin-left: 6.3rem !important; }
  .ms-lg-62 {
    margin-left: 6.2rem !important; }
  .ms-lg-61 {
    margin-left: 6.1rem !important; }
  .ms-lg-60 {
    margin-left: 60px !important; }
  .ms-lg-59 {
    margin-left: 5.9rem !important; }
  .ms-lg-58 {
    margin-left: 5.8rem !important; }
  .ms-lg-57 {
    margin-left: 5.7rem !important; }
  .ms-lg-56 {
    margin-left: 5.6rem !important; }
  .ms-lg-55 {
    margin-left: 5.5rem !important; }
  .ms-lg-54 {
    margin-left: 5.4rem !important; }
  .ms-lg-53 {
    margin-left: 5.3rem !important; }
  .ms-lg-52 {
    margin-left: 5.2rem !important; }
  .ms-lg-51 {
    margin-left: 5.1rem !important; }
  .ms-lg-50 {
    margin-left: 5rem !important; }
  .ms-lg-49 {
    margin-left: 4.9rem !important; }
  .ms-lg-48 {
    margin-left: 4.8rem !important; }
  .ms-lg-47 {
    margin-left: 4.7rem !important; }
  .ms-lg-46 {
    margin-left: 4.6rem !important; }
  .ms-lg-45 {
    margin-left: 4.5rem !important; }
  .ms-lg-44 {
    margin-left: 4.4rem !important; }
  .ms-lg-43 {
    margin-left: 4.3rem !important; }
  .ms-lg-42 {
    margin-left: 4.2rem !important; }
  .ms-lg-41 {
    margin-left: 4.1rem !important; }
  .ms-lg-40 {
    margin-left: 4rem !important; }
  .ms-lg-39 {
    margin-left: 3.9rem !important; }
  .ms-lg-38 {
    margin-left: 3.8rem !important; }
  .ms-lg-37 {
    margin-left: 3.7rem !important; }
  .ms-lg-36 {
    margin-left: 3.6rem !important; }
  .ms-lg-35 {
    margin-left: 3.5rem !important; }
  .ms-lg-34 {
    margin-left: 3.4rem !important; }
  .ms-lg-33 {
    margin-left: 3.3rem !important; }
  .ms-lg-32 {
    margin-left: 3.2rem !important; }
  .ms-lg-31 {
    margin-left: 3.1rem !important; }
  .ms-lg-30 {
    margin-left: 3rem !important; }
  .ms-lg-29 {
    margin-left: 2.9rem !important; }
  .ms-lg-28 {
    margin-left: 2.8rem !important; }
  .ms-lg-27 {
    margin-left: 2.7rem !important; }
  .ms-lg-26 {
    margin-left: 2.6rem !important; }
  .ms-lg-25 {
    margin-left: 2.5rem !important; }
  .ms-lg-24 {
    margin-left: 2.4rem !important; }
  .ms-lg-23 {
    margin-left: 2.3rem !important; }
  .ms-lg-22 {
    margin-left: 2.2rem !important; }
  .ms-lg-21 {
    margin-left: 2.1rem !important; }
  .ms-lg-20 {
    margin-left: 2rem !important; }
  .ms-lg-19 {
    margin-left: 1.9rem !important; }
  .ms-lg-18 {
    margin-left: 1.8rem !important; }
  .ms-lg-17 {
    margin-left: 1.7rem !important; }
  .ms-lg-16 {
    margin-left: 1.6rem !important; }
  .ms-lg-15 {
    margin-left: 1.5rem !important; }
  .ms-lg-14 {
    margin-left: 1.4rem !important; }
  .ms-lg-13 {
    margin-left: 1.3rem !important; }
  .ms-lg-12 {
    margin-left: 1.2rem !important; }
  .ms-lg-11 {
    margin-left: 1.1rem !important; }
  .ms-lg-10 {
    margin-left: 1rem !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.25rem !important; }
  .ms-lg-2 {
    margin-left: 0.5rem !important; }
  .ms-lg-3 {
    margin-left: 1rem !important; }
  .ms-lg-4 {
    margin-left: 1.5rem !important; }
  .ms-lg-5 {
    margin-left: 5px !important; }
  .ms-lg-80 {
    margin-left: 80px !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .m-lg-n65 {
    margin: -6.5rem !important; }
  .m-lg-n64 {
    margin: -6.5rem !important; }
  .m-lg-n63 {
    margin: -6.5rem !important; }
  .m-lg-n62 {
    margin: -6.5rem !important; }
  .m-lg-n61 {
    margin: -6.5rem !important; }
  .m-lg-n60 {
    margin: -6.5rem !important; }
  .m-lg-n59 {
    margin: -6.5rem !important; }
  .m-lg-n58 {
    margin: -6.5rem !important; }
  .m-lg-n57 {
    margin: -6.5rem !important; }
  .m-lg-n56 {
    margin: -6.5rem !important; }
  .m-lg-n55 {
    margin: -6.5rem !important; }
  .m-lg-n54 {
    margin: -6.5rem !important; }
  .m-lg-n53 {
    margin: -6.5rem !important; }
  .m-lg-n52 {
    margin: -6.5rem !important; }
  .m-lg-n51 {
    margin: -6.5rem !important; }
  .m-lg-n50 {
    margin: -6.5rem !important; }
  .m-lg-n49 {
    margin: -6.5rem !important; }
  .m-lg-n48 {
    margin: -6.5rem !important; }
  .m-lg-n47 {
    margin: -6.5rem !important; }
  .m-lg-n46 {
    margin: -6.5rem !important; }
  .m-lg-n45 {
    margin: -6.5rem !important; }
  .m-lg-n44 {
    margin: -6.5rem !important; }
  .m-lg-n43 {
    margin: -6.5rem !important; }
  .m-lg-n42 {
    margin: -6.5rem !important; }
  .m-lg-n41 {
    margin: -6.5rem !important; }
  .m-lg-n40 {
    margin: -6.5rem !important; }
  .m-lg-n39 {
    margin: -6.5rem !important; }
  .m-lg-n38 {
    margin: -6.5rem !important; }
  .m-lg-n37 {
    margin: -6.5rem !important; }
  .m-lg-n36 {
    margin: -6.5rem !important; }
  .m-lg-n35 {
    margin: -6.5rem !important; }
  .m-lg-n34 {
    margin: -6.5rem !important; }
  .m-lg-n33 {
    margin: -6.5rem !important; }
  .m-lg-n32 {
    margin: -6.5rem !important; }
  .m-lg-n31 {
    margin: -6.5rem !important; }
  .m-lg-n30 {
    margin: -6.5rem !important; }
  .m-lg-n29 {
    margin: -6.5rem !important; }
  .m-lg-n28 {
    margin: -6.5rem !important; }
  .m-lg-n27 {
    margin: -6.5rem !important; }
  .m-lg-n26 {
    margin: -6.5rem !important; }
  .m-lg-n25 {
    margin: -6.5rem !important; }
  .m-lg-n24 {
    margin: -6.5rem !important; }
  .m-lg-n23 {
    margin: -6.5rem !important; }
  .m-lg-n22 {
    margin: -6.5rem !important; }
  .m-lg-n21 {
    margin: -6.5rem !important; }
  .m-lg-n20 {
    margin: -6.5rem !important; }
  .m-lg-n19 {
    margin: -6.5rem !important; }
  .m-lg-n18 {
    margin: -6.5rem !important; }
  .m-lg-n17 {
    margin: -6.5rem !important; }
  .m-lg-n16 {
    margin: -6.5rem !important; }
  .m-lg-n15 {
    margin: -6.5rem !important; }
  .m-lg-n14 {
    margin: -6.5rem !important; }
  .m-lg-n13 {
    margin: -6.5rem !important; }
  .m-lg-n12 {
    margin: -6.5rem !important; }
  .m-lg-n11 {
    margin: -6.5rem !important; }
  .m-lg-n10 {
    margin: -6.5rem !important; }
  .m-lg-n1 {
    margin: -6.5rem !important; }
  .m-lg-n2 {
    margin: -6.5rem !important; }
  .m-lg-n3 {
    margin: -6.5rem !important; }
  .m-lg-n4 {
    margin: -6.5rem !important; }
  .m-lg-n5 {
    margin: -6.5rem !important; }
  .m-lg-n80 {
    margin: -6.5rem !important; }
  .mx-lg-n65 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n64 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n63 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n62 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n61 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n60 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n59 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n58 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n57 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n56 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n55 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n54 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n53 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n52 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n51 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n50 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n49 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n48 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n47 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n46 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n45 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n44 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n43 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n42 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n41 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n40 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n39 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n38 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n37 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n36 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n35 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n34 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n33 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n32 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n31 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n30 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n29 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n28 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n27 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n26 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n25 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n24 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n23 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n22 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n21 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n20 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n19 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n18 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n17 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n16 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n15 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n14 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n13 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n12 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n11 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n10 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n1 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n2 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n3 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n4 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n5 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n80 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .my-lg-n65 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n64 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n63 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n62 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n61 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n60 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n59 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n58 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n57 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n56 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n55 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n54 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n53 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n52 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n51 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n50 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n49 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n48 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n47 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n46 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n45 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n44 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n43 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n42 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n41 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n40 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n39 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n38 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n37 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n36 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n35 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n34 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n33 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n32 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n31 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n30 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n29 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n28 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n27 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n26 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n25 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n24 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n23 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n22 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n21 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n20 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n19 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n18 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n17 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n16 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n15 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n14 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n13 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n12 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n11 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n10 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n1 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n2 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n3 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n4 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n5 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n80 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .mt-lg-n65 {
    margin-top: -6.5rem !important; }
  .mt-lg-n64 {
    margin-top: -6.5rem !important; }
  .mt-lg-n63 {
    margin-top: -6.5rem !important; }
  .mt-lg-n62 {
    margin-top: -6.5rem !important; }
  .mt-lg-n61 {
    margin-top: -6.5rem !important; }
  .mt-lg-n60 {
    margin-top: -6.5rem !important; }
  .mt-lg-n59 {
    margin-top: -6.5rem !important; }
  .mt-lg-n58 {
    margin-top: -6.5rem !important; }
  .mt-lg-n57 {
    margin-top: -6.5rem !important; }
  .mt-lg-n56 {
    margin-top: -6.5rem !important; }
  .mt-lg-n55 {
    margin-top: -6.5rem !important; }
  .mt-lg-n54 {
    margin-top: -6.5rem !important; }
  .mt-lg-n53 {
    margin-top: -6.5rem !important; }
  .mt-lg-n52 {
    margin-top: -6.5rem !important; }
  .mt-lg-n51 {
    margin-top: -6.5rem !important; }
  .mt-lg-n50 {
    margin-top: -6.5rem !important; }
  .mt-lg-n49 {
    margin-top: -6.5rem !important; }
  .mt-lg-n48 {
    margin-top: -6.5rem !important; }
  .mt-lg-n47 {
    margin-top: -6.5rem !important; }
  .mt-lg-n46 {
    margin-top: -6.5rem !important; }
  .mt-lg-n45 {
    margin-top: -6.5rem !important; }
  .mt-lg-n44 {
    margin-top: -6.5rem !important; }
  .mt-lg-n43 {
    margin-top: -6.5rem !important; }
  .mt-lg-n42 {
    margin-top: -6.5rem !important; }
  .mt-lg-n41 {
    margin-top: -6.5rem !important; }
  .mt-lg-n40 {
    margin-top: -6.5rem !important; }
  .mt-lg-n39 {
    margin-top: -6.5rem !important; }
  .mt-lg-n38 {
    margin-top: -6.5rem !important; }
  .mt-lg-n37 {
    margin-top: -6.5rem !important; }
  .mt-lg-n36 {
    margin-top: -6.5rem !important; }
  .mt-lg-n35 {
    margin-top: -6.5rem !important; }
  .mt-lg-n34 {
    margin-top: -6.5rem !important; }
  .mt-lg-n33 {
    margin-top: -6.5rem !important; }
  .mt-lg-n32 {
    margin-top: -6.5rem !important; }
  .mt-lg-n31 {
    margin-top: -6.5rem !important; }
  .mt-lg-n30 {
    margin-top: -6.5rem !important; }
  .mt-lg-n29 {
    margin-top: -6.5rem !important; }
  .mt-lg-n28 {
    margin-top: -6.5rem !important; }
  .mt-lg-n27 {
    margin-top: -6.5rem !important; }
  .mt-lg-n26 {
    margin-top: -6.5rem !important; }
  .mt-lg-n25 {
    margin-top: -6.5rem !important; }
  .mt-lg-n24 {
    margin-top: -6.5rem !important; }
  .mt-lg-n23 {
    margin-top: -6.5rem !important; }
  .mt-lg-n22 {
    margin-top: -6.5rem !important; }
  .mt-lg-n21 {
    margin-top: -6.5rem !important; }
  .mt-lg-n20 {
    margin-top: -6.5rem !important; }
  .mt-lg-n19 {
    margin-top: -6.5rem !important; }
  .mt-lg-n18 {
    margin-top: -6.5rem !important; }
  .mt-lg-n17 {
    margin-top: -6.5rem !important; }
  .mt-lg-n16 {
    margin-top: -6.5rem !important; }
  .mt-lg-n15 {
    margin-top: -6.5rem !important; }
  .mt-lg-n14 {
    margin-top: -6.5rem !important; }
  .mt-lg-n13 {
    margin-top: -6.5rem !important; }
  .mt-lg-n12 {
    margin-top: -6.5rem !important; }
  .mt-lg-n11 {
    margin-top: -6.5rem !important; }
  .mt-lg-n10 {
    margin-top: -6.5rem !important; }
  .mt-lg-n1 {
    margin-top: -6.5rem !important; }
  .mt-lg-n2 {
    margin-top: -6.5rem !important; }
  .mt-lg-n3 {
    margin-top: -6.5rem !important; }
  .mt-lg-n4 {
    margin-top: -6.5rem !important; }
  .mt-lg-n5 {
    margin-top: -6.5rem !important; }
  .mt-lg-n80 {
    margin-top: -6.5rem !important; }
  .me-lg-n65 {
    margin-right: -6.5rem !important; }
  .me-lg-n64 {
    margin-right: -6.5rem !important; }
  .me-lg-n63 {
    margin-right: -6.5rem !important; }
  .me-lg-n62 {
    margin-right: -6.5rem !important; }
  .me-lg-n61 {
    margin-right: -6.5rem !important; }
  .me-lg-n60 {
    margin-right: -6.5rem !important; }
  .me-lg-n59 {
    margin-right: -6.5rem !important; }
  .me-lg-n58 {
    margin-right: -6.5rem !important; }
  .me-lg-n57 {
    margin-right: -6.5rem !important; }
  .me-lg-n56 {
    margin-right: -6.5rem !important; }
  .me-lg-n55 {
    margin-right: -6.5rem !important; }
  .me-lg-n54 {
    margin-right: -6.5rem !important; }
  .me-lg-n53 {
    margin-right: -6.5rem !important; }
  .me-lg-n52 {
    margin-right: -6.5rem !important; }
  .me-lg-n51 {
    margin-right: -6.5rem !important; }
  .me-lg-n50 {
    margin-right: -6.5rem !important; }
  .me-lg-n49 {
    margin-right: -6.5rem !important; }
  .me-lg-n48 {
    margin-right: -6.5rem !important; }
  .me-lg-n47 {
    margin-right: -6.5rem !important; }
  .me-lg-n46 {
    margin-right: -6.5rem !important; }
  .me-lg-n45 {
    margin-right: -6.5rem !important; }
  .me-lg-n44 {
    margin-right: -6.5rem !important; }
  .me-lg-n43 {
    margin-right: -6.5rem !important; }
  .me-lg-n42 {
    margin-right: -6.5rem !important; }
  .me-lg-n41 {
    margin-right: -6.5rem !important; }
  .me-lg-n40 {
    margin-right: -6.5rem !important; }
  .me-lg-n39 {
    margin-right: -6.5rem !important; }
  .me-lg-n38 {
    margin-right: -6.5rem !important; }
  .me-lg-n37 {
    margin-right: -6.5rem !important; }
  .me-lg-n36 {
    margin-right: -6.5rem !important; }
  .me-lg-n35 {
    margin-right: -6.5rem !important; }
  .me-lg-n34 {
    margin-right: -6.5rem !important; }
  .me-lg-n33 {
    margin-right: -6.5rem !important; }
  .me-lg-n32 {
    margin-right: -6.5rem !important; }
  .me-lg-n31 {
    margin-right: -6.5rem !important; }
  .me-lg-n30 {
    margin-right: -6.5rem !important; }
  .me-lg-n29 {
    margin-right: -6.5rem !important; }
  .me-lg-n28 {
    margin-right: -6.5rem !important; }
  .me-lg-n27 {
    margin-right: -6.5rem !important; }
  .me-lg-n26 {
    margin-right: -6.5rem !important; }
  .me-lg-n25 {
    margin-right: -6.5rem !important; }
  .me-lg-n24 {
    margin-right: -6.5rem !important; }
  .me-lg-n23 {
    margin-right: -6.5rem !important; }
  .me-lg-n22 {
    margin-right: -6.5rem !important; }
  .me-lg-n21 {
    margin-right: -6.5rem !important; }
  .me-lg-n20 {
    margin-right: -6.5rem !important; }
  .me-lg-n19 {
    margin-right: -6.5rem !important; }
  .me-lg-n18 {
    margin-right: -6.5rem !important; }
  .me-lg-n17 {
    margin-right: -6.5rem !important; }
  .me-lg-n16 {
    margin-right: -6.5rem !important; }
  .me-lg-n15 {
    margin-right: -6.5rem !important; }
  .me-lg-n14 {
    margin-right: -6.5rem !important; }
  .me-lg-n13 {
    margin-right: -6.5rem !important; }
  .me-lg-n12 {
    margin-right: -6.5rem !important; }
  .me-lg-n11 {
    margin-right: -6.5rem !important; }
  .me-lg-n10 {
    margin-right: -6.5rem !important; }
  .me-lg-n1 {
    margin-right: -6.5rem !important; }
  .me-lg-n2 {
    margin-right: -6.5rem !important; }
  .me-lg-n3 {
    margin-right: -6.5rem !important; }
  .me-lg-n4 {
    margin-right: -6.5rem !important; }
  .me-lg-n5 {
    margin-right: -6.5rem !important; }
  .me-lg-n80 {
    margin-right: -6.5rem !important; }
  .mb-lg-n65 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n64 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n63 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n62 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n61 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n60 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n59 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n58 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n57 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n56 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n55 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n54 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n53 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n52 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n51 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n50 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n49 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n48 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n47 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n46 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n45 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n44 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n43 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n42 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n41 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n40 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n39 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n38 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n37 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n36 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n35 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n34 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n33 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n32 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n31 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n30 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n29 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n28 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n27 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n26 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n25 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n24 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n23 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n22 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n21 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n20 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n19 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n18 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n17 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n16 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n15 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n14 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n13 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n12 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n11 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n10 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n1 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n2 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n3 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n4 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n5 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n80 {
    margin-bottom: -6.5rem !important; }
  .ms-lg-n65 {
    margin-left: -6.5rem !important; }
  .ms-lg-n64 {
    margin-left: -6.5rem !important; }
  .ms-lg-n63 {
    margin-left: -6.5rem !important; }
  .ms-lg-n62 {
    margin-left: -6.5rem !important; }
  .ms-lg-n61 {
    margin-left: -6.5rem !important; }
  .ms-lg-n60 {
    margin-left: -6.5rem !important; }
  .ms-lg-n59 {
    margin-left: -6.5rem !important; }
  .ms-lg-n58 {
    margin-left: -6.5rem !important; }
  .ms-lg-n57 {
    margin-left: -6.5rem !important; }
  .ms-lg-n56 {
    margin-left: -6.5rem !important; }
  .ms-lg-n55 {
    margin-left: -6.5rem !important; }
  .ms-lg-n54 {
    margin-left: -6.5rem !important; }
  .ms-lg-n53 {
    margin-left: -6.5rem !important; }
  .ms-lg-n52 {
    margin-left: -6.5rem !important; }
  .ms-lg-n51 {
    margin-left: -6.5rem !important; }
  .ms-lg-n50 {
    margin-left: -6.5rem !important; }
  .ms-lg-n49 {
    margin-left: -6.5rem !important; }
  .ms-lg-n48 {
    margin-left: -6.5rem !important; }
  .ms-lg-n47 {
    margin-left: -6.5rem !important; }
  .ms-lg-n46 {
    margin-left: -6.5rem !important; }
  .ms-lg-n45 {
    margin-left: -6.5rem !important; }
  .ms-lg-n44 {
    margin-left: -6.5rem !important; }
  .ms-lg-n43 {
    margin-left: -6.5rem !important; }
  .ms-lg-n42 {
    margin-left: -6.5rem !important; }
  .ms-lg-n41 {
    margin-left: -6.5rem !important; }
  .ms-lg-n40 {
    margin-left: -6.5rem !important; }
  .ms-lg-n39 {
    margin-left: -6.5rem !important; }
  .ms-lg-n38 {
    margin-left: -6.5rem !important; }
  .ms-lg-n37 {
    margin-left: -6.5rem !important; }
  .ms-lg-n36 {
    margin-left: -6.5rem !important; }
  .ms-lg-n35 {
    margin-left: -6.5rem !important; }
  .ms-lg-n34 {
    margin-left: -6.5rem !important; }
  .ms-lg-n33 {
    margin-left: -6.5rem !important; }
  .ms-lg-n32 {
    margin-left: -6.5rem !important; }
  .ms-lg-n31 {
    margin-left: -6.5rem !important; }
  .ms-lg-n30 {
    margin-left: -6.5rem !important; }
  .ms-lg-n29 {
    margin-left: -6.5rem !important; }
  .ms-lg-n28 {
    margin-left: -6.5rem !important; }
  .ms-lg-n27 {
    margin-left: -6.5rem !important; }
  .ms-lg-n26 {
    margin-left: -6.5rem !important; }
  .ms-lg-n25 {
    margin-left: -6.5rem !important; }
  .ms-lg-n24 {
    margin-left: -6.5rem !important; }
  .ms-lg-n23 {
    margin-left: -6.5rem !important; }
  .ms-lg-n22 {
    margin-left: -6.5rem !important; }
  .ms-lg-n21 {
    margin-left: -6.5rem !important; }
  .ms-lg-n20 {
    margin-left: -6.5rem !important; }
  .ms-lg-n19 {
    margin-left: -6.5rem !important; }
  .ms-lg-n18 {
    margin-left: -6.5rem !important; }
  .ms-lg-n17 {
    margin-left: -6.5rem !important; }
  .ms-lg-n16 {
    margin-left: -6.5rem !important; }
  .ms-lg-n15 {
    margin-left: -6.5rem !important; }
  .ms-lg-n14 {
    margin-left: -6.5rem !important; }
  .ms-lg-n13 {
    margin-left: -6.5rem !important; }
  .ms-lg-n12 {
    margin-left: -6.5rem !important; }
  .ms-lg-n11 {
    margin-left: -6.5rem !important; }
  .ms-lg-n10 {
    margin-left: -6.5rem !important; }
  .ms-lg-n1 {
    margin-left: -6.5rem !important; }
  .ms-lg-n2 {
    margin-left: -6.5rem !important; }
  .ms-lg-n3 {
    margin-left: -6.5rem !important; }
  .ms-lg-n4 {
    margin-left: -6.5rem !important; }
  .ms-lg-n5 {
    margin-left: -6.5rem !important; }
  .ms-lg-n80 {
    margin-left: -6.5rem !important; }
  .p-lg-65 {
    padding: 6.5rem !important; }
  .p-lg-64 {
    padding: 6.4rem !important; }
  .p-lg-63 {
    padding: 6.3rem !important; }
  .p-lg-62 {
    padding: 6.2rem !important; }
  .p-lg-61 {
    padding: 6.1rem !important; }
  .p-lg-60 {
    padding: 60px !important; }
  .p-lg-59 {
    padding: 5.9rem !important; }
  .p-lg-58 {
    padding: 5.8rem !important; }
  .p-lg-57 {
    padding: 5.7rem !important; }
  .p-lg-56 {
    padding: 5.6rem !important; }
  .p-lg-55 {
    padding: 5.5rem !important; }
  .p-lg-54 {
    padding: 5.4rem !important; }
  .p-lg-53 {
    padding: 5.3rem !important; }
  .p-lg-52 {
    padding: 5.2rem !important; }
  .p-lg-51 {
    padding: 5.1rem !important; }
  .p-lg-50 {
    padding: 5rem !important; }
  .p-lg-49 {
    padding: 4.9rem !important; }
  .p-lg-48 {
    padding: 4.8rem !important; }
  .p-lg-47 {
    padding: 4.7rem !important; }
  .p-lg-46 {
    padding: 4.6rem !important; }
  .p-lg-45 {
    padding: 4.5rem !important; }
  .p-lg-44 {
    padding: 4.4rem !important; }
  .p-lg-43 {
    padding: 4.3rem !important; }
  .p-lg-42 {
    padding: 4.2rem !important; }
  .p-lg-41 {
    padding: 4.1rem !important; }
  .p-lg-40 {
    padding: 4rem !important; }
  .p-lg-39 {
    padding: 3.9rem !important; }
  .p-lg-38 {
    padding: 3.8rem !important; }
  .p-lg-37 {
    padding: 3.7rem !important; }
  .p-lg-36 {
    padding: 3.6rem !important; }
  .p-lg-35 {
    padding: 3.5rem !important; }
  .p-lg-34 {
    padding: 3.4rem !important; }
  .p-lg-33 {
    padding: 3.3rem !important; }
  .p-lg-32 {
    padding: 3.2rem !important; }
  .p-lg-31 {
    padding: 3.1rem !important; }
  .p-lg-30 {
    padding: 3rem !important; }
  .p-lg-29 {
    padding: 2.9rem !important; }
  .p-lg-28 {
    padding: 2.8rem !important; }
  .p-lg-27 {
    padding: 2.7rem !important; }
  .p-lg-26 {
    padding: 2.6rem !important; }
  .p-lg-25 {
    padding: 2.5rem !important; }
  .p-lg-24 {
    padding: 2.4rem !important; }
  .p-lg-23 {
    padding: 2.3rem !important; }
  .p-lg-22 {
    padding: 2.2rem !important; }
  .p-lg-21 {
    padding: 2.1rem !important; }
  .p-lg-20 {
    padding: 2rem !important; }
  .p-lg-19 {
    padding: 1.9rem !important; }
  .p-lg-18 {
    padding: 1.8rem !important; }
  .p-lg-17 {
    padding: 1.7rem !important; }
  .p-lg-16 {
    padding: 1.6rem !important; }
  .p-lg-15 {
    padding: 1.5rem !important; }
  .p-lg-14 {
    padding: 1.4rem !important; }
  .p-lg-13 {
    padding: 1.3rem !important; }
  .p-lg-12 {
    padding: 1.2rem !important; }
  .p-lg-11 {
    padding: 1.1rem !important; }
  .p-lg-10 {
    padding: 1rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 5px !important; }
  .p-lg-80 {
    padding: 80px !important; }
  .px-lg-65 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important; }
  .px-lg-64 {
    padding-right: 6.4rem !important;
    padding-left: 6.4rem !important; }
  .px-lg-63 {
    padding-right: 6.3rem !important;
    padding-left: 6.3rem !important; }
  .px-lg-62 {
    padding-right: 6.2rem !important;
    padding-left: 6.2rem !important; }
  .px-lg-61 {
    padding-right: 6.1rem !important;
    padding-left: 6.1rem !important; }
  .px-lg-60 {
    padding-right: 60px !important;
    padding-left: 60px !important; }
  .px-lg-59 {
    padding-right: 5.9rem !important;
    padding-left: 5.9rem !important; }
  .px-lg-58 {
    padding-right: 5.8rem !important;
    padding-left: 5.8rem !important; }
  .px-lg-57 {
    padding-right: 5.7rem !important;
    padding-left: 5.7rem !important; }
  .px-lg-56 {
    padding-right: 5.6rem !important;
    padding-left: 5.6rem !important; }
  .px-lg-55 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important; }
  .px-lg-54 {
    padding-right: 5.4rem !important;
    padding-left: 5.4rem !important; }
  .px-lg-53 {
    padding-right: 5.3rem !important;
    padding-left: 5.3rem !important; }
  .px-lg-52 {
    padding-right: 5.2rem !important;
    padding-left: 5.2rem !important; }
  .px-lg-51 {
    padding-right: 5.1rem !important;
    padding-left: 5.1rem !important; }
  .px-lg-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }
  .px-lg-49 {
    padding-right: 4.9rem !important;
    padding-left: 4.9rem !important; }
  .px-lg-48 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important; }
  .px-lg-47 {
    padding-right: 4.7rem !important;
    padding-left: 4.7rem !important; }
  .px-lg-46 {
    padding-right: 4.6rem !important;
    padding-left: 4.6rem !important; }
  .px-lg-45 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important; }
  .px-lg-44 {
    padding-right: 4.4rem !important;
    padding-left: 4.4rem !important; }
  .px-lg-43 {
    padding-right: 4.3rem !important;
    padding-left: 4.3rem !important; }
  .px-lg-42 {
    padding-right: 4.2rem !important;
    padding-left: 4.2rem !important; }
  .px-lg-41 {
    padding-right: 4.1rem !important;
    padding-left: 4.1rem !important; }
  .px-lg-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .px-lg-39 {
    padding-right: 3.9rem !important;
    padding-left: 3.9rem !important; }
  .px-lg-38 {
    padding-right: 3.8rem !important;
    padding-left: 3.8rem !important; }
  .px-lg-37 {
    padding-right: 3.7rem !important;
    padding-left: 3.7rem !important; }
  .px-lg-36 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important; }
  .px-lg-35 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important; }
  .px-lg-34 {
    padding-right: 3.4rem !important;
    padding-left: 3.4rem !important; }
  .px-lg-33 {
    padding-right: 3.3rem !important;
    padding-left: 3.3rem !important; }
  .px-lg-32 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important; }
  .px-lg-31 {
    padding-right: 3.1rem !important;
    padding-left: 3.1rem !important; }
  .px-lg-30 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-lg-29 {
    padding-right: 2.9rem !important;
    padding-left: 2.9rem !important; }
  .px-lg-28 {
    padding-right: 2.8rem !important;
    padding-left: 2.8rem !important; }
  .px-lg-27 {
    padding-right: 2.7rem !important;
    padding-left: 2.7rem !important; }
  .px-lg-26 {
    padding-right: 2.6rem !important;
    padding-left: 2.6rem !important; }
  .px-lg-25 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }
  .px-lg-24 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important; }
  .px-lg-23 {
    padding-right: 2.3rem !important;
    padding-left: 2.3rem !important; }
  .px-lg-22 {
    padding-right: 2.2rem !important;
    padding-left: 2.2rem !important; }
  .px-lg-21 {
    padding-right: 2.1rem !important;
    padding-left: 2.1rem !important; }
  .px-lg-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }
  .px-lg-19 {
    padding-right: 1.9rem !important;
    padding-left: 1.9rem !important; }
  .px-lg-18 {
    padding-right: 1.8rem !important;
    padding-left: 1.8rem !important; }
  .px-lg-17 {
    padding-right: 1.7rem !important;
    padding-left: 1.7rem !important; }
  .px-lg-16 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important; }
  .px-lg-15 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-14 {
    padding-right: 1.4rem !important;
    padding-left: 1.4rem !important; }
  .px-lg-13 {
    padding-right: 1.3rem !important;
    padding-left: 1.3rem !important; }
  .px-lg-12 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important; }
  .px-lg-11 {
    padding-right: 1.1rem !important;
    padding-left: 1.1rem !important; }
  .px-lg-10 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 5px !important;
    padding-left: 5px !important; }
  .px-lg-80 {
    padding-right: 80px !important;
    padding-left: 80px !important; }
  .py-lg-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important; }
  .py-lg-64 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important; }
  .py-lg-63 {
    padding-top: 6.3rem !important;
    padding-bottom: 6.3rem !important; }
  .py-lg-62 {
    padding-top: 6.2rem !important;
    padding-bottom: 6.2rem !important; }
  .py-lg-61 {
    padding-top: 6.1rem !important;
    padding-bottom: 6.1rem !important; }
  .py-lg-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .py-lg-59 {
    padding-top: 5.9rem !important;
    padding-bottom: 5.9rem !important; }
  .py-lg-58 {
    padding-top: 5.8rem !important;
    padding-bottom: 5.8rem !important; }
  .py-lg-57 {
    padding-top: 5.7rem !important;
    padding-bottom: 5.7rem !important; }
  .py-lg-56 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important; }
  .py-lg-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important; }
  .py-lg-54 {
    padding-top: 5.4rem !important;
    padding-bottom: 5.4rem !important; }
  .py-lg-53 {
    padding-top: 5.3rem !important;
    padding-bottom: 5.3rem !important; }
  .py-lg-52 {
    padding-top: 5.2rem !important;
    padding-bottom: 5.2rem !important; }
  .py-lg-51 {
    padding-top: 5.1rem !important;
    padding-bottom: 5.1rem !important; }
  .py-lg-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .py-lg-49 {
    padding-top: 4.9rem !important;
    padding-bottom: 4.9rem !important; }
  .py-lg-48 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important; }
  .py-lg-47 {
    padding-top: 4.7rem !important;
    padding-bottom: 4.7rem !important; }
  .py-lg-46 {
    padding-top: 4.6rem !important;
    padding-bottom: 4.6rem !important; }
  .py-lg-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; }
  .py-lg-44 {
    padding-top: 4.4rem !important;
    padding-bottom: 4.4rem !important; }
  .py-lg-43 {
    padding-top: 4.3rem !important;
    padding-bottom: 4.3rem !important; }
  .py-lg-42 {
    padding-top: 4.2rem !important;
    padding-bottom: 4.2rem !important; }
  .py-lg-41 {
    padding-top: 4.1rem !important;
    padding-bottom: 4.1rem !important; }
  .py-lg-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .py-lg-39 {
    padding-top: 3.9rem !important;
    padding-bottom: 3.9rem !important; }
  .py-lg-38 {
    padding-top: 3.8rem !important;
    padding-bottom: 3.8rem !important; }
  .py-lg-37 {
    padding-top: 3.7rem !important;
    padding-bottom: 3.7rem !important; }
  .py-lg-36 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important; }
  .py-lg-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important; }
  .py-lg-34 {
    padding-top: 3.4rem !important;
    padding-bottom: 3.4rem !important; }
  .py-lg-33 {
    padding-top: 3.3rem !important;
    padding-bottom: 3.3rem !important; }
  .py-lg-32 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important; }
  .py-lg-31 {
    padding-top: 3.1rem !important;
    padding-bottom: 3.1rem !important; }
  .py-lg-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-lg-29 {
    padding-top: 2.9rem !important;
    padding-bottom: 2.9rem !important; }
  .py-lg-28 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important; }
  .py-lg-27 {
    padding-top: 2.7rem !important;
    padding-bottom: 2.7rem !important; }
  .py-lg-26 {
    padding-top: 2.6rem !important;
    padding-bottom: 2.6rem !important; }
  .py-lg-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .py-lg-24 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important; }
  .py-lg-23 {
    padding-top: 2.3rem !important;
    padding-bottom: 2.3rem !important; }
  .py-lg-22 {
    padding-top: 2.2rem !important;
    padding-bottom: 2.2rem !important; }
  .py-lg-21 {
    padding-top: 2.1rem !important;
    padding-bottom: 2.1rem !important; }
  .py-lg-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .py-lg-19 {
    padding-top: 1.9rem !important;
    padding-bottom: 1.9rem !important; }
  .py-lg-18 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important; }
  .py-lg-17 {
    padding-top: 1.7rem !important;
    padding-bottom: 1.7rem !important; }
  .py-lg-16 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important; }
  .py-lg-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-14 {
    padding-top: 1.4rem !important;
    padding-bottom: 1.4rem !important; }
  .py-lg-13 {
    padding-top: 1.3rem !important;
    padding-bottom: 1.3rem !important; }
  .py-lg-12 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important; }
  .py-lg-11 {
    padding-top: 1.1rem !important;
    padding-bottom: 1.1rem !important; }
  .py-lg-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .py-lg-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }
  .pt-lg-65 {
    padding-top: 6.5rem !important; }
  .pt-lg-64 {
    padding-top: 6.4rem !important; }
  .pt-lg-63 {
    padding-top: 6.3rem !important; }
  .pt-lg-62 {
    padding-top: 6.2rem !important; }
  .pt-lg-61 {
    padding-top: 6.1rem !important; }
  .pt-lg-60 {
    padding-top: 60px !important; }
  .pt-lg-59 {
    padding-top: 5.9rem !important; }
  .pt-lg-58 {
    padding-top: 5.8rem !important; }
  .pt-lg-57 {
    padding-top: 5.7rem !important; }
  .pt-lg-56 {
    padding-top: 5.6rem !important; }
  .pt-lg-55 {
    padding-top: 5.5rem !important; }
  .pt-lg-54 {
    padding-top: 5.4rem !important; }
  .pt-lg-53 {
    padding-top: 5.3rem !important; }
  .pt-lg-52 {
    padding-top: 5.2rem !important; }
  .pt-lg-51 {
    padding-top: 5.1rem !important; }
  .pt-lg-50 {
    padding-top: 5rem !important; }
  .pt-lg-49 {
    padding-top: 4.9rem !important; }
  .pt-lg-48 {
    padding-top: 4.8rem !important; }
  .pt-lg-47 {
    padding-top: 4.7rem !important; }
  .pt-lg-46 {
    padding-top: 4.6rem !important; }
  .pt-lg-45 {
    padding-top: 4.5rem !important; }
  .pt-lg-44 {
    padding-top: 4.4rem !important; }
  .pt-lg-43 {
    padding-top: 4.3rem !important; }
  .pt-lg-42 {
    padding-top: 4.2rem !important; }
  .pt-lg-41 {
    padding-top: 4.1rem !important; }
  .pt-lg-40 {
    padding-top: 4rem !important; }
  .pt-lg-39 {
    padding-top: 3.9rem !important; }
  .pt-lg-38 {
    padding-top: 3.8rem !important; }
  .pt-lg-37 {
    padding-top: 3.7rem !important; }
  .pt-lg-36 {
    padding-top: 3.6rem !important; }
  .pt-lg-35 {
    padding-top: 3.5rem !important; }
  .pt-lg-34 {
    padding-top: 3.4rem !important; }
  .pt-lg-33 {
    padding-top: 3.3rem !important; }
  .pt-lg-32 {
    padding-top: 3.2rem !important; }
  .pt-lg-31 {
    padding-top: 3.1rem !important; }
  .pt-lg-30 {
    padding-top: 3rem !important; }
  .pt-lg-29 {
    padding-top: 2.9rem !important; }
  .pt-lg-28 {
    padding-top: 2.8rem !important; }
  .pt-lg-27 {
    padding-top: 2.7rem !important; }
  .pt-lg-26 {
    padding-top: 2.6rem !important; }
  .pt-lg-25 {
    padding-top: 2.5rem !important; }
  .pt-lg-24 {
    padding-top: 2.4rem !important; }
  .pt-lg-23 {
    padding-top: 2.3rem !important; }
  .pt-lg-22 {
    padding-top: 2.2rem !important; }
  .pt-lg-21 {
    padding-top: 2.1rem !important; }
  .pt-lg-20 {
    padding-top: 2rem !important; }
  .pt-lg-19 {
    padding-top: 1.9rem !important; }
  .pt-lg-18 {
    padding-top: 1.8rem !important; }
  .pt-lg-17 {
    padding-top: 1.7rem !important; }
  .pt-lg-16 {
    padding-top: 1.6rem !important; }
  .pt-lg-15 {
    padding-top: 1.5rem !important; }
  .pt-lg-14 {
    padding-top: 1.4rem !important; }
  .pt-lg-13 {
    padding-top: 1.3rem !important; }
  .pt-lg-12 {
    padding-top: 1.2rem !important; }
  .pt-lg-11 {
    padding-top: 1.1rem !important; }
  .pt-lg-10 {
    padding-top: 1rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 5px !important; }
  .pt-lg-80 {
    padding-top: 80px !important; }
  .pe-lg-65 {
    padding-right: 6.5rem !important; }
  .pe-lg-64 {
    padding-right: 6.4rem !important; }
  .pe-lg-63 {
    padding-right: 6.3rem !important; }
  .pe-lg-62 {
    padding-right: 6.2rem !important; }
  .pe-lg-61 {
    padding-right: 6.1rem !important; }
  .pe-lg-60 {
    padding-right: 60px !important; }
  .pe-lg-59 {
    padding-right: 5.9rem !important; }
  .pe-lg-58 {
    padding-right: 5.8rem !important; }
  .pe-lg-57 {
    padding-right: 5.7rem !important; }
  .pe-lg-56 {
    padding-right: 5.6rem !important; }
  .pe-lg-55 {
    padding-right: 5.5rem !important; }
  .pe-lg-54 {
    padding-right: 5.4rem !important; }
  .pe-lg-53 {
    padding-right: 5.3rem !important; }
  .pe-lg-52 {
    padding-right: 5.2rem !important; }
  .pe-lg-51 {
    padding-right: 5.1rem !important; }
  .pe-lg-50 {
    padding-right: 5rem !important; }
  .pe-lg-49 {
    padding-right: 4.9rem !important; }
  .pe-lg-48 {
    padding-right: 4.8rem !important; }
  .pe-lg-47 {
    padding-right: 4.7rem !important; }
  .pe-lg-46 {
    padding-right: 4.6rem !important; }
  .pe-lg-45 {
    padding-right: 4.5rem !important; }
  .pe-lg-44 {
    padding-right: 4.4rem !important; }
  .pe-lg-43 {
    padding-right: 4.3rem !important; }
  .pe-lg-42 {
    padding-right: 4.2rem !important; }
  .pe-lg-41 {
    padding-right: 4.1rem !important; }
  .pe-lg-40 {
    padding-right: 4rem !important; }
  .pe-lg-39 {
    padding-right: 3.9rem !important; }
  .pe-lg-38 {
    padding-right: 3.8rem !important; }
  .pe-lg-37 {
    padding-right: 3.7rem !important; }
  .pe-lg-36 {
    padding-right: 3.6rem !important; }
  .pe-lg-35 {
    padding-right: 3.5rem !important; }
  .pe-lg-34 {
    padding-right: 3.4rem !important; }
  .pe-lg-33 {
    padding-right: 3.3rem !important; }
  .pe-lg-32 {
    padding-right: 3.2rem !important; }
  .pe-lg-31 {
    padding-right: 3.1rem !important; }
  .pe-lg-30 {
    padding-right: 3rem !important; }
  .pe-lg-29 {
    padding-right: 2.9rem !important; }
  .pe-lg-28 {
    padding-right: 2.8rem !important; }
  .pe-lg-27 {
    padding-right: 2.7rem !important; }
  .pe-lg-26 {
    padding-right: 2.6rem !important; }
  .pe-lg-25 {
    padding-right: 2.5rem !important; }
  .pe-lg-24 {
    padding-right: 2.4rem !important; }
  .pe-lg-23 {
    padding-right: 2.3rem !important; }
  .pe-lg-22 {
    padding-right: 2.2rem !important; }
  .pe-lg-21 {
    padding-right: 2.1rem !important; }
  .pe-lg-20 {
    padding-right: 2rem !important; }
  .pe-lg-19 {
    padding-right: 1.9rem !important; }
  .pe-lg-18 {
    padding-right: 1.8rem !important; }
  .pe-lg-17 {
    padding-right: 1.7rem !important; }
  .pe-lg-16 {
    padding-right: 1.6rem !important; }
  .pe-lg-15 {
    padding-right: 1.5rem !important; }
  .pe-lg-14 {
    padding-right: 1.4rem !important; }
  .pe-lg-13 {
    padding-right: 1.3rem !important; }
  .pe-lg-12 {
    padding-right: 1.2rem !important; }
  .pe-lg-11 {
    padding-right: 1.1rem !important; }
  .pe-lg-10 {
    padding-right: 1rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.25rem !important; }
  .pe-lg-2 {
    padding-right: 0.5rem !important; }
  .pe-lg-3 {
    padding-right: 1rem !important; }
  .pe-lg-4 {
    padding-right: 1.5rem !important; }
  .pe-lg-5 {
    padding-right: 5px !important; }
  .pe-lg-80 {
    padding-right: 80px !important; }
  .pb-lg-65 {
    padding-bottom: 6.5rem !important; }
  .pb-lg-64 {
    padding-bottom: 6.4rem !important; }
  .pb-lg-63 {
    padding-bottom: 6.3rem !important; }
  .pb-lg-62 {
    padding-bottom: 6.2rem !important; }
  .pb-lg-61 {
    padding-bottom: 6.1rem !important; }
  .pb-lg-60 {
    padding-bottom: 60px !important; }
  .pb-lg-59 {
    padding-bottom: 5.9rem !important; }
  .pb-lg-58 {
    padding-bottom: 5.8rem !important; }
  .pb-lg-57 {
    padding-bottom: 5.7rem !important; }
  .pb-lg-56 {
    padding-bottom: 5.6rem !important; }
  .pb-lg-55 {
    padding-bottom: 5.5rem !important; }
  .pb-lg-54 {
    padding-bottom: 5.4rem !important; }
  .pb-lg-53 {
    padding-bottom: 5.3rem !important; }
  .pb-lg-52 {
    padding-bottom: 5.2rem !important; }
  .pb-lg-51 {
    padding-bottom: 5.1rem !important; }
  .pb-lg-50 {
    padding-bottom: 5rem !important; }
  .pb-lg-49 {
    padding-bottom: 4.9rem !important; }
  .pb-lg-48 {
    padding-bottom: 4.8rem !important; }
  .pb-lg-47 {
    padding-bottom: 4.7rem !important; }
  .pb-lg-46 {
    padding-bottom: 4.6rem !important; }
  .pb-lg-45 {
    padding-bottom: 4.5rem !important; }
  .pb-lg-44 {
    padding-bottom: 4.4rem !important; }
  .pb-lg-43 {
    padding-bottom: 4.3rem !important; }
  .pb-lg-42 {
    padding-bottom: 4.2rem !important; }
  .pb-lg-41 {
    padding-bottom: 4.1rem !important; }
  .pb-lg-40 {
    padding-bottom: 4rem !important; }
  .pb-lg-39 {
    padding-bottom: 3.9rem !important; }
  .pb-lg-38 {
    padding-bottom: 3.8rem !important; }
  .pb-lg-37 {
    padding-bottom: 3.7rem !important; }
  .pb-lg-36 {
    padding-bottom: 3.6rem !important; }
  .pb-lg-35 {
    padding-bottom: 3.5rem !important; }
  .pb-lg-34 {
    padding-bottom: 3.4rem !important; }
  .pb-lg-33 {
    padding-bottom: 3.3rem !important; }
  .pb-lg-32 {
    padding-bottom: 3.2rem !important; }
  .pb-lg-31 {
    padding-bottom: 3.1rem !important; }
  .pb-lg-30 {
    padding-bottom: 3rem !important; }
  .pb-lg-29 {
    padding-bottom: 2.9rem !important; }
  .pb-lg-28 {
    padding-bottom: 2.8rem !important; }
  .pb-lg-27 {
    padding-bottom: 2.7rem !important; }
  .pb-lg-26 {
    padding-bottom: 2.6rem !important; }
  .pb-lg-25 {
    padding-bottom: 2.5rem !important; }
  .pb-lg-24 {
    padding-bottom: 2.4rem !important; }
  .pb-lg-23 {
    padding-bottom: 2.3rem !important; }
  .pb-lg-22 {
    padding-bottom: 2.2rem !important; }
  .pb-lg-21 {
    padding-bottom: 2.1rem !important; }
  .pb-lg-20 {
    padding-bottom: 2rem !important; }
  .pb-lg-19 {
    padding-bottom: 1.9rem !important; }
  .pb-lg-18 {
    padding-bottom: 1.8rem !important; }
  .pb-lg-17 {
    padding-bottom: 1.7rem !important; }
  .pb-lg-16 {
    padding-bottom: 1.6rem !important; }
  .pb-lg-15 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-14 {
    padding-bottom: 1.4rem !important; }
  .pb-lg-13 {
    padding-bottom: 1.3rem !important; }
  .pb-lg-12 {
    padding-bottom: 1.2rem !important; }
  .pb-lg-11 {
    padding-bottom: 1.1rem !important; }
  .pb-lg-10 {
    padding-bottom: 1rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 5px !important; }
  .pb-lg-80 {
    padding-bottom: 80px !important; }
  .ps-lg-65 {
    padding-left: 6.5rem !important; }
  .ps-lg-64 {
    padding-left: 6.4rem !important; }
  .ps-lg-63 {
    padding-left: 6.3rem !important; }
  .ps-lg-62 {
    padding-left: 6.2rem !important; }
  .ps-lg-61 {
    padding-left: 6.1rem !important; }
  .ps-lg-60 {
    padding-left: 60px !important; }
  .ps-lg-59 {
    padding-left: 5.9rem !important; }
  .ps-lg-58 {
    padding-left: 5.8rem !important; }
  .ps-lg-57 {
    padding-left: 5.7rem !important; }
  .ps-lg-56 {
    padding-left: 5.6rem !important; }
  .ps-lg-55 {
    padding-left: 5.5rem !important; }
  .ps-lg-54 {
    padding-left: 5.4rem !important; }
  .ps-lg-53 {
    padding-left: 5.3rem !important; }
  .ps-lg-52 {
    padding-left: 5.2rem !important; }
  .ps-lg-51 {
    padding-left: 5.1rem !important; }
  .ps-lg-50 {
    padding-left: 5rem !important; }
  .ps-lg-49 {
    padding-left: 4.9rem !important; }
  .ps-lg-48 {
    padding-left: 4.8rem !important; }
  .ps-lg-47 {
    padding-left: 4.7rem !important; }
  .ps-lg-46 {
    padding-left: 4.6rem !important; }
  .ps-lg-45 {
    padding-left: 4.5rem !important; }
  .ps-lg-44 {
    padding-left: 4.4rem !important; }
  .ps-lg-43 {
    padding-left: 4.3rem !important; }
  .ps-lg-42 {
    padding-left: 4.2rem !important; }
  .ps-lg-41 {
    padding-left: 4.1rem !important; }
  .ps-lg-40 {
    padding-left: 4rem !important; }
  .ps-lg-39 {
    padding-left: 3.9rem !important; }
  .ps-lg-38 {
    padding-left: 3.8rem !important; }
  .ps-lg-37 {
    padding-left: 3.7rem !important; }
  .ps-lg-36 {
    padding-left: 3.6rem !important; }
  .ps-lg-35 {
    padding-left: 3.5rem !important; }
  .ps-lg-34 {
    padding-left: 3.4rem !important; }
  .ps-lg-33 {
    padding-left: 3.3rem !important; }
  .ps-lg-32 {
    padding-left: 3.2rem !important; }
  .ps-lg-31 {
    padding-left: 3.1rem !important; }
  .ps-lg-30 {
    padding-left: 3rem !important; }
  .ps-lg-29 {
    padding-left: 2.9rem !important; }
  .ps-lg-28 {
    padding-left: 2.8rem !important; }
  .ps-lg-27 {
    padding-left: 2.7rem !important; }
  .ps-lg-26 {
    padding-left: 2.6rem !important; }
  .ps-lg-25 {
    padding-left: 2.5rem !important; }
  .ps-lg-24 {
    padding-left: 2.4rem !important; }
  .ps-lg-23 {
    padding-left: 2.3rem !important; }
  .ps-lg-22 {
    padding-left: 2.2rem !important; }
  .ps-lg-21 {
    padding-left: 2.1rem !important; }
  .ps-lg-20 {
    padding-left: 2rem !important; }
  .ps-lg-19 {
    padding-left: 1.9rem !important; }
  .ps-lg-18 {
    padding-left: 1.8rem !important; }
  .ps-lg-17 {
    padding-left: 1.7rem !important; }
  .ps-lg-16 {
    padding-left: 1.6rem !important; }
  .ps-lg-15 {
    padding-left: 1.5rem !important; }
  .ps-lg-14 {
    padding-left: 1.4rem !important; }
  .ps-lg-13 {
    padding-left: 1.3rem !important; }
  .ps-lg-12 {
    padding-left: 1.2rem !important; }
  .ps-lg-11 {
    padding-left: 1.1rem !important; }
  .ps-lg-10 {
    padding-left: 1rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.25rem !important; }
  .ps-lg-2 {
    padding-left: 0.5rem !important; }
  .ps-lg-3 {
    padding-left: 1rem !important; }
  .ps-lg-4 {
    padding-left: 1.5rem !important; }
  .ps-lg-5 {
    padding-left: 5px !important; }
  .ps-lg-80 {
    padding-left: 80px !important; }
  .fs-lg-50 {
    font-size: 5rem !important; }
  .fs-lg-49 {
    font-size: 4.9rem !important; }
  .fs-lg-48 {
    font-size: 4.8rem !important; }
  .fs-lg-47 {
    font-size: 4.7rem !important; }
  .fs-lg-46 {
    font-size: 4.6rem !important; }
  .fs-lg-45 {
    font-size: 4.5rem !important; }
  .fs-lg-44 {
    font-size: 4.4rem !important; }
  .fs-lg-43 {
    font-size: 4.3rem !important; }
  .fs-lg-42 {
    font-size: 4.2rem !important; }
  .fs-lg-41 {
    font-size: 4.1rem !important; }
  .fs-lg-40 {
    font-size: 4rem !important; }
  .fs-lg-39 {
    font-size: 3.9rem !important; }
  .fs-lg-38 {
    font-size: 3.8rem !important; }
  .fs-lg-37 {
    font-size: 3.7rem !important; }
  .fs-lg-36 {
    font-size: 3.6rem !important; }
  .fs-lg-35 {
    font-size: 3.5rem !important; }
  .fs-lg-34 {
    font-size: 3.4rem !important; }
  .fs-lg-33 {
    font-size: 3.3rem !important; }
  .fs-lg-32 {
    font-size: 3.2rem !important; }
  .fs-lg-31 {
    font-size: 3.1rem !important; }
  .fs-lg-30 {
    font-size: 3rem !important; }
  .fs-lg-29 {
    font-size: 2.9rem !important; }
  .fs-lg-28 {
    font-size: 2.8rem !important; }
  .fs-lg-27 {
    font-size: 2.7rem !important; }
  .fs-lg-26 {
    font-size: 2.6rem !important; }
  .fs-lg-25 {
    font-size: 2.5rem !important; }
  .fs-lg-24 {
    font-size: 2.4rem !important; }
  .fs-lg-23 {
    font-size: 2.3rem !important; }
  .fs-lg-22 {
    font-size: 2.2rem !important; }
  .fs-lg-21 {
    font-size: 2.1rem !important; }
  .fs-lg-20 {
    font-size: 2rem !important; }
  .fs-lg-19 {
    font-size: 1.9rem !important; }
  .fs-lg-18 {
    font-size: 1.8rem !important; }
  .fs-lg-17 {
    font-size: 1.7rem !important; }
  .fs-lg-16 {
    font-size: 1.6rem !important; }
  .fs-lg-15 {
    font-size: 1.5rem !important; }
  .fs-lg-14 {
    font-size: 1.4rem !important; }
  .fs-lg-13 {
    font-size: 1.3rem !important; }
  .fs-lg-12 {
    font-size: 1.2rem !important; }
  .fs-lg-11 {
    font-size: 1.1rem !important; }
  .fs-lg-10 {
    font-size: 1rem !important; }
  .lh-lg-65 {
    line-height: 6.5rem !important; }
  .lh-lg-64 {
    line-height: 6.4rem !important; }
  .lh-lg-63 {
    line-height: 6.3rem !important; }
  .lh-lg-62 {
    line-height: 6.2rem !important; }
  .lh-lg-61 {
    line-height: 6.1rem !important; }
  .lh-lg-60 {
    line-height: 60px !important; }
  .lh-lg-59 {
    line-height: 5.9rem !important; }
  .lh-lg-58 {
    line-height: 5.8rem !important; }
  .lh-lg-57 {
    line-height: 5.7rem !important; }
  .lh-lg-56 {
    line-height: 5.6rem !important; }
  .lh-lg-55 {
    line-height: 5.5rem !important; }
  .lh-lg-54 {
    line-height: 5.4rem !important; }
  .lh-lg-53 {
    line-height: 5.3rem !important; }
  .lh-lg-52 {
    line-height: 5.2rem !important; }
  .lh-lg-51 {
    line-height: 5.1rem !important; }
  .lh-lg-50 {
    line-height: 5rem !important; }
  .lh-lg-49 {
    line-height: 4.9rem !important; }
  .lh-lg-48 {
    line-height: 4.8rem !important; }
  .lh-lg-47 {
    line-height: 4.7rem !important; }
  .lh-lg-46 {
    line-height: 4.6rem !important; }
  .lh-lg-45 {
    line-height: 4.5rem !important; }
  .lh-lg-44 {
    line-height: 4.4rem !important; }
  .lh-lg-43 {
    line-height: 4.3rem !important; }
  .lh-lg-42 {
    line-height: 4.2rem !important; }
  .lh-lg-41 {
    line-height: 4.1rem !important; }
  .lh-lg-40 {
    line-height: 4rem !important; }
  .lh-lg-39 {
    line-height: 3.9rem !important; }
  .lh-lg-38 {
    line-height: 3.8rem !important; }
  .lh-lg-37 {
    line-height: 3.7rem !important; }
  .lh-lg-36 {
    line-height: 3.6rem !important; }
  .lh-lg-35 {
    line-height: 3.5rem !important; }
  .lh-lg-34 {
    line-height: 3.4rem !important; }
  .lh-lg-33 {
    line-height: 3.3rem !important; }
  .lh-lg-32 {
    line-height: 3.2rem !important; }
  .lh-lg-31 {
    line-height: 3.1rem !important; }
  .lh-lg-30 {
    line-height: 3rem !important; }
  .lh-lg-29 {
    line-height: 2.9rem !important; }
  .lh-lg-28 {
    line-height: 2.8rem !important; }
  .lh-lg-27 {
    line-height: 2.7rem !important; }
  .lh-lg-26 {
    line-height: 2.6rem !important; }
  .lh-lg-25 {
    line-height: 2.5rem !important; }
  .lh-lg-24 {
    line-height: 2.4rem !important; }
  .lh-lg-23 {
    line-height: 2.3rem !important; }
  .lh-lg-22 {
    line-height: 2.2rem !important; }
  .lh-lg-21 {
    line-height: 2.1rem !important; }
  .lh-lg-20 {
    line-height: 2rem !important; }
  .lh-lg-19 {
    line-height: 1.9rem !important; }
  .lh-lg-18 {
    line-height: 1.8rem !important; }
  .lh-lg-17 {
    line-height: 1.7rem !important; }
  .lh-lg-16 {
    line-height: 1.6rem !important; }
  .lh-lg-15 {
    line-height: 1.5rem !important; }
  .lh-lg-14 {
    line-height: 1.4rem !important; }
  .lh-lg-13 {
    line-height: 1.3rem !important; }
  .lh-lg-12 {
    line-height: 1.2rem !important; }
  .lh-lg-11 {
    line-height: 1.1rem !important; }
  .lh-lg-10 {
    line-height: 1rem !important; }
  .lh-lg-0 {
    line-height: 0 !important; }
  .lh-lg-1 {
    line-height: 0.25rem !important; }
  .lh-lg-2 {
    line-height: 0.5rem !important; }
  .lh-lg-3 {
    line-height: 1rem !important; }
  .lh-lg-4 {
    line-height: 1.5rem !important; }
  .lh-lg-5 {
    line-height: 5px !important; }
  .lh-lg-80 {
    line-height: 80px !important; }
  .text-lg-start {
    text-align: left !important; }
  .text-lg-end {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; }
  .rounded-lg-50 {
    border-radius: 5rem !important; }
  .rounded-lg-49 {
    border-radius: 4.9rem !important; }
  .rounded-lg-48 {
    border-radius: 4.8rem !important; }
  .rounded-lg-47 {
    border-radius: 4.7rem !important; }
  .rounded-lg-46 {
    border-radius: 4.6rem !important; }
  .rounded-lg-45 {
    border-radius: 4.5rem !important; }
  .rounded-lg-44 {
    border-radius: 4.4rem !important; }
  .rounded-lg-43 {
    border-radius: 4.3rem !important; }
  .rounded-lg-42 {
    border-radius: 4.2rem !important; }
  .rounded-lg-41 {
    border-radius: 4.1rem !important; }
  .rounded-lg-40 {
    border-radius: 4rem !important; }
  .rounded-lg-39 {
    border-radius: 3.9rem !important; }
  .rounded-lg-38 {
    border-radius: 3.8rem !important; }
  .rounded-lg-37 {
    border-radius: 3.7rem !important; }
  .rounded-lg-36 {
    border-radius: 3.6rem !important; }
  .rounded-lg-35 {
    border-radius: 3.5rem !important; }
  .rounded-lg-34 {
    border-radius: 3.4rem !important; }
  .rounded-lg-33 {
    border-radius: 3.3rem !important; }
  .rounded-lg-32 {
    border-radius: 3.2rem !important; }
  .rounded-lg-31 {
    border-radius: 3.1rem !important; }
  .rounded-lg-30 {
    border-radius: 3rem !important; }
  .rounded-lg-29 {
    border-radius: 2.9rem !important; }
  .rounded-lg-28 {
    border-radius: 2.8rem !important; }
  .rounded-lg-27 {
    border-radius: 2.7rem !important; }
  .rounded-lg-26 {
    border-radius: 2.6rem !important; }
  .rounded-lg-25 {
    border-radius: 2.5rem !important; }
  .rounded-lg-24 {
    border-radius: 2.4rem !important; }
  .rounded-lg-23 {
    border-radius: 2.3rem !important; }
  .rounded-lg-22 {
    border-radius: 2.2rem !important; }
  .rounded-lg-21 {
    border-radius: 2.1rem !important; }
  .rounded-lg-20 {
    border-radius: 2rem !important; }
  .rounded-lg-19 {
    border-radius: 1.9rem !important; }
  .rounded-lg-18 {
    border-radius: 1.8rem !important; }
  .rounded-lg-17 {
    border-radius: 1.7rem !important; }
  .rounded-lg-16 {
    border-radius: 1.6rem !important; }
  .rounded-lg-15 {
    border-radius: 1.5rem !important; }
  .rounded-lg-14 {
    border-radius: 1.4rem !important; }
  .rounded-lg-13 {
    border-radius: 1.3rem !important; }
  .rounded-lg-12 {
    border-radius: 1.2rem !important; }
  .rounded-lg-11 {
    border-radius: 1.1rem !important; }
  .rounded-lg-10 {
    border-radius: 1rem !important; }
  .rounded-lg-9 {
    border-radius: 0.9rem !important; }
  .rounded-lg-8 {
    border-radius: 0.8rem !important; }
  .rounded-lg-7 {
    border-radius: 0.7rem !important; }
  .rounded-lg-6 {
    border-radius: 0.6rem !important; }
  .rounded-lg-5 {
    border-radius: 0.5rem !important; }
  .rounded-lg-4 {
    border-radius: 0.4rem !important; }
  .rounded-lg-3 {
    border-radius: 15px !important; }
  .rounded-lg-2 {
    border-radius: 1.2rem !important; }
  .rounded-lg {
    border-radius: 1.2rem !important; }
  .rounded-lg-0 {
    border-radius: 0 !important; }
  .rounded-lg-1 {
    border-radius: 0.2rem !important; }
  .rounded-lg-circle {
    border-radius: 50% !important; }
  .rounded-lg-pill {
    border-radius: 50rem !important; }
  .rounded-top-lg-50 {
    border-top-left-radius: 5rem !important;
    border-top-right-radius: 5rem !important; }
  .rounded-top-lg-49 {
    border-top-left-radius: 4.9rem !important;
    border-top-right-radius: 4.9rem !important; }
  .rounded-top-lg-48 {
    border-top-left-radius: 4.8rem !important;
    border-top-right-radius: 4.8rem !important; }
  .rounded-top-lg-47 {
    border-top-left-radius: 4.7rem !important;
    border-top-right-radius: 4.7rem !important; }
  .rounded-top-lg-46 {
    border-top-left-radius: 4.6rem !important;
    border-top-right-radius: 4.6rem !important; }
  .rounded-top-lg-45 {
    border-top-left-radius: 4.5rem !important;
    border-top-right-radius: 4.5rem !important; }
  .rounded-top-lg-44 {
    border-top-left-radius: 4.4rem !important;
    border-top-right-radius: 4.4rem !important; }
  .rounded-top-lg-43 {
    border-top-left-radius: 4.3rem !important;
    border-top-right-radius: 4.3rem !important; }
  .rounded-top-lg-42 {
    border-top-left-radius: 4.2rem !important;
    border-top-right-radius: 4.2rem !important; }
  .rounded-top-lg-41 {
    border-top-left-radius: 4.1rem !important;
    border-top-right-radius: 4.1rem !important; }
  .rounded-top-lg-40 {
    border-top-left-radius: 4rem !important;
    border-top-right-radius: 4rem !important; }
  .rounded-top-lg-39 {
    border-top-left-radius: 3.9rem !important;
    border-top-right-radius: 3.9rem !important; }
  .rounded-top-lg-38 {
    border-top-left-radius: 3.8rem !important;
    border-top-right-radius: 3.8rem !important; }
  .rounded-top-lg-37 {
    border-top-left-radius: 3.7rem !important;
    border-top-right-radius: 3.7rem !important; }
  .rounded-top-lg-36 {
    border-top-left-radius: 3.6rem !important;
    border-top-right-radius: 3.6rem !important; }
  .rounded-top-lg-35 {
    border-top-left-radius: 3.5rem !important;
    border-top-right-radius: 3.5rem !important; }
  .rounded-top-lg-34 {
    border-top-left-radius: 3.4rem !important;
    border-top-right-radius: 3.4rem !important; }
  .rounded-top-lg-33 {
    border-top-left-radius: 3.3rem !important;
    border-top-right-radius: 3.3rem !important; }
  .rounded-top-lg-32 {
    border-top-left-radius: 3.2rem !important;
    border-top-right-radius: 3.2rem !important; }
  .rounded-top-lg-31 {
    border-top-left-radius: 3.1rem !important;
    border-top-right-radius: 3.1rem !important; }
  .rounded-top-lg-30 {
    border-top-left-radius: 3rem !important;
    border-top-right-radius: 3rem !important; }
  .rounded-top-lg-29 {
    border-top-left-radius: 2.9rem !important;
    border-top-right-radius: 2.9rem !important; }
  .rounded-top-lg-28 {
    border-top-left-radius: 2.8rem !important;
    border-top-right-radius: 2.8rem !important; }
  .rounded-top-lg-27 {
    border-top-left-radius: 2.7rem !important;
    border-top-right-radius: 2.7rem !important; }
  .rounded-top-lg-26 {
    border-top-left-radius: 2.6rem !important;
    border-top-right-radius: 2.6rem !important; }
  .rounded-top-lg-25 {
    border-top-left-radius: 2.5rem !important;
    border-top-right-radius: 2.5rem !important; }
  .rounded-top-lg-24 {
    border-top-left-radius: 2.4rem !important;
    border-top-right-radius: 2.4rem !important; }
  .rounded-top-lg-23 {
    border-top-left-radius: 2.3rem !important;
    border-top-right-radius: 2.3rem !important; }
  .rounded-top-lg-22 {
    border-top-left-radius: 2.2rem !important;
    border-top-right-radius: 2.2rem !important; }
  .rounded-top-lg-21 {
    border-top-left-radius: 2.1rem !important;
    border-top-right-radius: 2.1rem !important; }
  .rounded-top-lg-20 {
    border-top-left-radius: 2rem !important;
    border-top-right-radius: 2rem !important; }
  .rounded-top-lg-19 {
    border-top-left-radius: 1.9rem !important;
    border-top-right-radius: 1.9rem !important; }
  .rounded-top-lg-18 {
    border-top-left-radius: 1.8rem !important;
    border-top-right-radius: 1.8rem !important; }
  .rounded-top-lg-17 {
    border-top-left-radius: 1.7rem !important;
    border-top-right-radius: 1.7rem !important; }
  .rounded-top-lg-16 {
    border-top-left-radius: 1.6rem !important;
    border-top-right-radius: 1.6rem !important; }
  .rounded-top-lg-15 {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important; }
  .rounded-top-lg-14 {
    border-top-left-radius: 1.4rem !important;
    border-top-right-radius: 1.4rem !important; }
  .rounded-top-lg-13 {
    border-top-left-radius: 1.3rem !important;
    border-top-right-radius: 1.3rem !important; }
  .rounded-top-lg-12 {
    border-top-left-radius: 1.2rem !important;
    border-top-right-radius: 1.2rem !important; }
  .rounded-top-lg-11 {
    border-top-left-radius: 1.1rem !important;
    border-top-right-radius: 1.1rem !important; }
  .rounded-top-lg-10 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important; }
  .rounded-top-lg-9 {
    border-top-left-radius: 0.9rem !important;
    border-top-right-radius: 0.9rem !important; }
  .rounded-top-lg-8 {
    border-top-left-radius: 0.8rem !important;
    border-top-right-radius: 0.8rem !important; }
  .rounded-top-lg-7 {
    border-top-left-radius: 0.7rem !important;
    border-top-right-radius: 0.7rem !important; }
  .rounded-top-lg-6 {
    border-top-left-radius: 0.6rem !important;
    border-top-right-radius: 0.6rem !important; }
  .rounded-top-lg-5 {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important; }
  .rounded-top-lg-4 {
    border-top-left-radius: 0.4rem !important;
    border-top-right-radius: 0.4rem !important; }
  .rounded-top-lg-3 {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important; }
  .rounded-top-lg-2 {
    border-top-left-radius: 1.2rem !important;
    border-top-right-radius: 1.2rem !important; }
  .rounded-top-lg {
    border-top-left-radius: 1.2rem !important;
    border-top-right-radius: 1.2rem !important; }
  .rounded-top-lg-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important; }
  .rounded-top-lg-1 {
    border-top-left-radius: 0.2rem !important;
    border-top-right-radius: 0.2rem !important; }
  .rounded-top-lg-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important; }
  .rounded-top-lg-pill {
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important; }
  .rounded-end-lg-50 {
    border-top-right-radius: 5rem !important;
    border-bottom-right-radius: 5rem !important; }
  .rounded-end-lg-49 {
    border-top-right-radius: 4.9rem !important;
    border-bottom-right-radius: 4.9rem !important; }
  .rounded-end-lg-48 {
    border-top-right-radius: 4.8rem !important;
    border-bottom-right-radius: 4.8rem !important; }
  .rounded-end-lg-47 {
    border-top-right-radius: 4.7rem !important;
    border-bottom-right-radius: 4.7rem !important; }
  .rounded-end-lg-46 {
    border-top-right-radius: 4.6rem !important;
    border-bottom-right-radius: 4.6rem !important; }
  .rounded-end-lg-45 {
    border-top-right-radius: 4.5rem !important;
    border-bottom-right-radius: 4.5rem !important; }
  .rounded-end-lg-44 {
    border-top-right-radius: 4.4rem !important;
    border-bottom-right-radius: 4.4rem !important; }
  .rounded-end-lg-43 {
    border-top-right-radius: 4.3rem !important;
    border-bottom-right-radius: 4.3rem !important; }
  .rounded-end-lg-42 {
    border-top-right-radius: 4.2rem !important;
    border-bottom-right-radius: 4.2rem !important; }
  .rounded-end-lg-41 {
    border-top-right-radius: 4.1rem !important;
    border-bottom-right-radius: 4.1rem !important; }
  .rounded-end-lg-40 {
    border-top-right-radius: 4rem !important;
    border-bottom-right-radius: 4rem !important; }
  .rounded-end-lg-39 {
    border-top-right-radius: 3.9rem !important;
    border-bottom-right-radius: 3.9rem !important; }
  .rounded-end-lg-38 {
    border-top-right-radius: 3.8rem !important;
    border-bottom-right-radius: 3.8rem !important; }
  .rounded-end-lg-37 {
    border-top-right-radius: 3.7rem !important;
    border-bottom-right-radius: 3.7rem !important; }
  .rounded-end-lg-36 {
    border-top-right-radius: 3.6rem !important;
    border-bottom-right-radius: 3.6rem !important; }
  .rounded-end-lg-35 {
    border-top-right-radius: 3.5rem !important;
    border-bottom-right-radius: 3.5rem !important; }
  .rounded-end-lg-34 {
    border-top-right-radius: 3.4rem !important;
    border-bottom-right-radius: 3.4rem !important; }
  .rounded-end-lg-33 {
    border-top-right-radius: 3.3rem !important;
    border-bottom-right-radius: 3.3rem !important; }
  .rounded-end-lg-32 {
    border-top-right-radius: 3.2rem !important;
    border-bottom-right-radius: 3.2rem !important; }
  .rounded-end-lg-31 {
    border-top-right-radius: 3.1rem !important;
    border-bottom-right-radius: 3.1rem !important; }
  .rounded-end-lg-30 {
    border-top-right-radius: 3rem !important;
    border-bottom-right-radius: 3rem !important; }
  .rounded-end-lg-29 {
    border-top-right-radius: 2.9rem !important;
    border-bottom-right-radius: 2.9rem !important; }
  .rounded-end-lg-28 {
    border-top-right-radius: 2.8rem !important;
    border-bottom-right-radius: 2.8rem !important; }
  .rounded-end-lg-27 {
    border-top-right-radius: 2.7rem !important;
    border-bottom-right-radius: 2.7rem !important; }
  .rounded-end-lg-26 {
    border-top-right-radius: 2.6rem !important;
    border-bottom-right-radius: 2.6rem !important; }
  .rounded-end-lg-25 {
    border-top-right-radius: 2.5rem !important;
    border-bottom-right-radius: 2.5rem !important; }
  .rounded-end-lg-24 {
    border-top-right-radius: 2.4rem !important;
    border-bottom-right-radius: 2.4rem !important; }
  .rounded-end-lg-23 {
    border-top-right-radius: 2.3rem !important;
    border-bottom-right-radius: 2.3rem !important; }
  .rounded-end-lg-22 {
    border-top-right-radius: 2.2rem !important;
    border-bottom-right-radius: 2.2rem !important; }
  .rounded-end-lg-21 {
    border-top-right-radius: 2.1rem !important;
    border-bottom-right-radius: 2.1rem !important; }
  .rounded-end-lg-20 {
    border-top-right-radius: 2rem !important;
    border-bottom-right-radius: 2rem !important; }
  .rounded-end-lg-19 {
    border-top-right-radius: 1.9rem !important;
    border-bottom-right-radius: 1.9rem !important; }
  .rounded-end-lg-18 {
    border-top-right-radius: 1.8rem !important;
    border-bottom-right-radius: 1.8rem !important; }
  .rounded-end-lg-17 {
    border-top-right-radius: 1.7rem !important;
    border-bottom-right-radius: 1.7rem !important; }
  .rounded-end-lg-16 {
    border-top-right-radius: 1.6rem !important;
    border-bottom-right-radius: 1.6rem !important; }
  .rounded-end-lg-15 {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important; }
  .rounded-end-lg-14 {
    border-top-right-radius: 1.4rem !important;
    border-bottom-right-radius: 1.4rem !important; }
  .rounded-end-lg-13 {
    border-top-right-radius: 1.3rem !important;
    border-bottom-right-radius: 1.3rem !important; }
  .rounded-end-lg-12 {
    border-top-right-radius: 1.2rem !important;
    border-bottom-right-radius: 1.2rem !important; }
  .rounded-end-lg-11 {
    border-top-right-radius: 1.1rem !important;
    border-bottom-right-radius: 1.1rem !important; }
  .rounded-end-lg-10 {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important; }
  .rounded-end-lg-9 {
    border-top-right-radius: 0.9rem !important;
    border-bottom-right-radius: 0.9rem !important; }
  .rounded-end-lg-8 {
    border-top-right-radius: 0.8rem !important;
    border-bottom-right-radius: 0.8rem !important; }
  .rounded-end-lg-7 {
    border-top-right-radius: 0.7rem !important;
    border-bottom-right-radius: 0.7rem !important; }
  .rounded-end-lg-6 {
    border-top-right-radius: 0.6rem !important;
    border-bottom-right-radius: 0.6rem !important; }
  .rounded-end-lg-5 {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important; }
  .rounded-end-lg-4 {
    border-top-right-radius: 0.4rem !important;
    border-bottom-right-radius: 0.4rem !important; }
  .rounded-end-lg-3 {
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important; }
  .rounded-end-lg-2 {
    border-top-right-radius: 1.2rem !important;
    border-bottom-right-radius: 1.2rem !important; }
  .rounded-end-lg {
    border-top-right-radius: 1.2rem !important;
    border-bottom-right-radius: 1.2rem !important; }
  .rounded-end-lg-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important; }
  .rounded-end-lg-1 {
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important; }
  .rounded-end-lg-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important; }
  .rounded-end-lg-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important; }
  .rounded-bottom-lg-50 {
    border-bottom-right-radius: 5rem !important;
    border-bottom-left-radius: 5rem !important; }
  .rounded-bottom-lg-49 {
    border-bottom-right-radius: 4.9rem !important;
    border-bottom-left-radius: 4.9rem !important; }
  .rounded-bottom-lg-48 {
    border-bottom-right-radius: 4.8rem !important;
    border-bottom-left-radius: 4.8rem !important; }
  .rounded-bottom-lg-47 {
    border-bottom-right-radius: 4.7rem !important;
    border-bottom-left-radius: 4.7rem !important; }
  .rounded-bottom-lg-46 {
    border-bottom-right-radius: 4.6rem !important;
    border-bottom-left-radius: 4.6rem !important; }
  .rounded-bottom-lg-45 {
    border-bottom-right-radius: 4.5rem !important;
    border-bottom-left-radius: 4.5rem !important; }
  .rounded-bottom-lg-44 {
    border-bottom-right-radius: 4.4rem !important;
    border-bottom-left-radius: 4.4rem !important; }
  .rounded-bottom-lg-43 {
    border-bottom-right-radius: 4.3rem !important;
    border-bottom-left-radius: 4.3rem !important; }
  .rounded-bottom-lg-42 {
    border-bottom-right-radius: 4.2rem !important;
    border-bottom-left-radius: 4.2rem !important; }
  .rounded-bottom-lg-41 {
    border-bottom-right-radius: 4.1rem !important;
    border-bottom-left-radius: 4.1rem !important; }
  .rounded-bottom-lg-40 {
    border-bottom-right-radius: 4rem !important;
    border-bottom-left-radius: 4rem !important; }
  .rounded-bottom-lg-39 {
    border-bottom-right-radius: 3.9rem !important;
    border-bottom-left-radius: 3.9rem !important; }
  .rounded-bottom-lg-38 {
    border-bottom-right-radius: 3.8rem !important;
    border-bottom-left-radius: 3.8rem !important; }
  .rounded-bottom-lg-37 {
    border-bottom-right-radius: 3.7rem !important;
    border-bottom-left-radius: 3.7rem !important; }
  .rounded-bottom-lg-36 {
    border-bottom-right-radius: 3.6rem !important;
    border-bottom-left-radius: 3.6rem !important; }
  .rounded-bottom-lg-35 {
    border-bottom-right-radius: 3.5rem !important;
    border-bottom-left-radius: 3.5rem !important; }
  .rounded-bottom-lg-34 {
    border-bottom-right-radius: 3.4rem !important;
    border-bottom-left-radius: 3.4rem !important; }
  .rounded-bottom-lg-33 {
    border-bottom-right-radius: 3.3rem !important;
    border-bottom-left-radius: 3.3rem !important; }
  .rounded-bottom-lg-32 {
    border-bottom-right-radius: 3.2rem !important;
    border-bottom-left-radius: 3.2rem !important; }
  .rounded-bottom-lg-31 {
    border-bottom-right-radius: 3.1rem !important;
    border-bottom-left-radius: 3.1rem !important; }
  .rounded-bottom-lg-30 {
    border-bottom-right-radius: 3rem !important;
    border-bottom-left-radius: 3rem !important; }
  .rounded-bottom-lg-29 {
    border-bottom-right-radius: 2.9rem !important;
    border-bottom-left-radius: 2.9rem !important; }
  .rounded-bottom-lg-28 {
    border-bottom-right-radius: 2.8rem !important;
    border-bottom-left-radius: 2.8rem !important; }
  .rounded-bottom-lg-27 {
    border-bottom-right-radius: 2.7rem !important;
    border-bottom-left-radius: 2.7rem !important; }
  .rounded-bottom-lg-26 {
    border-bottom-right-radius: 2.6rem !important;
    border-bottom-left-radius: 2.6rem !important; }
  .rounded-bottom-lg-25 {
    border-bottom-right-radius: 2.5rem !important;
    border-bottom-left-radius: 2.5rem !important; }
  .rounded-bottom-lg-24 {
    border-bottom-right-radius: 2.4rem !important;
    border-bottom-left-radius: 2.4rem !important; }
  .rounded-bottom-lg-23 {
    border-bottom-right-radius: 2.3rem !important;
    border-bottom-left-radius: 2.3rem !important; }
  .rounded-bottom-lg-22 {
    border-bottom-right-radius: 2.2rem !important;
    border-bottom-left-radius: 2.2rem !important; }
  .rounded-bottom-lg-21 {
    border-bottom-right-radius: 2.1rem !important;
    border-bottom-left-radius: 2.1rem !important; }
  .rounded-bottom-lg-20 {
    border-bottom-right-radius: 2rem !important;
    border-bottom-left-radius: 2rem !important; }
  .rounded-bottom-lg-19 {
    border-bottom-right-radius: 1.9rem !important;
    border-bottom-left-radius: 1.9rem !important; }
  .rounded-bottom-lg-18 {
    border-bottom-right-radius: 1.8rem !important;
    border-bottom-left-radius: 1.8rem !important; }
  .rounded-bottom-lg-17 {
    border-bottom-right-radius: 1.7rem !important;
    border-bottom-left-radius: 1.7rem !important; }
  .rounded-bottom-lg-16 {
    border-bottom-right-radius: 1.6rem !important;
    border-bottom-left-radius: 1.6rem !important; }
  .rounded-bottom-lg-15 {
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important; }
  .rounded-bottom-lg-14 {
    border-bottom-right-radius: 1.4rem !important;
    border-bottom-left-radius: 1.4rem !important; }
  .rounded-bottom-lg-13 {
    border-bottom-right-radius: 1.3rem !important;
    border-bottom-left-radius: 1.3rem !important; }
  .rounded-bottom-lg-12 {
    border-bottom-right-radius: 1.2rem !important;
    border-bottom-left-radius: 1.2rem !important; }
  .rounded-bottom-lg-11 {
    border-bottom-right-radius: 1.1rem !important;
    border-bottom-left-radius: 1.1rem !important; }
  .rounded-bottom-lg-10 {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important; }
  .rounded-bottom-lg-9 {
    border-bottom-right-radius: 0.9rem !important;
    border-bottom-left-radius: 0.9rem !important; }
  .rounded-bottom-lg-8 {
    border-bottom-right-radius: 0.8rem !important;
    border-bottom-left-radius: 0.8rem !important; }
  .rounded-bottom-lg-7 {
    border-bottom-right-radius: 0.7rem !important;
    border-bottom-left-radius: 0.7rem !important; }
  .rounded-bottom-lg-6 {
    border-bottom-right-radius: 0.6rem !important;
    border-bottom-left-radius: 0.6rem !important; }
  .rounded-bottom-lg-5 {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important; }
  .rounded-bottom-lg-4 {
    border-bottom-right-radius: 0.4rem !important;
    border-bottom-left-radius: 0.4rem !important; }
  .rounded-bottom-lg-3 {
    border-bottom-right-radius: 15px !important;
    border-bottom-left-radius: 15px !important; }
  .rounded-bottom-lg-2 {
    border-bottom-right-radius: 1.2rem !important;
    border-bottom-left-radius: 1.2rem !important; }
  .rounded-bottom-lg {
    border-bottom-right-radius: 1.2rem !important;
    border-bottom-left-radius: 1.2rem !important; }
  .rounded-bottom-lg-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important; }
  .rounded-bottom-lg-1 {
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important; }
  .rounded-bottom-lg-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important; }
  .rounded-bottom-lg-pill {
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important; }
  .rounded-start-lg-50 {
    border-bottom-left-radius: 5rem !important;
    border-top-left-radius: 5rem !important; }
  .rounded-start-lg-49 {
    border-bottom-left-radius: 4.9rem !important;
    border-top-left-radius: 4.9rem !important; }
  .rounded-start-lg-48 {
    border-bottom-left-radius: 4.8rem !important;
    border-top-left-radius: 4.8rem !important; }
  .rounded-start-lg-47 {
    border-bottom-left-radius: 4.7rem !important;
    border-top-left-radius: 4.7rem !important; }
  .rounded-start-lg-46 {
    border-bottom-left-radius: 4.6rem !important;
    border-top-left-radius: 4.6rem !important; }
  .rounded-start-lg-45 {
    border-bottom-left-radius: 4.5rem !important;
    border-top-left-radius: 4.5rem !important; }
  .rounded-start-lg-44 {
    border-bottom-left-radius: 4.4rem !important;
    border-top-left-radius: 4.4rem !important; }
  .rounded-start-lg-43 {
    border-bottom-left-radius: 4.3rem !important;
    border-top-left-radius: 4.3rem !important; }
  .rounded-start-lg-42 {
    border-bottom-left-radius: 4.2rem !important;
    border-top-left-radius: 4.2rem !important; }
  .rounded-start-lg-41 {
    border-bottom-left-radius: 4.1rem !important;
    border-top-left-radius: 4.1rem !important; }
  .rounded-start-lg-40 {
    border-bottom-left-radius: 4rem !important;
    border-top-left-radius: 4rem !important; }
  .rounded-start-lg-39 {
    border-bottom-left-radius: 3.9rem !important;
    border-top-left-radius: 3.9rem !important; }
  .rounded-start-lg-38 {
    border-bottom-left-radius: 3.8rem !important;
    border-top-left-radius: 3.8rem !important; }
  .rounded-start-lg-37 {
    border-bottom-left-radius: 3.7rem !important;
    border-top-left-radius: 3.7rem !important; }
  .rounded-start-lg-36 {
    border-bottom-left-radius: 3.6rem !important;
    border-top-left-radius: 3.6rem !important; }
  .rounded-start-lg-35 {
    border-bottom-left-radius: 3.5rem !important;
    border-top-left-radius: 3.5rem !important; }
  .rounded-start-lg-34 {
    border-bottom-left-radius: 3.4rem !important;
    border-top-left-radius: 3.4rem !important; }
  .rounded-start-lg-33 {
    border-bottom-left-radius: 3.3rem !important;
    border-top-left-radius: 3.3rem !important; }
  .rounded-start-lg-32 {
    border-bottom-left-radius: 3.2rem !important;
    border-top-left-radius: 3.2rem !important; }
  .rounded-start-lg-31 {
    border-bottom-left-radius: 3.1rem !important;
    border-top-left-radius: 3.1rem !important; }
  .rounded-start-lg-30 {
    border-bottom-left-radius: 3rem !important;
    border-top-left-radius: 3rem !important; }
  .rounded-start-lg-29 {
    border-bottom-left-radius: 2.9rem !important;
    border-top-left-radius: 2.9rem !important; }
  .rounded-start-lg-28 {
    border-bottom-left-radius: 2.8rem !important;
    border-top-left-radius: 2.8rem !important; }
  .rounded-start-lg-27 {
    border-bottom-left-radius: 2.7rem !important;
    border-top-left-radius: 2.7rem !important; }
  .rounded-start-lg-26 {
    border-bottom-left-radius: 2.6rem !important;
    border-top-left-radius: 2.6rem !important; }
  .rounded-start-lg-25 {
    border-bottom-left-radius: 2.5rem !important;
    border-top-left-radius: 2.5rem !important; }
  .rounded-start-lg-24 {
    border-bottom-left-radius: 2.4rem !important;
    border-top-left-radius: 2.4rem !important; }
  .rounded-start-lg-23 {
    border-bottom-left-radius: 2.3rem !important;
    border-top-left-radius: 2.3rem !important; }
  .rounded-start-lg-22 {
    border-bottom-left-radius: 2.2rem !important;
    border-top-left-radius: 2.2rem !important; }
  .rounded-start-lg-21 {
    border-bottom-left-radius: 2.1rem !important;
    border-top-left-radius: 2.1rem !important; }
  .rounded-start-lg-20 {
    border-bottom-left-radius: 2rem !important;
    border-top-left-radius: 2rem !important; }
  .rounded-start-lg-19 {
    border-bottom-left-radius: 1.9rem !important;
    border-top-left-radius: 1.9rem !important; }
  .rounded-start-lg-18 {
    border-bottom-left-radius: 1.8rem !important;
    border-top-left-radius: 1.8rem !important; }
  .rounded-start-lg-17 {
    border-bottom-left-radius: 1.7rem !important;
    border-top-left-radius: 1.7rem !important; }
  .rounded-start-lg-16 {
    border-bottom-left-radius: 1.6rem !important;
    border-top-left-radius: 1.6rem !important; }
  .rounded-start-lg-15 {
    border-bottom-left-radius: 1.5rem !important;
    border-top-left-radius: 1.5rem !important; }
  .rounded-start-lg-14 {
    border-bottom-left-radius: 1.4rem !important;
    border-top-left-radius: 1.4rem !important; }
  .rounded-start-lg-13 {
    border-bottom-left-radius: 1.3rem !important;
    border-top-left-radius: 1.3rem !important; }
  .rounded-start-lg-12 {
    border-bottom-left-radius: 1.2rem !important;
    border-top-left-radius: 1.2rem !important; }
  .rounded-start-lg-11 {
    border-bottom-left-radius: 1.1rem !important;
    border-top-left-radius: 1.1rem !important; }
  .rounded-start-lg-10 {
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important; }
  .rounded-start-lg-9 {
    border-bottom-left-radius: 0.9rem !important;
    border-top-left-radius: 0.9rem !important; }
  .rounded-start-lg-8 {
    border-bottom-left-radius: 0.8rem !important;
    border-top-left-radius: 0.8rem !important; }
  .rounded-start-lg-7 {
    border-bottom-left-radius: 0.7rem !important;
    border-top-left-radius: 0.7rem !important; }
  .rounded-start-lg-6 {
    border-bottom-left-radius: 0.6rem !important;
    border-top-left-radius: 0.6rem !important; }
  .rounded-start-lg-5 {
    border-bottom-left-radius: 0.5rem !important;
    border-top-left-radius: 0.5rem !important; }
  .rounded-start-lg-4 {
    border-bottom-left-radius: 0.4rem !important;
    border-top-left-radius: 0.4rem !important; }
  .rounded-start-lg-3 {
    border-bottom-left-radius: 15px !important;
    border-top-left-radius: 15px !important; }
  .rounded-start-lg-2 {
    border-bottom-left-radius: 1.2rem !important;
    border-top-left-radius: 1.2rem !important; }
  .rounded-start-lg {
    border-bottom-left-radius: 1.2rem !important;
    border-top-left-radius: 1.2rem !important; }
  .rounded-start-lg-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important; }
  .rounded-start-lg-1 {
    border-bottom-left-radius: 0.2rem !important;
    border-top-left-radius: 0.2rem !important; }
  .rounded-start-lg-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important; }
  .rounded-start-lg-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important; }
  .z-index-lg-1 {
    z-index: 1 !important; }
  .z-index-lg-2 {
    z-index: 2 !important; }
  .z-index-lg-3 {
    z-index: 3 !important; }
  .z-index-lg-4 {
    z-index: 4 !important; }
  .z-index-lg-5 {
    z-index: 5 !important; }
  .z-index-lg-1000 {
    z-index: 1000 !important; } }

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important; }
  .float-xl-end {
    float: right !important; }
  .float-xl-none {
    float: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-grid {
    display: grid !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; }
  .d-xl-none {
    display: none !important; }
  .position-xl-static {
    position: static !important; }
  .position-xl-relative {
    position: relative !important; }
  .position-xl-absolute {
    position: absolute !important; }
  .position-xl-fixed {
    position: fixed !important; }
  .position-xl-sticky {
    position: sticky !important; }
  .top-xl-0 {
    top: 0 !important; }
  .top-xl-10 {
    top: 10% !important; }
  .top-xl-20 {
    top: 20% !important; }
  .top-xl-40 {
    top: 40% !important; }
  .top-xl-50 {
    top: 50% !important; }
  .top-xl-90 {
    top: 90% !important; }
  .top-xl-100 {
    top: 100% !important; }
  .top-xl-50px {
    top: 50px !important; }
  .top-xl-30px {
    top: 30px !important; }
  .w-xl-20 {
    width: 20% !important; }
  .w-xl-25 {
    width: 25% !important; }
  .w-xl-50 {
    width: 50% !important; }
  .w-xl-70 {
    width: 70% !important; }
  .w-xl-75 {
    width: 75% !important; }
  .w-xl-80 {
    width: 80% !important; }
  .w-xl-90 {
    width: 90% !important; }
  .w-xl-100 {
    width: 100% !important; }
  .w-xl-auto {
    width: auto !important; }
  .w-xl-165px {
    width: 165px !important; }
  .w-xl-280px {
    width: 280px !important; }
  .h-xl-20 {
    height: 20% !important; }
  .h-xl-25 {
    height: 25% !important; }
  .h-xl-50 {
    height: 50% !important; }
  .h-xl-70 {
    height: 70% !important; }
  .h-xl-75 {
    height: 75% !important; }
  .h-xl-80 {
    height: 80% !important; }
  .h-xl-90 {
    height: 90% !important; }
  .h-xl-100 {
    height: 100% !important; }
  .h-xl-auto {
    height: auto !important; }
  .h-xl-165px {
    height: 165px !important; }
  .h-xl-280px {
    height: 280px !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .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-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; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-xl-65 {
    gap: 6.5rem !important; }
  .gap-xl-64 {
    gap: 6.4rem !important; }
  .gap-xl-63 {
    gap: 6.3rem !important; }
  .gap-xl-62 {
    gap: 6.2rem !important; }
  .gap-xl-61 {
    gap: 6.1rem !important; }
  .gap-xl-60 {
    gap: 60px !important; }
  .gap-xl-59 {
    gap: 5.9rem !important; }
  .gap-xl-58 {
    gap: 5.8rem !important; }
  .gap-xl-57 {
    gap: 5.7rem !important; }
  .gap-xl-56 {
    gap: 5.6rem !important; }
  .gap-xl-55 {
    gap: 5.5rem !important; }
  .gap-xl-54 {
    gap: 5.4rem !important; }
  .gap-xl-53 {
    gap: 5.3rem !important; }
  .gap-xl-52 {
    gap: 5.2rem !important; }
  .gap-xl-51 {
    gap: 5.1rem !important; }
  .gap-xl-50 {
    gap: 5rem !important; }
  .gap-xl-49 {
    gap: 4.9rem !important; }
  .gap-xl-48 {
    gap: 4.8rem !important; }
  .gap-xl-47 {
    gap: 4.7rem !important; }
  .gap-xl-46 {
    gap: 4.6rem !important; }
  .gap-xl-45 {
    gap: 4.5rem !important; }
  .gap-xl-44 {
    gap: 4.4rem !important; }
  .gap-xl-43 {
    gap: 4.3rem !important; }
  .gap-xl-42 {
    gap: 4.2rem !important; }
  .gap-xl-41 {
    gap: 4.1rem !important; }
  .gap-xl-40 {
    gap: 4rem !important; }
  .gap-xl-39 {
    gap: 3.9rem !important; }
  .gap-xl-38 {
    gap: 3.8rem !important; }
  .gap-xl-37 {
    gap: 3.7rem !important; }
  .gap-xl-36 {
    gap: 3.6rem !important; }
  .gap-xl-35 {
    gap: 3.5rem !important; }
  .gap-xl-34 {
    gap: 3.4rem !important; }
  .gap-xl-33 {
    gap: 3.3rem !important; }
  .gap-xl-32 {
    gap: 3.2rem !important; }
  .gap-xl-31 {
    gap: 3.1rem !important; }
  .gap-xl-30 {
    gap: 3rem !important; }
  .gap-xl-29 {
    gap: 2.9rem !important; }
  .gap-xl-28 {
    gap: 2.8rem !important; }
  .gap-xl-27 {
    gap: 2.7rem !important; }
  .gap-xl-26 {
    gap: 2.6rem !important; }
  .gap-xl-25 {
    gap: 2.5rem !important; }
  .gap-xl-24 {
    gap: 2.4rem !important; }
  .gap-xl-23 {
    gap: 2.3rem !important; }
  .gap-xl-22 {
    gap: 2.2rem !important; }
  .gap-xl-21 {
    gap: 2.1rem !important; }
  .gap-xl-20 {
    gap: 2rem !important; }
  .gap-xl-19 {
    gap: 1.9rem !important; }
  .gap-xl-18 {
    gap: 1.8rem !important; }
  .gap-xl-17 {
    gap: 1.7rem !important; }
  .gap-xl-16 {
    gap: 1.6rem !important; }
  .gap-xl-15 {
    gap: 1.5rem !important; }
  .gap-xl-14 {
    gap: 1.4rem !important; }
  .gap-xl-13 {
    gap: 1.3rem !important; }
  .gap-xl-12 {
    gap: 1.2rem !important; }
  .gap-xl-11 {
    gap: 1.1rem !important; }
  .gap-xl-10 {
    gap: 1rem !important; }
  .gap-xl-0 {
    gap: 0 !important; }
  .gap-xl-1 {
    gap: 0.25rem !important; }
  .gap-xl-2 {
    gap: 0.5rem !important; }
  .gap-xl-3 {
    gap: 1rem !important; }
  .gap-xl-4 {
    gap: 1.5rem !important; }
  .gap-xl-5 {
    gap: 5px !important; }
  .gap-xl-80 {
    gap: 80px !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; }
  .justify-content-xl-evenly {
    justify-content: space-evenly !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; }
  .order-xl-first {
    order: -1 !important; }
  .order-xl-0 {
    order: 0 !important; }
  .order-xl-1 {
    order: 1 !important; }
  .order-xl-2 {
    order: 2 !important; }
  .order-xl-3 {
    order: 3 !important; }
  .order-xl-4 {
    order: 4 !important; }
  .order-xl-5 {
    order: 5 !important; }
  .order-xl-last {
    order: 6 !important; }
  .m-xl-65 {
    margin: 6.5rem !important; }
  .m-xl-64 {
    margin: 6.4rem !important; }
  .m-xl-63 {
    margin: 6.3rem !important; }
  .m-xl-62 {
    margin: 6.2rem !important; }
  .m-xl-61 {
    margin: 6.1rem !important; }
  .m-xl-60 {
    margin: 60px !important; }
  .m-xl-59 {
    margin: 5.9rem !important; }
  .m-xl-58 {
    margin: 5.8rem !important; }
  .m-xl-57 {
    margin: 5.7rem !important; }
  .m-xl-56 {
    margin: 5.6rem !important; }
  .m-xl-55 {
    margin: 5.5rem !important; }
  .m-xl-54 {
    margin: 5.4rem !important; }
  .m-xl-53 {
    margin: 5.3rem !important; }
  .m-xl-52 {
    margin: 5.2rem !important; }
  .m-xl-51 {
    margin: 5.1rem !important; }
  .m-xl-50 {
    margin: 5rem !important; }
  .m-xl-49 {
    margin: 4.9rem !important; }
  .m-xl-48 {
    margin: 4.8rem !important; }
  .m-xl-47 {
    margin: 4.7rem !important; }
  .m-xl-46 {
    margin: 4.6rem !important; }
  .m-xl-45 {
    margin: 4.5rem !important; }
  .m-xl-44 {
    margin: 4.4rem !important; }
  .m-xl-43 {
    margin: 4.3rem !important; }
  .m-xl-42 {
    margin: 4.2rem !important; }
  .m-xl-41 {
    margin: 4.1rem !important; }
  .m-xl-40 {
    margin: 4rem !important; }
  .m-xl-39 {
    margin: 3.9rem !important; }
  .m-xl-38 {
    margin: 3.8rem !important; }
  .m-xl-37 {
    margin: 3.7rem !important; }
  .m-xl-36 {
    margin: 3.6rem !important; }
  .m-xl-35 {
    margin: 3.5rem !important; }
  .m-xl-34 {
    margin: 3.4rem !important; }
  .m-xl-33 {
    margin: 3.3rem !important; }
  .m-xl-32 {
    margin: 3.2rem !important; }
  .m-xl-31 {
    margin: 3.1rem !important; }
  .m-xl-30 {
    margin: 3rem !important; }
  .m-xl-29 {
    margin: 2.9rem !important; }
  .m-xl-28 {
    margin: 2.8rem !important; }
  .m-xl-27 {
    margin: 2.7rem !important; }
  .m-xl-26 {
    margin: 2.6rem !important; }
  .m-xl-25 {
    margin: 2.5rem !important; }
  .m-xl-24 {
    margin: 2.4rem !important; }
  .m-xl-23 {
    margin: 2.3rem !important; }
  .m-xl-22 {
    margin: 2.2rem !important; }
  .m-xl-21 {
    margin: 2.1rem !important; }
  .m-xl-20 {
    margin: 2rem !important; }
  .m-xl-19 {
    margin: 1.9rem !important; }
  .m-xl-18 {
    margin: 1.8rem !important; }
  .m-xl-17 {
    margin: 1.7rem !important; }
  .m-xl-16 {
    margin: 1.6rem !important; }
  .m-xl-15 {
    margin: 1.5rem !important; }
  .m-xl-14 {
    margin: 1.4rem !important; }
  .m-xl-13 {
    margin: 1.3rem !important; }
  .m-xl-12 {
    margin: 1.2rem !important; }
  .m-xl-11 {
    margin: 1.1rem !important; }
  .m-xl-10 {
    margin: 1rem !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 5px !important; }
  .m-xl-80 {
    margin: 80px !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-65 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important; }
  .mx-xl-64 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important; }
  .mx-xl-63 {
    margin-right: 6.3rem !important;
    margin-left: 6.3rem !important; }
  .mx-xl-62 {
    margin-right: 6.2rem !important;
    margin-left: 6.2rem !important; }
  .mx-xl-61 {
    margin-right: 6.1rem !important;
    margin-left: 6.1rem !important; }
  .mx-xl-60 {
    margin-right: 60px !important;
    margin-left: 60px !important; }
  .mx-xl-59 {
    margin-right: 5.9rem !important;
    margin-left: 5.9rem !important; }
  .mx-xl-58 {
    margin-right: 5.8rem !important;
    margin-left: 5.8rem !important; }
  .mx-xl-57 {
    margin-right: 5.7rem !important;
    margin-left: 5.7rem !important; }
  .mx-xl-56 {
    margin-right: 5.6rem !important;
    margin-left: 5.6rem !important; }
  .mx-xl-55 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important; }
  .mx-xl-54 {
    margin-right: 5.4rem !important;
    margin-left: 5.4rem !important; }
  .mx-xl-53 {
    margin-right: 5.3rem !important;
    margin-left: 5.3rem !important; }
  .mx-xl-52 {
    margin-right: 5.2rem !important;
    margin-left: 5.2rem !important; }
  .mx-xl-51 {
    margin-right: 5.1rem !important;
    margin-left: 5.1rem !important; }
  .mx-xl-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }
  .mx-xl-49 {
    margin-right: 4.9rem !important;
    margin-left: 4.9rem !important; }
  .mx-xl-48 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important; }
  .mx-xl-47 {
    margin-right: 4.7rem !important;
    margin-left: 4.7rem !important; }
  .mx-xl-46 {
    margin-right: 4.6rem !important;
    margin-left: 4.6rem !important; }
  .mx-xl-45 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important; }
  .mx-xl-44 {
    margin-right: 4.4rem !important;
    margin-left: 4.4rem !important; }
  .mx-xl-43 {
    margin-right: 4.3rem !important;
    margin-left: 4.3rem !important; }
  .mx-xl-42 {
    margin-right: 4.2rem !important;
    margin-left: 4.2rem !important; }
  .mx-xl-41 {
    margin-right: 4.1rem !important;
    margin-left: 4.1rem !important; }
  .mx-xl-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .mx-xl-39 {
    margin-right: 3.9rem !important;
    margin-left: 3.9rem !important; }
  .mx-xl-38 {
    margin-right: 3.8rem !important;
    margin-left: 3.8rem !important; }
  .mx-xl-37 {
    margin-right: 3.7rem !important;
    margin-left: 3.7rem !important; }
  .mx-xl-36 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important; }
  .mx-xl-35 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important; }
  .mx-xl-34 {
    margin-right: 3.4rem !important;
    margin-left: 3.4rem !important; }
  .mx-xl-33 {
    margin-right: 3.3rem !important;
    margin-left: 3.3rem !important; }
  .mx-xl-32 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important; }
  .mx-xl-31 {
    margin-right: 3.1rem !important;
    margin-left: 3.1rem !important; }
  .mx-xl-30 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-29 {
    margin-right: 2.9rem !important;
    margin-left: 2.9rem !important; }
  .mx-xl-28 {
    margin-right: 2.8rem !important;
    margin-left: 2.8rem !important; }
  .mx-xl-27 {
    margin-right: 2.7rem !important;
    margin-left: 2.7rem !important; }
  .mx-xl-26 {
    margin-right: 2.6rem !important;
    margin-left: 2.6rem !important; }
  .mx-xl-25 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }
  .mx-xl-24 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important; }
  .mx-xl-23 {
    margin-right: 2.3rem !important;
    margin-left: 2.3rem !important; }
  .mx-xl-22 {
    margin-right: 2.2rem !important;
    margin-left: 2.2rem !important; }
  .mx-xl-21 {
    margin-right: 2.1rem !important;
    margin-left: 2.1rem !important; }
  .mx-xl-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }
  .mx-xl-19 {
    margin-right: 1.9rem !important;
    margin-left: 1.9rem !important; }
  .mx-xl-18 {
    margin-right: 1.8rem !important;
    margin-left: 1.8rem !important; }
  .mx-xl-17 {
    margin-right: 1.7rem !important;
    margin-left: 1.7rem !important; }
  .mx-xl-16 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important; }
  .mx-xl-15 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-14 {
    margin-right: 1.4rem !important;
    margin-left: 1.4rem !important; }
  .mx-xl-13 {
    margin-right: 1.3rem !important;
    margin-left: 1.3rem !important; }
  .mx-xl-12 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important; }
  .mx-xl-11 {
    margin-right: 1.1rem !important;
    margin-left: 1.1rem !important; }
  .mx-xl-10 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 5px !important;
    margin-left: 5px !important; }
  .mx-xl-80 {
    margin-right: 80px !important;
    margin-left: 80px !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important; }
  .my-xl-64 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important; }
  .my-xl-63 {
    margin-top: 6.3rem !important;
    margin-bottom: 6.3rem !important; }
  .my-xl-62 {
    margin-top: 6.2rem !important;
    margin-bottom: 6.2rem !important; }
  .my-xl-61 {
    margin-top: 6.1rem !important;
    margin-bottom: 6.1rem !important; }
  .my-xl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .my-xl-59 {
    margin-top: 5.9rem !important;
    margin-bottom: 5.9rem !important; }
  .my-xl-58 {
    margin-top: 5.8rem !important;
    margin-bottom: 5.8rem !important; }
  .my-xl-57 {
    margin-top: 5.7rem !important;
    margin-bottom: 5.7rem !important; }
  .my-xl-56 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important; }
  .my-xl-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important; }
  .my-xl-54 {
    margin-top: 5.4rem !important;
    margin-bottom: 5.4rem !important; }
  .my-xl-53 {
    margin-top: 5.3rem !important;
    margin-bottom: 5.3rem !important; }
  .my-xl-52 {
    margin-top: 5.2rem !important;
    margin-bottom: 5.2rem !important; }
  .my-xl-51 {
    margin-top: 5.1rem !important;
    margin-bottom: 5.1rem !important; }
  .my-xl-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .my-xl-49 {
    margin-top: 4.9rem !important;
    margin-bottom: 4.9rem !important; }
  .my-xl-48 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important; }
  .my-xl-47 {
    margin-top: 4.7rem !important;
    margin-bottom: 4.7rem !important; }
  .my-xl-46 {
    margin-top: 4.6rem !important;
    margin-bottom: 4.6rem !important; }
  .my-xl-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important; }
  .my-xl-44 {
    margin-top: 4.4rem !important;
    margin-bottom: 4.4rem !important; }
  .my-xl-43 {
    margin-top: 4.3rem !important;
    margin-bottom: 4.3rem !important; }
  .my-xl-42 {
    margin-top: 4.2rem !important;
    margin-bottom: 4.2rem !important; }
  .my-xl-41 {
    margin-top: 4.1rem !important;
    margin-bottom: 4.1rem !important; }
  .my-xl-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .my-xl-39 {
    margin-top: 3.9rem !important;
    margin-bottom: 3.9rem !important; }
  .my-xl-38 {
    margin-top: 3.8rem !important;
    margin-bottom: 3.8rem !important; }
  .my-xl-37 {
    margin-top: 3.7rem !important;
    margin-bottom: 3.7rem !important; }
  .my-xl-36 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important; }
  .my-xl-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important; }
  .my-xl-34 {
    margin-top: 3.4rem !important;
    margin-bottom: 3.4rem !important; }
  .my-xl-33 {
    margin-top: 3.3rem !important;
    margin-bottom: 3.3rem !important; }
  .my-xl-32 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important; }
  .my-xl-31 {
    margin-top: 3.1rem !important;
    margin-bottom: 3.1rem !important; }
  .my-xl-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-29 {
    margin-top: 2.9rem !important;
    margin-bottom: 2.9rem !important; }
  .my-xl-28 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important; }
  .my-xl-27 {
    margin-top: 2.7rem !important;
    margin-bottom: 2.7rem !important; }
  .my-xl-26 {
    margin-top: 2.6rem !important;
    margin-bottom: 2.6rem !important; }
  .my-xl-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .my-xl-24 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important; }
  .my-xl-23 {
    margin-top: 2.3rem !important;
    margin-bottom: 2.3rem !important; }
  .my-xl-22 {
    margin-top: 2.2rem !important;
    margin-bottom: 2.2rem !important; }
  .my-xl-21 {
    margin-top: 2.1rem !important;
    margin-bottom: 2.1rem !important; }
  .my-xl-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .my-xl-19 {
    margin-top: 1.9rem !important;
    margin-bottom: 1.9rem !important; }
  .my-xl-18 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important; }
  .my-xl-17 {
    margin-top: 1.7rem !important;
    margin-bottom: 1.7rem !important; }
  .my-xl-16 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important; }
  .my-xl-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-14 {
    margin-top: 1.4rem !important;
    margin-bottom: 1.4rem !important; }
  .my-xl-13 {
    margin-top: 1.3rem !important;
    margin-bottom: 1.3rem !important; }
  .my-xl-12 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important; }
  .my-xl-11 {
    margin-top: 1.1rem !important;
    margin-bottom: 1.1rem !important; }
  .my-xl-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .my-xl-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-65 {
    margin-top: 6.5rem !important; }
  .mt-xl-64 {
    margin-top: 6.4rem !important; }
  .mt-xl-63 {
    margin-top: 6.3rem !important; }
  .mt-xl-62 {
    margin-top: 6.2rem !important; }
  .mt-xl-61 {
    margin-top: 6.1rem !important; }
  .mt-xl-60 {
    margin-top: 60px !important; }
  .mt-xl-59 {
    margin-top: 5.9rem !important; }
  .mt-xl-58 {
    margin-top: 5.8rem !important; }
  .mt-xl-57 {
    margin-top: 5.7rem !important; }
  .mt-xl-56 {
    margin-top: 5.6rem !important; }
  .mt-xl-55 {
    margin-top: 5.5rem !important; }
  .mt-xl-54 {
    margin-top: 5.4rem !important; }
  .mt-xl-53 {
    margin-top: 5.3rem !important; }
  .mt-xl-52 {
    margin-top: 5.2rem !important; }
  .mt-xl-51 {
    margin-top: 5.1rem !important; }
  .mt-xl-50 {
    margin-top: 5rem !important; }
  .mt-xl-49 {
    margin-top: 4.9rem !important; }
  .mt-xl-48 {
    margin-top: 4.8rem !important; }
  .mt-xl-47 {
    margin-top: 4.7rem !important; }
  .mt-xl-46 {
    margin-top: 4.6rem !important; }
  .mt-xl-45 {
    margin-top: 4.5rem !important; }
  .mt-xl-44 {
    margin-top: 4.4rem !important; }
  .mt-xl-43 {
    margin-top: 4.3rem !important; }
  .mt-xl-42 {
    margin-top: 4.2rem !important; }
  .mt-xl-41 {
    margin-top: 4.1rem !important; }
  .mt-xl-40 {
    margin-top: 4rem !important; }
  .mt-xl-39 {
    margin-top: 3.9rem !important; }
  .mt-xl-38 {
    margin-top: 3.8rem !important; }
  .mt-xl-37 {
    margin-top: 3.7rem !important; }
  .mt-xl-36 {
    margin-top: 3.6rem !important; }
  .mt-xl-35 {
    margin-top: 3.5rem !important; }
  .mt-xl-34 {
    margin-top: 3.4rem !important; }
  .mt-xl-33 {
    margin-top: 3.3rem !important; }
  .mt-xl-32 {
    margin-top: 3.2rem !important; }
  .mt-xl-31 {
    margin-top: 3.1rem !important; }
  .mt-xl-30 {
    margin-top: 3rem !important; }
  .mt-xl-29 {
    margin-top: 2.9rem !important; }
  .mt-xl-28 {
    margin-top: 2.8rem !important; }
  .mt-xl-27 {
    margin-top: 2.7rem !important; }
  .mt-xl-26 {
    margin-top: 2.6rem !important; }
  .mt-xl-25 {
    margin-top: 2.5rem !important; }
  .mt-xl-24 {
    margin-top: 2.4rem !important; }
  .mt-xl-23 {
    margin-top: 2.3rem !important; }
  .mt-xl-22 {
    margin-top: 2.2rem !important; }
  .mt-xl-21 {
    margin-top: 2.1rem !important; }
  .mt-xl-20 {
    margin-top: 2rem !important; }
  .mt-xl-19 {
    margin-top: 1.9rem !important; }
  .mt-xl-18 {
    margin-top: 1.8rem !important; }
  .mt-xl-17 {
    margin-top: 1.7rem !important; }
  .mt-xl-16 {
    margin-top: 1.6rem !important; }
  .mt-xl-15 {
    margin-top: 1.5rem !important; }
  .mt-xl-14 {
    margin-top: 1.4rem !important; }
  .mt-xl-13 {
    margin-top: 1.3rem !important; }
  .mt-xl-12 {
    margin-top: 1.2rem !important; }
  .mt-xl-11 {
    margin-top: 1.1rem !important; }
  .mt-xl-10 {
    margin-top: 1rem !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 5px !important; }
  .mt-xl-80 {
    margin-top: 80px !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-65 {
    margin-right: 6.5rem !important; }
  .me-xl-64 {
    margin-right: 6.4rem !important; }
  .me-xl-63 {
    margin-right: 6.3rem !important; }
  .me-xl-62 {
    margin-right: 6.2rem !important; }
  .me-xl-61 {
    margin-right: 6.1rem !important; }
  .me-xl-60 {
    margin-right: 60px !important; }
  .me-xl-59 {
    margin-right: 5.9rem !important; }
  .me-xl-58 {
    margin-right: 5.8rem !important; }
  .me-xl-57 {
    margin-right: 5.7rem !important; }
  .me-xl-56 {
    margin-right: 5.6rem !important; }
  .me-xl-55 {
    margin-right: 5.5rem !important; }
  .me-xl-54 {
    margin-right: 5.4rem !important; }
  .me-xl-53 {
    margin-right: 5.3rem !important; }
  .me-xl-52 {
    margin-right: 5.2rem !important; }
  .me-xl-51 {
    margin-right: 5.1rem !important; }
  .me-xl-50 {
    margin-right: 5rem !important; }
  .me-xl-49 {
    margin-right: 4.9rem !important; }
  .me-xl-48 {
    margin-right: 4.8rem !important; }
  .me-xl-47 {
    margin-right: 4.7rem !important; }
  .me-xl-46 {
    margin-right: 4.6rem !important; }
  .me-xl-45 {
    margin-right: 4.5rem !important; }
  .me-xl-44 {
    margin-right: 4.4rem !important; }
  .me-xl-43 {
    margin-right: 4.3rem !important; }
  .me-xl-42 {
    margin-right: 4.2rem !important; }
  .me-xl-41 {
    margin-right: 4.1rem !important; }
  .me-xl-40 {
    margin-right: 4rem !important; }
  .me-xl-39 {
    margin-right: 3.9rem !important; }
  .me-xl-38 {
    margin-right: 3.8rem !important; }
  .me-xl-37 {
    margin-right: 3.7rem !important; }
  .me-xl-36 {
    margin-right: 3.6rem !important; }
  .me-xl-35 {
    margin-right: 3.5rem !important; }
  .me-xl-34 {
    margin-right: 3.4rem !important; }
  .me-xl-33 {
    margin-right: 3.3rem !important; }
  .me-xl-32 {
    margin-right: 3.2rem !important; }
  .me-xl-31 {
    margin-right: 3.1rem !important; }
  .me-xl-30 {
    margin-right: 3rem !important; }
  .me-xl-29 {
    margin-right: 2.9rem !important; }
  .me-xl-28 {
    margin-right: 2.8rem !important; }
  .me-xl-27 {
    margin-right: 2.7rem !important; }
  .me-xl-26 {
    margin-right: 2.6rem !important; }
  .me-xl-25 {
    margin-right: 2.5rem !important; }
  .me-xl-24 {
    margin-right: 2.4rem !important; }
  .me-xl-23 {
    margin-right: 2.3rem !important; }
  .me-xl-22 {
    margin-right: 2.2rem !important; }
  .me-xl-21 {
    margin-right: 2.1rem !important; }
  .me-xl-20 {
    margin-right: 2rem !important; }
  .me-xl-19 {
    margin-right: 1.9rem !important; }
  .me-xl-18 {
    margin-right: 1.8rem !important; }
  .me-xl-17 {
    margin-right: 1.7rem !important; }
  .me-xl-16 {
    margin-right: 1.6rem !important; }
  .me-xl-15 {
    margin-right: 1.5rem !important; }
  .me-xl-14 {
    margin-right: 1.4rem !important; }
  .me-xl-13 {
    margin-right: 1.3rem !important; }
  .me-xl-12 {
    margin-right: 1.2rem !important; }
  .me-xl-11 {
    margin-right: 1.1rem !important; }
  .me-xl-10 {
    margin-right: 1rem !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.25rem !important; }
  .me-xl-2 {
    margin-right: 0.5rem !important; }
  .me-xl-3 {
    margin-right: 1rem !important; }
  .me-xl-4 {
    margin-right: 1.5rem !important; }
  .me-xl-5 {
    margin-right: 5px !important; }
  .me-xl-80 {
    margin-right: 80px !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-65 {
    margin-bottom: 6.5rem !important; }
  .mb-xl-64 {
    margin-bottom: 6.4rem !important; }
  .mb-xl-63 {
    margin-bottom: 6.3rem !important; }
  .mb-xl-62 {
    margin-bottom: 6.2rem !important; }
  .mb-xl-61 {
    margin-bottom: 6.1rem !important; }
  .mb-xl-60 {
    margin-bottom: 60px !important; }
  .mb-xl-59 {
    margin-bottom: 5.9rem !important; }
  .mb-xl-58 {
    margin-bottom: 5.8rem !important; }
  .mb-xl-57 {
    margin-bottom: 5.7rem !important; }
  .mb-xl-56 {
    margin-bottom: 5.6rem !important; }
  .mb-xl-55 {
    margin-bottom: 5.5rem !important; }
  .mb-xl-54 {
    margin-bottom: 5.4rem !important; }
  .mb-xl-53 {
    margin-bottom: 5.3rem !important; }
  .mb-xl-52 {
    margin-bottom: 5.2rem !important; }
  .mb-xl-51 {
    margin-bottom: 5.1rem !important; }
  .mb-xl-50 {
    margin-bottom: 5rem !important; }
  .mb-xl-49 {
    margin-bottom: 4.9rem !important; }
  .mb-xl-48 {
    margin-bottom: 4.8rem !important; }
  .mb-xl-47 {
    margin-bottom: 4.7rem !important; }
  .mb-xl-46 {
    margin-bottom: 4.6rem !important; }
  .mb-xl-45 {
    margin-bottom: 4.5rem !important; }
  .mb-xl-44 {
    margin-bottom: 4.4rem !important; }
  .mb-xl-43 {
    margin-bottom: 4.3rem !important; }
  .mb-xl-42 {
    margin-bottom: 4.2rem !important; }
  .mb-xl-41 {
    margin-bottom: 4.1rem !important; }
  .mb-xl-40 {
    margin-bottom: 4rem !important; }
  .mb-xl-39 {
    margin-bottom: 3.9rem !important; }
  .mb-xl-38 {
    margin-bottom: 3.8rem !important; }
  .mb-xl-37 {
    margin-bottom: 3.7rem !important; }
  .mb-xl-36 {
    margin-bottom: 3.6rem !important; }
  .mb-xl-35 {
    margin-bottom: 3.5rem !important; }
  .mb-xl-34 {
    margin-bottom: 3.4rem !important; }
  .mb-xl-33 {
    margin-bottom: 3.3rem !important; }
  .mb-xl-32 {
    margin-bottom: 3.2rem !important; }
  .mb-xl-31 {
    margin-bottom: 3.1rem !important; }
  .mb-xl-30 {
    margin-bottom: 3rem !important; }
  .mb-xl-29 {
    margin-bottom: 2.9rem !important; }
  .mb-xl-28 {
    margin-bottom: 2.8rem !important; }
  .mb-xl-27 {
    margin-bottom: 2.7rem !important; }
  .mb-xl-26 {
    margin-bottom: 2.6rem !important; }
  .mb-xl-25 {
    margin-bottom: 2.5rem !important; }
  .mb-xl-24 {
    margin-bottom: 2.4rem !important; }
  .mb-xl-23 {
    margin-bottom: 2.3rem !important; }
  .mb-xl-22 {
    margin-bottom: 2.2rem !important; }
  .mb-xl-21 {
    margin-bottom: 2.1rem !important; }
  .mb-xl-20 {
    margin-bottom: 2rem !important; }
  .mb-xl-19 {
    margin-bottom: 1.9rem !important; }
  .mb-xl-18 {
    margin-bottom: 1.8rem !important; }
  .mb-xl-17 {
    margin-bottom: 1.7rem !important; }
  .mb-xl-16 {
    margin-bottom: 1.6rem !important; }
  .mb-xl-15 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-14 {
    margin-bottom: 1.4rem !important; }
  .mb-xl-13 {
    margin-bottom: 1.3rem !important; }
  .mb-xl-12 {
    margin-bottom: 1.2rem !important; }
  .mb-xl-11 {
    margin-bottom: 1.1rem !important; }
  .mb-xl-10 {
    margin-bottom: 1rem !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 5px !important; }
  .mb-xl-80 {
    margin-bottom: 80px !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-65 {
    margin-left: 6.5rem !important; }
  .ms-xl-64 {
    margin-left: 6.4rem !important; }
  .ms-xl-63 {
    margin-left: 6.3rem !important; }
  .ms-xl-62 {
    margin-left: 6.2rem !important; }
  .ms-xl-61 {
    margin-left: 6.1rem !important; }
  .ms-xl-60 {
    margin-left: 60px !important; }
  .ms-xl-59 {
    margin-left: 5.9rem !important; }
  .ms-xl-58 {
    margin-left: 5.8rem !important; }
  .ms-xl-57 {
    margin-left: 5.7rem !important; }
  .ms-xl-56 {
    margin-left: 5.6rem !important; }
  .ms-xl-55 {
    margin-left: 5.5rem !important; }
  .ms-xl-54 {
    margin-left: 5.4rem !important; }
  .ms-xl-53 {
    margin-left: 5.3rem !important; }
  .ms-xl-52 {
    margin-left: 5.2rem !important; }
  .ms-xl-51 {
    margin-left: 5.1rem !important; }
  .ms-xl-50 {
    margin-left: 5rem !important; }
  .ms-xl-49 {
    margin-left: 4.9rem !important; }
  .ms-xl-48 {
    margin-left: 4.8rem !important; }
  .ms-xl-47 {
    margin-left: 4.7rem !important; }
  .ms-xl-46 {
    margin-left: 4.6rem !important; }
  .ms-xl-45 {
    margin-left: 4.5rem !important; }
  .ms-xl-44 {
    margin-left: 4.4rem !important; }
  .ms-xl-43 {
    margin-left: 4.3rem !important; }
  .ms-xl-42 {
    margin-left: 4.2rem !important; }
  .ms-xl-41 {
    margin-left: 4.1rem !important; }
  .ms-xl-40 {
    margin-left: 4rem !important; }
  .ms-xl-39 {
    margin-left: 3.9rem !important; }
  .ms-xl-38 {
    margin-left: 3.8rem !important; }
  .ms-xl-37 {
    margin-left: 3.7rem !important; }
  .ms-xl-36 {
    margin-left: 3.6rem !important; }
  .ms-xl-35 {
    margin-left: 3.5rem !important; }
  .ms-xl-34 {
    margin-left: 3.4rem !important; }
  .ms-xl-33 {
    margin-left: 3.3rem !important; }
  .ms-xl-32 {
    margin-left: 3.2rem !important; }
  .ms-xl-31 {
    margin-left: 3.1rem !important; }
  .ms-xl-30 {
    margin-left: 3rem !important; }
  .ms-xl-29 {
    margin-left: 2.9rem !important; }
  .ms-xl-28 {
    margin-left: 2.8rem !important; }
  .ms-xl-27 {
    margin-left: 2.7rem !important; }
  .ms-xl-26 {
    margin-left: 2.6rem !important; }
  .ms-xl-25 {
    margin-left: 2.5rem !important; }
  .ms-xl-24 {
    margin-left: 2.4rem !important; }
  .ms-xl-23 {
    margin-left: 2.3rem !important; }
  .ms-xl-22 {
    margin-left: 2.2rem !important; }
  .ms-xl-21 {
    margin-left: 2.1rem !important; }
  .ms-xl-20 {
    margin-left: 2rem !important; }
  .ms-xl-19 {
    margin-left: 1.9rem !important; }
  .ms-xl-18 {
    margin-left: 1.8rem !important; }
  .ms-xl-17 {
    margin-left: 1.7rem !important; }
  .ms-xl-16 {
    margin-left: 1.6rem !important; }
  .ms-xl-15 {
    margin-left: 1.5rem !important; }
  .ms-xl-14 {
    margin-left: 1.4rem !important; }
  .ms-xl-13 {
    margin-left: 1.3rem !important; }
  .ms-xl-12 {
    margin-left: 1.2rem !important; }
  .ms-xl-11 {
    margin-left: 1.1rem !important; }
  .ms-xl-10 {
    margin-left: 1rem !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.25rem !important; }
  .ms-xl-2 {
    margin-left: 0.5rem !important; }
  .ms-xl-3 {
    margin-left: 1rem !important; }
  .ms-xl-4 {
    margin-left: 1.5rem !important; }
  .ms-xl-5 {
    margin-left: 5px !important; }
  .ms-xl-80 {
    margin-left: 80px !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .m-xl-n65 {
    margin: -6.5rem !important; }
  .m-xl-n64 {
    margin: -6.5rem !important; }
  .m-xl-n63 {
    margin: -6.5rem !important; }
  .m-xl-n62 {
    margin: -6.5rem !important; }
  .m-xl-n61 {
    margin: -6.5rem !important; }
  .m-xl-n60 {
    margin: -6.5rem !important; }
  .m-xl-n59 {
    margin: -6.5rem !important; }
  .m-xl-n58 {
    margin: -6.5rem !important; }
  .m-xl-n57 {
    margin: -6.5rem !important; }
  .m-xl-n56 {
    margin: -6.5rem !important; }
  .m-xl-n55 {
    margin: -6.5rem !important; }
  .m-xl-n54 {
    margin: -6.5rem !important; }
  .m-xl-n53 {
    margin: -6.5rem !important; }
  .m-xl-n52 {
    margin: -6.5rem !important; }
  .m-xl-n51 {
    margin: -6.5rem !important; }
  .m-xl-n50 {
    margin: -6.5rem !important; }
  .m-xl-n49 {
    margin: -6.5rem !important; }
  .m-xl-n48 {
    margin: -6.5rem !important; }
  .m-xl-n47 {
    margin: -6.5rem !important; }
  .m-xl-n46 {
    margin: -6.5rem !important; }
  .m-xl-n45 {
    margin: -6.5rem !important; }
  .m-xl-n44 {
    margin: -6.5rem !important; }
  .m-xl-n43 {
    margin: -6.5rem !important; }
  .m-xl-n42 {
    margin: -6.5rem !important; }
  .m-xl-n41 {
    margin: -6.5rem !important; }
  .m-xl-n40 {
    margin: -6.5rem !important; }
  .m-xl-n39 {
    margin: -6.5rem !important; }
  .m-xl-n38 {
    margin: -6.5rem !important; }
  .m-xl-n37 {
    margin: -6.5rem !important; }
  .m-xl-n36 {
    margin: -6.5rem !important; }
  .m-xl-n35 {
    margin: -6.5rem !important; }
  .m-xl-n34 {
    margin: -6.5rem !important; }
  .m-xl-n33 {
    margin: -6.5rem !important; }
  .m-xl-n32 {
    margin: -6.5rem !important; }
  .m-xl-n31 {
    margin: -6.5rem !important; }
  .m-xl-n30 {
    margin: -6.5rem !important; }
  .m-xl-n29 {
    margin: -6.5rem !important; }
  .m-xl-n28 {
    margin: -6.5rem !important; }
  .m-xl-n27 {
    margin: -6.5rem !important; }
  .m-xl-n26 {
    margin: -6.5rem !important; }
  .m-xl-n25 {
    margin: -6.5rem !important; }
  .m-xl-n24 {
    margin: -6.5rem !important; }
  .m-xl-n23 {
    margin: -6.5rem !important; }
  .m-xl-n22 {
    margin: -6.5rem !important; }
  .m-xl-n21 {
    margin: -6.5rem !important; }
  .m-xl-n20 {
    margin: -6.5rem !important; }
  .m-xl-n19 {
    margin: -6.5rem !important; }
  .m-xl-n18 {
    margin: -6.5rem !important; }
  .m-xl-n17 {
    margin: -6.5rem !important; }
  .m-xl-n16 {
    margin: -6.5rem !important; }
  .m-xl-n15 {
    margin: -6.5rem !important; }
  .m-xl-n14 {
    margin: -6.5rem !important; }
  .m-xl-n13 {
    margin: -6.5rem !important; }
  .m-xl-n12 {
    margin: -6.5rem !important; }
  .m-xl-n11 {
    margin: -6.5rem !important; }
  .m-xl-n10 {
    margin: -6.5rem !important; }
  .m-xl-n1 {
    margin: -6.5rem !important; }
  .m-xl-n2 {
    margin: -6.5rem !important; }
  .m-xl-n3 {
    margin: -6.5rem !important; }
  .m-xl-n4 {
    margin: -6.5rem !important; }
  .m-xl-n5 {
    margin: -6.5rem !important; }
  .m-xl-n80 {
    margin: -6.5rem !important; }
  .mx-xl-n65 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n64 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n63 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n62 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n61 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n60 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n59 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n58 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n57 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n56 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n55 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n54 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n53 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n52 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n51 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n50 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n49 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n48 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n47 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n46 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n45 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n44 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n43 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n42 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n41 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n40 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n39 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n38 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n37 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n36 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n35 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n34 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n33 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n32 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n31 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n30 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n29 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n28 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n27 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n26 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n25 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n24 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n23 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n22 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n21 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n20 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n19 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n18 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n17 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n16 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n15 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n14 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n13 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n12 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n11 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n10 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n1 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n2 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n3 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n4 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n5 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xl-n80 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .my-xl-n65 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n64 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n63 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n62 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n61 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n60 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n59 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n58 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n57 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n56 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n55 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n54 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n53 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n52 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n51 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n50 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n49 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n48 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n47 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n46 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n45 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n44 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n43 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n42 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n41 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n40 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n39 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n38 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n37 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n36 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n35 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n34 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n33 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n32 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n31 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n30 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n29 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n28 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n27 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n26 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n25 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n24 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n23 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n22 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n21 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n20 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n19 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n18 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n17 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n16 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n15 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n14 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n13 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n12 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n11 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n10 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n1 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n2 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n3 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n4 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n5 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xl-n80 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .mt-xl-n65 {
    margin-top: -6.5rem !important; }
  .mt-xl-n64 {
    margin-top: -6.5rem !important; }
  .mt-xl-n63 {
    margin-top: -6.5rem !important; }
  .mt-xl-n62 {
    margin-top: -6.5rem !important; }
  .mt-xl-n61 {
    margin-top: -6.5rem !important; }
  .mt-xl-n60 {
    margin-top: -6.5rem !important; }
  .mt-xl-n59 {
    margin-top: -6.5rem !important; }
  .mt-xl-n58 {
    margin-top: -6.5rem !important; }
  .mt-xl-n57 {
    margin-top: -6.5rem !important; }
  .mt-xl-n56 {
    margin-top: -6.5rem !important; }
  .mt-xl-n55 {
    margin-top: -6.5rem !important; }
  .mt-xl-n54 {
    margin-top: -6.5rem !important; }
  .mt-xl-n53 {
    margin-top: -6.5rem !important; }
  .mt-xl-n52 {
    margin-top: -6.5rem !important; }
  .mt-xl-n51 {
    margin-top: -6.5rem !important; }
  .mt-xl-n50 {
    margin-top: -6.5rem !important; }
  .mt-xl-n49 {
    margin-top: -6.5rem !important; }
  .mt-xl-n48 {
    margin-top: -6.5rem !important; }
  .mt-xl-n47 {
    margin-top: -6.5rem !important; }
  .mt-xl-n46 {
    margin-top: -6.5rem !important; }
  .mt-xl-n45 {
    margin-top: -6.5rem !important; }
  .mt-xl-n44 {
    margin-top: -6.5rem !important; }
  .mt-xl-n43 {
    margin-top: -6.5rem !important; }
  .mt-xl-n42 {
    margin-top: -6.5rem !important; }
  .mt-xl-n41 {
    margin-top: -6.5rem !important; }
  .mt-xl-n40 {
    margin-top: -6.5rem !important; }
  .mt-xl-n39 {
    margin-top: -6.5rem !important; }
  .mt-xl-n38 {
    margin-top: -6.5rem !important; }
  .mt-xl-n37 {
    margin-top: -6.5rem !important; }
  .mt-xl-n36 {
    margin-top: -6.5rem !important; }
  .mt-xl-n35 {
    margin-top: -6.5rem !important; }
  .mt-xl-n34 {
    margin-top: -6.5rem !important; }
  .mt-xl-n33 {
    margin-top: -6.5rem !important; }
  .mt-xl-n32 {
    margin-top: -6.5rem !important; }
  .mt-xl-n31 {
    margin-top: -6.5rem !important; }
  .mt-xl-n30 {
    margin-top: -6.5rem !important; }
  .mt-xl-n29 {
    margin-top: -6.5rem !important; }
  .mt-xl-n28 {
    margin-top: -6.5rem !important; }
  .mt-xl-n27 {
    margin-top: -6.5rem !important; }
  .mt-xl-n26 {
    margin-top: -6.5rem !important; }
  .mt-xl-n25 {
    margin-top: -6.5rem !important; }
  .mt-xl-n24 {
    margin-top: -6.5rem !important; }
  .mt-xl-n23 {
    margin-top: -6.5rem !important; }
  .mt-xl-n22 {
    margin-top: -6.5rem !important; }
  .mt-xl-n21 {
    margin-top: -6.5rem !important; }
  .mt-xl-n20 {
    margin-top: -6.5rem !important; }
  .mt-xl-n19 {
    margin-top: -6.5rem !important; }
  .mt-xl-n18 {
    margin-top: -6.5rem !important; }
  .mt-xl-n17 {
    margin-top: -6.5rem !important; }
  .mt-xl-n16 {
    margin-top: -6.5rem !important; }
  .mt-xl-n15 {
    margin-top: -6.5rem !important; }
  .mt-xl-n14 {
    margin-top: -6.5rem !important; }
  .mt-xl-n13 {
    margin-top: -6.5rem !important; }
  .mt-xl-n12 {
    margin-top: -6.5rem !important; }
  .mt-xl-n11 {
    margin-top: -6.5rem !important; }
  .mt-xl-n10 {
    margin-top: -6.5rem !important; }
  .mt-xl-n1 {
    margin-top: -6.5rem !important; }
  .mt-xl-n2 {
    margin-top: -6.5rem !important; }
  .mt-xl-n3 {
    margin-top: -6.5rem !important; }
  .mt-xl-n4 {
    margin-top: -6.5rem !important; }
  .mt-xl-n5 {
    margin-top: -6.5rem !important; }
  .mt-xl-n80 {
    margin-top: -6.5rem !important; }
  .me-xl-n65 {
    margin-right: -6.5rem !important; }
  .me-xl-n64 {
    margin-right: -6.5rem !important; }
  .me-xl-n63 {
    margin-right: -6.5rem !important; }
  .me-xl-n62 {
    margin-right: -6.5rem !important; }
  .me-xl-n61 {
    margin-right: -6.5rem !important; }
  .me-xl-n60 {
    margin-right: -6.5rem !important; }
  .me-xl-n59 {
    margin-right: -6.5rem !important; }
  .me-xl-n58 {
    margin-right: -6.5rem !important; }
  .me-xl-n57 {
    margin-right: -6.5rem !important; }
  .me-xl-n56 {
    margin-right: -6.5rem !important; }
  .me-xl-n55 {
    margin-right: -6.5rem !important; }
  .me-xl-n54 {
    margin-right: -6.5rem !important; }
  .me-xl-n53 {
    margin-right: -6.5rem !important; }
  .me-xl-n52 {
    margin-right: -6.5rem !important; }
  .me-xl-n51 {
    margin-right: -6.5rem !important; }
  .me-xl-n50 {
    margin-right: -6.5rem !important; }
  .me-xl-n49 {
    margin-right: -6.5rem !important; }
  .me-xl-n48 {
    margin-right: -6.5rem !important; }
  .me-xl-n47 {
    margin-right: -6.5rem !important; }
  .me-xl-n46 {
    margin-right: -6.5rem !important; }
  .me-xl-n45 {
    margin-right: -6.5rem !important; }
  .me-xl-n44 {
    margin-right: -6.5rem !important; }
  .me-xl-n43 {
    margin-right: -6.5rem !important; }
  .me-xl-n42 {
    margin-right: -6.5rem !important; }
  .me-xl-n41 {
    margin-right: -6.5rem !important; }
  .me-xl-n40 {
    margin-right: -6.5rem !important; }
  .me-xl-n39 {
    margin-right: -6.5rem !important; }
  .me-xl-n38 {
    margin-right: -6.5rem !important; }
  .me-xl-n37 {
    margin-right: -6.5rem !important; }
  .me-xl-n36 {
    margin-right: -6.5rem !important; }
  .me-xl-n35 {
    margin-right: -6.5rem !important; }
  .me-xl-n34 {
    margin-right: -6.5rem !important; }
  .me-xl-n33 {
    margin-right: -6.5rem !important; }
  .me-xl-n32 {
    margin-right: -6.5rem !important; }
  .me-xl-n31 {
    margin-right: -6.5rem !important; }
  .me-xl-n30 {
    margin-right: -6.5rem !important; }
  .me-xl-n29 {
    margin-right: -6.5rem !important; }
  .me-xl-n28 {
    margin-right: -6.5rem !important; }
  .me-xl-n27 {
    margin-right: -6.5rem !important; }
  .me-xl-n26 {
    margin-right: -6.5rem !important; }
  .me-xl-n25 {
    margin-right: -6.5rem !important; }
  .me-xl-n24 {
    margin-right: -6.5rem !important; }
  .me-xl-n23 {
    margin-right: -6.5rem !important; }
  .me-xl-n22 {
    margin-right: -6.5rem !important; }
  .me-xl-n21 {
    margin-right: -6.5rem !important; }
  .me-xl-n20 {
    margin-right: -6.5rem !important; }
  .me-xl-n19 {
    margin-right: -6.5rem !important; }
  .me-xl-n18 {
    margin-right: -6.5rem !important; }
  .me-xl-n17 {
    margin-right: -6.5rem !important; }
  .me-xl-n16 {
    margin-right: -6.5rem !important; }
  .me-xl-n15 {
    margin-right: -6.5rem !important; }
  .me-xl-n14 {
    margin-right: -6.5rem !important; }
  .me-xl-n13 {
    margin-right: -6.5rem !important; }
  .me-xl-n12 {
    margin-right: -6.5rem !important; }
  .me-xl-n11 {
    margin-right: -6.5rem !important; }
  .me-xl-n10 {
    margin-right: -6.5rem !important; }
  .me-xl-n1 {
    margin-right: -6.5rem !important; }
  .me-xl-n2 {
    margin-right: -6.5rem !important; }
  .me-xl-n3 {
    margin-right: -6.5rem !important; }
  .me-xl-n4 {
    margin-right: -6.5rem !important; }
  .me-xl-n5 {
    margin-right: -6.5rem !important; }
  .me-xl-n80 {
    margin-right: -6.5rem !important; }
  .mb-xl-n65 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n64 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n63 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n62 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n61 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n60 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n59 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n58 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n57 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n56 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n55 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n54 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n53 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n52 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n51 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n50 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n49 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n48 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n47 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n46 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n45 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n44 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n43 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n42 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n41 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n40 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n39 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n38 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n37 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n36 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n35 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n34 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n33 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n32 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n31 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n30 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n29 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n28 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n27 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n26 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n25 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n24 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n23 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n22 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n21 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n20 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n19 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n18 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n17 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n16 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n15 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n14 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n13 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n12 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n11 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n10 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n1 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n2 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n3 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n4 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n5 {
    margin-bottom: -6.5rem !important; }
  .mb-xl-n80 {
    margin-bottom: -6.5rem !important; }
  .ms-xl-n65 {
    margin-left: -6.5rem !important; }
  .ms-xl-n64 {
    margin-left: -6.5rem !important; }
  .ms-xl-n63 {
    margin-left: -6.5rem !important; }
  .ms-xl-n62 {
    margin-left: -6.5rem !important; }
  .ms-xl-n61 {
    margin-left: -6.5rem !important; }
  .ms-xl-n60 {
    margin-left: -6.5rem !important; }
  .ms-xl-n59 {
    margin-left: -6.5rem !important; }
  .ms-xl-n58 {
    margin-left: -6.5rem !important; }
  .ms-xl-n57 {
    margin-left: -6.5rem !important; }
  .ms-xl-n56 {
    margin-left: -6.5rem !important; }
  .ms-xl-n55 {
    margin-left: -6.5rem !important; }
  .ms-xl-n54 {
    margin-left: -6.5rem !important; }
  .ms-xl-n53 {
    margin-left: -6.5rem !important; }
  .ms-xl-n52 {
    margin-left: -6.5rem !important; }
  .ms-xl-n51 {
    margin-left: -6.5rem !important; }
  .ms-xl-n50 {
    margin-left: -6.5rem !important; }
  .ms-xl-n49 {
    margin-left: -6.5rem !important; }
  .ms-xl-n48 {
    margin-left: -6.5rem !important; }
  .ms-xl-n47 {
    margin-left: -6.5rem !important; }
  .ms-xl-n46 {
    margin-left: -6.5rem !important; }
  .ms-xl-n45 {
    margin-left: -6.5rem !important; }
  .ms-xl-n44 {
    margin-left: -6.5rem !important; }
  .ms-xl-n43 {
    margin-left: -6.5rem !important; }
  .ms-xl-n42 {
    margin-left: -6.5rem !important; }
  .ms-xl-n41 {
    margin-left: -6.5rem !important; }
  .ms-xl-n40 {
    margin-left: -6.5rem !important; }
  .ms-xl-n39 {
    margin-left: -6.5rem !important; }
  .ms-xl-n38 {
    margin-left: -6.5rem !important; }
  .ms-xl-n37 {
    margin-left: -6.5rem !important; }
  .ms-xl-n36 {
    margin-left: -6.5rem !important; }
  .ms-xl-n35 {
    margin-left: -6.5rem !important; }
  .ms-xl-n34 {
    margin-left: -6.5rem !important; }
  .ms-xl-n33 {
    margin-left: -6.5rem !important; }
  .ms-xl-n32 {
    margin-left: -6.5rem !important; }
  .ms-xl-n31 {
    margin-left: -6.5rem !important; }
  .ms-xl-n30 {
    margin-left: -6.5rem !important; }
  .ms-xl-n29 {
    margin-left: -6.5rem !important; }
  .ms-xl-n28 {
    margin-left: -6.5rem !important; }
  .ms-xl-n27 {
    margin-left: -6.5rem !important; }
  .ms-xl-n26 {
    margin-left: -6.5rem !important; }
  .ms-xl-n25 {
    margin-left: -6.5rem !important; }
  .ms-xl-n24 {
    margin-left: -6.5rem !important; }
  .ms-xl-n23 {
    margin-left: -6.5rem !important; }
  .ms-xl-n22 {
    margin-left: -6.5rem !important; }
  .ms-xl-n21 {
    margin-left: -6.5rem !important; }
  .ms-xl-n20 {
    margin-left: -6.5rem !important; }
  .ms-xl-n19 {
    margin-left: -6.5rem !important; }
  .ms-xl-n18 {
    margin-left: -6.5rem !important; }
  .ms-xl-n17 {
    margin-left: -6.5rem !important; }
  .ms-xl-n16 {
    margin-left: -6.5rem !important; }
  .ms-xl-n15 {
    margin-left: -6.5rem !important; }
  .ms-xl-n14 {
    margin-left: -6.5rem !important; }
  .ms-xl-n13 {
    margin-left: -6.5rem !important; }
  .ms-xl-n12 {
    margin-left: -6.5rem !important; }
  .ms-xl-n11 {
    margin-left: -6.5rem !important; }
  .ms-xl-n10 {
    margin-left: -6.5rem !important; }
  .ms-xl-n1 {
    margin-left: -6.5rem !important; }
  .ms-xl-n2 {
    margin-left: -6.5rem !important; }
  .ms-xl-n3 {
    margin-left: -6.5rem !important; }
  .ms-xl-n4 {
    margin-left: -6.5rem !important; }
  .ms-xl-n5 {
    margin-left: -6.5rem !important; }
  .ms-xl-n80 {
    margin-left: -6.5rem !important; }
  .p-xl-65 {
    padding: 6.5rem !important; }
  .p-xl-64 {
    padding: 6.4rem !important; }
  .p-xl-63 {
    padding: 6.3rem !important; }
  .p-xl-62 {
    padding: 6.2rem !important; }
  .p-xl-61 {
    padding: 6.1rem !important; }
  .p-xl-60 {
    padding: 60px !important; }
  .p-xl-59 {
    padding: 5.9rem !important; }
  .p-xl-58 {
    padding: 5.8rem !important; }
  .p-xl-57 {
    padding: 5.7rem !important; }
  .p-xl-56 {
    padding: 5.6rem !important; }
  .p-xl-55 {
    padding: 5.5rem !important; }
  .p-xl-54 {
    padding: 5.4rem !important; }
  .p-xl-53 {
    padding: 5.3rem !important; }
  .p-xl-52 {
    padding: 5.2rem !important; }
  .p-xl-51 {
    padding: 5.1rem !important; }
  .p-xl-50 {
    padding: 5rem !important; }
  .p-xl-49 {
    padding: 4.9rem !important; }
  .p-xl-48 {
    padding: 4.8rem !important; }
  .p-xl-47 {
    padding: 4.7rem !important; }
  .p-xl-46 {
    padding: 4.6rem !important; }
  .p-xl-45 {
    padding: 4.5rem !important; }
  .p-xl-44 {
    padding: 4.4rem !important; }
  .p-xl-43 {
    padding: 4.3rem !important; }
  .p-xl-42 {
    padding: 4.2rem !important; }
  .p-xl-41 {
    padding: 4.1rem !important; }
  .p-xl-40 {
    padding: 4rem !important; }
  .p-xl-39 {
    padding: 3.9rem !important; }
  .p-xl-38 {
    padding: 3.8rem !important; }
  .p-xl-37 {
    padding: 3.7rem !important; }
  .p-xl-36 {
    padding: 3.6rem !important; }
  .p-xl-35 {
    padding: 3.5rem !important; }
  .p-xl-34 {
    padding: 3.4rem !important; }
  .p-xl-33 {
    padding: 3.3rem !important; }
  .p-xl-32 {
    padding: 3.2rem !important; }
  .p-xl-31 {
    padding: 3.1rem !important; }
  .p-xl-30 {
    padding: 3rem !important; }
  .p-xl-29 {
    padding: 2.9rem !important; }
  .p-xl-28 {
    padding: 2.8rem !important; }
  .p-xl-27 {
    padding: 2.7rem !important; }
  .p-xl-26 {
    padding: 2.6rem !important; }
  .p-xl-25 {
    padding: 2.5rem !important; }
  .p-xl-24 {
    padding: 2.4rem !important; }
  .p-xl-23 {
    padding: 2.3rem !important; }
  .p-xl-22 {
    padding: 2.2rem !important; }
  .p-xl-21 {
    padding: 2.1rem !important; }
  .p-xl-20 {
    padding: 2rem !important; }
  .p-xl-19 {
    padding: 1.9rem !important; }
  .p-xl-18 {
    padding: 1.8rem !important; }
  .p-xl-17 {
    padding: 1.7rem !important; }
  .p-xl-16 {
    padding: 1.6rem !important; }
  .p-xl-15 {
    padding: 1.5rem !important; }
  .p-xl-14 {
    padding: 1.4rem !important; }
  .p-xl-13 {
    padding: 1.3rem !important; }
  .p-xl-12 {
    padding: 1.2rem !important; }
  .p-xl-11 {
    padding: 1.1rem !important; }
  .p-xl-10 {
    padding: 1rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 5px !important; }
  .p-xl-80 {
    padding: 80px !important; }
  .px-xl-65 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important; }
  .px-xl-64 {
    padding-right: 6.4rem !important;
    padding-left: 6.4rem !important; }
  .px-xl-63 {
    padding-right: 6.3rem !important;
    padding-left: 6.3rem !important; }
  .px-xl-62 {
    padding-right: 6.2rem !important;
    padding-left: 6.2rem !important; }
  .px-xl-61 {
    padding-right: 6.1rem !important;
    padding-left: 6.1rem !important; }
  .px-xl-60 {
    padding-right: 60px !important;
    padding-left: 60px !important; }
  .px-xl-59 {
    padding-right: 5.9rem !important;
    padding-left: 5.9rem !important; }
  .px-xl-58 {
    padding-right: 5.8rem !important;
    padding-left: 5.8rem !important; }
  .px-xl-57 {
    padding-right: 5.7rem !important;
    padding-left: 5.7rem !important; }
  .px-xl-56 {
    padding-right: 5.6rem !important;
    padding-left: 5.6rem !important; }
  .px-xl-55 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important; }
  .px-xl-54 {
    padding-right: 5.4rem !important;
    padding-left: 5.4rem !important; }
  .px-xl-53 {
    padding-right: 5.3rem !important;
    padding-left: 5.3rem !important; }
  .px-xl-52 {
    padding-right: 5.2rem !important;
    padding-left: 5.2rem !important; }
  .px-xl-51 {
    padding-right: 5.1rem !important;
    padding-left: 5.1rem !important; }
  .px-xl-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }
  .px-xl-49 {
    padding-right: 4.9rem !important;
    padding-left: 4.9rem !important; }
  .px-xl-48 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important; }
  .px-xl-47 {
    padding-right: 4.7rem !important;
    padding-left: 4.7rem !important; }
  .px-xl-46 {
    padding-right: 4.6rem !important;
    padding-left: 4.6rem !important; }
  .px-xl-45 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important; }
  .px-xl-44 {
    padding-right: 4.4rem !important;
    padding-left: 4.4rem !important; }
  .px-xl-43 {
    padding-right: 4.3rem !important;
    padding-left: 4.3rem !important; }
  .px-xl-42 {
    padding-right: 4.2rem !important;
    padding-left: 4.2rem !important; }
  .px-xl-41 {
    padding-right: 4.1rem !important;
    padding-left: 4.1rem !important; }
  .px-xl-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .px-xl-39 {
    padding-right: 3.9rem !important;
    padding-left: 3.9rem !important; }
  .px-xl-38 {
    padding-right: 3.8rem !important;
    padding-left: 3.8rem !important; }
  .px-xl-37 {
    padding-right: 3.7rem !important;
    padding-left: 3.7rem !important; }
  .px-xl-36 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important; }
  .px-xl-35 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important; }
  .px-xl-34 {
    padding-right: 3.4rem !important;
    padding-left: 3.4rem !important; }
  .px-xl-33 {
    padding-right: 3.3rem !important;
    padding-left: 3.3rem !important; }
  .px-xl-32 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important; }
  .px-xl-31 {
    padding-right: 3.1rem !important;
    padding-left: 3.1rem !important; }
  .px-xl-30 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-xl-29 {
    padding-right: 2.9rem !important;
    padding-left: 2.9rem !important; }
  .px-xl-28 {
    padding-right: 2.8rem !important;
    padding-left: 2.8rem !important; }
  .px-xl-27 {
    padding-right: 2.7rem !important;
    padding-left: 2.7rem !important; }
  .px-xl-26 {
    padding-right: 2.6rem !important;
    padding-left: 2.6rem !important; }
  .px-xl-25 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }
  .px-xl-24 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important; }
  .px-xl-23 {
    padding-right: 2.3rem !important;
    padding-left: 2.3rem !important; }
  .px-xl-22 {
    padding-right: 2.2rem !important;
    padding-left: 2.2rem !important; }
  .px-xl-21 {
    padding-right: 2.1rem !important;
    padding-left: 2.1rem !important; }
  .px-xl-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }
  .px-xl-19 {
    padding-right: 1.9rem !important;
    padding-left: 1.9rem !important; }
  .px-xl-18 {
    padding-right: 1.8rem !important;
    padding-left: 1.8rem !important; }
  .px-xl-17 {
    padding-right: 1.7rem !important;
    padding-left: 1.7rem !important; }
  .px-xl-16 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important; }
  .px-xl-15 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-14 {
    padding-right: 1.4rem !important;
    padding-left: 1.4rem !important; }
  .px-xl-13 {
    padding-right: 1.3rem !important;
    padding-left: 1.3rem !important; }
  .px-xl-12 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important; }
  .px-xl-11 {
    padding-right: 1.1rem !important;
    padding-left: 1.1rem !important; }
  .px-xl-10 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 5px !important;
    padding-left: 5px !important; }
  .px-xl-80 {
    padding-right: 80px !important;
    padding-left: 80px !important; }
  .py-xl-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important; }
  .py-xl-64 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important; }
  .py-xl-63 {
    padding-top: 6.3rem !important;
    padding-bottom: 6.3rem !important; }
  .py-xl-62 {
    padding-top: 6.2rem !important;
    padding-bottom: 6.2rem !important; }
  .py-xl-61 {
    padding-top: 6.1rem !important;
    padding-bottom: 6.1rem !important; }
  .py-xl-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .py-xl-59 {
    padding-top: 5.9rem !important;
    padding-bottom: 5.9rem !important; }
  .py-xl-58 {
    padding-top: 5.8rem !important;
    padding-bottom: 5.8rem !important; }
  .py-xl-57 {
    padding-top: 5.7rem !important;
    padding-bottom: 5.7rem !important; }
  .py-xl-56 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important; }
  .py-xl-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important; }
  .py-xl-54 {
    padding-top: 5.4rem !important;
    padding-bottom: 5.4rem !important; }
  .py-xl-53 {
    padding-top: 5.3rem !important;
    padding-bottom: 5.3rem !important; }
  .py-xl-52 {
    padding-top: 5.2rem !important;
    padding-bottom: 5.2rem !important; }
  .py-xl-51 {
    padding-top: 5.1rem !important;
    padding-bottom: 5.1rem !important; }
  .py-xl-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .py-xl-49 {
    padding-top: 4.9rem !important;
    padding-bottom: 4.9rem !important; }
  .py-xl-48 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important; }
  .py-xl-47 {
    padding-top: 4.7rem !important;
    padding-bottom: 4.7rem !important; }
  .py-xl-46 {
    padding-top: 4.6rem !important;
    padding-bottom: 4.6rem !important; }
  .py-xl-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; }
  .py-xl-44 {
    padding-top: 4.4rem !important;
    padding-bottom: 4.4rem !important; }
  .py-xl-43 {
    padding-top: 4.3rem !important;
    padding-bottom: 4.3rem !important; }
  .py-xl-42 {
    padding-top: 4.2rem !important;
    padding-bottom: 4.2rem !important; }
  .py-xl-41 {
    padding-top: 4.1rem !important;
    padding-bottom: 4.1rem !important; }
  .py-xl-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .py-xl-39 {
    padding-top: 3.9rem !important;
    padding-bottom: 3.9rem !important; }
  .py-xl-38 {
    padding-top: 3.8rem !important;
    padding-bottom: 3.8rem !important; }
  .py-xl-37 {
    padding-top: 3.7rem !important;
    padding-bottom: 3.7rem !important; }
  .py-xl-36 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important; }
  .py-xl-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important; }
  .py-xl-34 {
    padding-top: 3.4rem !important;
    padding-bottom: 3.4rem !important; }
  .py-xl-33 {
    padding-top: 3.3rem !important;
    padding-bottom: 3.3rem !important; }
  .py-xl-32 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important; }
  .py-xl-31 {
    padding-top: 3.1rem !important;
    padding-bottom: 3.1rem !important; }
  .py-xl-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-xl-29 {
    padding-top: 2.9rem !important;
    padding-bottom: 2.9rem !important; }
  .py-xl-28 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important; }
  .py-xl-27 {
    padding-top: 2.7rem !important;
    padding-bottom: 2.7rem !important; }
  .py-xl-26 {
    padding-top: 2.6rem !important;
    padding-bottom: 2.6rem !important; }
  .py-xl-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .py-xl-24 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important; }
  .py-xl-23 {
    padding-top: 2.3rem !important;
    padding-bottom: 2.3rem !important; }
  .py-xl-22 {
    padding-top: 2.2rem !important;
    padding-bottom: 2.2rem !important; }
  .py-xl-21 {
    padding-top: 2.1rem !important;
    padding-bottom: 2.1rem !important; }
  .py-xl-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .py-xl-19 {
    padding-top: 1.9rem !important;
    padding-bottom: 1.9rem !important; }
  .py-xl-18 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important; }
  .py-xl-17 {
    padding-top: 1.7rem !important;
    padding-bottom: 1.7rem !important; }
  .py-xl-16 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important; }
  .py-xl-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-14 {
    padding-top: 1.4rem !important;
    padding-bottom: 1.4rem !important; }
  .py-xl-13 {
    padding-top: 1.3rem !important;
    padding-bottom: 1.3rem !important; }
  .py-xl-12 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important; }
  .py-xl-11 {
    padding-top: 1.1rem !important;
    padding-bottom: 1.1rem !important; }
  .py-xl-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .py-xl-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }
  .pt-xl-65 {
    padding-top: 6.5rem !important; }
  .pt-xl-64 {
    padding-top: 6.4rem !important; }
  .pt-xl-63 {
    padding-top: 6.3rem !important; }
  .pt-xl-62 {
    padding-top: 6.2rem !important; }
  .pt-xl-61 {
    padding-top: 6.1rem !important; }
  .pt-xl-60 {
    padding-top: 60px !important; }
  .pt-xl-59 {
    padding-top: 5.9rem !important; }
  .pt-xl-58 {
    padding-top: 5.8rem !important; }
  .pt-xl-57 {
    padding-top: 5.7rem !important; }
  .pt-xl-56 {
    padding-top: 5.6rem !important; }
  .pt-xl-55 {
    padding-top: 5.5rem !important; }
  .pt-xl-54 {
    padding-top: 5.4rem !important; }
  .pt-xl-53 {
    padding-top: 5.3rem !important; }
  .pt-xl-52 {
    padding-top: 5.2rem !important; }
  .pt-xl-51 {
    padding-top: 5.1rem !important; }
  .pt-xl-50 {
    padding-top: 5rem !important; }
  .pt-xl-49 {
    padding-top: 4.9rem !important; }
  .pt-xl-48 {
    padding-top: 4.8rem !important; }
  .pt-xl-47 {
    padding-top: 4.7rem !important; }
  .pt-xl-46 {
    padding-top: 4.6rem !important; }
  .pt-xl-45 {
    padding-top: 4.5rem !important; }
  .pt-xl-44 {
    padding-top: 4.4rem !important; }
  .pt-xl-43 {
    padding-top: 4.3rem !important; }
  .pt-xl-42 {
    padding-top: 4.2rem !important; }
  .pt-xl-41 {
    padding-top: 4.1rem !important; }
  .pt-xl-40 {
    padding-top: 4rem !important; }
  .pt-xl-39 {
    padding-top: 3.9rem !important; }
  .pt-xl-38 {
    padding-top: 3.8rem !important; }
  .pt-xl-37 {
    padding-top: 3.7rem !important; }
  .pt-xl-36 {
    padding-top: 3.6rem !important; }
  .pt-xl-35 {
    padding-top: 3.5rem !important; }
  .pt-xl-34 {
    padding-top: 3.4rem !important; }
  .pt-xl-33 {
    padding-top: 3.3rem !important; }
  .pt-xl-32 {
    padding-top: 3.2rem !important; }
  .pt-xl-31 {
    padding-top: 3.1rem !important; }
  .pt-xl-30 {
    padding-top: 3rem !important; }
  .pt-xl-29 {
    padding-top: 2.9rem !important; }
  .pt-xl-28 {
    padding-top: 2.8rem !important; }
  .pt-xl-27 {
    padding-top: 2.7rem !important; }
  .pt-xl-26 {
    padding-top: 2.6rem !important; }
  .pt-xl-25 {
    padding-top: 2.5rem !important; }
  .pt-xl-24 {
    padding-top: 2.4rem !important; }
  .pt-xl-23 {
    padding-top: 2.3rem !important; }
  .pt-xl-22 {
    padding-top: 2.2rem !important; }
  .pt-xl-21 {
    padding-top: 2.1rem !important; }
  .pt-xl-20 {
    padding-top: 2rem !important; }
  .pt-xl-19 {
    padding-top: 1.9rem !important; }
  .pt-xl-18 {
    padding-top: 1.8rem !important; }
  .pt-xl-17 {
    padding-top: 1.7rem !important; }
  .pt-xl-16 {
    padding-top: 1.6rem !important; }
  .pt-xl-15 {
    padding-top: 1.5rem !important; }
  .pt-xl-14 {
    padding-top: 1.4rem !important; }
  .pt-xl-13 {
    padding-top: 1.3rem !important; }
  .pt-xl-12 {
    padding-top: 1.2rem !important; }
  .pt-xl-11 {
    padding-top: 1.1rem !important; }
  .pt-xl-10 {
    padding-top: 1rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 5px !important; }
  .pt-xl-80 {
    padding-top: 80px !important; }
  .pe-xl-65 {
    padding-right: 6.5rem !important; }
  .pe-xl-64 {
    padding-right: 6.4rem !important; }
  .pe-xl-63 {
    padding-right: 6.3rem !important; }
  .pe-xl-62 {
    padding-right: 6.2rem !important; }
  .pe-xl-61 {
    padding-right: 6.1rem !important; }
  .pe-xl-60 {
    padding-right: 60px !important; }
  .pe-xl-59 {
    padding-right: 5.9rem !important; }
  .pe-xl-58 {
    padding-right: 5.8rem !important; }
  .pe-xl-57 {
    padding-right: 5.7rem !important; }
  .pe-xl-56 {
    padding-right: 5.6rem !important; }
  .pe-xl-55 {
    padding-right: 5.5rem !important; }
  .pe-xl-54 {
    padding-right: 5.4rem !important; }
  .pe-xl-53 {
    padding-right: 5.3rem !important; }
  .pe-xl-52 {
    padding-right: 5.2rem !important; }
  .pe-xl-51 {
    padding-right: 5.1rem !important; }
  .pe-xl-50 {
    padding-right: 5rem !important; }
  .pe-xl-49 {
    padding-right: 4.9rem !important; }
  .pe-xl-48 {
    padding-right: 4.8rem !important; }
  .pe-xl-47 {
    padding-right: 4.7rem !important; }
  .pe-xl-46 {
    padding-right: 4.6rem !important; }
  .pe-xl-45 {
    padding-right: 4.5rem !important; }
  .pe-xl-44 {
    padding-right: 4.4rem !important; }
  .pe-xl-43 {
    padding-right: 4.3rem !important; }
  .pe-xl-42 {
    padding-right: 4.2rem !important; }
  .pe-xl-41 {
    padding-right: 4.1rem !important; }
  .pe-xl-40 {
    padding-right: 4rem !important; }
  .pe-xl-39 {
    padding-right: 3.9rem !important; }
  .pe-xl-38 {
    padding-right: 3.8rem !important; }
  .pe-xl-37 {
    padding-right: 3.7rem !important; }
  .pe-xl-36 {
    padding-right: 3.6rem !important; }
  .pe-xl-35 {
    padding-right: 3.5rem !important; }
  .pe-xl-34 {
    padding-right: 3.4rem !important; }
  .pe-xl-33 {
    padding-right: 3.3rem !important; }
  .pe-xl-32 {
    padding-right: 3.2rem !important; }
  .pe-xl-31 {
    padding-right: 3.1rem !important; }
  .pe-xl-30 {
    padding-right: 3rem !important; }
  .pe-xl-29 {
    padding-right: 2.9rem !important; }
  .pe-xl-28 {
    padding-right: 2.8rem !important; }
  .pe-xl-27 {
    padding-right: 2.7rem !important; }
  .pe-xl-26 {
    padding-right: 2.6rem !important; }
  .pe-xl-25 {
    padding-right: 2.5rem !important; }
  .pe-xl-24 {
    padding-right: 2.4rem !important; }
  .pe-xl-23 {
    padding-right: 2.3rem !important; }
  .pe-xl-22 {
    padding-right: 2.2rem !important; }
  .pe-xl-21 {
    padding-right: 2.1rem !important; }
  .pe-xl-20 {
    padding-right: 2rem !important; }
  .pe-xl-19 {
    padding-right: 1.9rem !important; }
  .pe-xl-18 {
    padding-right: 1.8rem !important; }
  .pe-xl-17 {
    padding-right: 1.7rem !important; }
  .pe-xl-16 {
    padding-right: 1.6rem !important; }
  .pe-xl-15 {
    padding-right: 1.5rem !important; }
  .pe-xl-14 {
    padding-right: 1.4rem !important; }
  .pe-xl-13 {
    padding-right: 1.3rem !important; }
  .pe-xl-12 {
    padding-right: 1.2rem !important; }
  .pe-xl-11 {
    padding-right: 1.1rem !important; }
  .pe-xl-10 {
    padding-right: 1rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.25rem !important; }
  .pe-xl-2 {
    padding-right: 0.5rem !important; }
  .pe-xl-3 {
    padding-right: 1rem !important; }
  .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .pe-xl-5 {
    padding-right: 5px !important; }
  .pe-xl-80 {
    padding-right: 80px !important; }
  .pb-xl-65 {
    padding-bottom: 6.5rem !important; }
  .pb-xl-64 {
    padding-bottom: 6.4rem !important; }
  .pb-xl-63 {
    padding-bottom: 6.3rem !important; }
  .pb-xl-62 {
    padding-bottom: 6.2rem !important; }
  .pb-xl-61 {
    padding-bottom: 6.1rem !important; }
  .pb-xl-60 {
    padding-bottom: 60px !important; }
  .pb-xl-59 {
    padding-bottom: 5.9rem !important; }
  .pb-xl-58 {
    padding-bottom: 5.8rem !important; }
  .pb-xl-57 {
    padding-bottom: 5.7rem !important; }
  .pb-xl-56 {
    padding-bottom: 5.6rem !important; }
  .pb-xl-55 {
    padding-bottom: 5.5rem !important; }
  .pb-xl-54 {
    padding-bottom: 5.4rem !important; }
  .pb-xl-53 {
    padding-bottom: 5.3rem !important; }
  .pb-xl-52 {
    padding-bottom: 5.2rem !important; }
  .pb-xl-51 {
    padding-bottom: 5.1rem !important; }
  .pb-xl-50 {
    padding-bottom: 5rem !important; }
  .pb-xl-49 {
    padding-bottom: 4.9rem !important; }
  .pb-xl-48 {
    padding-bottom: 4.8rem !important; }
  .pb-xl-47 {
    padding-bottom: 4.7rem !important; }
  .pb-xl-46 {
    padding-bottom: 4.6rem !important; }
  .pb-xl-45 {
    padding-bottom: 4.5rem !important; }
  .pb-xl-44 {
    padding-bottom: 4.4rem !important; }
  .pb-xl-43 {
    padding-bottom: 4.3rem !important; }
  .pb-xl-42 {
    padding-bottom: 4.2rem !important; }
  .pb-xl-41 {
    padding-bottom: 4.1rem !important; }
  .pb-xl-40 {
    padding-bottom: 4rem !important; }
  .pb-xl-39 {
    padding-bottom: 3.9rem !important; }
  .pb-xl-38 {
    padding-bottom: 3.8rem !important; }
  .pb-xl-37 {
    padding-bottom: 3.7rem !important; }
  .pb-xl-36 {
    padding-bottom: 3.6rem !important; }
  .pb-xl-35 {
    padding-bottom: 3.5rem !important; }
  .pb-xl-34 {
    padding-bottom: 3.4rem !important; }
  .pb-xl-33 {
    padding-bottom: 3.3rem !important; }
  .pb-xl-32 {
    padding-bottom: 3.2rem !important; }
  .pb-xl-31 {
    padding-bottom: 3.1rem !important; }
  .pb-xl-30 {
    padding-bottom: 3rem !important; }
  .pb-xl-29 {
    padding-bottom: 2.9rem !important; }
  .pb-xl-28 {
    padding-bottom: 2.8rem !important; }
  .pb-xl-27 {
    padding-bottom: 2.7rem !important; }
  .pb-xl-26 {
    padding-bottom: 2.6rem !important; }
  .pb-xl-25 {
    padding-bottom: 2.5rem !important; }
  .pb-xl-24 {
    padding-bottom: 2.4rem !important; }
  .pb-xl-23 {
    padding-bottom: 2.3rem !important; }
  .pb-xl-22 {
    padding-bottom: 2.2rem !important; }
  .pb-xl-21 {
    padding-bottom: 2.1rem !important; }
  .pb-xl-20 {
    padding-bottom: 2rem !important; }
  .pb-xl-19 {
    padding-bottom: 1.9rem !important; }
  .pb-xl-18 {
    padding-bottom: 1.8rem !important; }
  .pb-xl-17 {
    padding-bottom: 1.7rem !important; }
  .pb-xl-16 {
    padding-bottom: 1.6rem !important; }
  .pb-xl-15 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-14 {
    padding-bottom: 1.4rem !important; }
  .pb-xl-13 {
    padding-bottom: 1.3rem !important; }
  .pb-xl-12 {
    padding-bottom: 1.2rem !important; }
  .pb-xl-11 {
    padding-bottom: 1.1rem !important; }
  .pb-xl-10 {
    padding-bottom: 1rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 5px !important; }
  .pb-xl-80 {
    padding-bottom: 80px !important; }
  .ps-xl-65 {
    padding-left: 6.5rem !important; }
  .ps-xl-64 {
    padding-left: 6.4rem !important; }
  .ps-xl-63 {
    padding-left: 6.3rem !important; }
  .ps-xl-62 {
    padding-left: 6.2rem !important; }
  .ps-xl-61 {
    padding-left: 6.1rem !important; }
  .ps-xl-60 {
    padding-left: 60px !important; }
  .ps-xl-59 {
    padding-left: 5.9rem !important; }
  .ps-xl-58 {
    padding-left: 5.8rem !important; }
  .ps-xl-57 {
    padding-left: 5.7rem !important; }
  .ps-xl-56 {
    padding-left: 5.6rem !important; }
  .ps-xl-55 {
    padding-left: 5.5rem !important; }
  .ps-xl-54 {
    padding-left: 5.4rem !important; }
  .ps-xl-53 {
    padding-left: 5.3rem !important; }
  .ps-xl-52 {
    padding-left: 5.2rem !important; }
  .ps-xl-51 {
    padding-left: 5.1rem !important; }
  .ps-xl-50 {
    padding-left: 5rem !important; }
  .ps-xl-49 {
    padding-left: 4.9rem !important; }
  .ps-xl-48 {
    padding-left: 4.8rem !important; }
  .ps-xl-47 {
    padding-left: 4.7rem !important; }
  .ps-xl-46 {
    padding-left: 4.6rem !important; }
  .ps-xl-45 {
    padding-left: 4.5rem !important; }
  .ps-xl-44 {
    padding-left: 4.4rem !important; }
  .ps-xl-43 {
    padding-left: 4.3rem !important; }
  .ps-xl-42 {
    padding-left: 4.2rem !important; }
  .ps-xl-41 {
    padding-left: 4.1rem !important; }
  .ps-xl-40 {
    padding-left: 4rem !important; }
  .ps-xl-39 {
    padding-left: 3.9rem !important; }
  .ps-xl-38 {
    padding-left: 3.8rem !important; }
  .ps-xl-37 {
    padding-left: 3.7rem !important; }
  .ps-xl-36 {
    padding-left: 3.6rem !important; }
  .ps-xl-35 {
    padding-left: 3.5rem !important; }
  .ps-xl-34 {
    padding-left: 3.4rem !important; }
  .ps-xl-33 {
    padding-left: 3.3rem !important; }
  .ps-xl-32 {
    padding-left: 3.2rem !important; }
  .ps-xl-31 {
    padding-left: 3.1rem !important; }
  .ps-xl-30 {
    padding-left: 3rem !important; }
  .ps-xl-29 {
    padding-left: 2.9rem !important; }
  .ps-xl-28 {
    padding-left: 2.8rem !important; }
  .ps-xl-27 {
    padding-left: 2.7rem !important; }
  .ps-xl-26 {
    padding-left: 2.6rem !important; }
  .ps-xl-25 {
    padding-left: 2.5rem !important; }
  .ps-xl-24 {
    padding-left: 2.4rem !important; }
  .ps-xl-23 {
    padding-left: 2.3rem !important; }
  .ps-xl-22 {
    padding-left: 2.2rem !important; }
  .ps-xl-21 {
    padding-left: 2.1rem !important; }
  .ps-xl-20 {
    padding-left: 2rem !important; }
  .ps-xl-19 {
    padding-left: 1.9rem !important; }
  .ps-xl-18 {
    padding-left: 1.8rem !important; }
  .ps-xl-17 {
    padding-left: 1.7rem !important; }
  .ps-xl-16 {
    padding-left: 1.6rem !important; }
  .ps-xl-15 {
    padding-left: 1.5rem !important; }
  .ps-xl-14 {
    padding-left: 1.4rem !important; }
  .ps-xl-13 {
    padding-left: 1.3rem !important; }
  .ps-xl-12 {
    padding-left: 1.2rem !important; }
  .ps-xl-11 {
    padding-left: 1.1rem !important; }
  .ps-xl-10 {
    padding-left: 1rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.25rem !important; }
  .ps-xl-2 {
    padding-left: 0.5rem !important; }
  .ps-xl-3 {
    padding-left: 1rem !important; }
  .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .ps-xl-5 {
    padding-left: 5px !important; }
  .ps-xl-80 {
    padding-left: 80px !important; }
  .fs-xl-50 {
    font-size: 5rem !important; }
  .fs-xl-49 {
    font-size: 4.9rem !important; }
  .fs-xl-48 {
    font-size: 4.8rem !important; }
  .fs-xl-47 {
    font-size: 4.7rem !important; }
  .fs-xl-46 {
    font-size: 4.6rem !important; }
  .fs-xl-45 {
    font-size: 4.5rem !important; }
  .fs-xl-44 {
    font-size: 4.4rem !important; }
  .fs-xl-43 {
    font-size: 4.3rem !important; }
  .fs-xl-42 {
    font-size: 4.2rem !important; }
  .fs-xl-41 {
    font-size: 4.1rem !important; }
  .fs-xl-40 {
    font-size: 4rem !important; }
  .fs-xl-39 {
    font-size: 3.9rem !important; }
  .fs-xl-38 {
    font-size: 3.8rem !important; }
  .fs-xl-37 {
    font-size: 3.7rem !important; }
  .fs-xl-36 {
    font-size: 3.6rem !important; }
  .fs-xl-35 {
    font-size: 3.5rem !important; }
  .fs-xl-34 {
    font-size: 3.4rem !important; }
  .fs-xl-33 {
    font-size: 3.3rem !important; }
  .fs-xl-32 {
    font-size: 3.2rem !important; }
  .fs-xl-31 {
    font-size: 3.1rem !important; }
  .fs-xl-30 {
    font-size: 3rem !important; }
  .fs-xl-29 {
    font-size: 2.9rem !important; }
  .fs-xl-28 {
    font-size: 2.8rem !important; }
  .fs-xl-27 {
    font-size: 2.7rem !important; }
  .fs-xl-26 {
    font-size: 2.6rem !important; }
  .fs-xl-25 {
    font-size: 2.5rem !important; }
  .fs-xl-24 {
    font-size: 2.4rem !important; }
  .fs-xl-23 {
    font-size: 2.3rem !important; }
  .fs-xl-22 {
    font-size: 2.2rem !important; }
  .fs-xl-21 {
    font-size: 2.1rem !important; }
  .fs-xl-20 {
    font-size: 2rem !important; }
  .fs-xl-19 {
    font-size: 1.9rem !important; }
  .fs-xl-18 {
    font-size: 1.8rem !important; }
  .fs-xl-17 {
    font-size: 1.7rem !important; }
  .fs-xl-16 {
    font-size: 1.6rem !important; }
  .fs-xl-15 {
    font-size: 1.5rem !important; }
  .fs-xl-14 {
    font-size: 1.4rem !important; }
  .fs-xl-13 {
    font-size: 1.3rem !important; }
  .fs-xl-12 {
    font-size: 1.2rem !important; }
  .fs-xl-11 {
    font-size: 1.1rem !important; }
  .fs-xl-10 {
    font-size: 1rem !important; }
  .lh-xl-65 {
    line-height: 6.5rem !important; }
  .lh-xl-64 {
    line-height: 6.4rem !important; }
  .lh-xl-63 {
    line-height: 6.3rem !important; }
  .lh-xl-62 {
    line-height: 6.2rem !important; }
  .lh-xl-61 {
    line-height: 6.1rem !important; }
  .lh-xl-60 {
    line-height: 60px !important; }
  .lh-xl-59 {
    line-height: 5.9rem !important; }
  .lh-xl-58 {
    line-height: 5.8rem !important; }
  .lh-xl-57 {
    line-height: 5.7rem !important; }
  .lh-xl-56 {
    line-height: 5.6rem !important; }
  .lh-xl-55 {
    line-height: 5.5rem !important; }
  .lh-xl-54 {
    line-height: 5.4rem !important; }
  .lh-xl-53 {
    line-height: 5.3rem !important; }
  .lh-xl-52 {
    line-height: 5.2rem !important; }
  .lh-xl-51 {
    line-height: 5.1rem !important; }
  .lh-xl-50 {
    line-height: 5rem !important; }
  .lh-xl-49 {
    line-height: 4.9rem !important; }
  .lh-xl-48 {
    line-height: 4.8rem !important; }
  .lh-xl-47 {
    line-height: 4.7rem !important; }
  .lh-xl-46 {
    line-height: 4.6rem !important; }
  .lh-xl-45 {
    line-height: 4.5rem !important; }
  .lh-xl-44 {
    line-height: 4.4rem !important; }
  .lh-xl-43 {
    line-height: 4.3rem !important; }
  .lh-xl-42 {
    line-height: 4.2rem !important; }
  .lh-xl-41 {
    line-height: 4.1rem !important; }
  .lh-xl-40 {
    line-height: 4rem !important; }
  .lh-xl-39 {
    line-height: 3.9rem !important; }
  .lh-xl-38 {
    line-height: 3.8rem !important; }
  .lh-xl-37 {
    line-height: 3.7rem !important; }
  .lh-xl-36 {
    line-height: 3.6rem !important; }
  .lh-xl-35 {
    line-height: 3.5rem !important; }
  .lh-xl-34 {
    line-height: 3.4rem !important; }
  .lh-xl-33 {
    line-height: 3.3rem !important; }
  .lh-xl-32 {
    line-height: 3.2rem !important; }
  .lh-xl-31 {
    line-height: 3.1rem !important; }
  .lh-xl-30 {
    line-height: 3rem !important; }
  .lh-xl-29 {
    line-height: 2.9rem !important; }
  .lh-xl-28 {
    line-height: 2.8rem !important; }
  .lh-xl-27 {
    line-height: 2.7rem !important; }
  .lh-xl-26 {
    line-height: 2.6rem !important; }
  .lh-xl-25 {
    line-height: 2.5rem !important; }
  .lh-xl-24 {
    line-height: 2.4rem !important; }
  .lh-xl-23 {
    line-height: 2.3rem !important; }
  .lh-xl-22 {
    line-height: 2.2rem !important; }
  .lh-xl-21 {
    line-height: 2.1rem !important; }
  .lh-xl-20 {
    line-height: 2rem !important; }
  .lh-xl-19 {
    line-height: 1.9rem !important; }
  .lh-xl-18 {
    line-height: 1.8rem !important; }
  .lh-xl-17 {
    line-height: 1.7rem !important; }
  .lh-xl-16 {
    line-height: 1.6rem !important; }
  .lh-xl-15 {
    line-height: 1.5rem !important; }
  .lh-xl-14 {
    line-height: 1.4rem !important; }
  .lh-xl-13 {
    line-height: 1.3rem !important; }
  .lh-xl-12 {
    line-height: 1.2rem !important; }
  .lh-xl-11 {
    line-height: 1.1rem !important; }
  .lh-xl-10 {
    line-height: 1rem !important; }
  .lh-xl-0 {
    line-height: 0 !important; }
  .lh-xl-1 {
    line-height: 0.25rem !important; }
  .lh-xl-2 {
    line-height: 0.5rem !important; }
  .lh-xl-3 {
    line-height: 1rem !important; }
  .lh-xl-4 {
    line-height: 1.5rem !important; }
  .lh-xl-5 {
    line-height: 5px !important; }
  .lh-xl-80 {
    line-height: 80px !important; }
  .text-xl-start {
    text-align: left !important; }
  .text-xl-end {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; }
  .rounded-xl-50 {
    border-radius: 5rem !important; }
  .rounded-xl-49 {
    border-radius: 4.9rem !important; }
  .rounded-xl-48 {
    border-radius: 4.8rem !important; }
  .rounded-xl-47 {
    border-radius: 4.7rem !important; }
  .rounded-xl-46 {
    border-radius: 4.6rem !important; }
  .rounded-xl-45 {
    border-radius: 4.5rem !important; }
  .rounded-xl-44 {
    border-radius: 4.4rem !important; }
  .rounded-xl-43 {
    border-radius: 4.3rem !important; }
  .rounded-xl-42 {
    border-radius: 4.2rem !important; }
  .rounded-xl-41 {
    border-radius: 4.1rem !important; }
  .rounded-xl-40 {
    border-radius: 4rem !important; }
  .rounded-xl-39 {
    border-radius: 3.9rem !important; }
  .rounded-xl-38 {
    border-radius: 3.8rem !important; }
  .rounded-xl-37 {
    border-radius: 3.7rem !important; }
  .rounded-xl-36 {
    border-radius: 3.6rem !important; }
  .rounded-xl-35 {
    border-radius: 3.5rem !important; }
  .rounded-xl-34 {
    border-radius: 3.4rem !important; }
  .rounded-xl-33 {
    border-radius: 3.3rem !important; }
  .rounded-xl-32 {
    border-radius: 3.2rem !important; }
  .rounded-xl-31 {
    border-radius: 3.1rem !important; }
  .rounded-xl-30 {
    border-radius: 3rem !important; }
  .rounded-xl-29 {
    border-radius: 2.9rem !important; }
  .rounded-xl-28 {
    border-radius: 2.8rem !important; }
  .rounded-xl-27 {
    border-radius: 2.7rem !important; }
  .rounded-xl-26 {
    border-radius: 2.6rem !important; }
  .rounded-xl-25 {
    border-radius: 2.5rem !important; }
  .rounded-xl-24 {
    border-radius: 2.4rem !important; }
  .rounded-xl-23 {
    border-radius: 2.3rem !important; }
  .rounded-xl-22 {
    border-radius: 2.2rem !important; }
  .rounded-xl-21 {
    border-radius: 2.1rem !important; }
  .rounded-xl-20 {
    border-radius: 2rem !important; }
  .rounded-xl-19 {
    border-radius: 1.9rem !important; }
  .rounded-xl-18 {
    border-radius: 1.8rem !important; }
  .rounded-xl-17 {
    border-radius: 1.7rem !important; }
  .rounded-xl-16 {
    border-radius: 1.6rem !important; }
  .rounded-xl-15 {
    border-radius: 1.5rem !important; }
  .rounded-xl-14 {
    border-radius: 1.4rem !important; }
  .rounded-xl-13 {
    border-radius: 1.3rem !important; }
  .rounded-xl-12 {
    border-radius: 1.2rem !important; }
  .rounded-xl-11 {
    border-radius: 1.1rem !important; }
  .rounded-xl-10 {
    border-radius: 1rem !important; }
  .rounded-xl-9 {
    border-radius: 0.9rem !important; }
  .rounded-xl-8 {
    border-radius: 0.8rem !important; }
  .rounded-xl-7 {
    border-radius: 0.7rem !important; }
  .rounded-xl-6 {
    border-radius: 0.6rem !important; }
  .rounded-xl-5 {
    border-radius: 0.5rem !important; }
  .rounded-xl-4 {
    border-radius: 0.4rem !important; }
  .rounded-xl-3 {
    border-radius: 15px !important; }
  .rounded-xl-2 {
    border-radius: 1.2rem !important; }
  .rounded-xl {
    border-radius: 1.2rem !important; }
  .rounded-xl-0 {
    border-radius: 0 !important; }
  .rounded-xl-1 {
    border-radius: 0.2rem !important; }
  .rounded-xl-circle {
    border-radius: 50% !important; }
  .rounded-xl-pill {
    border-radius: 50rem !important; }
  .rounded-top-xl-50 {
    border-top-left-radius: 5rem !important;
    border-top-right-radius: 5rem !important; }
  .rounded-top-xl-49 {
    border-top-left-radius: 4.9rem !important;
    border-top-right-radius: 4.9rem !important; }
  .rounded-top-xl-48 {
    border-top-left-radius: 4.8rem !important;
    border-top-right-radius: 4.8rem !important; }
  .rounded-top-xl-47 {
    border-top-left-radius: 4.7rem !important;
    border-top-right-radius: 4.7rem !important; }
  .rounded-top-xl-46 {
    border-top-left-radius: 4.6rem !important;
    border-top-right-radius: 4.6rem !important; }
  .rounded-top-xl-45 {
    border-top-left-radius: 4.5rem !important;
    border-top-right-radius: 4.5rem !important; }
  .rounded-top-xl-44 {
    border-top-left-radius: 4.4rem !important;
    border-top-right-radius: 4.4rem !important; }
  .rounded-top-xl-43 {
    border-top-left-radius: 4.3rem !important;
    border-top-right-radius: 4.3rem !important; }
  .rounded-top-xl-42 {
    border-top-left-radius: 4.2rem !important;
    border-top-right-radius: 4.2rem !important; }
  .rounded-top-xl-41 {
    border-top-left-radius: 4.1rem !important;
    border-top-right-radius: 4.1rem !important; }
  .rounded-top-xl-40 {
    border-top-left-radius: 4rem !important;
    border-top-right-radius: 4rem !important; }
  .rounded-top-xl-39 {
    border-top-left-radius: 3.9rem !important;
    border-top-right-radius: 3.9rem !important; }
  .rounded-top-xl-38 {
    border-top-left-radius: 3.8rem !important;
    border-top-right-radius: 3.8rem !important; }
  .rounded-top-xl-37 {
    border-top-left-radius: 3.7rem !important;
    border-top-right-radius: 3.7rem !important; }
  .rounded-top-xl-36 {
    border-top-left-radius: 3.6rem !important;
    border-top-right-radius: 3.6rem !important; }
  .rounded-top-xl-35 {
    border-top-left-radius: 3.5rem !important;
    border-top-right-radius: 3.5rem !important; }
  .rounded-top-xl-34 {
    border-top-left-radius: 3.4rem !important;
    border-top-right-radius: 3.4rem !important; }
  .rounded-top-xl-33 {
    border-top-left-radius: 3.3rem !important;
    border-top-right-radius: 3.3rem !important; }
  .rounded-top-xl-32 {
    border-top-left-radius: 3.2rem !important;
    border-top-right-radius: 3.2rem !important; }
  .rounded-top-xl-31 {
    border-top-left-radius: 3.1rem !important;
    border-top-right-radius: 3.1rem !important; }
  .rounded-top-xl-30 {
    border-top-left-radius: 3rem !important;
    border-top-right-radius: 3rem !important; }
  .rounded-top-xl-29 {
    border-top-left-radius: 2.9rem !important;
    border-top-right-radius: 2.9rem !important; }
  .rounded-top-xl-28 {
    border-top-left-radius: 2.8rem !important;
    border-top-right-radius: 2.8rem !important; }
  .rounded-top-xl-27 {
    border-top-left-radius: 2.7rem !important;
    border-top-right-radius: 2.7rem !important; }
  .rounded-top-xl-26 {
    border-top-left-radius: 2.6rem !important;
    border-top-right-radius: 2.6rem !important; }
  .rounded-top-xl-25 {
    border-top-left-radius: 2.5rem !important;
    border-top-right-radius: 2.5rem !important; }
  .rounded-top-xl-24 {
    border-top-left-radius: 2.4rem !important;
    border-top-right-radius: 2.4rem !important; }
  .rounded-top-xl-23 {
    border-top-left-radius: 2.3rem !important;
    border-top-right-radius: 2.3rem !important; }
  .rounded-top-xl-22 {
    border-top-left-radius: 2.2rem !important;
    border-top-right-radius: 2.2rem !important; }
  .rounded-top-xl-21 {
    border-top-left-radius: 2.1rem !important;
    border-top-right-radius: 2.1rem !important; }
  .rounded-top-xl-20 {
    border-top-left-radius: 2rem !important;
    border-top-right-radius: 2rem !important; }
  .rounded-top-xl-19 {
    border-top-left-radius: 1.9rem !important;
    border-top-right-radius: 1.9rem !important; }
  .rounded-top-xl-18 {
    border-top-left-radius: 1.8rem !important;
    border-top-right-radius: 1.8rem !important; }
  .rounded-top-xl-17 {
    border-top-left-radius: 1.7rem !important;
    border-top-right-radius: 1.7rem !important; }
  .rounded-top-xl-16 {
    border-top-left-radius: 1.6rem !important;
    border-top-right-radius: 1.6rem !important; }
  .rounded-top-xl-15 {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important; }
  .rounded-top-xl-14 {
    border-top-left-radius: 1.4rem !important;
    border-top-right-radius: 1.4rem !important; }
  .rounded-top-xl-13 {
    border-top-left-radius: 1.3rem !important;
    border-top-right-radius: 1.3rem !important; }
  .rounded-top-xl-12 {
    border-top-left-radius: 1.2rem !important;
    border-top-right-radius: 1.2rem !important; }
  .rounded-top-xl-11 {
    border-top-left-radius: 1.1rem !important;
    border-top-right-radius: 1.1rem !important; }
  .rounded-top-xl-10 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important; }
  .rounded-top-xl-9 {
    border-top-left-radius: 0.9rem !important;
    border-top-right-radius: 0.9rem !important; }
  .rounded-top-xl-8 {
    border-top-left-radius: 0.8rem !important;
    border-top-right-radius: 0.8rem !important; }
  .rounded-top-xl-7 {
    border-top-left-radius: 0.7rem !important;
    border-top-right-radius: 0.7rem !important; }
  .rounded-top-xl-6 {
    border-top-left-radius: 0.6rem !important;
    border-top-right-radius: 0.6rem !important; }
  .rounded-top-xl-5 {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important; }
  .rounded-top-xl-4 {
    border-top-left-radius: 0.4rem !important;
    border-top-right-radius: 0.4rem !important; }
  .rounded-top-xl-3 {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important; }
  .rounded-top-xl-2 {
    border-top-left-radius: 1.2rem !important;
    border-top-right-radius: 1.2rem !important; }
  .rounded-top-xl {
    border-top-left-radius: 1.2rem !important;
    border-top-right-radius: 1.2rem !important; }
  .rounded-top-xl-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important; }
  .rounded-top-xl-1 {
    border-top-left-radius: 0.2rem !important;
    border-top-right-radius: 0.2rem !important; }
  .rounded-top-xl-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important; }
  .rounded-top-xl-pill {
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important; }
  .rounded-end-xl-50 {
    border-top-right-radius: 5rem !important;
    border-bottom-right-radius: 5rem !important; }
  .rounded-end-xl-49 {
    border-top-right-radius: 4.9rem !important;
    border-bottom-right-radius: 4.9rem !important; }
  .rounded-end-xl-48 {
    border-top-right-radius: 4.8rem !important;
    border-bottom-right-radius: 4.8rem !important; }
  .rounded-end-xl-47 {
    border-top-right-radius: 4.7rem !important;
    border-bottom-right-radius: 4.7rem !important; }
  .rounded-end-xl-46 {
    border-top-right-radius: 4.6rem !important;
    border-bottom-right-radius: 4.6rem !important; }
  .rounded-end-xl-45 {
    border-top-right-radius: 4.5rem !important;
    border-bottom-right-radius: 4.5rem !important; }
  .rounded-end-xl-44 {
    border-top-right-radius: 4.4rem !important;
    border-bottom-right-radius: 4.4rem !important; }
  .rounded-end-xl-43 {
    border-top-right-radius: 4.3rem !important;
    border-bottom-right-radius: 4.3rem !important; }
  .rounded-end-xl-42 {
    border-top-right-radius: 4.2rem !important;
    border-bottom-right-radius: 4.2rem !important; }
  .rounded-end-xl-41 {
    border-top-right-radius: 4.1rem !important;
    border-bottom-right-radius: 4.1rem !important; }
  .rounded-end-xl-40 {
    border-top-right-radius: 4rem !important;
    border-bottom-right-radius: 4rem !important; }
  .rounded-end-xl-39 {
    border-top-right-radius: 3.9rem !important;
    border-bottom-right-radius: 3.9rem !important; }
  .rounded-end-xl-38 {
    border-top-right-radius: 3.8rem !important;
    border-bottom-right-radius: 3.8rem !important; }
  .rounded-end-xl-37 {
    border-top-right-radius: 3.7rem !important;
    border-bottom-right-radius: 3.7rem !important; }
  .rounded-end-xl-36 {
    border-top-right-radius: 3.6rem !important;
    border-bottom-right-radius: 3.6rem !important; }
  .rounded-end-xl-35 {
    border-top-right-radius: 3.5rem !important;
    border-bottom-right-radius: 3.5rem !important; }
  .rounded-end-xl-34 {
    border-top-right-radius: 3.4rem !important;
    border-bottom-right-radius: 3.4rem !important; }
  .rounded-end-xl-33 {
    border-top-right-radius: 3.3rem !important;
    border-bottom-right-radius: 3.3rem !important; }
  .rounded-end-xl-32 {
    border-top-right-radius: 3.2rem !important;
    border-bottom-right-radius: 3.2rem !important; }
  .rounded-end-xl-31 {
    border-top-right-radius: 3.1rem !important;
    border-bottom-right-radius: 3.1rem !important; }
  .rounded-end-xl-30 {
    border-top-right-radius: 3rem !important;
    border-bottom-right-radius: 3rem !important; }
  .rounded-end-xl-29 {
    border-top-right-radius: 2.9rem !important;
    border-bottom-right-radius: 2.9rem !important; }
  .rounded-end-xl-28 {
    border-top-right-radius: 2.8rem !important;
    border-bottom-right-radius: 2.8rem !important; }
  .rounded-end-xl-27 {
    border-top-right-radius: 2.7rem !important;
    border-bottom-right-radius: 2.7rem !important; }
  .rounded-end-xl-26 {
    border-top-right-radius: 2.6rem !important;
    border-bottom-right-radius: 2.6rem !important; }
  .rounded-end-xl-25 {
    border-top-right-radius: 2.5rem !important;
    border-bottom-right-radius: 2.5rem !important; }
  .rounded-end-xl-24 {
    border-top-right-radius: 2.4rem !important;
    border-bottom-right-radius: 2.4rem !important; }
  .rounded-end-xl-23 {
    border-top-right-radius: 2.3rem !important;
    border-bottom-right-radius: 2.3rem !important; }
  .rounded-end-xl-22 {
    border-top-right-radius: 2.2rem !important;
    border-bottom-right-radius: 2.2rem !important; }
  .rounded-end-xl-21 {
    border-top-right-radius: 2.1rem !important;
    border-bottom-right-radius: 2.1rem !important; }
  .rounded-end-xl-20 {
    border-top-right-radius: 2rem !important;
    border-bottom-right-radius: 2rem !important; }
  .rounded-end-xl-19 {
    border-top-right-radius: 1.9rem !important;
    border-bottom-right-radius: 1.9rem !important; }
  .rounded-end-xl-18 {
    border-top-right-radius: 1.8rem !important;
    border-bottom-right-radius: 1.8rem !important; }
  .rounded-end-xl-17 {
    border-top-right-radius: 1.7rem !important;
    border-bottom-right-radius: 1.7rem !important; }
  .rounded-end-xl-16 {
    border-top-right-radius: 1.6rem !important;
    border-bottom-right-radius: 1.6rem !important; }
  .rounded-end-xl-15 {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important; }
  .rounded-end-xl-14 {
    border-top-right-radius: 1.4rem !important;
    border-bottom-right-radius: 1.4rem !important; }
  .rounded-end-xl-13 {
    border-top-right-radius: 1.3rem !important;
    border-bottom-right-radius: 1.3rem !important; }
  .rounded-end-xl-12 {
    border-top-right-radius: 1.2rem !important;
    border-bottom-right-radius: 1.2rem !important; }
  .rounded-end-xl-11 {
    border-top-right-radius: 1.1rem !important;
    border-bottom-right-radius: 1.1rem !important; }
  .rounded-end-xl-10 {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important; }
  .rounded-end-xl-9 {
    border-top-right-radius: 0.9rem !important;
    border-bottom-right-radius: 0.9rem !important; }
  .rounded-end-xl-8 {
    border-top-right-radius: 0.8rem !important;
    border-bottom-right-radius: 0.8rem !important; }
  .rounded-end-xl-7 {
    border-top-right-radius: 0.7rem !important;
    border-bottom-right-radius: 0.7rem !important; }
  .rounded-end-xl-6 {
    border-top-right-radius: 0.6rem !important;
    border-bottom-right-radius: 0.6rem !important; }
  .rounded-end-xl-5 {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important; }
  .rounded-end-xl-4 {
    border-top-right-radius: 0.4rem !important;
    border-bottom-right-radius: 0.4rem !important; }
  .rounded-end-xl-3 {
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important; }
  .rounded-end-xl-2 {
    border-top-right-radius: 1.2rem !important;
    border-bottom-right-radius: 1.2rem !important; }
  .rounded-end-xl {
    border-top-right-radius: 1.2rem !important;
    border-bottom-right-radius: 1.2rem !important; }
  .rounded-end-xl-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important; }
  .rounded-end-xl-1 {
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important; }
  .rounded-end-xl-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important; }
  .rounded-end-xl-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important; }
  .rounded-bottom-xl-50 {
    border-bottom-right-radius: 5rem !important;
    border-bottom-left-radius: 5rem !important; }
  .rounded-bottom-xl-49 {
    border-bottom-right-radius: 4.9rem !important;
    border-bottom-left-radius: 4.9rem !important; }
  .rounded-bottom-xl-48 {
    border-bottom-right-radius: 4.8rem !important;
    border-bottom-left-radius: 4.8rem !important; }
  .rounded-bottom-xl-47 {
    border-bottom-right-radius: 4.7rem !important;
    border-bottom-left-radius: 4.7rem !important; }
  .rounded-bottom-xl-46 {
    border-bottom-right-radius: 4.6rem !important;
    border-bottom-left-radius: 4.6rem !important; }
  .rounded-bottom-xl-45 {
    border-bottom-right-radius: 4.5rem !important;
    border-bottom-left-radius: 4.5rem !important; }
  .rounded-bottom-xl-44 {
    border-bottom-right-radius: 4.4rem !important;
    border-bottom-left-radius: 4.4rem !important; }
  .rounded-bottom-xl-43 {
    border-bottom-right-radius: 4.3rem !important;
    border-bottom-left-radius: 4.3rem !important; }
  .rounded-bottom-xl-42 {
    border-bottom-right-radius: 4.2rem !important;
    border-bottom-left-radius: 4.2rem !important; }
  .rounded-bottom-xl-41 {
    border-bottom-right-radius: 4.1rem !important;
    border-bottom-left-radius: 4.1rem !important; }
  .rounded-bottom-xl-40 {
    border-bottom-right-radius: 4rem !important;
    border-bottom-left-radius: 4rem !important; }
  .rounded-bottom-xl-39 {
    border-bottom-right-radius: 3.9rem !important;
    border-bottom-left-radius: 3.9rem !important; }
  .rounded-bottom-xl-38 {
    border-bottom-right-radius: 3.8rem !important;
    border-bottom-left-radius: 3.8rem !important; }
  .rounded-bottom-xl-37 {
    border-bottom-right-radius: 3.7rem !important;
    border-bottom-left-radius: 3.7rem !important; }
  .rounded-bottom-xl-36 {
    border-bottom-right-radius: 3.6rem !important;
    border-bottom-left-radius: 3.6rem !important; }
  .rounded-bottom-xl-35 {
    border-bottom-right-radius: 3.5rem !important;
    border-bottom-left-radius: 3.5rem !important; }
  .rounded-bottom-xl-34 {
    border-bottom-right-radius: 3.4rem !important;
    border-bottom-left-radius: 3.4rem !important; }
  .rounded-bottom-xl-33 {
    border-bottom-right-radius: 3.3rem !important;
    border-bottom-left-radius: 3.3rem !important; }
  .rounded-bottom-xl-32 {
    border-bottom-right-radius: 3.2rem !important;
    border-bottom-left-radius: 3.2rem !important; }
  .rounded-bottom-xl-31 {
    border-bottom-right-radius: 3.1rem !important;
    border-bottom-left-radius: 3.1rem !important; }
  .rounded-bottom-xl-30 {
    border-bottom-right-radius: 3rem !important;
    border-bottom-left-radius: 3rem !important; }
  .rounded-bottom-xl-29 {
    border-bottom-right-radius: 2.9rem !important;
    border-bottom-left-radius: 2.9rem !important; }
  .rounded-bottom-xl-28 {
    border-bottom-right-radius: 2.8rem !important;
    border-bottom-left-radius: 2.8rem !important; }
  .rounded-bottom-xl-27 {
    border-bottom-right-radius: 2.7rem !important;
    border-bottom-left-radius: 2.7rem !important; }
  .rounded-bottom-xl-26 {
    border-bottom-right-radius: 2.6rem !important;
    border-bottom-left-radius: 2.6rem !important; }
  .rounded-bottom-xl-25 {
    border-bottom-right-radius: 2.5rem !important;
    border-bottom-left-radius: 2.5rem !important; }
  .rounded-bottom-xl-24 {
    border-bottom-right-radius: 2.4rem !important;
    border-bottom-left-radius: 2.4rem !important; }
  .rounded-bottom-xl-23 {
    border-bottom-right-radius: 2.3rem !important;
    border-bottom-left-radius: 2.3rem !important; }
  .rounded-bottom-xl-22 {
    border-bottom-right-radius: 2.2rem !important;
    border-bottom-left-radius: 2.2rem !important; }
  .rounded-bottom-xl-21 {
    border-bottom-right-radius: 2.1rem !important;
    border-bottom-left-radius: 2.1rem !important; }
  .rounded-bottom-xl-20 {
    border-bottom-right-radius: 2rem !important;
    border-bottom-left-radius: 2rem !important; }
  .rounded-bottom-xl-19 {
    border-bottom-right-radius: 1.9rem !important;
    border-bottom-left-radius: 1.9rem !important; }
  .rounded-bottom-xl-18 {
    border-bottom-right-radius: 1.8rem !important;
    border-bottom-left-radius: 1.8rem !important; }
  .rounded-bottom-xl-17 {
    border-bottom-right-radius: 1.7rem !important;
    border-bottom-left-radius: 1.7rem !important; }
  .rounded-bottom-xl-16 {
    border-bottom-right-radius: 1.6rem !important;
    border-bottom-left-radius: 1.6rem !important; }
  .rounded-bottom-xl-15 {
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important; }
  .rounded-bottom-xl-14 {
    border-bottom-right-radius: 1.4rem !important;
    border-bottom-left-radius: 1.4rem !important; }
  .rounded-bottom-xl-13 {
    border-bottom-right-radius: 1.3rem !important;
    border-bottom-left-radius: 1.3rem !important; }
  .rounded-bottom-xl-12 {
    border-bottom-right-radius: 1.2rem !important;
    border-bottom-left-radius: 1.2rem !important; }
  .rounded-bottom-xl-11 {
    border-bottom-right-radius: 1.1rem !important;
    border-bottom-left-radius: 1.1rem !important; }
  .rounded-bottom-xl-10 {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important; }
  .rounded-bottom-xl-9 {
    border-bottom-right-radius: 0.9rem !important;
    border-bottom-left-radius: 0.9rem !important; }
  .rounded-bottom-xl-8 {
    border-bottom-right-radius: 0.8rem !important;
    border-bottom-left-radius: 0.8rem !important; }
  .rounded-bottom-xl-7 {
    border-bottom-right-radius: 0.7rem !important;
    border-bottom-left-radius: 0.7rem !important; }
  .rounded-bottom-xl-6 {
    border-bottom-right-radius: 0.6rem !important;
    border-bottom-left-radius: 0.6rem !important; }
  .rounded-bottom-xl-5 {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important; }
  .rounded-bottom-xl-4 {
    border-bottom-right-radius: 0.4rem !important;
    border-bottom-left-radius: 0.4rem !important; }
  .rounded-bottom-xl-3 {
    border-bottom-right-radius: 15px !important;
    border-bottom-left-radius: 15px !important; }
  .rounded-bottom-xl-2 {
    border-bottom-right-radius: 1.2rem !important;
    border-bottom-left-radius: 1.2rem !important; }
  .rounded-bottom-xl {
    border-bottom-right-radius: 1.2rem !important;
    border-bottom-left-radius: 1.2rem !important; }
  .rounded-bottom-xl-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important; }
  .rounded-bottom-xl-1 {
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important; }
  .rounded-bottom-xl-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important; }
  .rounded-bottom-xl-pill {
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important; }
  .rounded-start-xl-50 {
    border-bottom-left-radius: 5rem !important;
    border-top-left-radius: 5rem !important; }
  .rounded-start-xl-49 {
    border-bottom-left-radius: 4.9rem !important;
    border-top-left-radius: 4.9rem !important; }
  .rounded-start-xl-48 {
    border-bottom-left-radius: 4.8rem !important;
    border-top-left-radius: 4.8rem !important; }
  .rounded-start-xl-47 {
    border-bottom-left-radius: 4.7rem !important;
    border-top-left-radius: 4.7rem !important; }
  .rounded-start-xl-46 {
    border-bottom-left-radius: 4.6rem !important;
    border-top-left-radius: 4.6rem !important; }
  .rounded-start-xl-45 {
    border-bottom-left-radius: 4.5rem !important;
    border-top-left-radius: 4.5rem !important; }
  .rounded-start-xl-44 {
    border-bottom-left-radius: 4.4rem !important;
    border-top-left-radius: 4.4rem !important; }
  .rounded-start-xl-43 {
    border-bottom-left-radius: 4.3rem !important;
    border-top-left-radius: 4.3rem !important; }
  .rounded-start-xl-42 {
    border-bottom-left-radius: 4.2rem !important;
    border-top-left-radius: 4.2rem !important; }
  .rounded-start-xl-41 {
    border-bottom-left-radius: 4.1rem !important;
    border-top-left-radius: 4.1rem !important; }
  .rounded-start-xl-40 {
    border-bottom-left-radius: 4rem !important;
    border-top-left-radius: 4rem !important; }
  .rounded-start-xl-39 {
    border-bottom-left-radius: 3.9rem !important;
    border-top-left-radius: 3.9rem !important; }
  .rounded-start-xl-38 {
    border-bottom-left-radius: 3.8rem !important;
    border-top-left-radius: 3.8rem !important; }
  .rounded-start-xl-37 {
    border-bottom-left-radius: 3.7rem !important;
    border-top-left-radius: 3.7rem !important; }
  .rounded-start-xl-36 {
    border-bottom-left-radius: 3.6rem !important;
    border-top-left-radius: 3.6rem !important; }
  .rounded-start-xl-35 {
    border-bottom-left-radius: 3.5rem !important;
    border-top-left-radius: 3.5rem !important; }
  .rounded-start-xl-34 {
    border-bottom-left-radius: 3.4rem !important;
    border-top-left-radius: 3.4rem !important; }
  .rounded-start-xl-33 {
    border-bottom-left-radius: 3.3rem !important;
    border-top-left-radius: 3.3rem !important; }
  .rounded-start-xl-32 {
    border-bottom-left-radius: 3.2rem !important;
    border-top-left-radius: 3.2rem !important; }
  .rounded-start-xl-31 {
    border-bottom-left-radius: 3.1rem !important;
    border-top-left-radius: 3.1rem !important; }
  .rounded-start-xl-30 {
    border-bottom-left-radius: 3rem !important;
    border-top-left-radius: 3rem !important; }
  .rounded-start-xl-29 {
    border-bottom-left-radius: 2.9rem !important;
    border-top-left-radius: 2.9rem !important; }
  .rounded-start-xl-28 {
    border-bottom-left-radius: 2.8rem !important;
    border-top-left-radius: 2.8rem !important; }
  .rounded-start-xl-27 {
    border-bottom-left-radius: 2.7rem !important;
    border-top-left-radius: 2.7rem !important; }
  .rounded-start-xl-26 {
    border-bottom-left-radius: 2.6rem !important;
    border-top-left-radius: 2.6rem !important; }
  .rounded-start-xl-25 {
    border-bottom-left-radius: 2.5rem !important;
    border-top-left-radius: 2.5rem !important; }
  .rounded-start-xl-24 {
    border-bottom-left-radius: 2.4rem !important;
    border-top-left-radius: 2.4rem !important; }
  .rounded-start-xl-23 {
    border-bottom-left-radius: 2.3rem !important;
    border-top-left-radius: 2.3rem !important; }
  .rounded-start-xl-22 {
    border-bottom-left-radius: 2.2rem !important;
    border-top-left-radius: 2.2rem !important; }
  .rounded-start-xl-21 {
    border-bottom-left-radius: 2.1rem !important;
    border-top-left-radius: 2.1rem !important; }
  .rounded-start-xl-20 {
    border-bottom-left-radius: 2rem !important;
    border-top-left-radius: 2rem !important; }
  .rounded-start-xl-19 {
    border-bottom-left-radius: 1.9rem !important;
    border-top-left-radius: 1.9rem !important; }
  .rounded-start-xl-18 {
    border-bottom-left-radius: 1.8rem !important;
    border-top-left-radius: 1.8rem !important; }
  .rounded-start-xl-17 {
    border-bottom-left-radius: 1.7rem !important;
    border-top-left-radius: 1.7rem !important; }
  .rounded-start-xl-16 {
    border-bottom-left-radius: 1.6rem !important;
    border-top-left-radius: 1.6rem !important; }
  .rounded-start-xl-15 {
    border-bottom-left-radius: 1.5rem !important;
    border-top-left-radius: 1.5rem !important; }
  .rounded-start-xl-14 {
    border-bottom-left-radius: 1.4rem !important;
    border-top-left-radius: 1.4rem !important; }
  .rounded-start-xl-13 {
    border-bottom-left-radius: 1.3rem !important;
    border-top-left-radius: 1.3rem !important; }
  .rounded-start-xl-12 {
    border-bottom-left-radius: 1.2rem !important;
    border-top-left-radius: 1.2rem !important; }
  .rounded-start-xl-11 {
    border-bottom-left-radius: 1.1rem !important;
    border-top-left-radius: 1.1rem !important; }
  .rounded-start-xl-10 {
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important; }
  .rounded-start-xl-9 {
    border-bottom-left-radius: 0.9rem !important;
    border-top-left-radius: 0.9rem !important; }
  .rounded-start-xl-8 {
    border-bottom-left-radius: 0.8rem !important;
    border-top-left-radius: 0.8rem !important; }
  .rounded-start-xl-7 {
    border-bottom-left-radius: 0.7rem !important;
    border-top-left-radius: 0.7rem !important; }
  .rounded-start-xl-6 {
    border-bottom-left-radius: 0.6rem !important;
    border-top-left-radius: 0.6rem !important; }
  .rounded-start-xl-5 {
    border-bottom-left-radius: 0.5rem !important;
    border-top-left-radius: 0.5rem !important; }
  .rounded-start-xl-4 {
    border-bottom-left-radius: 0.4rem !important;
    border-top-left-radius: 0.4rem !important; }
  .rounded-start-xl-3 {
    border-bottom-left-radius: 15px !important;
    border-top-left-radius: 15px !important; }
  .rounded-start-xl-2 {
    border-bottom-left-radius: 1.2rem !important;
    border-top-left-radius: 1.2rem !important; }
  .rounded-start-xl {
    border-bottom-left-radius: 1.2rem !important;
    border-top-left-radius: 1.2rem !important; }
  .rounded-start-xl-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important; }
  .rounded-start-xl-1 {
    border-bottom-left-radius: 0.2rem !important;
    border-top-left-radius: 0.2rem !important; }
  .rounded-start-xl-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important; }
  .rounded-start-xl-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important; }
  .z-index-xl-1 {
    z-index: 1 !important; }
  .z-index-xl-2 {
    z-index: 2 !important; }
  .z-index-xl-3 {
    z-index: 3 !important; }
  .z-index-xl-4 {
    z-index: 4 !important; }
  .z-index-xl-5 {
    z-index: 5 !important; }
  .z-index-xl-1000 {
    z-index: 1000 !important; } }

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important; }
  .float-xxl-end {
    float: right !important; }
  .float-xxl-none {
    float: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-grid {
    display: grid !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; }
  .d-xxl-none {
    display: none !important; }
  .position-xxl-static {
    position: static !important; }
  .position-xxl-relative {
    position: relative !important; }
  .position-xxl-absolute {
    position: absolute !important; }
  .position-xxl-fixed {
    position: fixed !important; }
  .position-xxl-sticky {
    position: sticky !important; }
  .top-xxl-0 {
    top: 0 !important; }
  .top-xxl-10 {
    top: 10% !important; }
  .top-xxl-20 {
    top: 20% !important; }
  .top-xxl-40 {
    top: 40% !important; }
  .top-xxl-50 {
    top: 50% !important; }
  .top-xxl-90 {
    top: 90% !important; }
  .top-xxl-100 {
    top: 100% !important; }
  .top-xxl-50px {
    top: 50px !important; }
  .top-xxl-30px {
    top: 30px !important; }
  .w-xxl-20 {
    width: 20% !important; }
  .w-xxl-25 {
    width: 25% !important; }
  .w-xxl-50 {
    width: 50% !important; }
  .w-xxl-70 {
    width: 70% !important; }
  .w-xxl-75 {
    width: 75% !important; }
  .w-xxl-80 {
    width: 80% !important; }
  .w-xxl-90 {
    width: 90% !important; }
  .w-xxl-100 {
    width: 100% !important; }
  .w-xxl-auto {
    width: auto !important; }
  .w-xxl-165px {
    width: 165px !important; }
  .w-xxl-280px {
    width: 280px !important; }
  .h-xxl-20 {
    height: 20% !important; }
  .h-xxl-25 {
    height: 25% !important; }
  .h-xxl-50 {
    height: 50% !important; }
  .h-xxl-70 {
    height: 70% !important; }
  .h-xxl-75 {
    height: 75% !important; }
  .h-xxl-80 {
    height: 80% !important; }
  .h-xxl-90 {
    height: 90% !important; }
  .h-xxl-100 {
    height: 100% !important; }
  .h-xxl-auto {
    height: auto !important; }
  .h-xxl-165px {
    height: 165px !important; }
  .h-xxl-280px {
    height: 280px !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .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-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; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-xxl-65 {
    gap: 6.5rem !important; }
  .gap-xxl-64 {
    gap: 6.4rem !important; }
  .gap-xxl-63 {
    gap: 6.3rem !important; }
  .gap-xxl-62 {
    gap: 6.2rem !important; }
  .gap-xxl-61 {
    gap: 6.1rem !important; }
  .gap-xxl-60 {
    gap: 60px !important; }
  .gap-xxl-59 {
    gap: 5.9rem !important; }
  .gap-xxl-58 {
    gap: 5.8rem !important; }
  .gap-xxl-57 {
    gap: 5.7rem !important; }
  .gap-xxl-56 {
    gap: 5.6rem !important; }
  .gap-xxl-55 {
    gap: 5.5rem !important; }
  .gap-xxl-54 {
    gap: 5.4rem !important; }
  .gap-xxl-53 {
    gap: 5.3rem !important; }
  .gap-xxl-52 {
    gap: 5.2rem !important; }
  .gap-xxl-51 {
    gap: 5.1rem !important; }
  .gap-xxl-50 {
    gap: 5rem !important; }
  .gap-xxl-49 {
    gap: 4.9rem !important; }
  .gap-xxl-48 {
    gap: 4.8rem !important; }
  .gap-xxl-47 {
    gap: 4.7rem !important; }
  .gap-xxl-46 {
    gap: 4.6rem !important; }
  .gap-xxl-45 {
    gap: 4.5rem !important; }
  .gap-xxl-44 {
    gap: 4.4rem !important; }
  .gap-xxl-43 {
    gap: 4.3rem !important; }
  .gap-xxl-42 {
    gap: 4.2rem !important; }
  .gap-xxl-41 {
    gap: 4.1rem !important; }
  .gap-xxl-40 {
    gap: 4rem !important; }
  .gap-xxl-39 {
    gap: 3.9rem !important; }
  .gap-xxl-38 {
    gap: 3.8rem !important; }
  .gap-xxl-37 {
    gap: 3.7rem !important; }
  .gap-xxl-36 {
    gap: 3.6rem !important; }
  .gap-xxl-35 {
    gap: 3.5rem !important; }
  .gap-xxl-34 {
    gap: 3.4rem !important; }
  .gap-xxl-33 {
    gap: 3.3rem !important; }
  .gap-xxl-32 {
    gap: 3.2rem !important; }
  .gap-xxl-31 {
    gap: 3.1rem !important; }
  .gap-xxl-30 {
    gap: 3rem !important; }
  .gap-xxl-29 {
    gap: 2.9rem !important; }
  .gap-xxl-28 {
    gap: 2.8rem !important; }
  .gap-xxl-27 {
    gap: 2.7rem !important; }
  .gap-xxl-26 {
    gap: 2.6rem !important; }
  .gap-xxl-25 {
    gap: 2.5rem !important; }
  .gap-xxl-24 {
    gap: 2.4rem !important; }
  .gap-xxl-23 {
    gap: 2.3rem !important; }
  .gap-xxl-22 {
    gap: 2.2rem !important; }
  .gap-xxl-21 {
    gap: 2.1rem !important; }
  .gap-xxl-20 {
    gap: 2rem !important; }
  .gap-xxl-19 {
    gap: 1.9rem !important; }
  .gap-xxl-18 {
    gap: 1.8rem !important; }
  .gap-xxl-17 {
    gap: 1.7rem !important; }
  .gap-xxl-16 {
    gap: 1.6rem !important; }
  .gap-xxl-15 {
    gap: 1.5rem !important; }
  .gap-xxl-14 {
    gap: 1.4rem !important; }
  .gap-xxl-13 {
    gap: 1.3rem !important; }
  .gap-xxl-12 {
    gap: 1.2rem !important; }
  .gap-xxl-11 {
    gap: 1.1rem !important; }
  .gap-xxl-10 {
    gap: 1rem !important; }
  .gap-xxl-0 {
    gap: 0 !important; }
  .gap-xxl-1 {
    gap: 0.25rem !important; }
  .gap-xxl-2 {
    gap: 0.5rem !important; }
  .gap-xxl-3 {
    gap: 1rem !important; }
  .gap-xxl-4 {
    gap: 1.5rem !important; }
  .gap-xxl-5 {
    gap: 5px !important; }
  .gap-xxl-80 {
    gap: 80px !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; }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !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; }
  .order-xxl-first {
    order: -1 !important; }
  .order-xxl-0 {
    order: 0 !important; }
  .order-xxl-1 {
    order: 1 !important; }
  .order-xxl-2 {
    order: 2 !important; }
  .order-xxl-3 {
    order: 3 !important; }
  .order-xxl-4 {
    order: 4 !important; }
  .order-xxl-5 {
    order: 5 !important; }
  .order-xxl-last {
    order: 6 !important; }
  .m-xxl-65 {
    margin: 6.5rem !important; }
  .m-xxl-64 {
    margin: 6.4rem !important; }
  .m-xxl-63 {
    margin: 6.3rem !important; }
  .m-xxl-62 {
    margin: 6.2rem !important; }
  .m-xxl-61 {
    margin: 6.1rem !important; }
  .m-xxl-60 {
    margin: 60px !important; }
  .m-xxl-59 {
    margin: 5.9rem !important; }
  .m-xxl-58 {
    margin: 5.8rem !important; }
  .m-xxl-57 {
    margin: 5.7rem !important; }
  .m-xxl-56 {
    margin: 5.6rem !important; }
  .m-xxl-55 {
    margin: 5.5rem !important; }
  .m-xxl-54 {
    margin: 5.4rem !important; }
  .m-xxl-53 {
    margin: 5.3rem !important; }
  .m-xxl-52 {
    margin: 5.2rem !important; }
  .m-xxl-51 {
    margin: 5.1rem !important; }
  .m-xxl-50 {
    margin: 5rem !important; }
  .m-xxl-49 {
    margin: 4.9rem !important; }
  .m-xxl-48 {
    margin: 4.8rem !important; }
  .m-xxl-47 {
    margin: 4.7rem !important; }
  .m-xxl-46 {
    margin: 4.6rem !important; }
  .m-xxl-45 {
    margin: 4.5rem !important; }
  .m-xxl-44 {
    margin: 4.4rem !important; }
  .m-xxl-43 {
    margin: 4.3rem !important; }
  .m-xxl-42 {
    margin: 4.2rem !important; }
  .m-xxl-41 {
    margin: 4.1rem !important; }
  .m-xxl-40 {
    margin: 4rem !important; }
  .m-xxl-39 {
    margin: 3.9rem !important; }
  .m-xxl-38 {
    margin: 3.8rem !important; }
  .m-xxl-37 {
    margin: 3.7rem !important; }
  .m-xxl-36 {
    margin: 3.6rem !important; }
  .m-xxl-35 {
    margin: 3.5rem !important; }
  .m-xxl-34 {
    margin: 3.4rem !important; }
  .m-xxl-33 {
    margin: 3.3rem !important; }
  .m-xxl-32 {
    margin: 3.2rem !important; }
  .m-xxl-31 {
    margin: 3.1rem !important; }
  .m-xxl-30 {
    margin: 3rem !important; }
  .m-xxl-29 {
    margin: 2.9rem !important; }
  .m-xxl-28 {
    margin: 2.8rem !important; }
  .m-xxl-27 {
    margin: 2.7rem !important; }
  .m-xxl-26 {
    margin: 2.6rem !important; }
  .m-xxl-25 {
    margin: 2.5rem !important; }
  .m-xxl-24 {
    margin: 2.4rem !important; }
  .m-xxl-23 {
    margin: 2.3rem !important; }
  .m-xxl-22 {
    margin: 2.2rem !important; }
  .m-xxl-21 {
    margin: 2.1rem !important; }
  .m-xxl-20 {
    margin: 2rem !important; }
  .m-xxl-19 {
    margin: 1.9rem !important; }
  .m-xxl-18 {
    margin: 1.8rem !important; }
  .m-xxl-17 {
    margin: 1.7rem !important; }
  .m-xxl-16 {
    margin: 1.6rem !important; }
  .m-xxl-15 {
    margin: 1.5rem !important; }
  .m-xxl-14 {
    margin: 1.4rem !important; }
  .m-xxl-13 {
    margin: 1.3rem !important; }
  .m-xxl-12 {
    margin: 1.2rem !important; }
  .m-xxl-11 {
    margin: 1.1rem !important; }
  .m-xxl-10 {
    margin: 1rem !important; }
  .m-xxl-0 {
    margin: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .m-xxl-5 {
    margin: 5px !important; }
  .m-xxl-80 {
    margin: 80px !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mx-xxl-65 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important; }
  .mx-xxl-64 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important; }
  .mx-xxl-63 {
    margin-right: 6.3rem !important;
    margin-left: 6.3rem !important; }
  .mx-xxl-62 {
    margin-right: 6.2rem !important;
    margin-left: 6.2rem !important; }
  .mx-xxl-61 {
    margin-right: 6.1rem !important;
    margin-left: 6.1rem !important; }
  .mx-xxl-60 {
    margin-right: 60px !important;
    margin-left: 60px !important; }
  .mx-xxl-59 {
    margin-right: 5.9rem !important;
    margin-left: 5.9rem !important; }
  .mx-xxl-58 {
    margin-right: 5.8rem !important;
    margin-left: 5.8rem !important; }
  .mx-xxl-57 {
    margin-right: 5.7rem !important;
    margin-left: 5.7rem !important; }
  .mx-xxl-56 {
    margin-right: 5.6rem !important;
    margin-left: 5.6rem !important; }
  .mx-xxl-55 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important; }
  .mx-xxl-54 {
    margin-right: 5.4rem !important;
    margin-left: 5.4rem !important; }
  .mx-xxl-53 {
    margin-right: 5.3rem !important;
    margin-left: 5.3rem !important; }
  .mx-xxl-52 {
    margin-right: 5.2rem !important;
    margin-left: 5.2rem !important; }
  .mx-xxl-51 {
    margin-right: 5.1rem !important;
    margin-left: 5.1rem !important; }
  .mx-xxl-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }
  .mx-xxl-49 {
    margin-right: 4.9rem !important;
    margin-left: 4.9rem !important; }
  .mx-xxl-48 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important; }
  .mx-xxl-47 {
    margin-right: 4.7rem !important;
    margin-left: 4.7rem !important; }
  .mx-xxl-46 {
    margin-right: 4.6rem !important;
    margin-left: 4.6rem !important; }
  .mx-xxl-45 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important; }
  .mx-xxl-44 {
    margin-right: 4.4rem !important;
    margin-left: 4.4rem !important; }
  .mx-xxl-43 {
    margin-right: 4.3rem !important;
    margin-left: 4.3rem !important; }
  .mx-xxl-42 {
    margin-right: 4.2rem !important;
    margin-left: 4.2rem !important; }
  .mx-xxl-41 {
    margin-right: 4.1rem !important;
    margin-left: 4.1rem !important; }
  .mx-xxl-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .mx-xxl-39 {
    margin-right: 3.9rem !important;
    margin-left: 3.9rem !important; }
  .mx-xxl-38 {
    margin-right: 3.8rem !important;
    margin-left: 3.8rem !important; }
  .mx-xxl-37 {
    margin-right: 3.7rem !important;
    margin-left: 3.7rem !important; }
  .mx-xxl-36 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important; }
  .mx-xxl-35 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important; }
  .mx-xxl-34 {
    margin-right: 3.4rem !important;
    margin-left: 3.4rem !important; }
  .mx-xxl-33 {
    margin-right: 3.3rem !important;
    margin-left: 3.3rem !important; }
  .mx-xxl-32 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important; }
  .mx-xxl-31 {
    margin-right: 3.1rem !important;
    margin-left: 3.1rem !important; }
  .mx-xxl-30 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xxl-29 {
    margin-right: 2.9rem !important;
    margin-left: 2.9rem !important; }
  .mx-xxl-28 {
    margin-right: 2.8rem !important;
    margin-left: 2.8rem !important; }
  .mx-xxl-27 {
    margin-right: 2.7rem !important;
    margin-left: 2.7rem !important; }
  .mx-xxl-26 {
    margin-right: 2.6rem !important;
    margin-left: 2.6rem !important; }
  .mx-xxl-25 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }
  .mx-xxl-24 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important; }
  .mx-xxl-23 {
    margin-right: 2.3rem !important;
    margin-left: 2.3rem !important; }
  .mx-xxl-22 {
    margin-right: 2.2rem !important;
    margin-left: 2.2rem !important; }
  .mx-xxl-21 {
    margin-right: 2.1rem !important;
    margin-left: 2.1rem !important; }
  .mx-xxl-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }
  .mx-xxl-19 {
    margin-right: 1.9rem !important;
    margin-left: 1.9rem !important; }
  .mx-xxl-18 {
    margin-right: 1.8rem !important;
    margin-left: 1.8rem !important; }
  .mx-xxl-17 {
    margin-right: 1.7rem !important;
    margin-left: 1.7rem !important; }
  .mx-xxl-16 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important; }
  .mx-xxl-15 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xxl-14 {
    margin-right: 1.4rem !important;
    margin-left: 1.4rem !important; }
  .mx-xxl-13 {
    margin-right: 1.3rem !important;
    margin-left: 1.3rem !important; }
  .mx-xxl-12 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important; }
  .mx-xxl-11 {
    margin-right: 1.1rem !important;
    margin-left: 1.1rem !important; }
  .mx-xxl-10 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xxl-5 {
    margin-right: 5px !important;
    margin-left: 5px !important; }
  .mx-xxl-80 {
    margin-right: 80px !important;
    margin-left: 80px !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important; }
  .my-xxl-64 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important; }
  .my-xxl-63 {
    margin-top: 6.3rem !important;
    margin-bottom: 6.3rem !important; }
  .my-xxl-62 {
    margin-top: 6.2rem !important;
    margin-bottom: 6.2rem !important; }
  .my-xxl-61 {
    margin-top: 6.1rem !important;
    margin-bottom: 6.1rem !important; }
  .my-xxl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .my-xxl-59 {
    margin-top: 5.9rem !important;
    margin-bottom: 5.9rem !important; }
  .my-xxl-58 {
    margin-top: 5.8rem !important;
    margin-bottom: 5.8rem !important; }
  .my-xxl-57 {
    margin-top: 5.7rem !important;
    margin-bottom: 5.7rem !important; }
  .my-xxl-56 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important; }
  .my-xxl-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important; }
  .my-xxl-54 {
    margin-top: 5.4rem !important;
    margin-bottom: 5.4rem !important; }
  .my-xxl-53 {
    margin-top: 5.3rem !important;
    margin-bottom: 5.3rem !important; }
  .my-xxl-52 {
    margin-top: 5.2rem !important;
    margin-bottom: 5.2rem !important; }
  .my-xxl-51 {
    margin-top: 5.1rem !important;
    margin-bottom: 5.1rem !important; }
  .my-xxl-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .my-xxl-49 {
    margin-top: 4.9rem !important;
    margin-bottom: 4.9rem !important; }
  .my-xxl-48 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important; }
  .my-xxl-47 {
    margin-top: 4.7rem !important;
    margin-bottom: 4.7rem !important; }
  .my-xxl-46 {
    margin-top: 4.6rem !important;
    margin-bottom: 4.6rem !important; }
  .my-xxl-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important; }
  .my-xxl-44 {
    margin-top: 4.4rem !important;
    margin-bottom: 4.4rem !important; }
  .my-xxl-43 {
    margin-top: 4.3rem !important;
    margin-bottom: 4.3rem !important; }
  .my-xxl-42 {
    margin-top: 4.2rem !important;
    margin-bottom: 4.2rem !important; }
  .my-xxl-41 {
    margin-top: 4.1rem !important;
    margin-bottom: 4.1rem !important; }
  .my-xxl-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .my-xxl-39 {
    margin-top: 3.9rem !important;
    margin-bottom: 3.9rem !important; }
  .my-xxl-38 {
    margin-top: 3.8rem !important;
    margin-bottom: 3.8rem !important; }
  .my-xxl-37 {
    margin-top: 3.7rem !important;
    margin-bottom: 3.7rem !important; }
  .my-xxl-36 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important; }
  .my-xxl-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important; }
  .my-xxl-34 {
    margin-top: 3.4rem !important;
    margin-bottom: 3.4rem !important; }
  .my-xxl-33 {
    margin-top: 3.3rem !important;
    margin-bottom: 3.3rem !important; }
  .my-xxl-32 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important; }
  .my-xxl-31 {
    margin-top: 3.1rem !important;
    margin-bottom: 3.1rem !important; }
  .my-xxl-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xxl-29 {
    margin-top: 2.9rem !important;
    margin-bottom: 2.9rem !important; }
  .my-xxl-28 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important; }
  .my-xxl-27 {
    margin-top: 2.7rem !important;
    margin-bottom: 2.7rem !important; }
  .my-xxl-26 {
    margin-top: 2.6rem !important;
    margin-bottom: 2.6rem !important; }
  .my-xxl-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .my-xxl-24 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important; }
  .my-xxl-23 {
    margin-top: 2.3rem !important;
    margin-bottom: 2.3rem !important; }
  .my-xxl-22 {
    margin-top: 2.2rem !important;
    margin-bottom: 2.2rem !important; }
  .my-xxl-21 {
    margin-top: 2.1rem !important;
    margin-bottom: 2.1rem !important; }
  .my-xxl-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .my-xxl-19 {
    margin-top: 1.9rem !important;
    margin-bottom: 1.9rem !important; }
  .my-xxl-18 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important; }
  .my-xxl-17 {
    margin-top: 1.7rem !important;
    margin-bottom: 1.7rem !important; }
  .my-xxl-16 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important; }
  .my-xxl-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxl-14 {
    margin-top: 1.4rem !important;
    margin-bottom: 1.4rem !important; }
  .my-xxl-13 {
    margin-top: 1.3rem !important;
    margin-bottom: 1.3rem !important; }
  .my-xxl-12 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important; }
  .my-xxl-11 {
    margin-top: 1.1rem !important;
    margin-bottom: 1.1rem !important; }
  .my-xxl-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxl-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .my-xxl-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxl-65 {
    margin-top: 6.5rem !important; }
  .mt-xxl-64 {
    margin-top: 6.4rem !important; }
  .mt-xxl-63 {
    margin-top: 6.3rem !important; }
  .mt-xxl-62 {
    margin-top: 6.2rem !important; }
  .mt-xxl-61 {
    margin-top: 6.1rem !important; }
  .mt-xxl-60 {
    margin-top: 60px !important; }
  .mt-xxl-59 {
    margin-top: 5.9rem !important; }
  .mt-xxl-58 {
    margin-top: 5.8rem !important; }
  .mt-xxl-57 {
    margin-top: 5.7rem !important; }
  .mt-xxl-56 {
    margin-top: 5.6rem !important; }
  .mt-xxl-55 {
    margin-top: 5.5rem !important; }
  .mt-xxl-54 {
    margin-top: 5.4rem !important; }
  .mt-xxl-53 {
    margin-top: 5.3rem !important; }
  .mt-xxl-52 {
    margin-top: 5.2rem !important; }
  .mt-xxl-51 {
    margin-top: 5.1rem !important; }
  .mt-xxl-50 {
    margin-top: 5rem !important; }
  .mt-xxl-49 {
    margin-top: 4.9rem !important; }
  .mt-xxl-48 {
    margin-top: 4.8rem !important; }
  .mt-xxl-47 {
    margin-top: 4.7rem !important; }
  .mt-xxl-46 {
    margin-top: 4.6rem !important; }
  .mt-xxl-45 {
    margin-top: 4.5rem !important; }
  .mt-xxl-44 {
    margin-top: 4.4rem !important; }
  .mt-xxl-43 {
    margin-top: 4.3rem !important; }
  .mt-xxl-42 {
    margin-top: 4.2rem !important; }
  .mt-xxl-41 {
    margin-top: 4.1rem !important; }
  .mt-xxl-40 {
    margin-top: 4rem !important; }
  .mt-xxl-39 {
    margin-top: 3.9rem !important; }
  .mt-xxl-38 {
    margin-top: 3.8rem !important; }
  .mt-xxl-37 {
    margin-top: 3.7rem !important; }
  .mt-xxl-36 {
    margin-top: 3.6rem !important; }
  .mt-xxl-35 {
    margin-top: 3.5rem !important; }
  .mt-xxl-34 {
    margin-top: 3.4rem !important; }
  .mt-xxl-33 {
    margin-top: 3.3rem !important; }
  .mt-xxl-32 {
    margin-top: 3.2rem !important; }
  .mt-xxl-31 {
    margin-top: 3.1rem !important; }
  .mt-xxl-30 {
    margin-top: 3rem !important; }
  .mt-xxl-29 {
    margin-top: 2.9rem !important; }
  .mt-xxl-28 {
    margin-top: 2.8rem !important; }
  .mt-xxl-27 {
    margin-top: 2.7rem !important; }
  .mt-xxl-26 {
    margin-top: 2.6rem !important; }
  .mt-xxl-25 {
    margin-top: 2.5rem !important; }
  .mt-xxl-24 {
    margin-top: 2.4rem !important; }
  .mt-xxl-23 {
    margin-top: 2.3rem !important; }
  .mt-xxl-22 {
    margin-top: 2.2rem !important; }
  .mt-xxl-21 {
    margin-top: 2.1rem !important; }
  .mt-xxl-20 {
    margin-top: 2rem !important; }
  .mt-xxl-19 {
    margin-top: 1.9rem !important; }
  .mt-xxl-18 {
    margin-top: 1.8rem !important; }
  .mt-xxl-17 {
    margin-top: 1.7rem !important; }
  .mt-xxl-16 {
    margin-top: 1.6rem !important; }
  .mt-xxl-15 {
    margin-top: 1.5rem !important; }
  .mt-xxl-14 {
    margin-top: 1.4rem !important; }
  .mt-xxl-13 {
    margin-top: 1.3rem !important; }
  .mt-xxl-12 {
    margin-top: 1.2rem !important; }
  .mt-xxl-11 {
    margin-top: 1.1rem !important; }
  .mt-xxl-10 {
    margin-top: 1rem !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }
  .mt-xxl-3 {
    margin-top: 1rem !important; }
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .mt-xxl-5 {
    margin-top: 5px !important; }
  .mt-xxl-80 {
    margin-top: 80px !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .me-xxl-65 {
    margin-right: 6.5rem !important; }
  .me-xxl-64 {
    margin-right: 6.4rem !important; }
  .me-xxl-63 {
    margin-right: 6.3rem !important; }
  .me-xxl-62 {
    margin-right: 6.2rem !important; }
  .me-xxl-61 {
    margin-right: 6.1rem !important; }
  .me-xxl-60 {
    margin-right: 60px !important; }
  .me-xxl-59 {
    margin-right: 5.9rem !important; }
  .me-xxl-58 {
    margin-right: 5.8rem !important; }
  .me-xxl-57 {
    margin-right: 5.7rem !important; }
  .me-xxl-56 {
    margin-right: 5.6rem !important; }
  .me-xxl-55 {
    margin-right: 5.5rem !important; }
  .me-xxl-54 {
    margin-right: 5.4rem !important; }
  .me-xxl-53 {
    margin-right: 5.3rem !important; }
  .me-xxl-52 {
    margin-right: 5.2rem !important; }
  .me-xxl-51 {
    margin-right: 5.1rem !important; }
  .me-xxl-50 {
    margin-right: 5rem !important; }
  .me-xxl-49 {
    margin-right: 4.9rem !important; }
  .me-xxl-48 {
    margin-right: 4.8rem !important; }
  .me-xxl-47 {
    margin-right: 4.7rem !important; }
  .me-xxl-46 {
    margin-right: 4.6rem !important; }
  .me-xxl-45 {
    margin-right: 4.5rem !important; }
  .me-xxl-44 {
    margin-right: 4.4rem !important; }
  .me-xxl-43 {
    margin-right: 4.3rem !important; }
  .me-xxl-42 {
    margin-right: 4.2rem !important; }
  .me-xxl-41 {
    margin-right: 4.1rem !important; }
  .me-xxl-40 {
    margin-right: 4rem !important; }
  .me-xxl-39 {
    margin-right: 3.9rem !important; }
  .me-xxl-38 {
    margin-right: 3.8rem !important; }
  .me-xxl-37 {
    margin-right: 3.7rem !important; }
  .me-xxl-36 {
    margin-right: 3.6rem !important; }
  .me-xxl-35 {
    margin-right: 3.5rem !important; }
  .me-xxl-34 {
    margin-right: 3.4rem !important; }
  .me-xxl-33 {
    margin-right: 3.3rem !important; }
  .me-xxl-32 {
    margin-right: 3.2rem !important; }
  .me-xxl-31 {
    margin-right: 3.1rem !important; }
  .me-xxl-30 {
    margin-right: 3rem !important; }
  .me-xxl-29 {
    margin-right: 2.9rem !important; }
  .me-xxl-28 {
    margin-right: 2.8rem !important; }
  .me-xxl-27 {
    margin-right: 2.7rem !important; }
  .me-xxl-26 {
    margin-right: 2.6rem !important; }
  .me-xxl-25 {
    margin-right: 2.5rem !important; }
  .me-xxl-24 {
    margin-right: 2.4rem !important; }
  .me-xxl-23 {
    margin-right: 2.3rem !important; }
  .me-xxl-22 {
    margin-right: 2.2rem !important; }
  .me-xxl-21 {
    margin-right: 2.1rem !important; }
  .me-xxl-20 {
    margin-right: 2rem !important; }
  .me-xxl-19 {
    margin-right: 1.9rem !important; }
  .me-xxl-18 {
    margin-right: 1.8rem !important; }
  .me-xxl-17 {
    margin-right: 1.7rem !important; }
  .me-xxl-16 {
    margin-right: 1.6rem !important; }
  .me-xxl-15 {
    margin-right: 1.5rem !important; }
  .me-xxl-14 {
    margin-right: 1.4rem !important; }
  .me-xxl-13 {
    margin-right: 1.3rem !important; }
  .me-xxl-12 {
    margin-right: 1.2rem !important; }
  .me-xxl-11 {
    margin-right: 1.1rem !important; }
  .me-xxl-10 {
    margin-right: 1rem !important; }
  .me-xxl-0 {
    margin-right: 0 !important; }
  .me-xxl-1 {
    margin-right: 0.25rem !important; }
  .me-xxl-2 {
    margin-right: 0.5rem !important; }
  .me-xxl-3 {
    margin-right: 1rem !important; }
  .me-xxl-4 {
    margin-right: 1.5rem !important; }
  .me-xxl-5 {
    margin-right: 5px !important; }
  .me-xxl-80 {
    margin-right: 80px !important; }
  .me-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-65 {
    margin-bottom: 6.5rem !important; }
  .mb-xxl-64 {
    margin-bottom: 6.4rem !important; }
  .mb-xxl-63 {
    margin-bottom: 6.3rem !important; }
  .mb-xxl-62 {
    margin-bottom: 6.2rem !important; }
  .mb-xxl-61 {
    margin-bottom: 6.1rem !important; }
  .mb-xxl-60 {
    margin-bottom: 60px !important; }
  .mb-xxl-59 {
    margin-bottom: 5.9rem !important; }
  .mb-xxl-58 {
    margin-bottom: 5.8rem !important; }
  .mb-xxl-57 {
    margin-bottom: 5.7rem !important; }
  .mb-xxl-56 {
    margin-bottom: 5.6rem !important; }
  .mb-xxl-55 {
    margin-bottom: 5.5rem !important; }
  .mb-xxl-54 {
    margin-bottom: 5.4rem !important; }
  .mb-xxl-53 {
    margin-bottom: 5.3rem !important; }
  .mb-xxl-52 {
    margin-bottom: 5.2rem !important; }
  .mb-xxl-51 {
    margin-bottom: 5.1rem !important; }
  .mb-xxl-50 {
    margin-bottom: 5rem !important; }
  .mb-xxl-49 {
    margin-bottom: 4.9rem !important; }
  .mb-xxl-48 {
    margin-bottom: 4.8rem !important; }
  .mb-xxl-47 {
    margin-bottom: 4.7rem !important; }
  .mb-xxl-46 {
    margin-bottom: 4.6rem !important; }
  .mb-xxl-45 {
    margin-bottom: 4.5rem !important; }
  .mb-xxl-44 {
    margin-bottom: 4.4rem !important; }
  .mb-xxl-43 {
    margin-bottom: 4.3rem !important; }
  .mb-xxl-42 {
    margin-bottom: 4.2rem !important; }
  .mb-xxl-41 {
    margin-bottom: 4.1rem !important; }
  .mb-xxl-40 {
    margin-bottom: 4rem !important; }
  .mb-xxl-39 {
    margin-bottom: 3.9rem !important; }
  .mb-xxl-38 {
    margin-bottom: 3.8rem !important; }
  .mb-xxl-37 {
    margin-bottom: 3.7rem !important; }
  .mb-xxl-36 {
    margin-bottom: 3.6rem !important; }
  .mb-xxl-35 {
    margin-bottom: 3.5rem !important; }
  .mb-xxl-34 {
    margin-bottom: 3.4rem !important; }
  .mb-xxl-33 {
    margin-bottom: 3.3rem !important; }
  .mb-xxl-32 {
    margin-bottom: 3.2rem !important; }
  .mb-xxl-31 {
    margin-bottom: 3.1rem !important; }
  .mb-xxl-30 {
    margin-bottom: 3rem !important; }
  .mb-xxl-29 {
    margin-bottom: 2.9rem !important; }
  .mb-xxl-28 {
    margin-bottom: 2.8rem !important; }
  .mb-xxl-27 {
    margin-bottom: 2.7rem !important; }
  .mb-xxl-26 {
    margin-bottom: 2.6rem !important; }
  .mb-xxl-25 {
    margin-bottom: 2.5rem !important; }
  .mb-xxl-24 {
    margin-bottom: 2.4rem !important; }
  .mb-xxl-23 {
    margin-bottom: 2.3rem !important; }
  .mb-xxl-22 {
    margin-bottom: 2.2rem !important; }
  .mb-xxl-21 {
    margin-bottom: 2.1rem !important; }
  .mb-xxl-20 {
    margin-bottom: 2rem !important; }
  .mb-xxl-19 {
    margin-bottom: 1.9rem !important; }
  .mb-xxl-18 {
    margin-bottom: 1.8rem !important; }
  .mb-xxl-17 {
    margin-bottom: 1.7rem !important; }
  .mb-xxl-16 {
    margin-bottom: 1.6rem !important; }
  .mb-xxl-15 {
    margin-bottom: 1.5rem !important; }
  .mb-xxl-14 {
    margin-bottom: 1.4rem !important; }
  .mb-xxl-13 {
    margin-bottom: 1.3rem !important; }
  .mb-xxl-12 {
    margin-bottom: 1.2rem !important; }
  .mb-xxl-11 {
    margin-bottom: 1.1rem !important; }
  .mb-xxl-10 {
    margin-bottom: 1rem !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xxl-5 {
    margin-bottom: 5px !important; }
  .mb-xxl-80 {
    margin-bottom: 80px !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ms-xxl-65 {
    margin-left: 6.5rem !important; }
  .ms-xxl-64 {
    margin-left: 6.4rem !important; }
  .ms-xxl-63 {
    margin-left: 6.3rem !important; }
  .ms-xxl-62 {
    margin-left: 6.2rem !important; }
  .ms-xxl-61 {
    margin-left: 6.1rem !important; }
  .ms-xxl-60 {
    margin-left: 60px !important; }
  .ms-xxl-59 {
    margin-left: 5.9rem !important; }
  .ms-xxl-58 {
    margin-left: 5.8rem !important; }
  .ms-xxl-57 {
    margin-left: 5.7rem !important; }
  .ms-xxl-56 {
    margin-left: 5.6rem !important; }
  .ms-xxl-55 {
    margin-left: 5.5rem !important; }
  .ms-xxl-54 {
    margin-left: 5.4rem !important; }
  .ms-xxl-53 {
    margin-left: 5.3rem !important; }
  .ms-xxl-52 {
    margin-left: 5.2rem !important; }
  .ms-xxl-51 {
    margin-left: 5.1rem !important; }
  .ms-xxl-50 {
    margin-left: 5rem !important; }
  .ms-xxl-49 {
    margin-left: 4.9rem !important; }
  .ms-xxl-48 {
    margin-left: 4.8rem !important; }
  .ms-xxl-47 {
    margin-left: 4.7rem !important; }
  .ms-xxl-46 {
    margin-left: 4.6rem !important; }
  .ms-xxl-45 {
    margin-left: 4.5rem !important; }
  .ms-xxl-44 {
    margin-left: 4.4rem !important; }
  .ms-xxl-43 {
    margin-left: 4.3rem !important; }
  .ms-xxl-42 {
    margin-left: 4.2rem !important; }
  .ms-xxl-41 {
    margin-left: 4.1rem !important; }
  .ms-xxl-40 {
    margin-left: 4rem !important; }
  .ms-xxl-39 {
    margin-left: 3.9rem !important; }
  .ms-xxl-38 {
    margin-left: 3.8rem !important; }
  .ms-xxl-37 {
    margin-left: 3.7rem !important; }
  .ms-xxl-36 {
    margin-left: 3.6rem !important; }
  .ms-xxl-35 {
    margin-left: 3.5rem !important; }
  .ms-xxl-34 {
    margin-left: 3.4rem !important; }
  .ms-xxl-33 {
    margin-left: 3.3rem !important; }
  .ms-xxl-32 {
    margin-left: 3.2rem !important; }
  .ms-xxl-31 {
    margin-left: 3.1rem !important; }
  .ms-xxl-30 {
    margin-left: 3rem !important; }
  .ms-xxl-29 {
    margin-left: 2.9rem !important; }
  .ms-xxl-28 {
    margin-left: 2.8rem !important; }
  .ms-xxl-27 {
    margin-left: 2.7rem !important; }
  .ms-xxl-26 {
    margin-left: 2.6rem !important; }
  .ms-xxl-25 {
    margin-left: 2.5rem !important; }
  .ms-xxl-24 {
    margin-left: 2.4rem !important; }
  .ms-xxl-23 {
    margin-left: 2.3rem !important; }
  .ms-xxl-22 {
    margin-left: 2.2rem !important; }
  .ms-xxl-21 {
    margin-left: 2.1rem !important; }
  .ms-xxl-20 {
    margin-left: 2rem !important; }
  .ms-xxl-19 {
    margin-left: 1.9rem !important; }
  .ms-xxl-18 {
    margin-left: 1.8rem !important; }
  .ms-xxl-17 {
    margin-left: 1.7rem !important; }
  .ms-xxl-16 {
    margin-left: 1.6rem !important; }
  .ms-xxl-15 {
    margin-left: 1.5rem !important; }
  .ms-xxl-14 {
    margin-left: 1.4rem !important; }
  .ms-xxl-13 {
    margin-left: 1.3rem !important; }
  .ms-xxl-12 {
    margin-left: 1.2rem !important; }
  .ms-xxl-11 {
    margin-left: 1.1rem !important; }
  .ms-xxl-10 {
    margin-left: 1rem !important; }
  .ms-xxl-0 {
    margin-left: 0 !important; }
  .ms-xxl-1 {
    margin-left: 0.25rem !important; }
  .ms-xxl-2 {
    margin-left: 0.5rem !important; }
  .ms-xxl-3 {
    margin-left: 1rem !important; }
  .ms-xxl-4 {
    margin-left: 1.5rem !important; }
  .ms-xxl-5 {
    margin-left: 5px !important; }
  .ms-xxl-80 {
    margin-left: 80px !important; }
  .ms-xxl-auto {
    margin-left: auto !important; }
  .m-xxl-n65 {
    margin: -6.5rem !important; }
  .m-xxl-n64 {
    margin: -6.5rem !important; }
  .m-xxl-n63 {
    margin: -6.5rem !important; }
  .m-xxl-n62 {
    margin: -6.5rem !important; }
  .m-xxl-n61 {
    margin: -6.5rem !important; }
  .m-xxl-n60 {
    margin: -6.5rem !important; }
  .m-xxl-n59 {
    margin: -6.5rem !important; }
  .m-xxl-n58 {
    margin: -6.5rem !important; }
  .m-xxl-n57 {
    margin: -6.5rem !important; }
  .m-xxl-n56 {
    margin: -6.5rem !important; }
  .m-xxl-n55 {
    margin: -6.5rem !important; }
  .m-xxl-n54 {
    margin: -6.5rem !important; }
  .m-xxl-n53 {
    margin: -6.5rem !important; }
  .m-xxl-n52 {
    margin: -6.5rem !important; }
  .m-xxl-n51 {
    margin: -6.5rem !important; }
  .m-xxl-n50 {
    margin: -6.5rem !important; }
  .m-xxl-n49 {
    margin: -6.5rem !important; }
  .m-xxl-n48 {
    margin: -6.5rem !important; }
  .m-xxl-n47 {
    margin: -6.5rem !important; }
  .m-xxl-n46 {
    margin: -6.5rem !important; }
  .m-xxl-n45 {
    margin: -6.5rem !important; }
  .m-xxl-n44 {
    margin: -6.5rem !important; }
  .m-xxl-n43 {
    margin: -6.5rem !important; }
  .m-xxl-n42 {
    margin: -6.5rem !important; }
  .m-xxl-n41 {
    margin: -6.5rem !important; }
  .m-xxl-n40 {
    margin: -6.5rem !important; }
  .m-xxl-n39 {
    margin: -6.5rem !important; }
  .m-xxl-n38 {
    margin: -6.5rem !important; }
  .m-xxl-n37 {
    margin: -6.5rem !important; }
  .m-xxl-n36 {
    margin: -6.5rem !important; }
  .m-xxl-n35 {
    margin: -6.5rem !important; }
  .m-xxl-n34 {
    margin: -6.5rem !important; }
  .m-xxl-n33 {
    margin: -6.5rem !important; }
  .m-xxl-n32 {
    margin: -6.5rem !important; }
  .m-xxl-n31 {
    margin: -6.5rem !important; }
  .m-xxl-n30 {
    margin: -6.5rem !important; }
  .m-xxl-n29 {
    margin: -6.5rem !important; }
  .m-xxl-n28 {
    margin: -6.5rem !important; }
  .m-xxl-n27 {
    margin: -6.5rem !important; }
  .m-xxl-n26 {
    margin: -6.5rem !important; }
  .m-xxl-n25 {
    margin: -6.5rem !important; }
  .m-xxl-n24 {
    margin: -6.5rem !important; }
  .m-xxl-n23 {
    margin: -6.5rem !important; }
  .m-xxl-n22 {
    margin: -6.5rem !important; }
  .m-xxl-n21 {
    margin: -6.5rem !important; }
  .m-xxl-n20 {
    margin: -6.5rem !important; }
  .m-xxl-n19 {
    margin: -6.5rem !important; }
  .m-xxl-n18 {
    margin: -6.5rem !important; }
  .m-xxl-n17 {
    margin: -6.5rem !important; }
  .m-xxl-n16 {
    margin: -6.5rem !important; }
  .m-xxl-n15 {
    margin: -6.5rem !important; }
  .m-xxl-n14 {
    margin: -6.5rem !important; }
  .m-xxl-n13 {
    margin: -6.5rem !important; }
  .m-xxl-n12 {
    margin: -6.5rem !important; }
  .m-xxl-n11 {
    margin: -6.5rem !important; }
  .m-xxl-n10 {
    margin: -6.5rem !important; }
  .m-xxl-n1 {
    margin: -6.5rem !important; }
  .m-xxl-n2 {
    margin: -6.5rem !important; }
  .m-xxl-n3 {
    margin: -6.5rem !important; }
  .m-xxl-n4 {
    margin: -6.5rem !important; }
  .m-xxl-n5 {
    margin: -6.5rem !important; }
  .m-xxl-n80 {
    margin: -6.5rem !important; }
  .mx-xxl-n65 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n64 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n63 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n62 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n61 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n60 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n59 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n58 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n57 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n56 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n55 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n54 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n53 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n52 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n51 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n50 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n49 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n48 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n47 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n46 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n45 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n44 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n43 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n42 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n41 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n40 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n39 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n38 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n37 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n36 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n35 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n34 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n33 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n32 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n31 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n30 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n29 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n28 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n27 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n26 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n25 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n24 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n23 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n22 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n21 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n20 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n19 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n18 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n17 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n16 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n15 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n14 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n13 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n12 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n11 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n10 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n1 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n2 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n3 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n4 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n5 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-xxl-n80 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .my-xxl-n65 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n64 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n63 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n62 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n61 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n60 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n59 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n58 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n57 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n56 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n55 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n54 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n53 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n52 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n51 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n50 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n49 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n48 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n47 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n46 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n45 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n44 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n43 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n42 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n41 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n40 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n39 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n38 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n37 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n36 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n35 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n34 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n33 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n32 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n31 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n30 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n29 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n28 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n27 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n26 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n25 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n24 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n23 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n22 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n21 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n20 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n19 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n18 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n17 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n16 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n15 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n14 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n13 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n12 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n11 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n10 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n1 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n2 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n3 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n4 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n5 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-xxl-n80 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .mt-xxl-n65 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n64 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n63 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n62 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n61 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n60 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n59 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n58 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n57 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n56 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n55 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n54 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n53 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n52 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n51 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n50 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n49 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n48 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n47 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n46 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n45 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n44 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n43 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n42 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n41 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n40 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n39 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n38 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n37 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n36 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n35 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n34 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n33 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n32 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n31 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n30 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n29 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n28 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n27 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n26 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n25 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n24 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n23 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n22 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n21 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n20 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n19 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n18 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n17 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n16 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n15 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n14 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n13 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n12 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n11 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n10 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n1 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n2 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n3 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n4 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n5 {
    margin-top: -6.5rem !important; }
  .mt-xxl-n80 {
    margin-top: -6.5rem !important; }
  .me-xxl-n65 {
    margin-right: -6.5rem !important; }
  .me-xxl-n64 {
    margin-right: -6.5rem !important; }
  .me-xxl-n63 {
    margin-right: -6.5rem !important; }
  .me-xxl-n62 {
    margin-right: -6.5rem !important; }
  .me-xxl-n61 {
    margin-right: -6.5rem !important; }
  .me-xxl-n60 {
    margin-right: -6.5rem !important; }
  .me-xxl-n59 {
    margin-right: -6.5rem !important; }
  .me-xxl-n58 {
    margin-right: -6.5rem !important; }
  .me-xxl-n57 {
    margin-right: -6.5rem !important; }
  .me-xxl-n56 {
    margin-right: -6.5rem !important; }
  .me-xxl-n55 {
    margin-right: -6.5rem !important; }
  .me-xxl-n54 {
    margin-right: -6.5rem !important; }
  .me-xxl-n53 {
    margin-right: -6.5rem !important; }
  .me-xxl-n52 {
    margin-right: -6.5rem !important; }
  .me-xxl-n51 {
    margin-right: -6.5rem !important; }
  .me-xxl-n50 {
    margin-right: -6.5rem !important; }
  .me-xxl-n49 {
    margin-right: -6.5rem !important; }
  .me-xxl-n48 {
    margin-right: -6.5rem !important; }
  .me-xxl-n47 {
    margin-right: -6.5rem !important; }
  .me-xxl-n46 {
    margin-right: -6.5rem !important; }
  .me-xxl-n45 {
    margin-right: -6.5rem !important; }
  .me-xxl-n44 {
    margin-right: -6.5rem !important; }
  .me-xxl-n43 {
    margin-right: -6.5rem !important; }
  .me-xxl-n42 {
    margin-right: -6.5rem !important; }
  .me-xxl-n41 {
    margin-right: -6.5rem !important; }
  .me-xxl-n40 {
    margin-right: -6.5rem !important; }
  .me-xxl-n39 {
    margin-right: -6.5rem !important; }
  .me-xxl-n38 {
    margin-right: -6.5rem !important; }
  .me-xxl-n37 {
    margin-right: -6.5rem !important; }
  .me-xxl-n36 {
    margin-right: -6.5rem !important; }
  .me-xxl-n35 {
    margin-right: -6.5rem !important; }
  .me-xxl-n34 {
    margin-right: -6.5rem !important; }
  .me-xxl-n33 {
    margin-right: -6.5rem !important; }
  .me-xxl-n32 {
    margin-right: -6.5rem !important; }
  .me-xxl-n31 {
    margin-right: -6.5rem !important; }
  .me-xxl-n30 {
    margin-right: -6.5rem !important; }
  .me-xxl-n29 {
    margin-right: -6.5rem !important; }
  .me-xxl-n28 {
    margin-right: -6.5rem !important; }
  .me-xxl-n27 {
    margin-right: -6.5rem !important; }
  .me-xxl-n26 {
    margin-right: -6.5rem !important; }
  .me-xxl-n25 {
    margin-right: -6.5rem !important; }
  .me-xxl-n24 {
    margin-right: -6.5rem !important; }
  .me-xxl-n23 {
    margin-right: -6.5rem !important; }
  .me-xxl-n22 {
    margin-right: -6.5rem !important; }
  .me-xxl-n21 {
    margin-right: -6.5rem !important; }
  .me-xxl-n20 {
    margin-right: -6.5rem !important; }
  .me-xxl-n19 {
    margin-right: -6.5rem !important; }
  .me-xxl-n18 {
    margin-right: -6.5rem !important; }
  .me-xxl-n17 {
    margin-right: -6.5rem !important; }
  .me-xxl-n16 {
    margin-right: -6.5rem !important; }
  .me-xxl-n15 {
    margin-right: -6.5rem !important; }
  .me-xxl-n14 {
    margin-right: -6.5rem !important; }
  .me-xxl-n13 {
    margin-right: -6.5rem !important; }
  .me-xxl-n12 {
    margin-right: -6.5rem !important; }
  .me-xxl-n11 {
    margin-right: -6.5rem !important; }
  .me-xxl-n10 {
    margin-right: -6.5rem !important; }
  .me-xxl-n1 {
    margin-right: -6.5rem !important; }
  .me-xxl-n2 {
    margin-right: -6.5rem !important; }
  .me-xxl-n3 {
    margin-right: -6.5rem !important; }
  .me-xxl-n4 {
    margin-right: -6.5rem !important; }
  .me-xxl-n5 {
    margin-right: -6.5rem !important; }
  .me-xxl-n80 {
    margin-right: -6.5rem !important; }
  .mb-xxl-n65 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n64 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n63 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n62 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n61 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n60 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n59 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n58 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n57 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n56 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n55 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n54 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n53 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n52 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n51 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n50 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n49 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n48 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n47 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n46 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n45 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n44 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n43 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n42 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n41 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n40 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n39 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n38 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n37 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n36 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n35 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n34 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n33 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n32 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n31 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n30 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n29 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n28 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n27 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n26 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n25 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n24 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n23 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n22 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n21 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n20 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n19 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n18 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n17 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n16 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n15 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n14 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n13 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n12 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n11 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n10 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n1 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n2 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n3 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n4 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n5 {
    margin-bottom: -6.5rem !important; }
  .mb-xxl-n80 {
    margin-bottom: -6.5rem !important; }
  .ms-xxl-n65 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n64 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n63 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n62 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n61 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n60 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n59 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n58 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n57 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n56 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n55 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n54 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n53 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n52 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n51 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n50 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n49 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n48 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n47 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n46 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n45 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n44 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n43 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n42 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n41 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n40 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n39 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n38 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n37 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n36 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n35 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n34 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n33 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n32 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n31 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n30 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n29 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n28 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n27 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n26 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n25 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n24 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n23 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n22 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n21 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n20 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n19 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n18 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n17 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n16 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n15 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n14 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n13 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n12 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n11 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n10 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n1 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n2 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n3 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n4 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n5 {
    margin-left: -6.5rem !important; }
  .ms-xxl-n80 {
    margin-left: -6.5rem !important; }
  .p-xxl-65 {
    padding: 6.5rem !important; }
  .p-xxl-64 {
    padding: 6.4rem !important; }
  .p-xxl-63 {
    padding: 6.3rem !important; }
  .p-xxl-62 {
    padding: 6.2rem !important; }
  .p-xxl-61 {
    padding: 6.1rem !important; }
  .p-xxl-60 {
    padding: 60px !important; }
  .p-xxl-59 {
    padding: 5.9rem !important; }
  .p-xxl-58 {
    padding: 5.8rem !important; }
  .p-xxl-57 {
    padding: 5.7rem !important; }
  .p-xxl-56 {
    padding: 5.6rem !important; }
  .p-xxl-55 {
    padding: 5.5rem !important; }
  .p-xxl-54 {
    padding: 5.4rem !important; }
  .p-xxl-53 {
    padding: 5.3rem !important; }
  .p-xxl-52 {
    padding: 5.2rem !important; }
  .p-xxl-51 {
    padding: 5.1rem !important; }
  .p-xxl-50 {
    padding: 5rem !important; }
  .p-xxl-49 {
    padding: 4.9rem !important; }
  .p-xxl-48 {
    padding: 4.8rem !important; }
  .p-xxl-47 {
    padding: 4.7rem !important; }
  .p-xxl-46 {
    padding: 4.6rem !important; }
  .p-xxl-45 {
    padding: 4.5rem !important; }
  .p-xxl-44 {
    padding: 4.4rem !important; }
  .p-xxl-43 {
    padding: 4.3rem !important; }
  .p-xxl-42 {
    padding: 4.2rem !important; }
  .p-xxl-41 {
    padding: 4.1rem !important; }
  .p-xxl-40 {
    padding: 4rem !important; }
  .p-xxl-39 {
    padding: 3.9rem !important; }
  .p-xxl-38 {
    padding: 3.8rem !important; }
  .p-xxl-37 {
    padding: 3.7rem !important; }
  .p-xxl-36 {
    padding: 3.6rem !important; }
  .p-xxl-35 {
    padding: 3.5rem !important; }
  .p-xxl-34 {
    padding: 3.4rem !important; }
  .p-xxl-33 {
    padding: 3.3rem !important; }
  .p-xxl-32 {
    padding: 3.2rem !important; }
  .p-xxl-31 {
    padding: 3.1rem !important; }
  .p-xxl-30 {
    padding: 3rem !important; }
  .p-xxl-29 {
    padding: 2.9rem !important; }
  .p-xxl-28 {
    padding: 2.8rem !important; }
  .p-xxl-27 {
    padding: 2.7rem !important; }
  .p-xxl-26 {
    padding: 2.6rem !important; }
  .p-xxl-25 {
    padding: 2.5rem !important; }
  .p-xxl-24 {
    padding: 2.4rem !important; }
  .p-xxl-23 {
    padding: 2.3rem !important; }
  .p-xxl-22 {
    padding: 2.2rem !important; }
  .p-xxl-21 {
    padding: 2.1rem !important; }
  .p-xxl-20 {
    padding: 2rem !important; }
  .p-xxl-19 {
    padding: 1.9rem !important; }
  .p-xxl-18 {
    padding: 1.8rem !important; }
  .p-xxl-17 {
    padding: 1.7rem !important; }
  .p-xxl-16 {
    padding: 1.6rem !important; }
  .p-xxl-15 {
    padding: 1.5rem !important; }
  .p-xxl-14 {
    padding: 1.4rem !important; }
  .p-xxl-13 {
    padding: 1.3rem !important; }
  .p-xxl-12 {
    padding: 1.2rem !important; }
  .p-xxl-11 {
    padding: 1.1rem !important; }
  .p-xxl-10 {
    padding: 1rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .p-xxl-5 {
    padding: 5px !important; }
  .p-xxl-80 {
    padding: 80px !important; }
  .px-xxl-65 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important; }
  .px-xxl-64 {
    padding-right: 6.4rem !important;
    padding-left: 6.4rem !important; }
  .px-xxl-63 {
    padding-right: 6.3rem !important;
    padding-left: 6.3rem !important; }
  .px-xxl-62 {
    padding-right: 6.2rem !important;
    padding-left: 6.2rem !important; }
  .px-xxl-61 {
    padding-right: 6.1rem !important;
    padding-left: 6.1rem !important; }
  .px-xxl-60 {
    padding-right: 60px !important;
    padding-left: 60px !important; }
  .px-xxl-59 {
    padding-right: 5.9rem !important;
    padding-left: 5.9rem !important; }
  .px-xxl-58 {
    padding-right: 5.8rem !important;
    padding-left: 5.8rem !important; }
  .px-xxl-57 {
    padding-right: 5.7rem !important;
    padding-left: 5.7rem !important; }
  .px-xxl-56 {
    padding-right: 5.6rem !important;
    padding-left: 5.6rem !important; }
  .px-xxl-55 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important; }
  .px-xxl-54 {
    padding-right: 5.4rem !important;
    padding-left: 5.4rem !important; }
  .px-xxl-53 {
    padding-right: 5.3rem !important;
    padding-left: 5.3rem !important; }
  .px-xxl-52 {
    padding-right: 5.2rem !important;
    padding-left: 5.2rem !important; }
  .px-xxl-51 {
    padding-right: 5.1rem !important;
    padding-left: 5.1rem !important; }
  .px-xxl-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }
  .px-xxl-49 {
    padding-right: 4.9rem !important;
    padding-left: 4.9rem !important; }
  .px-xxl-48 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important; }
  .px-xxl-47 {
    padding-right: 4.7rem !important;
    padding-left: 4.7rem !important; }
  .px-xxl-46 {
    padding-right: 4.6rem !important;
    padding-left: 4.6rem !important; }
  .px-xxl-45 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important; }
  .px-xxl-44 {
    padding-right: 4.4rem !important;
    padding-left: 4.4rem !important; }
  .px-xxl-43 {
    padding-right: 4.3rem !important;
    padding-left: 4.3rem !important; }
  .px-xxl-42 {
    padding-right: 4.2rem !important;
    padding-left: 4.2rem !important; }
  .px-xxl-41 {
    padding-right: 4.1rem !important;
    padding-left: 4.1rem !important; }
  .px-xxl-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .px-xxl-39 {
    padding-right: 3.9rem !important;
    padding-left: 3.9rem !important; }
  .px-xxl-38 {
    padding-right: 3.8rem !important;
    padding-left: 3.8rem !important; }
  .px-xxl-37 {
    padding-right: 3.7rem !important;
    padding-left: 3.7rem !important; }
  .px-xxl-36 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important; }
  .px-xxl-35 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important; }
  .px-xxl-34 {
    padding-right: 3.4rem !important;
    padding-left: 3.4rem !important; }
  .px-xxl-33 {
    padding-right: 3.3rem !important;
    padding-left: 3.3rem !important; }
  .px-xxl-32 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important; }
  .px-xxl-31 {
    padding-right: 3.1rem !important;
    padding-left: 3.1rem !important; }
  .px-xxl-30 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-xxl-29 {
    padding-right: 2.9rem !important;
    padding-left: 2.9rem !important; }
  .px-xxl-28 {
    padding-right: 2.8rem !important;
    padding-left: 2.8rem !important; }
  .px-xxl-27 {
    padding-right: 2.7rem !important;
    padding-left: 2.7rem !important; }
  .px-xxl-26 {
    padding-right: 2.6rem !important;
    padding-left: 2.6rem !important; }
  .px-xxl-25 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }
  .px-xxl-24 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important; }
  .px-xxl-23 {
    padding-right: 2.3rem !important;
    padding-left: 2.3rem !important; }
  .px-xxl-22 {
    padding-right: 2.2rem !important;
    padding-left: 2.2rem !important; }
  .px-xxl-21 {
    padding-right: 2.1rem !important;
    padding-left: 2.1rem !important; }
  .px-xxl-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }
  .px-xxl-19 {
    padding-right: 1.9rem !important;
    padding-left: 1.9rem !important; }
  .px-xxl-18 {
    padding-right: 1.8rem !important;
    padding-left: 1.8rem !important; }
  .px-xxl-17 {
    padding-right: 1.7rem !important;
    padding-left: 1.7rem !important; }
  .px-xxl-16 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important; }
  .px-xxl-15 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxl-14 {
    padding-right: 1.4rem !important;
    padding-left: 1.4rem !important; }
  .px-xxl-13 {
    padding-right: 1.3rem !important;
    padding-left: 1.3rem !important; }
  .px-xxl-12 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important; }
  .px-xxl-11 {
    padding-right: 1.1rem !important;
    padding-left: 1.1rem !important; }
  .px-xxl-10 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxl-5 {
    padding-right: 5px !important;
    padding-left: 5px !important; }
  .px-xxl-80 {
    padding-right: 80px !important;
    padding-left: 80px !important; }
  .py-xxl-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important; }
  .py-xxl-64 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important; }
  .py-xxl-63 {
    padding-top: 6.3rem !important;
    padding-bottom: 6.3rem !important; }
  .py-xxl-62 {
    padding-top: 6.2rem !important;
    padding-bottom: 6.2rem !important; }
  .py-xxl-61 {
    padding-top: 6.1rem !important;
    padding-bottom: 6.1rem !important; }
  .py-xxl-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .py-xxl-59 {
    padding-top: 5.9rem !important;
    padding-bottom: 5.9rem !important; }
  .py-xxl-58 {
    padding-top: 5.8rem !important;
    padding-bottom: 5.8rem !important; }
  .py-xxl-57 {
    padding-top: 5.7rem !important;
    padding-bottom: 5.7rem !important; }
  .py-xxl-56 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important; }
  .py-xxl-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important; }
  .py-xxl-54 {
    padding-top: 5.4rem !important;
    padding-bottom: 5.4rem !important; }
  .py-xxl-53 {
    padding-top: 5.3rem !important;
    padding-bottom: 5.3rem !important; }
  .py-xxl-52 {
    padding-top: 5.2rem !important;
    padding-bottom: 5.2rem !important; }
  .py-xxl-51 {
    padding-top: 5.1rem !important;
    padding-bottom: 5.1rem !important; }
  .py-xxl-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .py-xxl-49 {
    padding-top: 4.9rem !important;
    padding-bottom: 4.9rem !important; }
  .py-xxl-48 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important; }
  .py-xxl-47 {
    padding-top: 4.7rem !important;
    padding-bottom: 4.7rem !important; }
  .py-xxl-46 {
    padding-top: 4.6rem !important;
    padding-bottom: 4.6rem !important; }
  .py-xxl-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; }
  .py-xxl-44 {
    padding-top: 4.4rem !important;
    padding-bottom: 4.4rem !important; }
  .py-xxl-43 {
    padding-top: 4.3rem !important;
    padding-bottom: 4.3rem !important; }
  .py-xxl-42 {
    padding-top: 4.2rem !important;
    padding-bottom: 4.2rem !important; }
  .py-xxl-41 {
    padding-top: 4.1rem !important;
    padding-bottom: 4.1rem !important; }
  .py-xxl-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .py-xxl-39 {
    padding-top: 3.9rem !important;
    padding-bottom: 3.9rem !important; }
  .py-xxl-38 {
    padding-top: 3.8rem !important;
    padding-bottom: 3.8rem !important; }
  .py-xxl-37 {
    padding-top: 3.7rem !important;
    padding-bottom: 3.7rem !important; }
  .py-xxl-36 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important; }
  .py-xxl-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important; }
  .py-xxl-34 {
    padding-top: 3.4rem !important;
    padding-bottom: 3.4rem !important; }
  .py-xxl-33 {
    padding-top: 3.3rem !important;
    padding-bottom: 3.3rem !important; }
  .py-xxl-32 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important; }
  .py-xxl-31 {
    padding-top: 3.1rem !important;
    padding-bottom: 3.1rem !important; }
  .py-xxl-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-xxl-29 {
    padding-top: 2.9rem !important;
    padding-bottom: 2.9rem !important; }
  .py-xxl-28 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important; }
  .py-xxl-27 {
    padding-top: 2.7rem !important;
    padding-bottom: 2.7rem !important; }
  .py-xxl-26 {
    padding-top: 2.6rem !important;
    padding-bottom: 2.6rem !important; }
  .py-xxl-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .py-xxl-24 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important; }
  .py-xxl-23 {
    padding-top: 2.3rem !important;
    padding-bottom: 2.3rem !important; }
  .py-xxl-22 {
    padding-top: 2.2rem !important;
    padding-bottom: 2.2rem !important; }
  .py-xxl-21 {
    padding-top: 2.1rem !important;
    padding-bottom: 2.1rem !important; }
  .py-xxl-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .py-xxl-19 {
    padding-top: 1.9rem !important;
    padding-bottom: 1.9rem !important; }
  .py-xxl-18 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important; }
  .py-xxl-17 {
    padding-top: 1.7rem !important;
    padding-bottom: 1.7rem !important; }
  .py-xxl-16 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important; }
  .py-xxl-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxl-14 {
    padding-top: 1.4rem !important;
    padding-bottom: 1.4rem !important; }
  .py-xxl-13 {
    padding-top: 1.3rem !important;
    padding-bottom: 1.3rem !important; }
  .py-xxl-12 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important; }
  .py-xxl-11 {
    padding-top: 1.1rem !important;
    padding-bottom: 1.1rem !important; }
  .py-xxl-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxl-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .py-xxl-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }
  .pt-xxl-65 {
    padding-top: 6.5rem !important; }
  .pt-xxl-64 {
    padding-top: 6.4rem !important; }
  .pt-xxl-63 {
    padding-top: 6.3rem !important; }
  .pt-xxl-62 {
    padding-top: 6.2rem !important; }
  .pt-xxl-61 {
    padding-top: 6.1rem !important; }
  .pt-xxl-60 {
    padding-top: 60px !important; }
  .pt-xxl-59 {
    padding-top: 5.9rem !important; }
  .pt-xxl-58 {
    padding-top: 5.8rem !important; }
  .pt-xxl-57 {
    padding-top: 5.7rem !important; }
  .pt-xxl-56 {
    padding-top: 5.6rem !important; }
  .pt-xxl-55 {
    padding-top: 5.5rem !important; }
  .pt-xxl-54 {
    padding-top: 5.4rem !important; }
  .pt-xxl-53 {
    padding-top: 5.3rem !important; }
  .pt-xxl-52 {
    padding-top: 5.2rem !important; }
  .pt-xxl-51 {
    padding-top: 5.1rem !important; }
  .pt-xxl-50 {
    padding-top: 5rem !important; }
  .pt-xxl-49 {
    padding-top: 4.9rem !important; }
  .pt-xxl-48 {
    padding-top: 4.8rem !important; }
  .pt-xxl-47 {
    padding-top: 4.7rem !important; }
  .pt-xxl-46 {
    padding-top: 4.6rem !important; }
  .pt-xxl-45 {
    padding-top: 4.5rem !important; }
  .pt-xxl-44 {
    padding-top: 4.4rem !important; }
  .pt-xxl-43 {
    padding-top: 4.3rem !important; }
  .pt-xxl-42 {
    padding-top: 4.2rem !important; }
  .pt-xxl-41 {
    padding-top: 4.1rem !important; }
  .pt-xxl-40 {
    padding-top: 4rem !important; }
  .pt-xxl-39 {
    padding-top: 3.9rem !important; }
  .pt-xxl-38 {
    padding-top: 3.8rem !important; }
  .pt-xxl-37 {
    padding-top: 3.7rem !important; }
  .pt-xxl-36 {
    padding-top: 3.6rem !important; }
  .pt-xxl-35 {
    padding-top: 3.5rem !important; }
  .pt-xxl-34 {
    padding-top: 3.4rem !important; }
  .pt-xxl-33 {
    padding-top: 3.3rem !important; }
  .pt-xxl-32 {
    padding-top: 3.2rem !important; }
  .pt-xxl-31 {
    padding-top: 3.1rem !important; }
  .pt-xxl-30 {
    padding-top: 3rem !important; }
  .pt-xxl-29 {
    padding-top: 2.9rem !important; }
  .pt-xxl-28 {
    padding-top: 2.8rem !important; }
  .pt-xxl-27 {
    padding-top: 2.7rem !important; }
  .pt-xxl-26 {
    padding-top: 2.6rem !important; }
  .pt-xxl-25 {
    padding-top: 2.5rem !important; }
  .pt-xxl-24 {
    padding-top: 2.4rem !important; }
  .pt-xxl-23 {
    padding-top: 2.3rem !important; }
  .pt-xxl-22 {
    padding-top: 2.2rem !important; }
  .pt-xxl-21 {
    padding-top: 2.1rem !important; }
  .pt-xxl-20 {
    padding-top: 2rem !important; }
  .pt-xxl-19 {
    padding-top: 1.9rem !important; }
  .pt-xxl-18 {
    padding-top: 1.8rem !important; }
  .pt-xxl-17 {
    padding-top: 1.7rem !important; }
  .pt-xxl-16 {
    padding-top: 1.6rem !important; }
  .pt-xxl-15 {
    padding-top: 1.5rem !important; }
  .pt-xxl-14 {
    padding-top: 1.4rem !important; }
  .pt-xxl-13 {
    padding-top: 1.3rem !important; }
  .pt-xxl-12 {
    padding-top: 1.2rem !important; }
  .pt-xxl-11 {
    padding-top: 1.1rem !important; }
  .pt-xxl-10 {
    padding-top: 1rem !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pt-xxl-5 {
    padding-top: 5px !important; }
  .pt-xxl-80 {
    padding-top: 80px !important; }
  .pe-xxl-65 {
    padding-right: 6.5rem !important; }
  .pe-xxl-64 {
    padding-right: 6.4rem !important; }
  .pe-xxl-63 {
    padding-right: 6.3rem !important; }
  .pe-xxl-62 {
    padding-right: 6.2rem !important; }
  .pe-xxl-61 {
    padding-right: 6.1rem !important; }
  .pe-xxl-60 {
    padding-right: 60px !important; }
  .pe-xxl-59 {
    padding-right: 5.9rem !important; }
  .pe-xxl-58 {
    padding-right: 5.8rem !important; }
  .pe-xxl-57 {
    padding-right: 5.7rem !important; }
  .pe-xxl-56 {
    padding-right: 5.6rem !important; }
  .pe-xxl-55 {
    padding-right: 5.5rem !important; }
  .pe-xxl-54 {
    padding-right: 5.4rem !important; }
  .pe-xxl-53 {
    padding-right: 5.3rem !important; }
  .pe-xxl-52 {
    padding-right: 5.2rem !important; }
  .pe-xxl-51 {
    padding-right: 5.1rem !important; }
  .pe-xxl-50 {
    padding-right: 5rem !important; }
  .pe-xxl-49 {
    padding-right: 4.9rem !important; }
  .pe-xxl-48 {
    padding-right: 4.8rem !important; }
  .pe-xxl-47 {
    padding-right: 4.7rem !important; }
  .pe-xxl-46 {
    padding-right: 4.6rem !important; }
  .pe-xxl-45 {
    padding-right: 4.5rem !important; }
  .pe-xxl-44 {
    padding-right: 4.4rem !important; }
  .pe-xxl-43 {
    padding-right: 4.3rem !important; }
  .pe-xxl-42 {
    padding-right: 4.2rem !important; }
  .pe-xxl-41 {
    padding-right: 4.1rem !important; }
  .pe-xxl-40 {
    padding-right: 4rem !important; }
  .pe-xxl-39 {
    padding-right: 3.9rem !important; }
  .pe-xxl-38 {
    padding-right: 3.8rem !important; }
  .pe-xxl-37 {
    padding-right: 3.7rem !important; }
  .pe-xxl-36 {
    padding-right: 3.6rem !important; }
  .pe-xxl-35 {
    padding-right: 3.5rem !important; }
  .pe-xxl-34 {
    padding-right: 3.4rem !important; }
  .pe-xxl-33 {
    padding-right: 3.3rem !important; }
  .pe-xxl-32 {
    padding-right: 3.2rem !important; }
  .pe-xxl-31 {
    padding-right: 3.1rem !important; }
  .pe-xxl-30 {
    padding-right: 3rem !important; }
  .pe-xxl-29 {
    padding-right: 2.9rem !important; }
  .pe-xxl-28 {
    padding-right: 2.8rem !important; }
  .pe-xxl-27 {
    padding-right: 2.7rem !important; }
  .pe-xxl-26 {
    padding-right: 2.6rem !important; }
  .pe-xxl-25 {
    padding-right: 2.5rem !important; }
  .pe-xxl-24 {
    padding-right: 2.4rem !important; }
  .pe-xxl-23 {
    padding-right: 2.3rem !important; }
  .pe-xxl-22 {
    padding-right: 2.2rem !important; }
  .pe-xxl-21 {
    padding-right: 2.1rem !important; }
  .pe-xxl-20 {
    padding-right: 2rem !important; }
  .pe-xxl-19 {
    padding-right: 1.9rem !important; }
  .pe-xxl-18 {
    padding-right: 1.8rem !important; }
  .pe-xxl-17 {
    padding-right: 1.7rem !important; }
  .pe-xxl-16 {
    padding-right: 1.6rem !important; }
  .pe-xxl-15 {
    padding-right: 1.5rem !important; }
  .pe-xxl-14 {
    padding-right: 1.4rem !important; }
  .pe-xxl-13 {
    padding-right: 1.3rem !important; }
  .pe-xxl-12 {
    padding-right: 1.2rem !important; }
  .pe-xxl-11 {
    padding-right: 1.1rem !important; }
  .pe-xxl-10 {
    padding-right: 1rem !important; }
  .pe-xxl-0 {
    padding-right: 0 !important; }
  .pe-xxl-1 {
    padding-right: 0.25rem !important; }
  .pe-xxl-2 {
    padding-right: 0.5rem !important; }
  .pe-xxl-3 {
    padding-right: 1rem !important; }
  .pe-xxl-4 {
    padding-right: 1.5rem !important; }
  .pe-xxl-5 {
    padding-right: 5px !important; }
  .pe-xxl-80 {
    padding-right: 80px !important; }
  .pb-xxl-65 {
    padding-bottom: 6.5rem !important; }
  .pb-xxl-64 {
    padding-bottom: 6.4rem !important; }
  .pb-xxl-63 {
    padding-bottom: 6.3rem !important; }
  .pb-xxl-62 {
    padding-bottom: 6.2rem !important; }
  .pb-xxl-61 {
    padding-bottom: 6.1rem !important; }
  .pb-xxl-60 {
    padding-bottom: 60px !important; }
  .pb-xxl-59 {
    padding-bottom: 5.9rem !important; }
  .pb-xxl-58 {
    padding-bottom: 5.8rem !important; }
  .pb-xxl-57 {
    padding-bottom: 5.7rem !important; }
  .pb-xxl-56 {
    padding-bottom: 5.6rem !important; }
  .pb-xxl-55 {
    padding-bottom: 5.5rem !important; }
  .pb-xxl-54 {
    padding-bottom: 5.4rem !important; }
  .pb-xxl-53 {
    padding-bottom: 5.3rem !important; }
  .pb-xxl-52 {
    padding-bottom: 5.2rem !important; }
  .pb-xxl-51 {
    padding-bottom: 5.1rem !important; }
  .pb-xxl-50 {
    padding-bottom: 5rem !important; }
  .pb-xxl-49 {
    padding-bottom: 4.9rem !important; }
  .pb-xxl-48 {
    padding-bottom: 4.8rem !important; }
  .pb-xxl-47 {
    padding-bottom: 4.7rem !important; }
  .pb-xxl-46 {
    padding-bottom: 4.6rem !important; }
  .pb-xxl-45 {
    padding-bottom: 4.5rem !important; }
  .pb-xxl-44 {
    padding-bottom: 4.4rem !important; }
  .pb-xxl-43 {
    padding-bottom: 4.3rem !important; }
  .pb-xxl-42 {
    padding-bottom: 4.2rem !important; }
  .pb-xxl-41 {
    padding-bottom: 4.1rem !important; }
  .pb-xxl-40 {
    padding-bottom: 4rem !important; }
  .pb-xxl-39 {
    padding-bottom: 3.9rem !important; }
  .pb-xxl-38 {
    padding-bottom: 3.8rem !important; }
  .pb-xxl-37 {
    padding-bottom: 3.7rem !important; }
  .pb-xxl-36 {
    padding-bottom: 3.6rem !important; }
  .pb-xxl-35 {
    padding-bottom: 3.5rem !important; }
  .pb-xxl-34 {
    padding-bottom: 3.4rem !important; }
  .pb-xxl-33 {
    padding-bottom: 3.3rem !important; }
  .pb-xxl-32 {
    padding-bottom: 3.2rem !important; }
  .pb-xxl-31 {
    padding-bottom: 3.1rem !important; }
  .pb-xxl-30 {
    padding-bottom: 3rem !important; }
  .pb-xxl-29 {
    padding-bottom: 2.9rem !important; }
  .pb-xxl-28 {
    padding-bottom: 2.8rem !important; }
  .pb-xxl-27 {
    padding-bottom: 2.7rem !important; }
  .pb-xxl-26 {
    padding-bottom: 2.6rem !important; }
  .pb-xxl-25 {
    padding-bottom: 2.5rem !important; }
  .pb-xxl-24 {
    padding-bottom: 2.4rem !important; }
  .pb-xxl-23 {
    padding-bottom: 2.3rem !important; }
  .pb-xxl-22 {
    padding-bottom: 2.2rem !important; }
  .pb-xxl-21 {
    padding-bottom: 2.1rem !important; }
  .pb-xxl-20 {
    padding-bottom: 2rem !important; }
  .pb-xxl-19 {
    padding-bottom: 1.9rem !important; }
  .pb-xxl-18 {
    padding-bottom: 1.8rem !important; }
  .pb-xxl-17 {
    padding-bottom: 1.7rem !important; }
  .pb-xxl-16 {
    padding-bottom: 1.6rem !important; }
  .pb-xxl-15 {
    padding-bottom: 1.5rem !important; }
  .pb-xxl-14 {
    padding-bottom: 1.4rem !important; }
  .pb-xxl-13 {
    padding-bottom: 1.3rem !important; }
  .pb-xxl-12 {
    padding-bottom: 1.2rem !important; }
  .pb-xxl-11 {
    padding-bottom: 1.1rem !important; }
  .pb-xxl-10 {
    padding-bottom: 1rem !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xxl-5 {
    padding-bottom: 5px !important; }
  .pb-xxl-80 {
    padding-bottom: 80px !important; }
  .ps-xxl-65 {
    padding-left: 6.5rem !important; }
  .ps-xxl-64 {
    padding-left: 6.4rem !important; }
  .ps-xxl-63 {
    padding-left: 6.3rem !important; }
  .ps-xxl-62 {
    padding-left: 6.2rem !important; }
  .ps-xxl-61 {
    padding-left: 6.1rem !important; }
  .ps-xxl-60 {
    padding-left: 60px !important; }
  .ps-xxl-59 {
    padding-left: 5.9rem !important; }
  .ps-xxl-58 {
    padding-left: 5.8rem !important; }
  .ps-xxl-57 {
    padding-left: 5.7rem !important; }
  .ps-xxl-56 {
    padding-left: 5.6rem !important; }
  .ps-xxl-55 {
    padding-left: 5.5rem !important; }
  .ps-xxl-54 {
    padding-left: 5.4rem !important; }
  .ps-xxl-53 {
    padding-left: 5.3rem !important; }
  .ps-xxl-52 {
    padding-left: 5.2rem !important; }
  .ps-xxl-51 {
    padding-left: 5.1rem !important; }
  .ps-xxl-50 {
    padding-left: 5rem !important; }
  .ps-xxl-49 {
    padding-left: 4.9rem !important; }
  .ps-xxl-48 {
    padding-left: 4.8rem !important; }
  .ps-xxl-47 {
    padding-left: 4.7rem !important; }
  .ps-xxl-46 {
    padding-left: 4.6rem !important; }
  .ps-xxl-45 {
    padding-left: 4.5rem !important; }
  .ps-xxl-44 {
    padding-left: 4.4rem !important; }
  .ps-xxl-43 {
    padding-left: 4.3rem !important; }
  .ps-xxl-42 {
    padding-left: 4.2rem !important; }
  .ps-xxl-41 {
    padding-left: 4.1rem !important; }
  .ps-xxl-40 {
    padding-left: 4rem !important; }
  .ps-xxl-39 {
    padding-left: 3.9rem !important; }
  .ps-xxl-38 {
    padding-left: 3.8rem !important; }
  .ps-xxl-37 {
    padding-left: 3.7rem !important; }
  .ps-xxl-36 {
    padding-left: 3.6rem !important; }
  .ps-xxl-35 {
    padding-left: 3.5rem !important; }
  .ps-xxl-34 {
    padding-left: 3.4rem !important; }
  .ps-xxl-33 {
    padding-left: 3.3rem !important; }
  .ps-xxl-32 {
    padding-left: 3.2rem !important; }
  .ps-xxl-31 {
    padding-left: 3.1rem !important; }
  .ps-xxl-30 {
    padding-left: 3rem !important; }
  .ps-xxl-29 {
    padding-left: 2.9rem !important; }
  .ps-xxl-28 {
    padding-left: 2.8rem !important; }
  .ps-xxl-27 {
    padding-left: 2.7rem !important; }
  .ps-xxl-26 {
    padding-left: 2.6rem !important; }
  .ps-xxl-25 {
    padding-left: 2.5rem !important; }
  .ps-xxl-24 {
    padding-left: 2.4rem !important; }
  .ps-xxl-23 {
    padding-left: 2.3rem !important; }
  .ps-xxl-22 {
    padding-left: 2.2rem !important; }
  .ps-xxl-21 {
    padding-left: 2.1rem !important; }
  .ps-xxl-20 {
    padding-left: 2rem !important; }
  .ps-xxl-19 {
    padding-left: 1.9rem !important; }
  .ps-xxl-18 {
    padding-left: 1.8rem !important; }
  .ps-xxl-17 {
    padding-left: 1.7rem !important; }
  .ps-xxl-16 {
    padding-left: 1.6rem !important; }
  .ps-xxl-15 {
    padding-left: 1.5rem !important; }
  .ps-xxl-14 {
    padding-left: 1.4rem !important; }
  .ps-xxl-13 {
    padding-left: 1.3rem !important; }
  .ps-xxl-12 {
    padding-left: 1.2rem !important; }
  .ps-xxl-11 {
    padding-left: 1.1rem !important; }
  .ps-xxl-10 {
    padding-left: 1rem !important; }
  .ps-xxl-0 {
    padding-left: 0 !important; }
  .ps-xxl-1 {
    padding-left: 0.25rem !important; }
  .ps-xxl-2 {
    padding-left: 0.5rem !important; }
  .ps-xxl-3 {
    padding-left: 1rem !important; }
  .ps-xxl-4 {
    padding-left: 1.5rem !important; }
  .ps-xxl-5 {
    padding-left: 5px !important; }
  .ps-xxl-80 {
    padding-left: 80px !important; }
  .fs-xxl-50 {
    font-size: 5rem !important; }
  .fs-xxl-49 {
    font-size: 4.9rem !important; }
  .fs-xxl-48 {
    font-size: 4.8rem !important; }
  .fs-xxl-47 {
    font-size: 4.7rem !important; }
  .fs-xxl-46 {
    font-size: 4.6rem !important; }
  .fs-xxl-45 {
    font-size: 4.5rem !important; }
  .fs-xxl-44 {
    font-size: 4.4rem !important; }
  .fs-xxl-43 {
    font-size: 4.3rem !important; }
  .fs-xxl-42 {
    font-size: 4.2rem !important; }
  .fs-xxl-41 {
    font-size: 4.1rem !important; }
  .fs-xxl-40 {
    font-size: 4rem !important; }
  .fs-xxl-39 {
    font-size: 3.9rem !important; }
  .fs-xxl-38 {
    font-size: 3.8rem !important; }
  .fs-xxl-37 {
    font-size: 3.7rem !important; }
  .fs-xxl-36 {
    font-size: 3.6rem !important; }
  .fs-xxl-35 {
    font-size: 3.5rem !important; }
  .fs-xxl-34 {
    font-size: 3.4rem !important; }
  .fs-xxl-33 {
    font-size: 3.3rem !important; }
  .fs-xxl-32 {
    font-size: 3.2rem !important; }
  .fs-xxl-31 {
    font-size: 3.1rem !important; }
  .fs-xxl-30 {
    font-size: 3rem !important; }
  .fs-xxl-29 {
    font-size: 2.9rem !important; }
  .fs-xxl-28 {
    font-size: 2.8rem !important; }
  .fs-xxl-27 {
    font-size: 2.7rem !important; }
  .fs-xxl-26 {
    font-size: 2.6rem !important; }
  .fs-xxl-25 {
    font-size: 2.5rem !important; }
  .fs-xxl-24 {
    font-size: 2.4rem !important; }
  .fs-xxl-23 {
    font-size: 2.3rem !important; }
  .fs-xxl-22 {
    font-size: 2.2rem !important; }
  .fs-xxl-21 {
    font-size: 2.1rem !important; }
  .fs-xxl-20 {
    font-size: 2rem !important; }
  .fs-xxl-19 {
    font-size: 1.9rem !important; }
  .fs-xxl-18 {
    font-size: 1.8rem !important; }
  .fs-xxl-17 {
    font-size: 1.7rem !important; }
  .fs-xxl-16 {
    font-size: 1.6rem !important; }
  .fs-xxl-15 {
    font-size: 1.5rem !important; }
  .fs-xxl-14 {
    font-size: 1.4rem !important; }
  .fs-xxl-13 {
    font-size: 1.3rem !important; }
  .fs-xxl-12 {
    font-size: 1.2rem !important; }
  .fs-xxl-11 {
    font-size: 1.1rem !important; }
  .fs-xxl-10 {
    font-size: 1rem !important; }
  .lh-xxl-65 {
    line-height: 6.5rem !important; }
  .lh-xxl-64 {
    line-height: 6.4rem !important; }
  .lh-xxl-63 {
    line-height: 6.3rem !important; }
  .lh-xxl-62 {
    line-height: 6.2rem !important; }
  .lh-xxl-61 {
    line-height: 6.1rem !important; }
  .lh-xxl-60 {
    line-height: 60px !important; }
  .lh-xxl-59 {
    line-height: 5.9rem !important; }
  .lh-xxl-58 {
    line-height: 5.8rem !important; }
  .lh-xxl-57 {
    line-height: 5.7rem !important; }
  .lh-xxl-56 {
    line-height: 5.6rem !important; }
  .lh-xxl-55 {
    line-height: 5.5rem !important; }
  .lh-xxl-54 {
    line-height: 5.4rem !important; }
  .lh-xxl-53 {
    line-height: 5.3rem !important; }
  .lh-xxl-52 {
    line-height: 5.2rem !important; }
  .lh-xxl-51 {
    line-height: 5.1rem !important; }
  .lh-xxl-50 {
    line-height: 5rem !important; }
  .lh-xxl-49 {
    line-height: 4.9rem !important; }
  .lh-xxl-48 {
    line-height: 4.8rem !important; }
  .lh-xxl-47 {
    line-height: 4.7rem !important; }
  .lh-xxl-46 {
    line-height: 4.6rem !important; }
  .lh-xxl-45 {
    line-height: 4.5rem !important; }
  .lh-xxl-44 {
    line-height: 4.4rem !important; }
  .lh-xxl-43 {
    line-height: 4.3rem !important; }
  .lh-xxl-42 {
    line-height: 4.2rem !important; }
  .lh-xxl-41 {
    line-height: 4.1rem !important; }
  .lh-xxl-40 {
    line-height: 4rem !important; }
  .lh-xxl-39 {
    line-height: 3.9rem !important; }
  .lh-xxl-38 {
    line-height: 3.8rem !important; }
  .lh-xxl-37 {
    line-height: 3.7rem !important; }
  .lh-xxl-36 {
    line-height: 3.6rem !important; }
  .lh-xxl-35 {
    line-height: 3.5rem !important; }
  .lh-xxl-34 {
    line-height: 3.4rem !important; }
  .lh-xxl-33 {
    line-height: 3.3rem !important; }
  .lh-xxl-32 {
    line-height: 3.2rem !important; }
  .lh-xxl-31 {
    line-height: 3.1rem !important; }
  .lh-xxl-30 {
    line-height: 3rem !important; }
  .lh-xxl-29 {
    line-height: 2.9rem !important; }
  .lh-xxl-28 {
    line-height: 2.8rem !important; }
  .lh-xxl-27 {
    line-height: 2.7rem !important; }
  .lh-xxl-26 {
    line-height: 2.6rem !important; }
  .lh-xxl-25 {
    line-height: 2.5rem !important; }
  .lh-xxl-24 {
    line-height: 2.4rem !important; }
  .lh-xxl-23 {
    line-height: 2.3rem !important; }
  .lh-xxl-22 {
    line-height: 2.2rem !important; }
  .lh-xxl-21 {
    line-height: 2.1rem !important; }
  .lh-xxl-20 {
    line-height: 2rem !important; }
  .lh-xxl-19 {
    line-height: 1.9rem !important; }
  .lh-xxl-18 {
    line-height: 1.8rem !important; }
  .lh-xxl-17 {
    line-height: 1.7rem !important; }
  .lh-xxl-16 {
    line-height: 1.6rem !important; }
  .lh-xxl-15 {
    line-height: 1.5rem !important; }
  .lh-xxl-14 {
    line-height: 1.4rem !important; }
  .lh-xxl-13 {
    line-height: 1.3rem !important; }
  .lh-xxl-12 {
    line-height: 1.2rem !important; }
  .lh-xxl-11 {
    line-height: 1.1rem !important; }
  .lh-xxl-10 {
    line-height: 1rem !important; }
  .lh-xxl-0 {
    line-height: 0 !important; }
  .lh-xxl-1 {
    line-height: 0.25rem !important; }
  .lh-xxl-2 {
    line-height: 0.5rem !important; }
  .lh-xxl-3 {
    line-height: 1rem !important; }
  .lh-xxl-4 {
    line-height: 1.5rem !important; }
  .lh-xxl-5 {
    line-height: 5px !important; }
  .lh-xxl-80 {
    line-height: 80px !important; }
  .text-xxl-start {
    text-align: left !important; }
  .text-xxl-end {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; }
  .rounded-xxl-50 {
    border-radius: 5rem !important; }
  .rounded-xxl-49 {
    border-radius: 4.9rem !important; }
  .rounded-xxl-48 {
    border-radius: 4.8rem !important; }
  .rounded-xxl-47 {
    border-radius: 4.7rem !important; }
  .rounded-xxl-46 {
    border-radius: 4.6rem !important; }
  .rounded-xxl-45 {
    border-radius: 4.5rem !important; }
  .rounded-xxl-44 {
    border-radius: 4.4rem !important; }
  .rounded-xxl-43 {
    border-radius: 4.3rem !important; }
  .rounded-xxl-42 {
    border-radius: 4.2rem !important; }
  .rounded-xxl-41 {
    border-radius: 4.1rem !important; }
  .rounded-xxl-40 {
    border-radius: 4rem !important; }
  .rounded-xxl-39 {
    border-radius: 3.9rem !important; }
  .rounded-xxl-38 {
    border-radius: 3.8rem !important; }
  .rounded-xxl-37 {
    border-radius: 3.7rem !important; }
  .rounded-xxl-36 {
    border-radius: 3.6rem !important; }
  .rounded-xxl-35 {
    border-radius: 3.5rem !important; }
  .rounded-xxl-34 {
    border-radius: 3.4rem !important; }
  .rounded-xxl-33 {
    border-radius: 3.3rem !important; }
  .rounded-xxl-32 {
    border-radius: 3.2rem !important; }
  .rounded-xxl-31 {
    border-radius: 3.1rem !important; }
  .rounded-xxl-30 {
    border-radius: 3rem !important; }
  .rounded-xxl-29 {
    border-radius: 2.9rem !important; }
  .rounded-xxl-28 {
    border-radius: 2.8rem !important; }
  .rounded-xxl-27 {
    border-radius: 2.7rem !important; }
  .rounded-xxl-26 {
    border-radius: 2.6rem !important; }
  .rounded-xxl-25 {
    border-radius: 2.5rem !important; }
  .rounded-xxl-24 {
    border-radius: 2.4rem !important; }
  .rounded-xxl-23 {
    border-radius: 2.3rem !important; }
  .rounded-xxl-22 {
    border-radius: 2.2rem !important; }
  .rounded-xxl-21 {
    border-radius: 2.1rem !important; }
  .rounded-xxl-20 {
    border-radius: 2rem !important; }
  .rounded-xxl-19 {
    border-radius: 1.9rem !important; }
  .rounded-xxl-18 {
    border-radius: 1.8rem !important; }
  .rounded-xxl-17 {
    border-radius: 1.7rem !important; }
  .rounded-xxl-16 {
    border-radius: 1.6rem !important; }
  .rounded-xxl-15 {
    border-radius: 1.5rem !important; }
  .rounded-xxl-14 {
    border-radius: 1.4rem !important; }
  .rounded-xxl-13 {
    border-radius: 1.3rem !important; }
  .rounded-xxl-12 {
    border-radius: 1.2rem !important; }
  .rounded-xxl-11 {
    border-radius: 1.1rem !important; }
  .rounded-xxl-10 {
    border-radius: 1rem !important; }
  .rounded-xxl-9 {
    border-radius: 0.9rem !important; }
  .rounded-xxl-8 {
    border-radius: 0.8rem !important; }
  .rounded-xxl-7 {
    border-radius: 0.7rem !important; }
  .rounded-xxl-6 {
    border-radius: 0.6rem !important; }
  .rounded-xxl-5 {
    border-radius: 0.5rem !important; }
  .rounded-xxl-4 {
    border-radius: 0.4rem !important; }
  .rounded-xxl-3 {
    border-radius: 15px !important; }
  .rounded-xxl-2 {
    border-radius: 1.2rem !important; }
  .rounded-xxl {
    border-radius: 1.2rem !important; }
  .rounded-xxl-0 {
    border-radius: 0 !important; }
  .rounded-xxl-1 {
    border-radius: 0.2rem !important; }
  .rounded-xxl-circle {
    border-radius: 50% !important; }
  .rounded-xxl-pill {
    border-radius: 50rem !important; }
  .rounded-top-xxl-50 {
    border-top-left-radius: 5rem !important;
    border-top-right-radius: 5rem !important; }
  .rounded-top-xxl-49 {
    border-top-left-radius: 4.9rem !important;
    border-top-right-radius: 4.9rem !important; }
  .rounded-top-xxl-48 {
    border-top-left-radius: 4.8rem !important;
    border-top-right-radius: 4.8rem !important; }
  .rounded-top-xxl-47 {
    border-top-left-radius: 4.7rem !important;
    border-top-right-radius: 4.7rem !important; }
  .rounded-top-xxl-46 {
    border-top-left-radius: 4.6rem !important;
    border-top-right-radius: 4.6rem !important; }
  .rounded-top-xxl-45 {
    border-top-left-radius: 4.5rem !important;
    border-top-right-radius: 4.5rem !important; }
  .rounded-top-xxl-44 {
    border-top-left-radius: 4.4rem !important;
    border-top-right-radius: 4.4rem !important; }
  .rounded-top-xxl-43 {
    border-top-left-radius: 4.3rem !important;
    border-top-right-radius: 4.3rem !important; }
  .rounded-top-xxl-42 {
    border-top-left-radius: 4.2rem !important;
    border-top-right-radius: 4.2rem !important; }
  .rounded-top-xxl-41 {
    border-top-left-radius: 4.1rem !important;
    border-top-right-radius: 4.1rem !important; }
  .rounded-top-xxl-40 {
    border-top-left-radius: 4rem !important;
    border-top-right-radius: 4rem !important; }
  .rounded-top-xxl-39 {
    border-top-left-radius: 3.9rem !important;
    border-top-right-radius: 3.9rem !important; }
  .rounded-top-xxl-38 {
    border-top-left-radius: 3.8rem !important;
    border-top-right-radius: 3.8rem !important; }
  .rounded-top-xxl-37 {
    border-top-left-radius: 3.7rem !important;
    border-top-right-radius: 3.7rem !important; }
  .rounded-top-xxl-36 {
    border-top-left-radius: 3.6rem !important;
    border-top-right-radius: 3.6rem !important; }
  .rounded-top-xxl-35 {
    border-top-left-radius: 3.5rem !important;
    border-top-right-radius: 3.5rem !important; }
  .rounded-top-xxl-34 {
    border-top-left-radius: 3.4rem !important;
    border-top-right-radius: 3.4rem !important; }
  .rounded-top-xxl-33 {
    border-top-left-radius: 3.3rem !important;
    border-top-right-radius: 3.3rem !important; }
  .rounded-top-xxl-32 {
    border-top-left-radius: 3.2rem !important;
    border-top-right-radius: 3.2rem !important; }
  .rounded-top-xxl-31 {
    border-top-left-radius: 3.1rem !important;
    border-top-right-radius: 3.1rem !important; }
  .rounded-top-xxl-30 {
    border-top-left-radius: 3rem !important;
    border-top-right-radius: 3rem !important; }
  .rounded-top-xxl-29 {
    border-top-left-radius: 2.9rem !important;
    border-top-right-radius: 2.9rem !important; }
  .rounded-top-xxl-28 {
    border-top-left-radius: 2.8rem !important;
    border-top-right-radius: 2.8rem !important; }
  .rounded-top-xxl-27 {
    border-top-left-radius: 2.7rem !important;
    border-top-right-radius: 2.7rem !important; }
  .rounded-top-xxl-26 {
    border-top-left-radius: 2.6rem !important;
    border-top-right-radius: 2.6rem !important; }
  .rounded-top-xxl-25 {
    border-top-left-radius: 2.5rem !important;
    border-top-right-radius: 2.5rem !important; }
  .rounded-top-xxl-24 {
    border-top-left-radius: 2.4rem !important;
    border-top-right-radius: 2.4rem !important; }
  .rounded-top-xxl-23 {
    border-top-left-radius: 2.3rem !important;
    border-top-right-radius: 2.3rem !important; }
  .rounded-top-xxl-22 {
    border-top-left-radius: 2.2rem !important;
    border-top-right-radius: 2.2rem !important; }
  .rounded-top-xxl-21 {
    border-top-left-radius: 2.1rem !important;
    border-top-right-radius: 2.1rem !important; }
  .rounded-top-xxl-20 {
    border-top-left-radius: 2rem !important;
    border-top-right-radius: 2rem !important; }
  .rounded-top-xxl-19 {
    border-top-left-radius: 1.9rem !important;
    border-top-right-radius: 1.9rem !important; }
  .rounded-top-xxl-18 {
    border-top-left-radius: 1.8rem !important;
    border-top-right-radius: 1.8rem !important; }
  .rounded-top-xxl-17 {
    border-top-left-radius: 1.7rem !important;
    border-top-right-radius: 1.7rem !important; }
  .rounded-top-xxl-16 {
    border-top-left-radius: 1.6rem !important;
    border-top-right-radius: 1.6rem !important; }
  .rounded-top-xxl-15 {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important; }
  .rounded-top-xxl-14 {
    border-top-left-radius: 1.4rem !important;
    border-top-right-radius: 1.4rem !important; }
  .rounded-top-xxl-13 {
    border-top-left-radius: 1.3rem !important;
    border-top-right-radius: 1.3rem !important; }
  .rounded-top-xxl-12 {
    border-top-left-radius: 1.2rem !important;
    border-top-right-radius: 1.2rem !important; }
  .rounded-top-xxl-11 {
    border-top-left-radius: 1.1rem !important;
    border-top-right-radius: 1.1rem !important; }
  .rounded-top-xxl-10 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important; }
  .rounded-top-xxl-9 {
    border-top-left-radius: 0.9rem !important;
    border-top-right-radius: 0.9rem !important; }
  .rounded-top-xxl-8 {
    border-top-left-radius: 0.8rem !important;
    border-top-right-radius: 0.8rem !important; }
  .rounded-top-xxl-7 {
    border-top-left-radius: 0.7rem !important;
    border-top-right-radius: 0.7rem !important; }
  .rounded-top-xxl-6 {
    border-top-left-radius: 0.6rem !important;
    border-top-right-radius: 0.6rem !important; }
  .rounded-top-xxl-5 {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important; }
  .rounded-top-xxl-4 {
    border-top-left-radius: 0.4rem !important;
    border-top-right-radius: 0.4rem !important; }
  .rounded-top-xxl-3 {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important; }
  .rounded-top-xxl-2 {
    border-top-left-radius: 1.2rem !important;
    border-top-right-radius: 1.2rem !important; }
  .rounded-top-xxl {
    border-top-left-radius: 1.2rem !important;
    border-top-right-radius: 1.2rem !important; }
  .rounded-top-xxl-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important; }
  .rounded-top-xxl-1 {
    border-top-left-radius: 0.2rem !important;
    border-top-right-radius: 0.2rem !important; }
  .rounded-top-xxl-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important; }
  .rounded-top-xxl-pill {
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 50rem !important; }
  .rounded-end-xxl-50 {
    border-top-right-radius: 5rem !important;
    border-bottom-right-radius: 5rem !important; }
  .rounded-end-xxl-49 {
    border-top-right-radius: 4.9rem !important;
    border-bottom-right-radius: 4.9rem !important; }
  .rounded-end-xxl-48 {
    border-top-right-radius: 4.8rem !important;
    border-bottom-right-radius: 4.8rem !important; }
  .rounded-end-xxl-47 {
    border-top-right-radius: 4.7rem !important;
    border-bottom-right-radius: 4.7rem !important; }
  .rounded-end-xxl-46 {
    border-top-right-radius: 4.6rem !important;
    border-bottom-right-radius: 4.6rem !important; }
  .rounded-end-xxl-45 {
    border-top-right-radius: 4.5rem !important;
    border-bottom-right-radius: 4.5rem !important; }
  .rounded-end-xxl-44 {
    border-top-right-radius: 4.4rem !important;
    border-bottom-right-radius: 4.4rem !important; }
  .rounded-end-xxl-43 {
    border-top-right-radius: 4.3rem !important;
    border-bottom-right-radius: 4.3rem !important; }
  .rounded-end-xxl-42 {
    border-top-right-radius: 4.2rem !important;
    border-bottom-right-radius: 4.2rem !important; }
  .rounded-end-xxl-41 {
    border-top-right-radius: 4.1rem !important;
    border-bottom-right-radius: 4.1rem !important; }
  .rounded-end-xxl-40 {
    border-top-right-radius: 4rem !important;
    border-bottom-right-radius: 4rem !important; }
  .rounded-end-xxl-39 {
    border-top-right-radius: 3.9rem !important;
    border-bottom-right-radius: 3.9rem !important; }
  .rounded-end-xxl-38 {
    border-top-right-radius: 3.8rem !important;
    border-bottom-right-radius: 3.8rem !important; }
  .rounded-end-xxl-37 {
    border-top-right-radius: 3.7rem !important;
    border-bottom-right-radius: 3.7rem !important; }
  .rounded-end-xxl-36 {
    border-top-right-radius: 3.6rem !important;
    border-bottom-right-radius: 3.6rem !important; }
  .rounded-end-xxl-35 {
    border-top-right-radius: 3.5rem !important;
    border-bottom-right-radius: 3.5rem !important; }
  .rounded-end-xxl-34 {
    border-top-right-radius: 3.4rem !important;
    border-bottom-right-radius: 3.4rem !important; }
  .rounded-end-xxl-33 {
    border-top-right-radius: 3.3rem !important;
    border-bottom-right-radius: 3.3rem !important; }
  .rounded-end-xxl-32 {
    border-top-right-radius: 3.2rem !important;
    border-bottom-right-radius: 3.2rem !important; }
  .rounded-end-xxl-31 {
    border-top-right-radius: 3.1rem !important;
    border-bottom-right-radius: 3.1rem !important; }
  .rounded-end-xxl-30 {
    border-top-right-radius: 3rem !important;
    border-bottom-right-radius: 3rem !important; }
  .rounded-end-xxl-29 {
    border-top-right-radius: 2.9rem !important;
    border-bottom-right-radius: 2.9rem !important; }
  .rounded-end-xxl-28 {
    border-top-right-radius: 2.8rem !important;
    border-bottom-right-radius: 2.8rem !important; }
  .rounded-end-xxl-27 {
    border-top-right-radius: 2.7rem !important;
    border-bottom-right-radius: 2.7rem !important; }
  .rounded-end-xxl-26 {
    border-top-right-radius: 2.6rem !important;
    border-bottom-right-radius: 2.6rem !important; }
  .rounded-end-xxl-25 {
    border-top-right-radius: 2.5rem !important;
    border-bottom-right-radius: 2.5rem !important; }
  .rounded-end-xxl-24 {
    border-top-right-radius: 2.4rem !important;
    border-bottom-right-radius: 2.4rem !important; }
  .rounded-end-xxl-23 {
    border-top-right-radius: 2.3rem !important;
    border-bottom-right-radius: 2.3rem !important; }
  .rounded-end-xxl-22 {
    border-top-right-radius: 2.2rem !important;
    border-bottom-right-radius: 2.2rem !important; }
  .rounded-end-xxl-21 {
    border-top-right-radius: 2.1rem !important;
    border-bottom-right-radius: 2.1rem !important; }
  .rounded-end-xxl-20 {
    border-top-right-radius: 2rem !important;
    border-bottom-right-radius: 2rem !important; }
  .rounded-end-xxl-19 {
    border-top-right-radius: 1.9rem !important;
    border-bottom-right-radius: 1.9rem !important; }
  .rounded-end-xxl-18 {
    border-top-right-radius: 1.8rem !important;
    border-bottom-right-radius: 1.8rem !important; }
  .rounded-end-xxl-17 {
    border-top-right-radius: 1.7rem !important;
    border-bottom-right-radius: 1.7rem !important; }
  .rounded-end-xxl-16 {
    border-top-right-radius: 1.6rem !important;
    border-bottom-right-radius: 1.6rem !important; }
  .rounded-end-xxl-15 {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important; }
  .rounded-end-xxl-14 {
    border-top-right-radius: 1.4rem !important;
    border-bottom-right-radius: 1.4rem !important; }
  .rounded-end-xxl-13 {
    border-top-right-radius: 1.3rem !important;
    border-bottom-right-radius: 1.3rem !important; }
  .rounded-end-xxl-12 {
    border-top-right-radius: 1.2rem !important;
    border-bottom-right-radius: 1.2rem !important; }
  .rounded-end-xxl-11 {
    border-top-right-radius: 1.1rem !important;
    border-bottom-right-radius: 1.1rem !important; }
  .rounded-end-xxl-10 {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important; }
  .rounded-end-xxl-9 {
    border-top-right-radius: 0.9rem !important;
    border-bottom-right-radius: 0.9rem !important; }
  .rounded-end-xxl-8 {
    border-top-right-radius: 0.8rem !important;
    border-bottom-right-radius: 0.8rem !important; }
  .rounded-end-xxl-7 {
    border-top-right-radius: 0.7rem !important;
    border-bottom-right-radius: 0.7rem !important; }
  .rounded-end-xxl-6 {
    border-top-right-radius: 0.6rem !important;
    border-bottom-right-radius: 0.6rem !important; }
  .rounded-end-xxl-5 {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important; }
  .rounded-end-xxl-4 {
    border-top-right-radius: 0.4rem !important;
    border-bottom-right-radius: 0.4rem !important; }
  .rounded-end-xxl-3 {
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important; }
  .rounded-end-xxl-2 {
    border-top-right-radius: 1.2rem !important;
    border-bottom-right-radius: 1.2rem !important; }
  .rounded-end-xxl {
    border-top-right-radius: 1.2rem !important;
    border-bottom-right-radius: 1.2rem !important; }
  .rounded-end-xxl-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important; }
  .rounded-end-xxl-1 {
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important; }
  .rounded-end-xxl-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important; }
  .rounded-end-xxl-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important; }
  .rounded-bottom-xxl-50 {
    border-bottom-right-radius: 5rem !important;
    border-bottom-left-radius: 5rem !important; }
  .rounded-bottom-xxl-49 {
    border-bottom-right-radius: 4.9rem !important;
    border-bottom-left-radius: 4.9rem !important; }
  .rounded-bottom-xxl-48 {
    border-bottom-right-radius: 4.8rem !important;
    border-bottom-left-radius: 4.8rem !important; }
  .rounded-bottom-xxl-47 {
    border-bottom-right-radius: 4.7rem !important;
    border-bottom-left-radius: 4.7rem !important; }
  .rounded-bottom-xxl-46 {
    border-bottom-right-radius: 4.6rem !important;
    border-bottom-left-radius: 4.6rem !important; }
  .rounded-bottom-xxl-45 {
    border-bottom-right-radius: 4.5rem !important;
    border-bottom-left-radius: 4.5rem !important; }
  .rounded-bottom-xxl-44 {
    border-bottom-right-radius: 4.4rem !important;
    border-bottom-left-radius: 4.4rem !important; }
  .rounded-bottom-xxl-43 {
    border-bottom-right-radius: 4.3rem !important;
    border-bottom-left-radius: 4.3rem !important; }
  .rounded-bottom-xxl-42 {
    border-bottom-right-radius: 4.2rem !important;
    border-bottom-left-radius: 4.2rem !important; }
  .rounded-bottom-xxl-41 {
    border-bottom-right-radius: 4.1rem !important;
    border-bottom-left-radius: 4.1rem !important; }
  .rounded-bottom-xxl-40 {
    border-bottom-right-radius: 4rem !important;
    border-bottom-left-radius: 4rem !important; }
  .rounded-bottom-xxl-39 {
    border-bottom-right-radius: 3.9rem !important;
    border-bottom-left-radius: 3.9rem !important; }
  .rounded-bottom-xxl-38 {
    border-bottom-right-radius: 3.8rem !important;
    border-bottom-left-radius: 3.8rem !important; }
  .rounded-bottom-xxl-37 {
    border-bottom-right-radius: 3.7rem !important;
    border-bottom-left-radius: 3.7rem !important; }
  .rounded-bottom-xxl-36 {
    border-bottom-right-radius: 3.6rem !important;
    border-bottom-left-radius: 3.6rem !important; }
  .rounded-bottom-xxl-35 {
    border-bottom-right-radius: 3.5rem !important;
    border-bottom-left-radius: 3.5rem !important; }
  .rounded-bottom-xxl-34 {
    border-bottom-right-radius: 3.4rem !important;
    border-bottom-left-radius: 3.4rem !important; }
  .rounded-bottom-xxl-33 {
    border-bottom-right-radius: 3.3rem !important;
    border-bottom-left-radius: 3.3rem !important; }
  .rounded-bottom-xxl-32 {
    border-bottom-right-radius: 3.2rem !important;
    border-bottom-left-radius: 3.2rem !important; }
  .rounded-bottom-xxl-31 {
    border-bottom-right-radius: 3.1rem !important;
    border-bottom-left-radius: 3.1rem !important; }
  .rounded-bottom-xxl-30 {
    border-bottom-right-radius: 3rem !important;
    border-bottom-left-radius: 3rem !important; }
  .rounded-bottom-xxl-29 {
    border-bottom-right-radius: 2.9rem !important;
    border-bottom-left-radius: 2.9rem !important; }
  .rounded-bottom-xxl-28 {
    border-bottom-right-radius: 2.8rem !important;
    border-bottom-left-radius: 2.8rem !important; }
  .rounded-bottom-xxl-27 {
    border-bottom-right-radius: 2.7rem !important;
    border-bottom-left-radius: 2.7rem !important; }
  .rounded-bottom-xxl-26 {
    border-bottom-right-radius: 2.6rem !important;
    border-bottom-left-radius: 2.6rem !important; }
  .rounded-bottom-xxl-25 {
    border-bottom-right-radius: 2.5rem !important;
    border-bottom-left-radius: 2.5rem !important; }
  .rounded-bottom-xxl-24 {
    border-bottom-right-radius: 2.4rem !important;
    border-bottom-left-radius: 2.4rem !important; }
  .rounded-bottom-xxl-23 {
    border-bottom-right-radius: 2.3rem !important;
    border-bottom-left-radius: 2.3rem !important; }
  .rounded-bottom-xxl-22 {
    border-bottom-right-radius: 2.2rem !important;
    border-bottom-left-radius: 2.2rem !important; }
  .rounded-bottom-xxl-21 {
    border-bottom-right-radius: 2.1rem !important;
    border-bottom-left-radius: 2.1rem !important; }
  .rounded-bottom-xxl-20 {
    border-bottom-right-radius: 2rem !important;
    border-bottom-left-radius: 2rem !important; }
  .rounded-bottom-xxl-19 {
    border-bottom-right-radius: 1.9rem !important;
    border-bottom-left-radius: 1.9rem !important; }
  .rounded-bottom-xxl-18 {
    border-bottom-right-radius: 1.8rem !important;
    border-bottom-left-radius: 1.8rem !important; }
  .rounded-bottom-xxl-17 {
    border-bottom-right-radius: 1.7rem !important;
    border-bottom-left-radius: 1.7rem !important; }
  .rounded-bottom-xxl-16 {
    border-bottom-right-radius: 1.6rem !important;
    border-bottom-left-radius: 1.6rem !important; }
  .rounded-bottom-xxl-15 {
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important; }
  .rounded-bottom-xxl-14 {
    border-bottom-right-radius: 1.4rem !important;
    border-bottom-left-radius: 1.4rem !important; }
  .rounded-bottom-xxl-13 {
    border-bottom-right-radius: 1.3rem !important;
    border-bottom-left-radius: 1.3rem !important; }
  .rounded-bottom-xxl-12 {
    border-bottom-right-radius: 1.2rem !important;
    border-bottom-left-radius: 1.2rem !important; }
  .rounded-bottom-xxl-11 {
    border-bottom-right-radius: 1.1rem !important;
    border-bottom-left-radius: 1.1rem !important; }
  .rounded-bottom-xxl-10 {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important; }
  .rounded-bottom-xxl-9 {
    border-bottom-right-radius: 0.9rem !important;
    border-bottom-left-radius: 0.9rem !important; }
  .rounded-bottom-xxl-8 {
    border-bottom-right-radius: 0.8rem !important;
    border-bottom-left-radius: 0.8rem !important; }
  .rounded-bottom-xxl-7 {
    border-bottom-right-radius: 0.7rem !important;
    border-bottom-left-radius: 0.7rem !important; }
  .rounded-bottom-xxl-6 {
    border-bottom-right-radius: 0.6rem !important;
    border-bottom-left-radius: 0.6rem !important; }
  .rounded-bottom-xxl-5 {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important; }
  .rounded-bottom-xxl-4 {
    border-bottom-right-radius: 0.4rem !important;
    border-bottom-left-radius: 0.4rem !important; }
  .rounded-bottom-xxl-3 {
    border-bottom-right-radius: 15px !important;
    border-bottom-left-radius: 15px !important; }
  .rounded-bottom-xxl-2 {
    border-bottom-right-radius: 1.2rem !important;
    border-bottom-left-radius: 1.2rem !important; }
  .rounded-bottom-xxl {
    border-bottom-right-radius: 1.2rem !important;
    border-bottom-left-radius: 1.2rem !important; }
  .rounded-bottom-xxl-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important; }
  .rounded-bottom-xxl-1 {
    border-bottom-right-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important; }
  .rounded-bottom-xxl-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important; }
  .rounded-bottom-xxl-pill {
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important; }
  .rounded-start-xxl-50 {
    border-bottom-left-radius: 5rem !important;
    border-top-left-radius: 5rem !important; }
  .rounded-start-xxl-49 {
    border-bottom-left-radius: 4.9rem !important;
    border-top-left-radius: 4.9rem !important; }
  .rounded-start-xxl-48 {
    border-bottom-left-radius: 4.8rem !important;
    border-top-left-radius: 4.8rem !important; }
  .rounded-start-xxl-47 {
    border-bottom-left-radius: 4.7rem !important;
    border-top-left-radius: 4.7rem !important; }
  .rounded-start-xxl-46 {
    border-bottom-left-radius: 4.6rem !important;
    border-top-left-radius: 4.6rem !important; }
  .rounded-start-xxl-45 {
    border-bottom-left-radius: 4.5rem !important;
    border-top-left-radius: 4.5rem !important; }
  .rounded-start-xxl-44 {
    border-bottom-left-radius: 4.4rem !important;
    border-top-left-radius: 4.4rem !important; }
  .rounded-start-xxl-43 {
    border-bottom-left-radius: 4.3rem !important;
    border-top-left-radius: 4.3rem !important; }
  .rounded-start-xxl-42 {
    border-bottom-left-radius: 4.2rem !important;
    border-top-left-radius: 4.2rem !important; }
  .rounded-start-xxl-41 {
    border-bottom-left-radius: 4.1rem !important;
    border-top-left-radius: 4.1rem !important; }
  .rounded-start-xxl-40 {
    border-bottom-left-radius: 4rem !important;
    border-top-left-radius: 4rem !important; }
  .rounded-start-xxl-39 {
    border-bottom-left-radius: 3.9rem !important;
    border-top-left-radius: 3.9rem !important; }
  .rounded-start-xxl-38 {
    border-bottom-left-radius: 3.8rem !important;
    border-top-left-radius: 3.8rem !important; }
  .rounded-start-xxl-37 {
    border-bottom-left-radius: 3.7rem !important;
    border-top-left-radius: 3.7rem !important; }
  .rounded-start-xxl-36 {
    border-bottom-left-radius: 3.6rem !important;
    border-top-left-radius: 3.6rem !important; }
  .rounded-start-xxl-35 {
    border-bottom-left-radius: 3.5rem !important;
    border-top-left-radius: 3.5rem !important; }
  .rounded-start-xxl-34 {
    border-bottom-left-radius: 3.4rem !important;
    border-top-left-radius: 3.4rem !important; }
  .rounded-start-xxl-33 {
    border-bottom-left-radius: 3.3rem !important;
    border-top-left-radius: 3.3rem !important; }
  .rounded-start-xxl-32 {
    border-bottom-left-radius: 3.2rem !important;
    border-top-left-radius: 3.2rem !important; }
  .rounded-start-xxl-31 {
    border-bottom-left-radius: 3.1rem !important;
    border-top-left-radius: 3.1rem !important; }
  .rounded-start-xxl-30 {
    border-bottom-left-radius: 3rem !important;
    border-top-left-radius: 3rem !important; }
  .rounded-start-xxl-29 {
    border-bottom-left-radius: 2.9rem !important;
    border-top-left-radius: 2.9rem !important; }
  .rounded-start-xxl-28 {
    border-bottom-left-radius: 2.8rem !important;
    border-top-left-radius: 2.8rem !important; }
  .rounded-start-xxl-27 {
    border-bottom-left-radius: 2.7rem !important;
    border-top-left-radius: 2.7rem !important; }
  .rounded-start-xxl-26 {
    border-bottom-left-radius: 2.6rem !important;
    border-top-left-radius: 2.6rem !important; }
  .rounded-start-xxl-25 {
    border-bottom-left-radius: 2.5rem !important;
    border-top-left-radius: 2.5rem !important; }
  .rounded-start-xxl-24 {
    border-bottom-left-radius: 2.4rem !important;
    border-top-left-radius: 2.4rem !important; }
  .rounded-start-xxl-23 {
    border-bottom-left-radius: 2.3rem !important;
    border-top-left-radius: 2.3rem !important; }
  .rounded-start-xxl-22 {
    border-bottom-left-radius: 2.2rem !important;
    border-top-left-radius: 2.2rem !important; }
  .rounded-start-xxl-21 {
    border-bottom-left-radius: 2.1rem !important;
    border-top-left-radius: 2.1rem !important; }
  .rounded-start-xxl-20 {
    border-bottom-left-radius: 2rem !important;
    border-top-left-radius: 2rem !important; }
  .rounded-start-xxl-19 {
    border-bottom-left-radius: 1.9rem !important;
    border-top-left-radius: 1.9rem !important; }
  .rounded-start-xxl-18 {
    border-bottom-left-radius: 1.8rem !important;
    border-top-left-radius: 1.8rem !important; }
  .rounded-start-xxl-17 {
    border-bottom-left-radius: 1.7rem !important;
    border-top-left-radius: 1.7rem !important; }
  .rounded-start-xxl-16 {
    border-bottom-left-radius: 1.6rem !important;
    border-top-left-radius: 1.6rem !important; }
  .rounded-start-xxl-15 {
    border-bottom-left-radius: 1.5rem !important;
    border-top-left-radius: 1.5rem !important; }
  .rounded-start-xxl-14 {
    border-bottom-left-radius: 1.4rem !important;
    border-top-left-radius: 1.4rem !important; }
  .rounded-start-xxl-13 {
    border-bottom-left-radius: 1.3rem !important;
    border-top-left-radius: 1.3rem !important; }
  .rounded-start-xxl-12 {
    border-bottom-left-radius: 1.2rem !important;
    border-top-left-radius: 1.2rem !important; }
  .rounded-start-xxl-11 {
    border-bottom-left-radius: 1.1rem !important;
    border-top-left-radius: 1.1rem !important; }
  .rounded-start-xxl-10 {
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important; }
  .rounded-start-xxl-9 {
    border-bottom-left-radius: 0.9rem !important;
    border-top-left-radius: 0.9rem !important; }
  .rounded-start-xxl-8 {
    border-bottom-left-radius: 0.8rem !important;
    border-top-left-radius: 0.8rem !important; }
  .rounded-start-xxl-7 {
    border-bottom-left-radius: 0.7rem !important;
    border-top-left-radius: 0.7rem !important; }
  .rounded-start-xxl-6 {
    border-bottom-left-radius: 0.6rem !important;
    border-top-left-radius: 0.6rem !important; }
  .rounded-start-xxl-5 {
    border-bottom-left-radius: 0.5rem !important;
    border-top-left-radius: 0.5rem !important; }
  .rounded-start-xxl-4 {
    border-bottom-left-radius: 0.4rem !important;
    border-top-left-radius: 0.4rem !important; }
  .rounded-start-xxl-3 {
    border-bottom-left-radius: 15px !important;
    border-top-left-radius: 15px !important; }
  .rounded-start-xxl-2 {
    border-bottom-left-radius: 1.2rem !important;
    border-top-left-radius: 1.2rem !important; }
  .rounded-start-xxl {
    border-bottom-left-radius: 1.2rem !important;
    border-top-left-radius: 1.2rem !important; }
  .rounded-start-xxl-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important; }
  .rounded-start-xxl-1 {
    border-bottom-left-radius: 0.2rem !important;
    border-top-left-radius: 0.2rem !important; }
  .rounded-start-xxl-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important; }
  .rounded-start-xxl-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important; }
  .z-index-xxl-1 {
    z-index: 1 !important; }
  .z-index-xxl-2 {
    z-index: 2 !important; }
  .z-index-xxl-3 {
    z-index: 3 !important; }
  .z-index-xxl-4 {
    z-index: 4 !important; }
  .z-index-xxl-5 {
    z-index: 5 !important; }
  .z-index-xxl-1000 {
    z-index: 1000 !important; } }

@media print {
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-grid {
    display: grid !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; }
  .d-print-none {
    display: none !important; } }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto; }

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

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1240px; } }

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1440px; } }

.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5); }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y); }

.col {
  flex: 1 0 0%; }

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto; }

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

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

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333%; }

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

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

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto; }

.col-1 {
  flex: 0 0 auto;
  width: 8.33333%; }

.col-2 {
  flex: 0 0 auto;
  width: 16.66667%; }

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

.col-4 {
  flex: 0 0 auto;
  width: 33.33333%; }

.col-5 {
  flex: 0 0 auto;
  width: 41.66667%; }

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333%; }

.col-8 {
  flex: 0 0 auto;
  width: 66.66667%; }

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

.col-10 {
  flex: 0 0 auto;
  width: 83.33333%; }

.col-11 {
  flex: 0 0 auto;
  width: 91.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0; }

.g-0,
.gy-0 {
  --bs-gutter-y: 0; }

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem; }

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem; }

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem; }

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem; }

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem; }

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem; }

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem; }

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem; }

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem; }

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem; }

.g-8,
.gx-8 {
  --bs-gutter-x: 0.8rem; }

.g-8,
.gy-8 {
  --bs-gutter-y: 0.8rem; }

.g-10,
.gx-10 {
  --bs-gutter-x: 1rem; }

.g-10,
.gy-10 {
  --bs-gutter-y: 1rem; }

.g-20,
.gx-20 {
  --bs-gutter-x: 2rem; }

.g-20,
.gy-20 {
  --bs-gutter-y: 2rem; }

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 0.8rem; }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 0.8rem; }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 1rem; }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 1rem; }
  .g-sm-20,
  .gx-sm-20 {
    --bs-gutter-x: 2rem; }
  .g-sm-20,
  .gy-sm-20 {
    --bs-gutter-y: 2rem; } }

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%; }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 0.8rem; }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 0.8rem; }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 1rem; }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 1rem; }
  .g-md-20,
  .gx-md-20 {
    --bs-gutter-x: 2rem; }
  .g-md-20,
  .gy-md-20 {
    --bs-gutter-y: 2rem; } }

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 0.8rem; }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 0.8rem; }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 1rem; }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 1rem; }
  .g-lg-20,
  .gx-lg-20 {
    --bs-gutter-x: 2rem; }
  .g-lg-20,
  .gy-lg-20 {
    --bs-gutter-y: 2rem; } }

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 0.8rem; }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 0.8rem; }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 1rem; }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 1rem; }
  .g-xl-20,
  .gx-xl-20 {
    --bs-gutter-x: 2rem; }
  .g-xl-20,
  .gy-xl-20 {
    --bs-gutter-y: 2rem; } }

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 0.8rem; }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 0.8rem; }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 1rem; }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 1rem; }
  .g-xxl-20,
  .gx-xxl-20 {
    --bs-gutter-x: 2rem; }
  .g-xxl-20,
  .gy-xxl-20 {
    --bs-gutter-y: 2rem; } }

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

.alert-heading {
  color: inherit; }

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

.alert-dismissible {
  padding-right: 3rem; }
  .alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem; }

.alert-primary {
  color: #2e4213;
  background-color: #74a52f;
  border-color: #74a52f; }
  .alert-primary .alert-link {
    color: #25350f; }

.alert-secondary {
  color: #a3a3a3;
  background-color: #191919;
  border-color: #191919; }
  .alert-secondary .alert-link {
    color: #828282; }

.alert-terciary {
  color: #303030;
  background-color: #777777;
  border-color: #777777; }
  .alert-terciary .alert-link {
    color: #262626; }

.alert-success {
  color: #10431c;
  background-color: #28a745;
  border-color: #28a745; }
  .alert-success .alert-link {
    color: #0d3616; }

.alert-info {
  color: #28465a;
  background-color: #65afe2;
  border-color: #65afe2; }
  .alert-info .alert-link {
    color: #203848; }

.alert-warning {
  color: #664d03;
  background-color: #ffc107;
  border-color: #ffc107; }
  .alert-warning .alert-link {
    color: #523e02; }

.alert-danger {
  color: #f1aeb5;
  background-color: #dc3545;
  border-color: #dc3545; }
  .alert-danger .alert-link {
    color: #c18b91; }

.alert-light {
  color: #636464;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .alert-light .alert-link {
    color: #4f5050; }

.alert-dark {
  color: #afafaf;
  background-color: #373736;
  border-color: #373736; }
  .alert-dark .alert-link {
    color: #8c8c8c; }

.alert-mobile {
  color: #595a5c;
  background-color: #dee2e6;
  border-color: #dee2e6; }
  .alert-mobile .alert-link {
    color: #47484a; }

.alert-body {
  color: #666666;
  background-color: white;
  border-color: white; }
  .alert-body .alert-link {
    color: #525252; }

.alert-footer {
  color: #a3a3a3;
  background-color: #191919;
  border-color: #191919; }
  .alert-footer .alert-link {
    color: #828282; }

.alert-error {
  color: #595a5c;
  background-color: #dee2e6;
  border-color: #dee2e6; }
  .alert-error .alert-link {
    color: #47484a; }

.alert-blanc-clair {
  color: #666666;
  background-color: #fefefe;
  border-color: #fefefe; }
  .alert-blanc-clair .alert-link {
    color: #525252; }

.alert-gris-fonce2 {
  color: #a3abb7;
  background-color: #1a2e4b;
  border-color: #1a2e4b; }
  .alert-gris-fonce2 .alert-link {
    color: #828992; }

.alert-gris-clair {
  color: #606060;
  background-color: #f0f0f0;
  border-color: #f0f0f0; }
  .alert-gris-clair .alert-link {
    color: #4d4d4d; }

.alert-gris-clair2 {
  color: #565656;
  background-color: #d7d7d7;
  border-color: #d7d7d7; }
  .alert-gris-clair2 .alert-link {
    color: #454545; }

.alert-vert-clair {
  color: #4d593c;
  background-color: #c1de97;
  border-color: #c1de97; }
  .alert-vert-clair .alert-link {
    color: #3e4730; }

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 1.2rem; }
  .badge:empty {
    display: none; }

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

.form-label {
  margin-bottom: 0.5rem; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 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: 1.25rem; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem; }

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.5rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  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[type="file"] {
    overflow: hidden; }
    .form-control[type="file"]:not(:disabled):not([readonly]) {
      cursor: pointer; }
  .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #bad297;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(116, 165, 47, 0.25); }
  .form-control::-webkit-date-and-time-value {
    height: 1.5em; }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }
  .form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
            margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    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) {
      .form-control::file-selector-button {
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3; }
  .form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
            margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-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;
    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) {
      .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  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 {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }
  .form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
            margin-inline-end: 0.5rem; }
  .form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
            margin-inline-end: 0.5rem; }

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 15px; }
  .form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
            margin-inline-end: 1rem; }
  .form-control-lg::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
            margin-inline-end: 1rem; }

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px); }

textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px); }

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px); }

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem; }
  .form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer; }
  .form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: 0.5rem; }
  .form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: 0.5rem; }

.form-select {
  display: block;
  width: 100%;
  padding: 1.3rem 6rem 1.3rem 2rem;
  -moz-padding-start: calc(2rem - 3px);
  font-family: "Ubuntu", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2374A52F' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 2rem center;
  background-size: 16px 12px;
  border: 0 solid #ced4da;
  border-radius: 1.2rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  @media (prefers-reduced-motion: reduce) {
    .form-select {
      transition: none; } }
  .form-select:focus {
    border-color: #bad297;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(116, 165, 47, 0.25); }
  .form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 2rem;
    background-image: none; }
  .form-select:disabled {
    background-color: #e9ecef; }
  .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529; }

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem; }
  .form-check .form-check-input {
    float: left;
    margin-left: -1.5em; }

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact; }
  .form-check-input[type="checkbox"] {
    border-radius: 0.25em; }
  .form-check-input[type="radio"] {
    border-radius: 50%; }
  .form-check-input:active {
    filter: brightness(90%); }
  .form-check-input:focus {
    border-color: #bad297;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(116, 165, 47, 0.25); }
  .form-check-input:checked {
    background-color: #74A52F;
    border-color: #74A52F; }
    .form-check-input:checked[type="checkbox"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }
    .form-check-input:checked[type="radio"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); }
  .form-check-input[type="checkbox"]:indeterminate {
    background-color: #74A52F;
    border-color: #74A52F;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }
  .form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5; }
  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    opacity: 0.5; }

.form-switch {
  padding-left: 2.5em; }
  .form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-switch .form-check-input {
        transition: none; } }
    .form-switch .form-check-input:focus {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23bad297'/%3e%3c/svg%3e"); }
    .form-switch .form-check-input:checked {
      background-position: right center;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.form-check-inline {
  display: inline-block;
  margin-right: 1rem; }

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }
  .btn-check[disabled] + .btn, .btn-check:disabled + .btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65; }

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .form-range:focus {
    outline: 0; }
    .form-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(116, 165, 47, 0.25); }
    .form-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(116, 165, 47, 0.25); }
  .form-range::-moz-focus-outer {
    border: 0; }
  .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #74A52F;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .form-range::-webkit-slider-thumb:active {
      background-color: #d5e4c1; }
  .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075); }
  .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #74A52F;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none; } }
    .form-range::-moz-range-thumb:active {
      background-color: #d5e4c1; }
  .form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075); }
  .form-range:disabled {
    pointer-events: none; }
    .form-range:disabled::-webkit-slider-thumb {
      background-color: #adb5bd; }
    .form-range:disabled::-moz-range-thumb {
      background-color: #adb5bd; }

.form-floating {
  position: relative; }
  .form-floating > .form-control,
  .form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25; }
  .form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-floating > label {
        transition: none; } }
  .form-floating > .form-control {
    padding: 1rem 0.75rem; }
    .form-floating > .form-control::-moz-placeholder {
      color: transparent; }
    .form-floating > .form-control:-ms-input-placeholder {
      color: transparent; }
    .form-floating > .form-control::placeholder {
      color: transparent; }
    .form-floating > .form-control:not(:-moz-placeholder-shown) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    .form-floating > .form-control:not(:-ms-input-placeholder) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    .form-floating > .form-control:-webkit-autofill {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
  .form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .form-floating > .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0; }
  .input-group > .form-control:focus,
  .input-group > .form-select:focus {
    z-index: 3; }
  .input-group .btn {
    position: relative;
    z-index: 2; }
    .input-group .btn:focus {
      z-index: 3; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.5rem; }

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 15px; }

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #000;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 1.2rem; }

.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 + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 11rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2374A52F' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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-position: right 2rem center, center right 6rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.25); }

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #28a745; }
  .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: #28a745; }
  .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0.25rem 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; }

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em; }

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated
.input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1; }
  .was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated
  .input-group .form-select:valid:focus,
  .input-group .form-select.is-valid:focus {
    z-index: 3; }

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 1.2rem; }

.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 + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%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.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
    padding-right: 11rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2374A52F' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%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-position: right 2rem center, center right 6rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
    background-color: #dc3545; }
  .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0.25rem 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; }

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em; }

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated
.input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2; }
  .was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated
  .input-group .form-select:invalid:focus,
  .input-group .form-select.is-invalid:focus {
    z-index: 3; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
  .btn-group > .btn-check:checked + .btn,
  .btn-group > .btn-check:focus + .btn,
  .btn-group > .btn:hover,
  .btn-group > .btn:focus,
  .btn-group > .btn:active,
  .btn-group > .btn.active,
  .btn-group-vertical > .btn-check:checked + .btn,
  .btn-group-vertical > .btn-check:focus + .btn,
  .btn-group-vertical > .btn:hover,
  .btn-group-vertical > .btn:focus,
  .btn-group-vertical > .btn:active,
  .btn-group-vertical > .btn.active {
    z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

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

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

.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 26.25px;
  padding-left: 26.25px; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropend .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropstart .dropdown-toggle-split::before {
    margin-right: 0; }

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

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

.btn-group.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.show .dropdown-toggle.btn-link {
    box-shadow: none; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn ~ .btn,
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

.nav-link {
  display: block;
  padding: 0.5rem 2.5rem;
  color: #191919;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .nav-link {
      transition: none; } }
  .nav-link:hover, .nav-link:focus {
    color: #000; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: 1.2rem;
    border-top-right-radius: 1.2rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6;
      isolation: isolate; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #74A52F;
  background-color: none; }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%; }

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }
  .navbar > .container,
  .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap; }

.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; }
  .navbar-nav .dropdown-menu {
    position: static; }

.navbar-text {
  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.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 1.2rem;
  transition: box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
      transition: none; } }
  .navbar-toggler:hover {
    text-decoration: none; }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.25rem; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%; }

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto; }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; }
    .navbar-expand-sm .offcanvas-header {
      display: none; }
    .navbar-expand-sm .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      transform: none; }
    .navbar-expand-sm .offcanvas-top,
    .navbar-expand-sm .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-sm .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; }
    .navbar-expand-md .offcanvas-header {
      display: none; }
    .navbar-expand-md .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      transform: none; }
    .navbar-expand-md .offcanvas-top,
    .navbar-expand-md .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-md .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; }
    .navbar-expand-lg .offcanvas-header {
      display: none; }
    .navbar-expand-lg .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      transform: none; }
    .navbar-expand-lg .offcanvas-top,
    .navbar-expand-lg .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-lg .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; }
    .navbar-expand-xl .offcanvas-header {
      display: none; }
    .navbar-expand-xl .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      transform: none; }
    .navbar-expand-xl .offcanvas-top,
    .navbar-expand-xl .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-xl .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; }
    .navbar-expand-xxl .offcanvas-header {
      display: none; }
    .navbar-expand-xxl .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      transform: none; }
    .navbar-expand-xxl .offcanvas-top,
    .navbar-expand-xxl .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-xxl .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }
  .navbar-expand .offcanvas-header {
    display: none; }
  .navbar-expand .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none; }
  .navbar-expand .offcanvas-top,
  .navbar-expand .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0; }
  .navbar-expand .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible; }

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

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55); }
  .navbar-light .navbar-text a,
  .navbar-light .navbar-text a:hover,
  .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 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.55); }
  .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 .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  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' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%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.55); }
  .navbar-dark .navbar-text a,
  .navbar-dark .navbar-text a:hover,
  .navbar-dark .navbar-text a:focus {
    color: #fff; }

.btn {
  display: inline-block;
  font-family: "Ubuntu", sans-serif;
  font-weight: 600;
  line-height: 0.3;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 13px 35px;
  font-size: 1.6rem;
  border-radius: 1.2rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529; }
  .btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(116, 165, 47, 0.25); }
  .btn-check:checked + .btn,
  .btn-check:active + .btn, .btn:active, .btn.active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .btn-check:checked + .btn:focus,
    .btn-check:active + .btn:focus, .btn:active:focus, .btn.active:focus {
      box-shadow: 0 0 0 0.25rem rgba(116, 165, 47, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn:disabled, .btn.disabled,
  fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65;
    box-shadow: none; }

.btn-primary {
  color: #000;
  background-color: #74A52F;
  border-color: #74A52F;
  box-shadow: 0; }
  .btn-primary:hover {
    color: #000;
    background-color: #89b34e;
    border-color: #82ae44; }
  .btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #000;
    background-color: #89b34e;
    border-color: #82ae44;
    box-shadow: 0, 0 0 0 0.25rem rgba(99, 140, 40, 0.5); }
  .btn-check:checked + .btn-primary,
  .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active,
  .show > .btn-primary.dropdown-toggle {
    color: #000;
    background-color: #90b759;
    border-color: #82ae44; }
    .btn-check:checked + .btn-primary:focus,
    .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(99, 140, 40, 0.5); }
  .btn-primary:disabled, .btn-primary.disabled {
    color: #000;
    background-color: #74A52F;
    border-color: #74A52F; }

.btn-secondary {
  color: #fff;
  background-color: #191919;
  border-color: #191919;
  box-shadow: 0; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #151515;
    border-color: #141414; }
  .btn-check:focus + .btn-secondary, .btn-secondary:focus {
    color: #fff;
    background-color: #151515;
    border-color: #141414;
    box-shadow: 0, 0 0 0 0.25rem rgba(60, 60, 60, 0.5); }
  .btn-check:checked + .btn-secondary,
  .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #141414;
    border-color: #131313; }
    .btn-check:checked + .btn-secondary:focus,
    .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(60, 60, 60, 0.5); }
  .btn-secondary:disabled, .btn-secondary.disabled {
    color: #fff;
    background-color: #191919;
    border-color: #191919; }

.btn-terciary {
  color: #000;
  background-color: #777777;
  border-color: #777777;
  box-shadow: 0; }
  .btn-terciary:hover {
    color: #000;
    background-color: #8b8b8b;
    border-color: #858585; }
  .btn-check:focus + .btn-terciary, .btn-terciary:focus {
    color: #000;
    background-color: #8b8b8b;
    border-color: #858585;
    box-shadow: 0, 0 0 0 0.25rem rgba(101, 101, 101, 0.5); }
  .btn-check:checked + .btn-terciary,
  .btn-check:active + .btn-terciary, .btn-terciary:active, .btn-terciary.active,
  .show > .btn-terciary.dropdown-toggle {
    color: #000;
    background-color: #929292;
    border-color: #858585; }
    .btn-check:checked + .btn-terciary:focus,
    .btn-check:active + .btn-terciary:focus, .btn-terciary:active:focus, .btn-terciary.active:focus,
    .show > .btn-terciary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(101, 101, 101, 0.5); }
  .btn-terciary:disabled, .btn-terciary.disabled {
    color: #000;
    background-color: #777777;
    border-color: #777777; }

.btn-success {
  color: #000;
  background-color: #28a745;
  border-color: #28a745;
  box-shadow: 0; }
  .btn-success:hover {
    color: #000;
    background-color: #48b461;
    border-color: #3eb058; }
  .btn-check:focus + .btn-success, .btn-success:focus {
    color: #000;
    background-color: #48b461;
    border-color: #3eb058;
    box-shadow: 0, 0 0 0 0.25rem rgba(34, 142, 59, 0.5); }
  .btn-check:checked + .btn-success,
  .btn-check:active + .btn-success, .btn-success:active, .btn-success.active,
  .show > .btn-success.dropdown-toggle {
    color: #000;
    background-color: #53b96a;
    border-color: #3eb058; }
    .btn-check:checked + .btn-success:focus,
    .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(34, 142, 59, 0.5); }
  .btn-success:disabled, .btn-success.disabled {
    color: #000;
    background-color: #28a745;
    border-color: #28a745; }

.btn-info {
  color: #000;
  background-color: #65afe2;
  border-color: #65afe2;
  box-shadow: 0; }
  .btn-info:hover {
    color: #000;
    background-color: #7cbbe6;
    border-color: #74b7e5; }
  .btn-check:focus + .btn-info, .btn-info:focus {
    color: #000;
    background-color: #7cbbe6;
    border-color: #74b7e5;
    box-shadow: 0, 0 0 0 0.25rem rgba(86, 149, 192, 0.5); }
  .btn-check:checked + .btn-info,
  .btn-check:active + .btn-info, .btn-info:active, .btn-info.active,
  .show > .btn-info.dropdown-toggle {
    color: #000;
    background-color: #84bfe8;
    border-color: #74b7e5; }
    .btn-check:checked + .btn-info:focus,
    .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(86, 149, 192, 0.5); }
  .btn-info:disabled, .btn-info.disabled {
    color: #000;
    background-color: #65afe2;
    border-color: #65afe2; }

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: 0; }
  .btn-warning:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720; }
  .btn-check:focus + .btn-warning, .btn-warning:focus {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
    box-shadow: 0, 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }
  .btn-check:checked + .btn-warning,
  .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active,
  .show > .btn-warning.dropdown-toggle {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffc720; }
    .btn-check:checked + .btn-warning:focus,
    .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }
  .btn-warning:disabled, .btn-warning.disabled {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  box-shadow: 0; }
  .btn-danger:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37; }
  .btn-check:focus + .btn-danger, .btn-danger:focus {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    box-shadow: 0, 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
  .btn-check:checked + .btn-danger,
  .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b02a37;
    border-color: #a52834; }
    .btn-check:checked + .btn-danger:focus,
    .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
  .btn-danger:disabled, .btn-danger.disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: 0; }
  .btn-light:hover {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb; }
  .btn-check:focus + .btn-light, .btn-light:focus {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
    box-shadow: 0, 0 0 0 0.25rem rgba(211, 212, 213, 0.5); }
  .btn-check:checked + .btn-light,
  .btn-check:active + .btn-light, .btn-light:active, .btn-light.active,
  .show > .btn-light.dropdown-toggle {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb; }
    .btn-check:checked + .btn-light:focus,
    .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(211, 212, 213, 0.5); }
  .btn-light:disabled, .btn-light.disabled {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }

.btn-dark {
  color: #fff;
  background-color: #373736;
  border-color: #373736;
  box-shadow: 0; }
  .btn-dark:hover {
    color: #fff;
    background-color: #2f2f2e;
    border-color: #2c2c2b; }
  .btn-check:focus + .btn-dark, .btn-dark:focus {
    color: #fff;
    background-color: #2f2f2e;
    border-color: #2c2c2b;
    box-shadow: 0, 0 0 0 0.25rem rgba(85, 85, 84, 0.5); }
  .btn-check:checked + .btn-dark,
  .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #2c2c2b;
    border-color: #292929; }
    .btn-check:checked + .btn-dark:focus,
    .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(85, 85, 84, 0.5); }
  .btn-dark:disabled, .btn-dark.disabled {
    color: #fff;
    background-color: #373736;
    border-color: #373736; }

.btn-mobile {
  color: #000;
  background-color: #dee2e6;
  border-color: #dee2e6;
  box-shadow: 0; }
  .btn-mobile:hover {
    color: #000;
    background-color: #e3e6ea;
    border-color: #e1e5e9; }
  .btn-check:focus + .btn-mobile, .btn-mobile:focus {
    color: #000;
    background-color: #e3e6ea;
    border-color: #e1e5e9;
    box-shadow: 0, 0 0 0 0.25rem rgba(189, 192, 196, 0.5); }
  .btn-check:checked + .btn-mobile,
  .btn-check:active + .btn-mobile, .btn-mobile:active, .btn-mobile.active,
  .show > .btn-mobile.dropdown-toggle {
    color: #000;
    background-color: #e5e8eb;
    border-color: #e1e5e9; }
    .btn-check:checked + .btn-mobile:focus,
    .btn-check:active + .btn-mobile:focus, .btn-mobile:active:focus, .btn-mobile.active:focus,
    .show > .btn-mobile.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(189, 192, 196, 0.5); }
  .btn-mobile:disabled, .btn-mobile.disabled {
    color: #000;
    background-color: #dee2e6;
    border-color: #dee2e6; }

.btn-body {
  color: #000;
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0; }
  .btn-body:hover {
    color: #000;
    background-color: white;
    border-color: white; }
  .btn-check:focus + .btn-body, .btn-body:focus {
    color: #000;
    background-color: white;
    border-color: white;
    box-shadow: 0, 0 0 0 0.25rem rgba(217, 217, 217, 0.5); }
  .btn-check:checked + .btn-body,
  .btn-check:active + .btn-body, .btn-body:active, .btn-body.active,
  .show > .btn-body.dropdown-toggle {
    color: #000;
    background-color: white;
    border-color: white; }
    .btn-check:checked + .btn-body:focus,
    .btn-check:active + .btn-body:focus, .btn-body:active:focus, .btn-body.active:focus,
    .show > .btn-body.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(217, 217, 217, 0.5); }
  .btn-body:disabled, .btn-body.disabled {
    color: #000;
    background-color: #fff;
    border-color: #fff; }

.btn-footer {
  color: #fff;
  background-color: #191919;
  border-color: #191919;
  box-shadow: 0; }
  .btn-footer:hover {
    color: #fff;
    background-color: #151515;
    border-color: #141414; }
  .btn-check:focus + .btn-footer, .btn-footer:focus {
    color: #fff;
    background-color: #151515;
    border-color: #141414;
    box-shadow: 0, 0 0 0 0.25rem rgba(60, 60, 60, 0.5); }
  .btn-check:checked + .btn-footer,
  .btn-check:active + .btn-footer, .btn-footer:active, .btn-footer.active,
  .show > .btn-footer.dropdown-toggle {
    color: #fff;
    background-color: #141414;
    border-color: #131313; }
    .btn-check:checked + .btn-footer:focus,
    .btn-check:active + .btn-footer:focus, .btn-footer:active:focus, .btn-footer.active:focus,
    .show > .btn-footer.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(60, 60, 60, 0.5); }
  .btn-footer:disabled, .btn-footer.disabled {
    color: #fff;
    background-color: #191919;
    border-color: #191919; }

.btn-error {
  color: #000;
  background-color: #dee2e6;
  border-color: #dee2e6;
  box-shadow: 0; }
  .btn-error:hover {
    color: #000;
    background-color: #e3e6ea;
    border-color: #e1e5e9; }
  .btn-check:focus + .btn-error, .btn-error:focus {
    color: #000;
    background-color: #e3e6ea;
    border-color: #e1e5e9;
    box-shadow: 0, 0 0 0 0.25rem rgba(189, 192, 196, 0.5); }
  .btn-check:checked + .btn-error,
  .btn-check:active + .btn-error, .btn-error:active, .btn-error.active,
  .show > .btn-error.dropdown-toggle {
    color: #000;
    background-color: #e5e8eb;
    border-color: #e1e5e9; }
    .btn-check:checked + .btn-error:focus,
    .btn-check:active + .btn-error:focus, .btn-error:active:focus, .btn-error.active:focus,
    .show > .btn-error.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(189, 192, 196, 0.5); }
  .btn-error:disabled, .btn-error.disabled {
    color: #000;
    background-color: #dee2e6;
    border-color: #dee2e6; }

.btn-blanc-clair {
  color: #000;
  background-color: #FEFEFE;
  border-color: #FEFEFE;
  box-shadow: 0; }
  .btn-blanc-clair:hover {
    color: #000;
    background-color: #fefefe;
    border-color: #fefefe; }
  .btn-check:focus + .btn-blanc-clair, .btn-blanc-clair:focus {
    color: #000;
    background-color: #fefefe;
    border-color: #fefefe;
    box-shadow: 0, 0 0 0 0.25rem rgba(216, 216, 216, 0.5); }
  .btn-check:checked + .btn-blanc-clair,
  .btn-check:active + .btn-blanc-clair, .btn-blanc-clair:active, .btn-blanc-clair.active,
  .show > .btn-blanc-clair.dropdown-toggle {
    color: #000;
    background-color: #fefefe;
    border-color: #fefefe; }
    .btn-check:checked + .btn-blanc-clair:focus,
    .btn-check:active + .btn-blanc-clair:focus, .btn-blanc-clair:active:focus, .btn-blanc-clair.active:focus,
    .show > .btn-blanc-clair.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(216, 216, 216, 0.5); }
  .btn-blanc-clair:disabled, .btn-blanc-clair.disabled {
    color: #000;
    background-color: #FEFEFE;
    border-color: #FEFEFE; }

.btn-gris-fonce2 {
  color: #fff;
  background-color: #1A2E4B;
  border-color: #1A2E4B;
  box-shadow: 0; }
  .btn-gris-fonce2:hover {
    color: #fff;
    background-color: #162740;
    border-color: #15253c; }
  .btn-check:focus + .btn-gris-fonce2, .btn-gris-fonce2:focus {
    color: #fff;
    background-color: #162740;
    border-color: #15253c;
    box-shadow: 0, 0 0 0 0.25rem rgba(60, 77, 102, 0.5); }
  .btn-check:checked + .btn-gris-fonce2,
  .btn-check:active + .btn-gris-fonce2, .btn-gris-fonce2:active, .btn-gris-fonce2.active,
  .show > .btn-gris-fonce2.dropdown-toggle {
    color: #fff;
    background-color: #15253c;
    border-color: #142338; }
    .btn-check:checked + .btn-gris-fonce2:focus,
    .btn-check:active + .btn-gris-fonce2:focus, .btn-gris-fonce2:active:focus, .btn-gris-fonce2.active:focus,
    .show > .btn-gris-fonce2.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(60, 77, 102, 0.5); }
  .btn-gris-fonce2:disabled, .btn-gris-fonce2.disabled {
    color: #fff;
    background-color: #1A2E4B;
    border-color: #1A2E4B; }

.btn-gris-clair {
  color: #000;
  background-color: #F0F0F0;
  border-color: #F0F0F0;
  box-shadow: 0; }
  .btn-gris-clair:hover {
    color: #000;
    background-color: #f2f2f2;
    border-color: #f2f2f2; }
  .btn-check:focus + .btn-gris-clair, .btn-gris-clair:focus {
    color: #000;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    box-shadow: 0, 0 0 0 0.25rem rgba(204, 204, 204, 0.5); }
  .btn-check:checked + .btn-gris-clair,
  .btn-check:active + .btn-gris-clair, .btn-gris-clair:active, .btn-gris-clair.active,
  .show > .btn-gris-clair.dropdown-toggle {
    color: #000;
    background-color: #f3f3f3;
    border-color: #f2f2f2; }
    .btn-check:checked + .btn-gris-clair:focus,
    .btn-check:active + .btn-gris-clair:focus, .btn-gris-clair:active:focus, .btn-gris-clair.active:focus,
    .show > .btn-gris-clair.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(204, 204, 204, 0.5); }
  .btn-gris-clair:disabled, .btn-gris-clair.disabled {
    color: #000;
    background-color: #F0F0F0;
    border-color: #F0F0F0; }

.btn-gris-clair2 {
  color: #000;
  background-color: #D7D7D7;
  border-color: #D7D7D7;
  box-shadow: 0; }
  .btn-gris-clair2:hover {
    color: #000;
    background-color: #dddddd;
    border-color: #dbdbdb; }
  .btn-check:focus + .btn-gris-clair2, .btn-gris-clair2:focus {
    color: #000;
    background-color: #dddddd;
    border-color: #dbdbdb;
    box-shadow: 0, 0 0 0 0.25rem rgba(183, 183, 183, 0.5); }
  .btn-check:checked + .btn-gris-clair2,
  .btn-check:active + .btn-gris-clair2, .btn-gris-clair2:active, .btn-gris-clair2.active,
  .show > .btn-gris-clair2.dropdown-toggle {
    color: #000;
    background-color: #dfdfdf;
    border-color: #dbdbdb; }
    .btn-check:checked + .btn-gris-clair2:focus,
    .btn-check:active + .btn-gris-clair2:focus, .btn-gris-clair2:active:focus, .btn-gris-clair2.active:focus,
    .show > .btn-gris-clair2.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(183, 183, 183, 0.5); }
  .btn-gris-clair2:disabled, .btn-gris-clair2.disabled {
    color: #000;
    background-color: #D7D7D7;
    border-color: #D7D7D7; }

.btn-vert-clair {
  color: #000;
  background-color: #C1DE97;
  border-color: #C1DE97;
  box-shadow: 0; }
  .btn-vert-clair:hover {
    color: #000;
    background-color: #cae3a7;
    border-color: #c7e1a1; }
  .btn-check:focus + .btn-vert-clair, .btn-vert-clair:focus {
    color: #000;
    background-color: #cae3a7;
    border-color: #c7e1a1;
    box-shadow: 0, 0 0 0 0.25rem rgba(164, 189, 128, 0.5); }
  .btn-check:checked + .btn-vert-clair,
  .btn-check:active + .btn-vert-clair, .btn-vert-clair:active, .btn-vert-clair.active,
  .show > .btn-vert-clair.dropdown-toggle {
    color: #000;
    background-color: #cde5ac;
    border-color: #c7e1a1; }
    .btn-check:checked + .btn-vert-clair:focus,
    .btn-check:active + .btn-vert-clair:focus, .btn-vert-clair:active:focus, .btn-vert-clair.active:focus,
    .show > .btn-vert-clair.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(164, 189, 128, 0.5); }
  .btn-vert-clair:disabled, .btn-vert-clair.disabled {
    color: #000;
    background-color: #C1DE97;
    border-color: #C1DE97; }

.btn-outline-primary {
  color: #74A52F;
  border-color: #74A52F; }
  .btn-outline-primary:hover {
    color: #000;
    background-color: #74A52F;
    border-color: #74A52F; }
  .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(116, 165, 47, 0.5); }
  .btn-check:checked + .btn-outline-primary,
  .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
    color: #000;
    background-color: #74A52F;
    border-color: #74A52F; }
    .btn-check:checked + .btn-outline-primary:focus,
    .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(116, 165, 47, 0.5); }
  .btn-outline-primary:disabled, .btn-outline-primary.disabled {
    color: #74A52F;
    background-color: transparent; }

.btn-outline-secondary {
  color: #191919;
  border-color: #191919; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #191919;
    border-color: #191919; }
  .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 25, 25, 0.5); }
  .btn-check:checked + .btn-outline-secondary,
  .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
    color: #fff;
    background-color: #191919;
    border-color: #191919; }
    .btn-check:checked + .btn-outline-secondary:focus,
    .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(25, 25, 25, 0.5); }
  .btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
    color: #191919;
    background-color: transparent; }

.btn-outline-terciary {
  color: #777777;
  border-color: #777777; }
  .btn-outline-terciary:hover {
    color: #000;
    background-color: #777777;
    border-color: #777777; }
  .btn-check:focus + .btn-outline-terciary, .btn-outline-terciary:focus {
    box-shadow: 0 0 0 0.25rem rgba(119, 119, 119, 0.5); }
  .btn-check:checked + .btn-outline-terciary,
  .btn-check:active + .btn-outline-terciary, .btn-outline-terciary:active, .btn-outline-terciary.active, .btn-outline-terciary.dropdown-toggle.show {
    color: #000;
    background-color: #777777;
    border-color: #777777; }
    .btn-check:checked + .btn-outline-terciary:focus,
    .btn-check:active + .btn-outline-terciary:focus, .btn-outline-terciary:active:focus, .btn-outline-terciary.active:focus, .btn-outline-terciary.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(119, 119, 119, 0.5); }
  .btn-outline-terciary:disabled, .btn-outline-terciary.disabled {
    color: #777777;
    background-color: transparent; }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #000;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
    box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.5); }
  .btn-check:checked + .btn-outline-success,
  .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
    color: #000;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-check:checked + .btn-outline-success:focus,
    .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success:disabled, .btn-outline-success.disabled {
    color: #28a745;
    background-color: transparent; }

.btn-outline-info {
  color: #65afe2;
  border-color: #65afe2; }
  .btn-outline-info:hover {
    color: #000;
    background-color: #65afe2;
    border-color: #65afe2; }
  .btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
    box-shadow: 0 0 0 0.25rem rgba(101, 175, 226, 0.5); }
  .btn-check:checked + .btn-outline-info,
  .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
    color: #000;
    background-color: #65afe2;
    border-color: #65afe2; }
    .btn-check:checked + .btn-outline-info:focus,
    .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(101, 175, 226, 0.5); }
  .btn-outline-info:disabled, .btn-outline-info.disabled {
    color: #65afe2;
    background-color: transparent; }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); }
  .btn-check:checked + .btn-outline-warning,
  .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-check:checked + .btn-outline-warning:focus,
    .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning:disabled, .btn-outline-warning.disabled {
    color: #ffc107;
    background-color: transparent; }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }
  .btn-check:checked + .btn-outline-danger,
  .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-check:checked + .btn-outline-danger:focus,
    .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger:disabled, .btn-outline-danger.disabled {
    color: #dc3545;
    background-color: transparent; }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); }
  .btn-check:checked + .btn-outline-light,
  .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-check:checked + .btn-outline-light:focus,
    .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light:disabled, .btn-outline-light.disabled {
    color: #f8f9fa;
    background-color: transparent; }

.btn-outline-dark {
  color: #373736;
  border-color: #373736; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #373736;
    border-color: #373736; }
  .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
    box-shadow: 0 0 0 0.25rem rgba(55, 55, 54, 0.5); }
  .btn-check:checked + .btn-outline-dark,
  .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
    color: #fff;
    background-color: #373736;
    border-color: #373736; }
    .btn-check:checked + .btn-outline-dark:focus,
    .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(55, 55, 54, 0.5); }
  .btn-outline-dark:disabled, .btn-outline-dark.disabled {
    color: #373736;
    background-color: transparent; }

.btn-outline-mobile {
  color: #dee2e6;
  border-color: #dee2e6; }
  .btn-outline-mobile:hover {
    color: #000;
    background-color: #dee2e6;
    border-color: #dee2e6; }
  .btn-check:focus + .btn-outline-mobile, .btn-outline-mobile:focus {
    box-shadow: 0 0 0 0.25rem rgba(222, 226, 230, 0.5); }
  .btn-check:checked + .btn-outline-mobile,
  .btn-check:active + .btn-outline-mobile, .btn-outline-mobile:active, .btn-outline-mobile.active, .btn-outline-mobile.dropdown-toggle.show {
    color: #000;
    background-color: #dee2e6;
    border-color: #dee2e6; }
    .btn-check:checked + .btn-outline-mobile:focus,
    .btn-check:active + .btn-outline-mobile:focus, .btn-outline-mobile:active:focus, .btn-outline-mobile.active:focus, .btn-outline-mobile.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(222, 226, 230, 0.5); }
  .btn-outline-mobile:disabled, .btn-outline-mobile.disabled {
    color: #dee2e6;
    background-color: transparent; }

.btn-outline-body {
  color: #fff;
  border-color: #fff; }
  .btn-outline-body:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff; }
  .btn-check:focus + .btn-outline-body, .btn-outline-body:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5); }
  .btn-check:checked + .btn-outline-body,
  .btn-check:active + .btn-outline-body, .btn-outline-body:active, .btn-outline-body.active, .btn-outline-body.dropdown-toggle.show {
    color: #000;
    background-color: #fff;
    border-color: #fff; }
    .btn-check:checked + .btn-outline-body:focus,
    .btn-check:active + .btn-outline-body:focus, .btn-outline-body:active:focus, .btn-outline-body.active:focus, .btn-outline-body.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(255, 255, 255, 0.5); }
  .btn-outline-body:disabled, .btn-outline-body.disabled {
    color: #fff;
    background-color: transparent; }

.btn-outline-footer {
  color: #191919;
  border-color: #191919; }
  .btn-outline-footer:hover {
    color: #fff;
    background-color: #191919;
    border-color: #191919; }
  .btn-check:focus + .btn-outline-footer, .btn-outline-footer:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 25, 25, 0.5); }
  .btn-check:checked + .btn-outline-footer,
  .btn-check:active + .btn-outline-footer, .btn-outline-footer:active, .btn-outline-footer.active, .btn-outline-footer.dropdown-toggle.show {
    color: #fff;
    background-color: #191919;
    border-color: #191919; }
    .btn-check:checked + .btn-outline-footer:focus,
    .btn-check:active + .btn-outline-footer:focus, .btn-outline-footer:active:focus, .btn-outline-footer.active:focus, .btn-outline-footer.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(25, 25, 25, 0.5); }
  .btn-outline-footer:disabled, .btn-outline-footer.disabled {
    color: #191919;
    background-color: transparent; }

.btn-outline-error {
  color: #dee2e6;
  border-color: #dee2e6; }
  .btn-outline-error:hover {
    color: #000;
    background-color: #dee2e6;
    border-color: #dee2e6; }
  .btn-check:focus + .btn-outline-error, .btn-outline-error:focus {
    box-shadow: 0 0 0 0.25rem rgba(222, 226, 230, 0.5); }
  .btn-check:checked + .btn-outline-error,
  .btn-check:active + .btn-outline-error, .btn-outline-error:active, .btn-outline-error.active, .btn-outline-error.dropdown-toggle.show {
    color: #000;
    background-color: #dee2e6;
    border-color: #dee2e6; }
    .btn-check:checked + .btn-outline-error:focus,
    .btn-check:active + .btn-outline-error:focus, .btn-outline-error:active:focus, .btn-outline-error.active:focus, .btn-outline-error.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(222, 226, 230, 0.5); }
  .btn-outline-error:disabled, .btn-outline-error.disabled {
    color: #dee2e6;
    background-color: transparent; }

.btn-outline-blanc-clair {
  color: #FEFEFE;
  border-color: #FEFEFE; }
  .btn-outline-blanc-clair:hover {
    color: #000;
    background-color: #FEFEFE;
    border-color: #FEFEFE; }
  .btn-check:focus + .btn-outline-blanc-clair, .btn-outline-blanc-clair:focus {
    box-shadow: 0 0 0 0.25rem rgba(254, 254, 254, 0.5); }
  .btn-check:checked + .btn-outline-blanc-clair,
  .btn-check:active + .btn-outline-blanc-clair, .btn-outline-blanc-clair:active, .btn-outline-blanc-clair.active, .btn-outline-blanc-clair.dropdown-toggle.show {
    color: #000;
    background-color: #FEFEFE;
    border-color: #FEFEFE; }
    .btn-check:checked + .btn-outline-blanc-clair:focus,
    .btn-check:active + .btn-outline-blanc-clair:focus, .btn-outline-blanc-clair:active:focus, .btn-outline-blanc-clair.active:focus, .btn-outline-blanc-clair.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(254, 254, 254, 0.5); }
  .btn-outline-blanc-clair:disabled, .btn-outline-blanc-clair.disabled {
    color: #FEFEFE;
    background-color: transparent; }

.btn-outline-gris-fonce2 {
  color: #1A2E4B;
  border-color: #1A2E4B; }
  .btn-outline-gris-fonce2:hover {
    color: #fff;
    background-color: #1A2E4B;
    border-color: #1A2E4B; }
  .btn-check:focus + .btn-outline-gris-fonce2, .btn-outline-gris-fonce2:focus {
    box-shadow: 0 0 0 0.25rem rgba(26, 46, 75, 0.5); }
  .btn-check:checked + .btn-outline-gris-fonce2,
  .btn-check:active + .btn-outline-gris-fonce2, .btn-outline-gris-fonce2:active, .btn-outline-gris-fonce2.active, .btn-outline-gris-fonce2.dropdown-toggle.show {
    color: #fff;
    background-color: #1A2E4B;
    border-color: #1A2E4B; }
    .btn-check:checked + .btn-outline-gris-fonce2:focus,
    .btn-check:active + .btn-outline-gris-fonce2:focus, .btn-outline-gris-fonce2:active:focus, .btn-outline-gris-fonce2.active:focus, .btn-outline-gris-fonce2.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(26, 46, 75, 0.5); }
  .btn-outline-gris-fonce2:disabled, .btn-outline-gris-fonce2.disabled {
    color: #1A2E4B;
    background-color: transparent; }

.btn-outline-gris-clair {
  color: #F0F0F0;
  border-color: #F0F0F0; }
  .btn-outline-gris-clair:hover {
    color: #000;
    background-color: #F0F0F0;
    border-color: #F0F0F0; }
  .btn-check:focus + .btn-outline-gris-clair, .btn-outline-gris-clair:focus {
    box-shadow: 0 0 0 0.25rem rgba(240, 240, 240, 0.5); }
  .btn-check:checked + .btn-outline-gris-clair,
  .btn-check:active + .btn-outline-gris-clair, .btn-outline-gris-clair:active, .btn-outline-gris-clair.active, .btn-outline-gris-clair.dropdown-toggle.show {
    color: #000;
    background-color: #F0F0F0;
    border-color: #F0F0F0; }
    .btn-check:checked + .btn-outline-gris-clair:focus,
    .btn-check:active + .btn-outline-gris-clair:focus, .btn-outline-gris-clair:active:focus, .btn-outline-gris-clair.active:focus, .btn-outline-gris-clair.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(240, 240, 240, 0.5); }
  .btn-outline-gris-clair:disabled, .btn-outline-gris-clair.disabled {
    color: #F0F0F0;
    background-color: transparent; }

.btn-outline-gris-clair2 {
  color: #D7D7D7;
  border-color: #D7D7D7; }
  .btn-outline-gris-clair2:hover {
    color: #000;
    background-color: #D7D7D7;
    border-color: #D7D7D7; }
  .btn-check:focus + .btn-outline-gris-clair2, .btn-outline-gris-clair2:focus {
    box-shadow: 0 0 0 0.25rem rgba(215, 215, 215, 0.5); }
  .btn-check:checked + .btn-outline-gris-clair2,
  .btn-check:active + .btn-outline-gris-clair2, .btn-outline-gris-clair2:active, .btn-outline-gris-clair2.active, .btn-outline-gris-clair2.dropdown-toggle.show {
    color: #000;
    background-color: #D7D7D7;
    border-color: #D7D7D7; }
    .btn-check:checked + .btn-outline-gris-clair2:focus,
    .btn-check:active + .btn-outline-gris-clair2:focus, .btn-outline-gris-clair2:active:focus, .btn-outline-gris-clair2.active:focus, .btn-outline-gris-clair2.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(215, 215, 215, 0.5); }
  .btn-outline-gris-clair2:disabled, .btn-outline-gris-clair2.disabled {
    color: #D7D7D7;
    background-color: transparent; }

.btn-outline-vert-clair {
  color: #C1DE97;
  border-color: #C1DE97; }
  .btn-outline-vert-clair:hover {
    color: #000;
    background-color: #C1DE97;
    border-color: #C1DE97; }
  .btn-check:focus + .btn-outline-vert-clair, .btn-outline-vert-clair:focus {
    box-shadow: 0 0 0 0.25rem rgba(193, 222, 151, 0.5); }
  .btn-check:checked + .btn-outline-vert-clair,
  .btn-check:active + .btn-outline-vert-clair, .btn-outline-vert-clair:active, .btn-outline-vert-clair.active, .btn-outline-vert-clair.dropdown-toggle.show {
    color: #000;
    background-color: #C1DE97;
    border-color: #C1DE97; }
    .btn-check:checked + .btn-outline-vert-clair:focus,
    .btn-check:active + .btn-outline-vert-clair:focus, .btn-outline-vert-clair:active:focus, .btn-outline-vert-clair.active:focus, .btn-outline-vert-clair.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(193, 222, 151, 0.5); }
  .btn-outline-vert-clair:disabled, .btn-outline-vert-clair.disabled {
    color: #C1DE97;
    background-color: transparent; }

.btn-link {
  font-weight: 400;
  color: #74A52F;
  text-decoration: underline; }
  .btn-link:hover {
    color: #5d8426; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 15px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 1.2rem;
  box-shadow: 0 1rem 4rem 0 rgba(0, 0, 0, 0.05); }
  .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: 1.2rem;
      border-top-right-radius: 1.2rem; }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: 1.2rem;
      border-bottom-left-radius: 1.2rem; }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  flex: 1 1 auto;
  padding: 20px 30px; }

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

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

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

.card-link + .card-link {
  margin-left: 30px; }

.card-header {
  padding: 10px 30px;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 0 solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: 1.2rem 1.2rem 0 0; }

.card-footer {
  padding: 10px 30px;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 0 solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 1.2rem 1.2rem; }

.card-header-tabs {
  margin-right: -15px;
  margin-bottom: -10px;
  margin-left: -15px;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -15px;
  margin-left: -15px; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: 1.2rem; }

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: 1.2rem;
  border-top-right-radius: 1.2rem; }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 1.2rem;
  border-bottom-left-radius: 1.2rem; }

.card-group > .card {
  margin-bottom: 15px; }

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

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 1.2rem; }
  .badge:empty {
    display: none; }

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

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  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, border-radius 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .accordion-button {
      transition: none; } }
  .accordion-button:not(.collapsed) {
    color: #68952a;
    background-color: #f1f6ea;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125); }
    .accordion-button:not(.collapsed)::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2368952a'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
      transform: rotate(-180deg); }
  .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .accordion-button::after {
        transition: none; } }
  .accordion-button:hover {
    z-index: 2; }
  .accordion-button:focus {
    z-index: 3;
    border-color: #bad297;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(116, 165, 47, 0.25); }

.accordion-header {
  margin-bottom: 0; }

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .accordion-item:first-of-type {
    border-top-left-radius: 1.2rem;
    border-top-right-radius: 1.2rem; }
    .accordion-item:first-of-type .accordion-button {
      border-top-left-radius: calc(1.2rem - 1px);
      border-top-right-radius: calc(1.2rem - 1px); }
  .accordion-item:not(:first-of-type) {
    border-top: 0; }
  .accordion-item:last-of-type {
    border-bottom-right-radius: 1.2rem;
    border-bottom-left-radius: 1.2rem; }
    .accordion-item:last-of-type .accordion-button.collapsed {
      border-bottom-right-radius: calc(1.2rem - 1px);
      border-bottom-left-radius: calc(1.2rem - 1px); }
    .accordion-item:last-of-type .accordion-collapse {
      border-bottom-right-radius: 1.2rem;
      border-bottom-left-radius: 1.2rem; }

.accordion-body {
  padding: 1rem 1.25rem; }

.accordion-flush .accordion-collapse {
  border-width: 0; }

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .accordion-flush .accordion-item:first-child {
    border-top: 0; }
  .accordion-flush .accordion-item:last-child {
    border-bottom: 0; }
  .accordion-flush .accordion-item .accordion-button {
    border-radius: 0; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 1.2rem; }

.list-group-numbered {
  list-style-type: none;
  counter-reset: section; }
  .list-group-numbered > li::before {
    content: counters(section, ".") ". ";
    counter-increment: section; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #74A52F;
    border-color: #74A52F; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 1.2rem;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 1.2rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 1.2rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 1.2rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 1.2rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 1.2rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 1.2rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 1.2rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 1.2rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 1.2rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row; }
    .list-group-horizontal-xxl > .list-group-item:first-child {
      border-bottom-left-radius: 1.2rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item:last-child {
      border-top-right-radius: 1.2rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #46631c;
  background-color: #e3edd5; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #46631c;
    background-color: #ccd5c0; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #46631c;
    border-color: #46631c; }

.list-group-item-secondary {
  color: #0f0f0f;
  background-color: #d1d1d1; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #0f0f0f;
    background-color: #bcbcbc; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #0f0f0f;
    border-color: #0f0f0f; }

.list-group-item-terciary {
  color: #474747;
  background-color: #e4e4e4; }
  .list-group-item-terciary.list-group-item-action:hover, .list-group-item-terciary.list-group-item-action:focus {
    color: #474747;
    background-color: #cdcdcd; }
  .list-group-item-terciary.list-group-item-action.active {
    color: #fff;
    background-color: #474747;
    border-color: #474747; }

.list-group-item-success {
  color: #186429;
  background-color: #d4edda; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #186429;
    background-color: #bfd5c4; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #186429;
    border-color: #186429; }

.list-group-item-info {
  color: #3d6988;
  background-color: #e0eff9; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #3d6988;
    background-color: #cad7e0; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #3d6988;
    border-color: #3d6988; }

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #664d03;
    background-color: #e6dbb9; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #664d03;
    border-color: #664d03; }

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #842029;
    background-color: #dfc2c4; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #842029;
    border-color: #842029; }

.list-group-item-light {
  color: #636464;
  background-color: #fefefe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #636464;
    background-color: #e5e5e5; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #636464;
    border-color: #636464; }

.list-group-item-dark {
  color: #212120;
  background-color: #d7d7d7; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #212120;
    background-color: #c2c2c2; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #212120;
    border-color: #212120; }

.list-group-item-mobile {
  color: #595a5c;
  background-color: #f8f9fa; }
  .list-group-item-mobile.list-group-item-action:hover, .list-group-item-mobile.list-group-item-action:focus {
    color: #595a5c;
    background-color: #dfe0e1; }
  .list-group-item-mobile.list-group-item-action.active {
    color: #fff;
    background-color: #595a5c;
    border-color: #595a5c; }

.list-group-item-body {
  color: #666666;
  background-color: white; }
  .list-group-item-body.list-group-item-action:hover, .list-group-item-body.list-group-item-action:focus {
    color: #666666;
    background-color: #e6e6e6; }
  .list-group-item-body.list-group-item-action.active {
    color: #fff;
    background-color: #666666;
    border-color: #666666; }

.list-group-item-footer {
  color: #0f0f0f;
  background-color: #d1d1d1; }
  .list-group-item-footer.list-group-item-action:hover, .list-group-item-footer.list-group-item-action:focus {
    color: #0f0f0f;
    background-color: #bcbcbc; }
  .list-group-item-footer.list-group-item-action.active {
    color: #fff;
    background-color: #0f0f0f;
    border-color: #0f0f0f; }

.list-group-item-error {
  color: #595a5c;
  background-color: #f8f9fa; }
  .list-group-item-error.list-group-item-action:hover, .list-group-item-error.list-group-item-action:focus {
    color: #595a5c;
    background-color: #dfe0e1; }
  .list-group-item-error.list-group-item-action.active {
    color: #fff;
    background-color: #595a5c;
    border-color: #595a5c; }

.list-group-item-blanc-clair {
  color: #666666;
  background-color: white; }
  .list-group-item-blanc-clair.list-group-item-action:hover, .list-group-item-blanc-clair.list-group-item-action:focus {
    color: #666666;
    background-color: #e6e6e6; }
  .list-group-item-blanc-clair.list-group-item-action.active {
    color: #fff;
    background-color: #666666;
    border-color: #666666; }

.list-group-item-gris-fonce2 {
  color: #101c2d;
  background-color: #d1d5db; }
  .list-group-item-gris-fonce2.list-group-item-action:hover, .list-group-item-gris-fonce2.list-group-item-action:focus {
    color: #101c2d;
    background-color: #bcc0c5; }
  .list-group-item-gris-fonce2.list-group-item-action.active {
    color: #fff;
    background-color: #101c2d;
    border-color: #101c2d; }

.list-group-item-gris-clair {
  color: #606060;
  background-color: #fcfcfc; }
  .list-group-item-gris-clair.list-group-item-action:hover, .list-group-item-gris-clair.list-group-item-action:focus {
    color: #606060;
    background-color: #e3e3e3; }
  .list-group-item-gris-clair.list-group-item-action.active {
    color: #fff;
    background-color: #606060;
    border-color: #606060; }

.list-group-item-gris-clair2 {
  color: #565656;
  background-color: #f7f7f7; }
  .list-group-item-gris-clair2.list-group-item-action:hover, .list-group-item-gris-clair2.list-group-item-action:focus {
    color: #565656;
    background-color: #dedede; }
  .list-group-item-gris-clair2.list-group-item-action.active {
    color: #fff;
    background-color: #565656;
    border-color: #565656; }

.list-group-item-vert-clair {
  color: #4d593c;
  background-color: #f3f8ea; }
  .list-group-item-vert-clair.list-group-item-action:hover, .list-group-item-vert-clair.list-group-item-action:focus {
    color: #4d593c;
    background-color: #dbdfd3; }
  .list-group-item-vert-clair.list-group-item-action.active {
    color: #fff;
    background-color: #4d593c;
    border-color: #4d593c; }

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 1.2rem;
  opacity: 0.5; }
  .btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75; }
  .btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(116, 165, 47, 0.25);
    opacity: 1; }
  .btn-close:disabled, .btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    opacity: 0.25; }

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%); }

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 375px;
  padding: 20px 10px;
  margin: 0;
  font-size: 1.5rem;
  color: #191919;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0.2rem;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.05); }
  .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 0.125rem; }

.dropdown-menu-start {
  --bs-position: start; }
  .dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0; }

.dropdown-menu-end {
  --bs-position: end; }
  .dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start; }
    .dropdown-menu-sm-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-sm-end {
    --bs-position: end; }
    .dropdown-menu-sm-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start; }
    .dropdown-menu-md-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-md-end {
    --bs-position: end; }
    .dropdown-menu-md-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start; }
    .dropdown-menu-lg-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-lg-end {
    --bs-position: end; }
    .dropdown-menu-lg-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start; }
    .dropdown-menu-xl-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xl-end {
    --bs-position: end; }
    .dropdown-menu-xl-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start; }
    .dropdown-menu-xxl-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xxl-end {
    --bs-position: end; }
    .dropdown-menu-xxl-end[data-bs-popper] {
      right: 0;
      left: auto; } }

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropend .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropend .dropdown-toggle::after {
  vertical-align: 0; }

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropstart .dropdown-toggle::after {
  display: none; }

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropstart .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-divider {
  height: 0;
  margin: 15px 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15); }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 7.5px 10px;
  clear: both;
  font-weight: 400;
  color: #191919;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #74A52F;
    background-color: #F0F0F0; }
  .dropdown-item.active, .dropdown-item:active {
    color: #74A52F;
    text-decoration: none;
    background-color: #F0F0F0; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent; }

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

.dropdown-header {
  display: block;
  padding: 20px 10px;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #191919;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 7.5px 10px;
  color: #191919; }

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #373736;
  border-color: rgba(0, 0, 0, 0.15); }
  .dropdown-menu-dark .dropdown-item {
    color: #dee2e6; }
    .dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
      color: #fff;
      background-color: rgba(255, 255, 255, 0.15); }
    .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
      color: #74A52F;
      background-color: #F0F0F0; }
    .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
      color: #adb5bd; }
  .dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, 0.15); }
  .dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6; }
  .dropdown-menu-dark .dropdown-header {
    color: #adb5bd; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none; }

.page-link {
  position: relative;
  display: block;
  color: #74A52F;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  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) {
    .page-link {
      transition: none; } }
  .page-link:hover {
    z-index: 2;
    color: #5d8426;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    color: #5d8426;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(116, 165, 47, 0.25); }

.page-item:not(:first-child) .page-link {
  margin-left: -1px; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #74A52F;
  border-color: #74A52F; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6; }

.page-link {
  padding: 0.375rem 0.75rem; }

.page-item:first-child .page-link {
  border-top-left-radius: 1.2rem;
  border-bottom-left-radius: 1.2rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 1.2rem;
  border-bottom-right-radius: 1.2rem; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.link-primary {
  color: #74A52F; }
  .link-primary:hover, .link-primary:focus {
    color: #90b759; }

.link-secondary {
  color: #191919; }
  .link-secondary:hover, .link-secondary:focus {
    color: #141414; }

.link-terciary {
  color: #777777; }
  .link-terciary:hover, .link-terciary:focus {
    color: #929292; }

.link-success {
  color: #28a745; }
  .link-success:hover, .link-success:focus {
    color: #53b96a; }

.link-info {
  color: #65afe2; }
  .link-info:hover, .link-info:focus {
    color: #84bfe8; }

.link-warning {
  color: #ffc107; }
  .link-warning:hover, .link-warning:focus {
    color: #ffcd39; }

.link-danger {
  color: #dc3545; }
  .link-danger:hover, .link-danger:focus {
    color: #b02a37; }

.link-light {
  color: #f8f9fa; }
  .link-light:hover, .link-light:focus {
    color: #f9fafb; }

.link-dark {
  color: #373736; }
  .link-dark:hover, .link-dark:focus {
    color: #2c2c2b; }

.link-mobile {
  color: #dee2e6; }
  .link-mobile:hover, .link-mobile:focus {
    color: #e5e8eb; }

.link-body {
  color: #fff; }
  .link-body:hover, .link-body:focus {
    color: white; }

.link-footer {
  color: #191919; }
  .link-footer:hover, .link-footer:focus {
    color: #141414; }

.link-error {
  color: #dee2e6; }
  .link-error:hover, .link-error:focus {
    color: #e5e8eb; }

.link-blanc-clair {
  color: #FEFEFE; }
  .link-blanc-clair:hover, .link-blanc-clair:focus {
    color: #fefefe; }

.link-gris-fonce2 {
  color: #1A2E4B; }
  .link-gris-fonce2:hover, .link-gris-fonce2:focus {
    color: #15253c; }

.link-gris-clair {
  color: #F0F0F0; }
  .link-gris-clair:hover, .link-gris-clair:focus {
    color: #f3f3f3; }

.link-gris-clair2 {
  color: #D7D7D7; }
  .link-gris-clair2:hover, .link-gris-clair2:focus {
    color: #dfdfdf; }

.link-vert-clair {
  color: #C1DE97; }
  .link-vert-clair:hover, .link-vert-clair:focus {
    color: #cde5ac; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ""; }

/* ====== obligatoire
*/
/* ====== optionnel
*/
/* ========================================================================
   Component: Icon
 ========================================================================== */
/*
 * Note: 1. - 7. is required for `button` elements. Needed for Close and Form Icon component.
 * 1. Remove margins in Chrome, Safari and Opera.
 * 2. Remove borders for `button`.
 * 3. Remove border-radius in Chrome.
 * 4. Address `overflow` set to `hidden` in IE.
 * 5. Correct `font` properties and `color` not being inherited for `button`.
 * 6. Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 7. Remove default `button` padding and background color
 * 8. Style
 * 9. Fill all SVG elements with the current text color if no `fill` attribute is set
 * 10. Let the container fit the height of the icon
 */
.uk-icon {
  /* 1 */
  margin: 0;
  /* 2 */
  border: none;
  /* 3 */
  border-radius: 0;
  /* 4 */
  overflow: visible;
  /* 5 */
  font: inherit;
  color: inherit;
  /* 6 */
  text-transform: none;
  /* 7. */
  padding: 0;
  background-color: transparent;
  /* 8 */
  display: inline-block;
  /* 9 */
  fill: currentcolor;
  /* 10 */
  line-height: 0; }

/* Required for `button`. */
button.uk-icon:not(:disabled) {
  cursor: pointer; }

/*
 * Remove the inner border and padding in Firefox.
 */
.uk-icon::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * Set the fill and stroke color of all SVG elements to the current text color
 */
.uk-icon:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
  fill: currentcolor; }

.uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
  stroke: currentcolor; }

/*
 * Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
 */
.uk-icon > * {
  transform: translate(0, 0); }

/* Image modifier
 ========================================================================== */
/*
 * Display images in icon dimensions
 */
.uk-icon-image {
  width: 20px;
  height: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle; }

/* Style modifiers
 ========================================================================== */
/*
 * Link
 */
.uk-icon-link {
  color: #999; }

.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #666;
  outline: none; }

/* OnClick + Active */
.uk-icon-link:active,
.uk-active > .uk-icon-link {
  color: #595959; }

/*
 * Button
 * 1. Center icon vertically and horizontally
 */
.uk-icon-button {
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 500px;
  background: #f8f8f8;
  color: #999;
  vertical-align: middle;
  /* 1 */
  display: inline-flex;
  justify-content: center;
  align-items: center; }

/* Hover + Focus */
.uk-icon-button:hover,
.uk-icon-button:focus {
  background-color: #ebebeb;
  color: #666;
  outline: none; }

/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #dfdfdf;
  color: #666; }

/* ========================================================================
   Component: Grid
 ========================================================================== */
/*
 * 1. Allow cells to wrap into the next line
 * 2. Reset list
 */
.uk-grid {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none; }

/*
 * Grid cell
 * Note: Space is allocated solely based on content dimensions, but shrinks: 0 1 auto
 * Reset margin for e.g. paragraphs
 */
.uk-grid > * {
  margin: 0; }

/*
 * Remove margin from the last-child
 */
.uk-grid > * > :last-child {
  margin-bottom: 0; }

/* Gutter
 ========================================================================== */
/*
 * Default
 */
/* Horizontal */
.uk-grid {
  margin-left: -30px; }

.uk-grid > * {
  padding-left: 30px; }

/* Vertical */
.uk-grid + .uk-grid,
.uk-grid > .uk-grid-margin,
* + .uk-grid-margin {
  margin-top: 30px; }

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .uk-grid {
    margin-left: -40px; }
  .uk-grid > * {
    padding-left: 40px; }
  /* Vertical */
  .uk-grid + .uk-grid,
  .uk-grid > .uk-grid-margin,
  * + .uk-grid-margin {
    margin-top: 40px; } }

/*
 * Small
 */
/* Horizontal */
.uk-grid-small,
.uk-grid-column-small {
  margin-left: -15px; }

.uk-grid-small > *,
.uk-grid-column-small > * {
  padding-left: 15px; }

/* Vertical */
.uk-grid + .uk-grid-small,
.uk-grid + .uk-grid-row-small,
.uk-grid-small > .uk-grid-margin,
.uk-grid-row-small > .uk-grid-margin,
* + .uk-grid-margin-small {
  margin-top: 15px; }

/*
 * Medium
 */
/* Horizontal */
.uk-grid-medium,
.uk-grid-column-medium {
  margin-left: -30px; }

.uk-grid-medium > *,
.uk-grid-column-medium > * {
  padding-left: 30px; }

/* Vertical */
.uk-grid + .uk-grid-medium,
.uk-grid + .uk-grid-row-medium,
.uk-grid-medium > .uk-grid-margin,
.uk-grid-row-medium > .uk-grid-margin,
* + .uk-grid-margin-medium {
  margin-top: 30px; }

/*
 * Large
 */
/* Horizontal */
.uk-grid-large,
.uk-grid-column-large {
  margin-left: -40px; }

.uk-grid-large > *,
.uk-grid-column-large > * {
  padding-left: 40px; }

/* Vertical */
.uk-grid + .uk-grid-large,
.uk-grid + .uk-grid-row-large,
.uk-grid-large > .uk-grid-margin,
.uk-grid-row-large > .uk-grid-margin,
* + .uk-grid-margin-large {
  margin-top: 40px; }

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .uk-grid-large,
  .uk-grid-column-large {
    margin-left: -70px; }
  .uk-grid-large > *,
  .uk-grid-column-large > * {
    padding-left: 70px; }
  /* Vertical */
  .uk-grid + .uk-grid-large,
  .uk-grid + .uk-grid-row-large,
  .uk-grid-large > .uk-grid-margin,
  .uk-grid-row-large > .uk-grid-margin,
  * + .uk-grid-margin-large {
    margin-top: 70px; } }

/*
 * Collapse
 */
/* Horizontal */
.uk-grid-collapse,
.uk-grid-column-collapse {
  margin-left: 0; }

.uk-grid-collapse > *,
.uk-grid-column-collapse > * {
  padding-left: 0; }

/* Vertical */
.uk-grid + .uk-grid-collapse,
.uk-grid + .uk-grid-row-collapse,
.uk-grid-collapse > .uk-grid-margin,
.uk-grid-row-collapse > .uk-grid-margin {
  margin-top: 0; }

/* Divider
 ========================================================================== */
.uk-grid-divider > * {
  position: relative; }

.uk-grid-divider > :not(.uk-first-column)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 1px solid #e5e5e5; }

/* Vertical */
.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid #e5e5e5; }

/*
 * Default
 */
/* Horizontal */
.uk-grid-divider {
  margin-left: -60px; }

.uk-grid-divider > * {
  padding-left: 60px; }

.uk-grid-divider > :not(.uk-first-column)::before {
  left: 30px; }

/* Vertical */
.uk-grid-divider.uk-grid-stack > .uk-grid-margin {
  margin-top: 60px; }

.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  top: -30px;
  left: 60px; }

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .uk-grid-divider {
    margin-left: -80px; }
  .uk-grid-divider > * {
    padding-left: 80px; }
  .uk-grid-divider > :not(.uk-first-column)::before {
    left: 40px; }
  /* Vertical */
  .uk-grid-divider.uk-grid-stack > .uk-grid-margin {
    margin-top: 80px; }
  .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
    top: -40px;
    left: 80px; } }

/*
 * Small
 */
/* Horizontal */
.uk-grid-divider.uk-grid-small,
.uk-grid-divider.uk-grid-column-small {
  margin-left: -30px; }

.uk-grid-divider.uk-grid-small > *,
.uk-grid-divider.uk-grid-column-small > * {
  padding-left: 30px; }

.uk-grid-divider.uk-grid-small > :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-column-small > :not(.uk-first-column)::before {
  left: 15px; }

/* Vertical */
.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin,
.uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin {
  margin-top: 30px; }

.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin::before {
  top: -15px;
  left: 30px; }

.uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin::before {
  top: -15px; }

.uk-grid-divider.uk-grid-column-small.uk-grid-stack > .uk-grid-margin::before {
  left: 30px; }

/*
 * Medium
 */
/* Horizontal */
.uk-grid-divider.uk-grid-medium,
.uk-grid-divider.uk-grid-column-medium {
  margin-left: -60px; }

.uk-grid-divider.uk-grid-medium > *,
.uk-grid-divider.uk-grid-column-medium > * {
  padding-left: 60px; }

.uk-grid-divider.uk-grid-medium > :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-column-medium > :not(.uk-first-column)::before {
  left: 30px; }

/* Vertical */
.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin,
.uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin {
  margin-top: 60px; }

.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin::before {
  top: -30px;
  left: 60px; }

.uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin::before {
  top: -30px; }

.uk-grid-divider.uk-grid-column-medium.uk-grid-stack > .uk-grid-margin::before {
  left: 60px; }

/*
 * Large
 */
/* Horizontal */
.uk-grid-divider.uk-grid-large,
.uk-grid-divider.uk-grid-column-large {
  margin-left: -80px; }

.uk-grid-divider.uk-grid-large > *,
.uk-grid-divider.uk-grid-column-large > * {
  padding-left: 80px; }

.uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before {
  left: 40px; }

/* Vertical */
.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin,
.uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin {
  margin-top: 80px; }

.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
  top: -40px;
  left: 80px; }

.uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before {
  top: -40px; }

.uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin::before {
  left: 80px; }

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .uk-grid-divider.uk-grid-large,
  .uk-grid-divider.uk-grid-column-large {
    margin-left: -140px; }
  .uk-grid-divider.uk-grid-large > *,
  .uk-grid-divider.uk-grid-column-large > * {
    padding-left: 140px; }
  .uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before,
  .uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before {
    left: 70px; }
  /* Vertical */
  .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin,
  .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin {
    margin-top: 140px; }
  .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
    top: -70px;
    left: 140px; }
  .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before {
    top: -70px; }
  .uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin::before {
    left: 140px; } }

/* Match child of a grid cell
 ========================================================================== */
/*
 * Behave like a block element
 * 1. Wrap into the next line
 * 2. Take the full width, at least 100%. Only if no class from the Width component is set.
 * 3. Expand width even if larger than 100%, e.g. because of negative margin (Needed for nested grids)
 */
.uk-grid-match > *,
.uk-grid-item-match {
  display: flex;
  /* 1 */
  flex-wrap: wrap; }

.uk-grid-match > * > :not([class*='uk-width']),
.uk-grid-item-match > :not([class*='uk-width']) {
  /* 2 */
  box-sizing: border-box;
  width: 100%;
  /* 3 */
  flex: auto; }

/* ========================================================================
   Component: Close
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
.uk-close {
  color: #999; }

/* Hover + Focus */
.uk-close:hover,
.uk-close:focus {
  color: #666;
  outline: none; }

/* ========================================================================
   Component: Totop
 ========================================================================== */
/*
 * Addopts `uk-icon`
 */
.uk-totop {
  padding: 5px;
  color: #999; }

/* Hover + Focus */
.uk-totop:hover,
.uk-totop:focus {
  color: #666;
  outline: none; }

/* OnClick */
.uk-totop:active {
  color: #333; }

/* ========================================================================
   Component: Alert
 ========================================================================== */
.uk-alert {
  position: relative;
  margin-bottom: 20px;
  padding: 15px 29px 15px 15px;
  background: #f8f8f8;
  color: #666; }

/* Add margin if adjacent element */
* + .uk-alert {
  margin-top: 20px; }

/*
 * Remove margin from the last-child
 */
.uk-alert > :last-child {
  margin-bottom: 0; }

/* Close
 * Adopts `uk-close`
 ========================================================================== */
.uk-alert-close {
  position: absolute;
  top: 20px;
  right: 15px; }

/*
 * Remove margin from adjacent element
 */
.uk-alert-close:first-child + * {
  margin-top: 0; }

/*
 * Hover + Focus
 */
/* Style modifiers
 ========================================================================== */
/*
 * Primary
 */
.uk-alert-primary {
  background: #d8eafc;
  color: #1e87f0; }

/*
 * Success
 */
.uk-alert-success {
  background: #edfbf6;
  color: #32d296; }

/*
 * Warning
 */
.uk-alert-warning {
  background: #fef5ee;
  color: #faa05a; }

/*
 * Danger
 */
.uk-alert-danger {
  background: #fef4f6;
  color: #f0506e; }

/* ========================================================================
   Component: Badge
 ========================================================================== */
/*
 * 1. Style
 * 2. Center child vertically and horizontally
 */
.uk-badge {
  box-sizing: border-box;
  min-width: 22px;
  height: 22px;
  padding: 0 5px;
  border-radius: 1.2rem;
  vertical-align: middle;
  /* 1 */
  background: #1e87f0;
  color: #fff;
  font-size: 0.75em;
  /* 2 */
  display: inline-flex;
  justify-content: center;
  align-items: center; }

/*
 * Required for `a`
 */
.uk-badge:hover,
.uk-badge:focus {
  color: #fff;
  text-decoration: none;
  outline: none; }

/* ========================================================================
   Component: Overlay
 ========================================================================== */
.uk-overlay {
  padding: 30px 30px; }

/*
 * Remove margin from the last-child
 */
.uk-overlay > :last-child {
  margin-bottom: 0; }

/* Icon
 ========================================================================== */
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-overlay-default {
  background: rgba(255, 255, 255, 0.8); }

/*
 * Primary
 */
.uk-overlay-primary {
  background: rgba(73, 80, 87, 0.6); }

/* ========================================================================
   Component: Tab
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Gutter
 * 3. Reset list
 */
.uk-tab {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin-left: -20px;
  /* 3 */
  padding: 0;
  list-style: none; }

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */
.uk-tab > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  position: relative; }

/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * 1. Center text if a width is set
 * 2. Style
 */
.uk-tab > * > a {
  /* 1 */
  display: block;
  text-align: center;
  /* 2 */
  padding: 5px 10px;
  color: #999; }

/* Hover + Focus */
.uk-tab > * > a:hover,
.uk-tab > * > a:focus {
  color: #666;
  text-decoration: none; }

/* Active */
.uk-tab > .uk-active > a {
  color: #333; }

/* Disabled */
.uk-tab > .uk-disabled > a {
  color: #999; }

/* Position modifier
 ========================================================================== */
/*
 * Bottom
 */
/*
 * Left + Right
 * 1. Reset Gutter
 */
.uk-tab-left,
.uk-tab-right {
  flex-direction: column;
  /* 1 */
  margin-left: 0; }

/* 1 */
.uk-tab-left > *,
.uk-tab-right > * {
  padding-left: 0; }

.uk-tab-left > * > a {
  text-align: left; }

.uk-tab-right > * > a {
  text-align: left; }

/* ========================================================================
   Component: Slidenav
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
.uk-slidenav {
  padding: 5px 10px;
  color: rgba(102, 102, 102, 0.5); }

/* Hover + Focus */
.uk-slidenav:hover,
.uk-slidenav:focus {
  color: rgba(102, 102, 102, 0.9);
  outline: none; }

/* OnClick */
.uk-slidenav:active {
  color: rgba(102, 102, 102, 0.5); }

/* Icon modifier
 ========================================================================== */
/*
 * Previous
 */
/*
 * Next
 */
/* Size modifier
 ========================================================================== */
.uk-slidenav-large {
  padding: 10px 10px; }

/* Container
 ========================================================================== */
.uk-slidenav-container {
  display: flex; }

/* ========================================================================
   Component: Dotnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.uk-dotnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  margin-left: -12px; }

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 */
.uk-dotnav > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 12px; }

/* Items
 ========================================================================== */
/*
 * Items
 * 1. Hide text if present
 */
.uk-dotnav > * > * {
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(102, 102, 102, 0.2);
  /* 1 */
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap; }

/* Hover + Focus */
.uk-dotnav > * > :hover,
.uk-dotnav > * > :focus {
  background-color: rgba(102, 102, 102, 0.6);
  outline: none; }

/* OnClick */
.uk-dotnav > * > :active {
  background-color: rgba(102, 102, 102, 0.2); }

/* Active */
.uk-dotnav > .uk-active > * {
  background-color: rgba(102, 102, 102, 0.6); }

/* Modifier: 'uk-dotnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.uk-dotnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -12px; }

/* 2 */
.uk-dotnav-vertical > * {
  padding-left: 0;
  padding-top: 12px; }

/* ========================================================================
   Component: Accordion
 ========================================================================== */
.uk-accordion {
  padding: 0;
  list-style: none; }

/* Item
 ========================================================================== */
.uk-accordion > :nth-child(n+2) {
  margin-top: 20px; }

/* Title
 ========================================================================== */
.uk-accordion-title {
  display: block;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #333; }

/* Hover + Focus */
.uk-accordion-title:hover,
.uk-accordion-title:focus {
  color: #666;
  text-decoration: none;
  outline: none; }

/* Content
 ========================================================================== */
.uk-accordion-content {
  display: flow-root;
  margin-top: 20px; }

/*
 * Remove margin from the last-child
 */
.uk-accordion-content > :last-child {
  margin-bottom: 0; }

/* ========================================================================
   Component: Dropdown
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 * 4. Style
 */
.uk-dropdown {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  /* 3 */
  box-sizing: border-box;
  min-width: 375px;
  /* 4 */
  padding: 15px;
  background: #f8f8f8;
  color: #191919; }

/* Show */
.uk-dropdown.uk-open {
  display: block; }

/* Nav
 * Adopts `uk-nav`
 ========================================================================== */
.uk-dropdown-nav {
  white-space: nowrap; }

/*
 * Items
 */
.uk-dropdown-nav > li > a {
  color: #999; }

/* Hover + Focus + Active */
.uk-dropdown-nav > li > a:hover,
.uk-dropdown-nav > li > a:focus,
.uk-dropdown-nav > li.uk-active > a {
  color: #666; }

/*
 * Header
 */
.uk-dropdown-nav .uk-nav-header {
  color: #333; }

/*
 * Divider
 */
.uk-dropdown-nav .uk-nav-divider {
  border-top: 1px solid #e5e5e5; }

/*
 * Sublists
 */
.uk-dropdown-nav .uk-nav-sub a {
  color: #999; }

.uk-dropdown-nav .uk-nav-sub a:hover,
.uk-dropdown-nav .uk-nav-sub a:focus,
.uk-dropdown-nav .uk-nav-sub li.uk-active > a {
  color: #666; }

/* Direction / Alignment modifiers
 ========================================================================== */
/* Direction */
[class*='uk-dropdown-top'] {
  margin-top: -10px; }

[class*='uk-dropdown-bottom'] {
  margin-top: 10px; }

[class*='uk-dropdown-left'] {
  margin-left: -10px; }

[class*='uk-dropdown-right'] {
  margin-left: 10px; }

/* Grid modifiers
 ========================================================================== */
.uk-dropdown-stack .uk-dropdown-grid > * {
  width: 100% !important; }

/* ========================================================================
   Component: Modal
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Allow scrolling for the modal dialog
 * 4. Horizontal padding
 * 5. Mask the background page
 * 6. Fade-in transition
 */
.uk-modal {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* 4 */
  padding: 15px 15px;
  /* 5 */
  background: rgba(0, 0, 0, 0.6);
  /* 6 */
  opacity: 0;
  transition: opacity 0.15s linear; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-modal {
    padding: 50px 30px; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-modal {
    padding-left: 40px;
    padding-right: 40px; } }

/*
 * Open
 */
.uk-modal.uk-open {
  opacity: 1; }

/* Page
 ========================================================================== */
/*
 * Prevent scrollbars
 */
.uk-modal-page {
  overflow: hidden; }

/* Dialog
 ========================================================================== */
/*
 * 1. Create position context for spinner and close button
 * 2. Dimensions
 * 3. Fix `max-width: 100%` not working in combination with flex and responsive images in IE11
 *    `!important` needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests
 * 4. Style
 * 5. Slide-in transition
 */
.uk-modal-dialog {
  /* 1 */
  position: relative;
  /* 2 */
  box-sizing: border-box;
  margin: 0 auto;
  width: 600px;
  /* 3 */
  max-width: calc(100% - 0.01px) !important;
  /* 4 */
  background: #fff;
  /* 5 */
  opacity: 0;
  transform: translateY(-100px);
  transition: 0.3s linear;
  transition-property: opacity, transform; }

/*
 * Open
 */
.uk-open > .uk-modal-dialog {
  opacity: 1;
  transform: translateY(0); }

/* Size modifier
 ========================================================================== */
/*
 * Container size
 * Take the same size as the Container component
 */
.uk-modal-container .uk-modal-dialog {
  width: 1200px; }

/*
 * Full size
 * 1. Remove padding and background from modal
 * 2. Reset all default declarations from modal dialog
 */
/* 1 */
.uk-modal-full {
  padding: 0;
  background: none; }

/* 2 */
.uk-modal-full .uk-modal-dialog {
  margin: 0;
  width: 100%;
  max-width: 100%;
  transform: translateY(0); }

/* Sections
 ========================================================================== */
.uk-modal-body {
  display: flow-root;
  padding: 30px 30px; }

.uk-modal-header {
  display: flow-root;
  padding: 15px 30px;
  background: #f8f8f8; }

.uk-modal-footer {
  display: flow-root;
  padding: 15px 30px;
  background: #f8f8f8; }

/*
 * Remove margin from the last-child
 */
.uk-modal-body > :last-child,
.uk-modal-header > :last-child,
.uk-modal-footer > :last-child {
  margin-bottom: 0; }

/* Title
 ========================================================================== */
.uk-modal-title {
  font-size: 2rem;
  line-height: 1.5; }

/* Close
 * Adopts `uk-close`
 ========================================================================== */
[class*='uk-modal-close-'] {
  position: absolute;
  z-index: 1010;
  top: 10px;
  right: 10px;
  padding: 5px; }

/*
 * Remove margin from adjacent element
 */
[class*='uk-modal-close-']:first-child + * {
  margin-top: 0; }

/*
 * Hover
 */
/*
 * Default
 */
/*
 * Outside
 * 1. Prevent scrollbar on small devices
 */
.uk-modal-close-outside {
  top: 0;
  /* 1 */
  right: -5px;
  transform: translate(0, -100%);
  color: white; }

.uk-modal-close-outside:hover {
  color: #fff; }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* 1 */
  .uk-modal-close-outside {
    right: 0;
    transform: translate(100%, -100%); } }

/*
 * Full
 */
/* ========================================================================
   Component: Lightbox
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Allow scrolling for the modal dialog
 * 4. Horizontal padding
 * 5. Mask the background page
 * 6. Fade-in transition
 * 7. Prevent cancellation of pointer events while dragging
 */
.uk-lightbox {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  /* 5 */
  background: #000;
  /* 6 */
  opacity: 0;
  transition: opacity 0.15s linear;
  /* 7 */
  touch-action: pinch-zoom; }

/*
 * Open
 * 1. Center child
 * 2. Fade-in
 */
.uk-lightbox.uk-open {
  display: block;
  /* 2 */
  opacity: 1; }

/* Page
 ========================================================================== */
/*
 * Prevent scrollbars
 */
.uk-lightbox-page {
  overflow: hidden; }

/* Item
 ========================================================================== */
/*
 * 1. Center child within the viewport
 * 2. Not visible by default
 * 3. Color needed for spinner icon
 * 4. Optimize animation
 * 5. Responsiveness
 *    Using `vh` for `max-height` to fix image proportions after resize in Safari and Opera
 *    Using `vh` and `vw` to make responsive image work in IE11
 * 6. Suppress outline on focus
 */
.uk-lightbox-items > * {
  /* 1 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  display: none;
  justify-content: center;
  align-items: center;
  /* 3 */
  color: rgba(255, 255, 255, 0.7);
  /* 4 */
  will-change: transform, opacity; }

/* 5 */
.uk-lightbox-items > * > * {
  max-width: 100vw;
  max-height: 100vh; }

/* 6 */
.uk-lightbox-items > :focus {
  outline: none; }

.uk-lightbox-items > * > :not(iframe) {
  width: auto;
  height: auto; }

.uk-lightbox-items > .uk-active {
  display: flex; }

/* Toolbar
 ========================================================================== */
.uk-lightbox-toolbar {
  padding: 10px 10px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7); }

.uk-lightbox-toolbar > * {
  color: rgba(255, 255, 255, 0.7); }

/* Toolbar Icon (Close)
 ========================================================================== */
.uk-lightbox-toolbar-icon {
  padding: 5px;
  color: rgba(255, 255, 255, 0.7); }

/*
 * Hover
 */
.uk-lightbox-toolbar-icon:hover {
  color: #fff; }

/* Button (Slidenav)
 ========================================================================== */
/*
 * 1. Center icon vertically and horizontally
 */
.uk-lightbox-button {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7);
  /* 1 */
  display: inline-flex;
  justify-content: center;
  align-items: center; }

/* Hover + Focus */
.uk-lightbox-button:hover,
.uk-lightbox-button:focus {
  color: #fff; }

/* OnClick */
/* Caption
 ========================================================================== */
.uk-lightbox-caption:empty {
  display: none; }

/* Iframe
 ========================================================================== */
.uk-lightbox-iframe {
  width: 80%;
  height: 80%; }

/* ========================================================================
   Component: Slideshow
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-slideshow {
  /* 1 */
  -webkit-tap-highlight-color: transparent; }

/* Items
 ========================================================================== */
/*
 * 1. Create position and stacking context
 * 2. Reset list
 * 3. Clip child elements
 * 4. Prevent displaying the callout information on iOS.
 */
.uk-slideshow-items {
  /* 1 */
  position: relative;
  z-index: 0;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  overflow: hidden;
  /* 4 */
  -webkit-touch-callout: none; }

/* Item
 ========================================================================== */
/*
 * 1. Position items above each other
 * 2. Take the full width
 * 3. Clip child elements, e.g. for `uk-cover`
 * 4. Optimize animation
 * 5. Disable horizontal panning gestures in IE11 and Edge
 * 6. Suppress outline on focus
 */
.uk-slideshow-items > * {
  /* 1 */
  position: absolute;
  top: 0;
  left: 0;
  /* 2 */
  right: 0;
  bottom: 0;
  /* 3 */
  overflow: hidden;
  /* 4 */
  will-change: transform, opacity;
  /* 5 */
  touch-action: pan-y; }

/* 6 */
.uk-slideshow-items > :focus {
  outline: none; }

/*
 * Hide not active items
 */
.uk-slideshow-items > :not(.uk-active) {
  display: none; }

/* ========================================================================
   Component: Text
 ========================================================================== */
/* Style modifiers
 ========================================================================== */
.uk-text-lead {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #333; }

.uk-text-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999; }

/* Size modifiers
 ========================================================================== */
.uk-text-small {
  font-size: 0.875rem;
  line-height: 1.5; }

.uk-text-large {
  font-size: 1.5rem;
  line-height: 1.5; }

.uk-text-default {
  font-size: 16px;
  line-height: 1.5; }

/* Weight modifier
 ========================================================================== */
.uk-text-light {
  font-weight: 300; }

.uk-text-normal {
  font-weight: 400; }

.uk-text-bold {
  font-weight: 700; }

.uk-text-lighter {
  font-weight: lighter; }

.uk-text-bolder {
  font-weight: bolder; }

/* Style modifier
 ========================================================================== */
.uk-text-italic {
  font-style: italic; }

/* Transform modifier
 ========================================================================== */
.uk-text-capitalize {
  text-transform: capitalize !important; }

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

.uk-text-lowercase {
  text-transform: lowercase !important; }

/* Color modifiers
 ========================================================================== */
.uk-text-muted {
  color: #999 !important; }

.uk-text-emphasis {
  color: #333 !important; }

.uk-text-primary {
  color: #1e87f0 !important; }

.uk-text-secondary {
  color: #222 !important; }

.uk-text-success {
  color: #32d296 !important; }

.uk-text-warning {
  color: #faa05a !important; }

.uk-text-danger {
  color: #f0506e !important; }

/* Background modifier
 ========================================================================== */
/*
 * 1. The background clips to the foreground text. Works in Chrome, Firefox, Safari, Edge and Opera
 *    Default color is set to transparent
 * 2. Container fits the text
 * 3. Fallback color for IE11
 */
.uk-text-background {
  /* 1 */
  -webkit-background-clip: text;
  /* 2 */
  display: inline-block;
  /* 3 */
  color: #1e87f0 !important; }

@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #1e87f0;
    color: transparent !important; } }

/* Alignment modifiers
 ========================================================================== */
.uk-text-left {
  text-align: left !important; }

.uk-text-right {
  text-align: right !important; }

.uk-text-center {
  text-align: center !important; }

.uk-text-justify {
  text-align: justify !important; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-text-left\@s {
    text-align: left !important; }
  .uk-text-right\@s {
    text-align: right !important; }
  .uk-text-center\@s {
    text-align: center !important; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-text-left\@m {
    text-align: left !important; }
  .uk-text-right\@m {
    text-align: right !important; }
  .uk-text-center\@m {
    text-align: center !important; } }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-text-left\@l {
    text-align: left !important; }
  .uk-text-right\@l {
    text-align: right !important; }
  .uk-text-center\@l {
    text-align: center !important; } }

/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-text-left\@xl {
    text-align: left !important; }
  .uk-text-right\@xl {
    text-align: right !important; }
  .uk-text-center\@xl {
    text-align: center !important; } }

/*
 * Vertical
 */
.uk-text-top {
  vertical-align: top !important; }

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

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

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

/* Wrap modifiers
 ========================================================================== */
/*
 * Prevent text from wrapping onto multiple lines
 */
.uk-text-nowrap {
  white-space: nowrap; }

/*
 * 1. Make sure a max-width is set after which truncation can occur
 * 2. Prevent text from wrapping onto multiple lines, and truncate with an ellipsis
 * 3. Fix for table cells
 */
.uk-text-truncate {
  /* 1 */
  max-width: 100%;
  /* 2 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* 2 */
th.uk-text-truncate,
td.uk-text-truncate {
  max-width: 0; }

/*
 * 1. Wrap long words onto the next line and break them if they are too long to fit
 * 2. Legacy `word-wrap` as fallback for `overflow-wrap`
 * 3. Fix `overflow-wrap` which doesn't work with table cells in Chrome, Opera, IE11 and Edge
 *    Must use `break-all` to support IE11 and Edge
 * Note: Not using `hyphens: auto;` because it hyphenates text even if not needed
 */
.uk-text-break {
  /* 1 */
  overflow-wrap: break-word;
  /* 2 */
  word-wrap: break-word; }

/* 3 */
th.uk-text-break,
td.uk-text-break {
  word-break: break-all; }

/* ========================================================================
   Component: Slider
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-slider {
  /* 1 */
  -webkit-tap-highlight-color: transparent; }

/* Container
 ========================================================================== */
/*
 * Clip child elements
 */
.uk-slider-container {
  overflow: hidden; }

/*
 * Widen container to prevent box-shadows from clipping, `large-box-shadow`
 */
.uk-slider-container-offset {
  margin: -11px -25px -39px -25px;
  padding: 11px 25px 39px 25px; }

/* Items
 ========================================================================== */
/*
 * 1. Optimize animation
 * 2. Create a containing block. In Safari it's neither created by `transform` nor `will-change`.
 */
.uk-slider-items {
  /* 1 */
  will-change: transform;
  /* 2 */
  position: relative; }

/*
 * 1. Reset list style without interfering with grid
 * 2. Prevent displaying the callout information on iOS.
 */
.uk-slider-items:not(.uk-grid) {
  display: flex;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 2 */
  -webkit-touch-callout: none; }

.uk-slider-items.uk-grid {
  flex-wrap: nowrap; }

/* Item
 ========================================================================== */
/*
 * 1. Let items take content dimensions (0 0 auto)
 *    `max-width` needed to keep image responsiveness and prevent content overflow
 * 3. Create position context
 * 4. Disable horizontal panning gestures in IE11 and Edge
 * 5. Suppress outline on focus
 */
.uk-slider-items > * {
  /* 1 */
  flex: none;
  max-width: 100%;
  /* 3 */
  position: relative;
  /* 4 */
  touch-action: pan-y; }

/* 5 */
.uk-slider-items > :focus {
  outline: none; }

/* ========================================================================
   Component: Sticky
 ========================================================================== */
/*
 * 1. Force new layer to resolve frame rate issues on devices with lower frame rates
 */
.uk-sticky-fixed {
  z-index: 980;
  box-sizing: border-box;
  margin: 0 !important;
  /* 1 */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/*
 * Faster animations
 */
.uk-sticky[class*='uk-animation-'] {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s; }

.uk-sticky.uk-animation-reverse {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s; }

/* ========================================================================
   Component: Off-canvas
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 */
.uk-offcanvas {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000; }

/*
 * Flip modifier
 */
.uk-offcanvas-flip .uk-offcanvas {
  right: 0;
  left: auto; }

/* Bar
 ========================================================================== */
/*
 * 1. Set position
 * 2. Size and style
 * 3. Allow scrolling
 */
.uk-offcanvas-bar {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: -270px;
  /* 2 */
  box-sizing: border-box;
  width: 270px;
  padding: 20px 20px;
  background: #222;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-offcanvas-bar {
    left: -350px;
    width: 350px;
    padding: 40px 40px; } }

/* Flip modifier */
.uk-offcanvas-flip .uk-offcanvas-bar {
  left: auto;
  right: -270px; }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-offcanvas-flip .uk-offcanvas-bar {
    right: -350px; } }

/*
 * Open
 */
.uk-open > .uk-offcanvas-bar {
  left: 0; }

.uk-offcanvas-flip .uk-open > .uk-offcanvas-bar {
  left: auto;
  right: 0; }

/*
 * Slide Animation (Used in slide and push mode)
 */
.uk-offcanvas-bar-animation {
  transition: left 0.3s ease-out; }

.uk-offcanvas-flip .uk-offcanvas-bar-animation {
  transition-property: right; }

/*
 * Reveal Animation
 * 1. Set position
 * 2. Clip the bar
 * 3. Animation
 * 4. Reset position
 */
.uk-offcanvas-reveal {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  width: 0;
  overflow: hidden;
  /* 3 */
  transition: width 0.3s ease-out; }

.uk-offcanvas-reveal .uk-offcanvas-bar {
  /* 4 */
  left: 0; }

.uk-offcanvas-flip .uk-offcanvas-reveal .uk-offcanvas-bar {
  /* 4 */
  left: auto;
  right: 0; }

.uk-open > .uk-offcanvas-reveal {
  width: 270px; }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-open > .uk-offcanvas-reveal {
    width: 350px; } }

/*
 * Flip modifier
 */
.uk-offcanvas-flip .uk-offcanvas-reveal {
  right: 0;
  left: auto; }

/* Close
 * Adopts `uk-close`
 ========================================================================== */
.uk-offcanvas-close {
  position: absolute;
  z-index: 1000;
  top: 20px;
  right: 20px;
  padding: 5px; }

/* Overlay
 ========================================================================== */
/*
 * Overlay the whole page. Needed for the `::before`
 * 1. Using `100vw` so no modification is needed when off-canvas is flipped
 * 2. Allow for closing with swipe gesture on devices with pointer events.
 */
.uk-offcanvas-overlay {
  /* 1 */
  width: 100vw;
  /* 2 */
  touch-action: none; }

/*
 * 1. Mask the whole page
 * 2. Fade-in transition
 */
.uk-offcanvas-overlay::before {
  /* 1 */
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  /* 2 */
  opacity: 0;
  transition: opacity 0.15s linear; }

.uk-offcanvas-overlay.uk-open::before {
  opacity: 1; }

/* Prevent scrolling
 ========================================================================== */
/*
 * Prevent horizontal scrollbar when the content is slide-out
 * Has to be on the `html` element too to make it work on the `body`
 */
.uk-offcanvas-page,
.uk-offcanvas-container {
  overflow-x: hidden; }

/* Container
 ========================================================================== */
/*
 * Prepare slide-out animation (Used in reveal and push mode)
 * Using `position: left` instead of `transform` because position `fixed` elements like sticky navbars
 * lose their fixed state and behaves like `absolute` within a transformed container
 * 1. Provide a fixed width and prevent shrinking
 */
.uk-offcanvas-container {
  position: relative;
  left: 0;
  transition: left 0.3s ease-out;
  /* 1 */
  box-sizing: border-box;
  width: 100%; }

/*
 * Activate slide-out animation
 */
:not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
  left: 270px; }

.uk-offcanvas-flip.uk-offcanvas-container-animation {
  left: -270px; }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  :not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
    left: 350px; }
  .uk-offcanvas-flip.uk-offcanvas-container-animation {
    left: -350px; } }

/* ========================================================================
   Component: Switcher
 ========================================================================== */
/*
 * Reset list
 */
.uk-switcher {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Items
 ========================================================================== */
/*
 * Hide not active items
 */
.uk-switcher > :not(.uk-active) {
  display: none; }

/*
 * Remove margin from the last-child
 */
.uk-switcher > * > :last-child {
  margin-bottom: 0; }

/* ========================================================================
   Component: Notification
 ========================================================================== */
/*
 * 1. Set position
 * 2. Dimensions
 */
.uk-notification {
  /* 1 */
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1040;
  /* 2 */
  box-sizing: border-box;
  width: 350px; }

/* Position modifiers
========================================================================== */
.uk-notification-top-right,
.uk-notification-bottom-right {
  left: auto;
  right: 10px; }

.uk-notification-top-center,
.uk-notification-bottom-center {
  left: 50%;
  margin-left: -175px; }

.uk-notification-bottom-left,
.uk-notification-bottom-right,
.uk-notification-bottom-center {
  top: auto;
  bottom: 10px; }

/* Responsiveness
========================================================================== */
/* Phones portrait and smaller */
@media (max-width: 639px) {
  .uk-notification {
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0; } }

/* Message
========================================================================== */
.uk-notification-message {
  position: relative;
  padding: 15px;
  background: #f8f8f8;
  color: #666;
  font-size: 1.25rem;
  line-height: 1.4;
  cursor: pointer; }

* + .uk-notification-message {
  margin-top: 10px; }

/* Close
 * Adopts `uk-close`
 ========================================================================== */
.uk-notification-close {
  display: none;
  position: absolute;
  top: 20px;
  right: 15px; }

.uk-notification-message:hover .uk-notification-close {
  display: block; }

/* Style modifiers
 ========================================================================== */
/*
 * Primary
 */
.uk-notification-message-primary {
  color: #1e87f0; }

/*
 * Success
 */
.uk-notification-message-success {
  color: #32d296; }

/*
 * Warning
 */
.uk-notification-message-warning {
  color: #faa05a; }

/*
 * Danger
 */
.uk-notification-message-danger {
  color: #f0506e; }

/* ========================================================================
   Component: Tooltip
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Position
 * 3. Remove tooltip from document flow to keep the UIkit container from changing its size when injected into the document initially
 * 4. Dimensions
 * 5. Style
 */
.uk-tooltip {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1030;
  /* 3 */
  top: 0;
  /* 4 */
  box-sizing: border-box;
  max-width: 200px;
  padding: 3px 6px;
  /* 5 */
  background: #666;
  border-radius: 1.2rem;
  color: #fff;
  font-size: 0.875rem; }

/* Show */
.uk-tooltip.uk-active {
  display: block; }

/* Direction / Alignment modifiers
 ========================================================================== */
/* Direction */
[class*='uk-tooltip-top'] {
  margin-top: 0; }

[class*='uk-tooltip-bottom'] {
  margin-top: 0; }

[class*='uk-tooltip-left'] {
  margin-left: 0; }

[class*='uk-tooltip-right'] {
  margin-left: 0; }

/* ========================================================================
   Component: Animation
 ========================================================================== */
[class*='uk-animation-'] {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

/* Animations
 ========================================================================== */
/*
 * Fade
 */
.uk-animation-fade {
  -webkit-animation-name: uk-fade;
          animation-name: uk-fade;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }

/*
 * Scale
 */
.uk-animation-scale-up {
  -webkit-animation-name: uk-fade-scale-02;
          animation-name: uk-fade-scale-02; }

.uk-animation-scale-down {
  -webkit-animation-name: uk-fade-scale-18;
          animation-name: uk-fade-scale-18; }

/*
 * Slide
 */
.uk-animation-slide-top {
  -webkit-animation-name: uk-fade-top;
          animation-name: uk-fade-top; }

.uk-animation-slide-bottom {
  -webkit-animation-name: uk-fade-bottom;
          animation-name: uk-fade-bottom; }

.uk-animation-slide-left {
  -webkit-animation-name: uk-fade-left;
          animation-name: uk-fade-left; }

.uk-animation-slide-right {
  -webkit-animation-name: uk-fade-right;
          animation-name: uk-fade-right; }

/*
 * Slide Small
 */
.uk-animation-slide-top-small {
  -webkit-animation-name: uk-fade-top-small;
          animation-name: uk-fade-top-small; }

.uk-animation-slide-bottom-small {
  -webkit-animation-name: uk-fade-bottom-small;
          animation-name: uk-fade-bottom-small; }

.uk-animation-slide-left-small {
  -webkit-animation-name: uk-fade-left-small;
          animation-name: uk-fade-left-small; }

.uk-animation-slide-right-small {
  -webkit-animation-name: uk-fade-right-small;
          animation-name: uk-fade-right-small; }

/*
 * Slide Medium
 */
.uk-animation-slide-top-medium {
  -webkit-animation-name: uk-fade-top-medium;
          animation-name: uk-fade-top-medium; }

.uk-animation-slide-bottom-medium {
  -webkit-animation-name: uk-fade-bottom-medium;
          animation-name: uk-fade-bottom-medium; }

.uk-animation-slide-left-medium {
  -webkit-animation-name: uk-fade-left-medium;
          animation-name: uk-fade-left-medium; }

.uk-animation-slide-right-medium {
  -webkit-animation-name: uk-fade-right-medium;
          animation-name: uk-fade-right-medium; }

/*
 * Kenburns
 */
.uk-animation-kenburns {
  -webkit-animation-name: uk-scale-kenburns;
          animation-name: uk-scale-kenburns;
  -webkit-animation-duration: 15s;
          animation-duration: 15s; }

/*
 * Shake
 */
.uk-animation-shake {
  -webkit-animation-name: uk-shake;
          animation-name: uk-shake; }

/*
 * SVG Stroke
 * The `--uk-animation-stroke` custom property contains the longest path length.
 * Set it manually or use `uk-svg="stroke-animation: true"` to set it automatically.
 * All strokes are animated by the same pace and doesn't end simultaneously.
 * To end simultaneously, `pathLength="1"` could be used, but it's not working in Safari yet.
 */
.uk-animation-stroke {
  -webkit-animation-name: uk-stroke;
          animation-name: uk-stroke;
  stroke-dasharray: var(--uk-animation-stroke);
  -webkit-animation-duration: 2s;
          animation-duration: 2s; }

/* Direction modifier
 ========================================================================== */
.uk-animation-reverse {
  animation-direction: reverse;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in; }

/* Duration modifier
 ========================================================================== */
.uk-animation-fast {
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s; }

/* Toggle (Hover + Focus)
========================================================================== */
/*
 * The toggle is triggered on touch devices using `:focus` and tabindex
 */
.uk-animation-toggle:not(:hover):not(:focus) [class*='uk-animation-'] {
  -webkit-animation-name: none;
          animation-name: none; }

/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-animation-toggle {
  /* 1 */
  -webkit-tap-highlight-color: transparent; }

/*
 * Remove outline for `tabindex`
 */
.uk-animation-toggle:focus {
  outline: none; }

/* Keyframes used by animation classes
 ========================================================================== */
/*
 * Fade
 */
@-webkit-keyframes uk-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes uk-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Slide Top
 */
@-webkit-keyframes uk-fade-top {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes uk-fade-top {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

/*
 * Slide Bottom
 */
@-webkit-keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

/*
 * Slide Left
 */
@-webkit-keyframes uk-fade-left {
  0% {
    opacity: 0;
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes uk-fade-left {
  0% {
    opacity: 0;
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

/*
 * Slide Right
 */
@-webkit-keyframes uk-fade-right {
  0% {
    opacity: 0;
    transform: translateX(100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes uk-fade-right {
  0% {
    opacity: 0;
    transform: translateX(100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

/*
 * Slide Top Small
 */
@-webkit-keyframes uk-fade-top-small {
  0% {
    opacity: 0;
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes uk-fade-top-small {
  0% {
    opacity: 0;
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

/*
 * Slide Bottom Small
 */
@-webkit-keyframes uk-fade-bottom-small {
  0% {
    opacity: 0;
    transform: translateY(10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes uk-fade-bottom-small {
  0% {
    opacity: 0;
    transform: translateY(10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

/*
 * Slide Left Small
 */
@-webkit-keyframes uk-fade-left-small {
  0% {
    opacity: 0;
    transform: translateX(-10px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes uk-fade-left-small {
  0% {
    opacity: 0;
    transform: translateX(-10px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

/*
 * Slide Right Small
 */
@-webkit-keyframes uk-fade-right-small {
  0% {
    opacity: 0;
    transform: translateX(10px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes uk-fade-right-small {
  0% {
    opacity: 0;
    transform: translateX(10px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

/*
 * Slide Top Medium
 */
@-webkit-keyframes uk-fade-top-medium {
  0% {
    opacity: 0;
    transform: translateY(-50px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes uk-fade-top-medium {
  0% {
    opacity: 0;
    transform: translateY(-50px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

/*
 * Slide Bottom Medium
 */
@-webkit-keyframes uk-fade-bottom-medium {
  0% {
    opacity: 0;
    transform: translateY(50px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes uk-fade-bottom-medium {
  0% {
    opacity: 0;
    transform: translateY(50px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

/*
 * Slide Left Medium
 */
@-webkit-keyframes uk-fade-left-medium {
  0% {
    opacity: 0;
    transform: translateX(-50px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes uk-fade-left-medium {
  0% {
    opacity: 0;
    transform: translateX(-50px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

/*
 * Slide Right Medium
 */
@-webkit-keyframes uk-fade-right-medium {
  0% {
    opacity: 0;
    transform: translateX(50px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes uk-fade-right-medium {
  0% {
    opacity: 0;
    transform: translateX(50px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

/*
 * Scale Up
 */
@-webkit-keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    transform: scale(0.2); }
  100% {
    opacity: 1;
    transform: scale(1); } }
@keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    transform: scale(0.2); }
  100% {
    opacity: 1;
    transform: scale(1); } }

/*
 * Scale Down
 */
@-webkit-keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    transform: scale(1.8); }
  100% {
    opacity: 1;
    transform: scale(1); } }
@keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    transform: scale(1.8); }
  100% {
    opacity: 1;
    transform: scale(1); } }

/*
 * Kenburns
 */
@-webkit-keyframes uk-scale-kenburns {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.2); } }
@keyframes uk-scale-kenburns {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.2); } }

/*
 * Shake
 */
@-webkit-keyframes uk-shake {
  0%, 100% {
    transform: translateX(0); }
  10% {
    transform: translateX(-9px); }
  20% {
    transform: translateX(8px); }
  30% {
    transform: translateX(-7px); }
  40% {
    transform: translateX(6px); }
  50% {
    transform: translateX(-5px); }
  60% {
    transform: translateX(4px); }
  70% {
    transform: translateX(-3px); }
  80% {
    transform: translateX(2px); }
  90% {
    transform: translateX(-1px); } }
@keyframes uk-shake {
  0%, 100% {
    transform: translateX(0); }
  10% {
    transform: translateX(-9px); }
  20% {
    transform: translateX(8px); }
  30% {
    transform: translateX(-7px); }
  40% {
    transform: translateX(6px); }
  50% {
    transform: translateX(-5px); }
  60% {
    transform: translateX(4px); }
  70% {
    transform: translateX(-3px); }
  80% {
    transform: translateX(2px); }
  90% {
    transform: translateX(-1px); } }

/*
 * Stroke
 */
@-webkit-keyframes uk-stroke {
  0% {
    stroke-dashoffset: var(--uk-animation-stroke); }
  100% {
    stroke-dashoffset: 0; } }
@keyframes uk-stroke {
  0% {
    stroke-dashoffset: var(--uk-animation-stroke); }
  100% {
    stroke-dashoffset: 0; } }

/* ========================================================================
   Component: Width
 ========================================================================== */
/* Equal child widths
 ========================================================================== */
[class*='uk-child-width'] > * {
  box-sizing: border-box;
  width: 100%; }

.uk-child-width-1-2 > * {
  width: 50%; }

.uk-child-width-1-3 > * {
  width: calc(100% * 1 / 3.001); }

.uk-child-width-1-4 > * {
  width: 25%; }

.uk-child-width-1-5 > * {
  width: 20%; }

.uk-child-width-1-6 > * {
  width: calc(100% * 1 / 6.001); }

.uk-child-width-auto > * {
  width: auto; }

/*
 * 1. Reset the `min-width`, which is set to auto by default, because
 *    flex items won't shrink below their minimum intrinsic content size.
 *    Using `1px` instead of `0`, so items still wrap into the next line,
 *    if they have zero width and padding and the predecessor is 100% wide.
 */
.uk-child-width-expand > :not([class*='uk-width']) {
  flex: 1;
  /* 1 */
  min-width: 1px; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-child-width-1-1\@s > * {
    width: 100%; }
  .uk-child-width-1-2\@s > * {
    width: 50%; }
  .uk-child-width-1-3\@s > * {
    width: calc(100% * 1 / 3.001); }
  .uk-child-width-1-4\@s > * {
    width: 25%; }
  .uk-child-width-1-5\@s > * {
    width: 20%; }
  .uk-child-width-1-6\@s > * {
    width: calc(100% * 1 / 6.001); }
  .uk-child-width-auto\@s > * {
    width: auto; }
  .uk-child-width-expand\@s > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-child-width-1-1\@m > * {
    width: 100%; }
  .uk-child-width-1-2\@m > * {
    width: 50%; }
  .uk-child-width-1-3\@m > * {
    width: calc(100% * 1 / 3.001); }
  .uk-child-width-1-4\@m > * {
    width: 25%; }
  .uk-child-width-1-5\@m > * {
    width: 20%; }
  .uk-child-width-1-6\@m > * {
    width: calc(100% * 1 / 6.001); }
  .uk-child-width-auto\@m > * {
    width: auto; }
  .uk-child-width-expand\@m > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px; } }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-child-width-1-1\@l > * {
    width: 100%; }
  .uk-child-width-1-2\@l > * {
    width: 50%; }
  .uk-child-width-1-3\@l > * {
    width: calc(100% * 1 / 3.001); }
  .uk-child-width-1-4\@l > * {
    width: 25%; }
  .uk-child-width-1-5\@l > * {
    width: 20%; }
  .uk-child-width-1-6\@l > * {
    width: calc(100% * 1 / 6.001); }
  .uk-child-width-auto\@l > * {
    width: auto; }
  .uk-child-width-expand\@l > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px; } }

/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-child-width-1-1\@xl > * {
    width: 100%; }
  .uk-child-width-1-2\@xl > * {
    width: 50%; }
  .uk-child-width-1-3\@xl > * {
    width: calc(100% * 1 / 3.001); }
  .uk-child-width-1-4\@xl > * {
    width: 25%; }
  .uk-child-width-1-5\@xl > * {
    width: 20%; }
  .uk-child-width-1-6\@xl > * {
    width: calc(100% * 1 / 6.001); }
  .uk-child-width-auto\@xl > * {
    width: auto; }
  .uk-child-width-expand\@xl > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px; } }

/* Single Widths
 ========================================================================== */
/*
 * 1. `max-width` is needed for the pixel-based classes
 */
[class*='uk-width'] {
  box-sizing: border-box;
  width: 100%;
  /* 1 */
  max-width: 100%; }

/* Halves */
.uk-width-1-2 {
  width: 50%; }

/* Thirds */
.uk-width-1-3 {
  width: calc(100% * 1 / 3.001); }

.uk-width-2-3 {
  width: calc(100% * 2 / 3.001); }

/* Quarters */
.uk-width-1-4 {
  width: 25%; }

.uk-width-3-4 {
  width: 75%; }

/* Fifths */
.uk-width-1-5 {
  width: 20%; }

.uk-width-2-5 {
  width: 40%; }

.uk-width-3-5 {
  width: 60%; }

.uk-width-4-5 {
  width: 80%; }

/* Sixths */
.uk-width-1-6 {
  width: calc(100% * 1 / 6.001); }

.uk-width-5-6 {
  width: calc(100% * 5 / 6.001); }

/* Pixel */
.uk-width-small {
  width: 150px; }

.uk-width-medium {
  width: 300px; }

.uk-width-large {
  width: 450px; }

.uk-width-xlarge {
  width: 600px; }

.uk-width-2xlarge {
  width: 750px; }

/* Auto */
.uk-width-auto {
  width: auto; }

/* Expand */
.uk-width-expand {
  flex: 1;
  min-width: 1px; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* Whole */
  .uk-width-1-1\@s {
    width: 100%; }
  /* Halves */
  .uk-width-1-2\@s {
    width: 50%; }
  /* Thirds */
  .uk-width-1-3\@s {
    width: calc(100% * 1 / 3.001); }
  .uk-width-2-3\@s {
    width: calc(100% * 2 / 3.001); }
  /* Quarters */
  .uk-width-1-4\@s {
    width: 25%; }
  .uk-width-3-4\@s {
    width: 75%; }
  /* Fifths */
  .uk-width-1-5\@s {
    width: 20%; }
  .uk-width-2-5\@s {
    width: 40%; }
  .uk-width-3-5\@s {
    width: 60%; }
  .uk-width-4-5\@s {
    width: 80%; }
  /* Sixths */
  .uk-width-1-6\@s {
    width: calc(100% * 1 / 6.001); }
  .uk-width-5-6\@s {
    width: calc(100% * 5 / 6.001); }
  /* Pixel */
  .uk-width-small\@s {
    width: 150px; }
  .uk-width-medium\@s {
    width: 300px; }
  .uk-width-large\@s {
    width: 450px; }
  .uk-width-xlarge\@s {
    width: 600px; }
  .uk-width-2xlarge\@s {
    width: 750px; }
  /* Auto */
  .uk-width-auto\@s {
    width: auto; }
  /* Expand */
  .uk-width-expand\@s {
    flex: 1;
    min-width: 1px; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* Whole */
  .uk-width-1-1\@m {
    width: 100%; }
  /* Halves */
  .uk-width-1-2\@m {
    width: 50%; }
  /* Thirds */
  .uk-width-1-3\@m {
    width: calc(100% * 1 / 3.001); }
  .uk-width-2-3\@m {
    width: calc(100% * 2 / 3.001); }
  /* Quarters */
  .uk-width-1-4\@m {
    width: 25%; }
  .uk-width-3-4\@m {
    width: 75%; }
  /* Fifths */
  .uk-width-1-5\@m {
    width: 20%; }
  .uk-width-2-5\@m {
    width: 40%; }
  .uk-width-3-5\@m {
    width: 60%; }
  .uk-width-4-5\@m {
    width: 80%; }
  /* Sixths */
  .uk-width-1-6\@m {
    width: calc(100% * 1 / 6.001); }
  .uk-width-5-6\@m {
    width: calc(100% * 5 / 6.001); }
  /* Pixel */
  .uk-width-small\@m {
    width: 150px; }
  .uk-width-medium\@m {
    width: 300px; }
  .uk-width-large\@m {
    width: 450px; }
  .uk-width-xlarge\@m {
    width: 600px; }
  .uk-width-2xlarge\@m {
    width: 750px; }
  /* Auto */
  .uk-width-auto\@m {
    width: auto; }
  /* Expand */
  .uk-width-expand\@m {
    flex: 1;
    min-width: 1px; } }

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Whole */
  .uk-width-1-1\@l {
    width: 100%; }
  /* Halves */
  .uk-width-1-2\@l {
    width: 50%; }
  /* Thirds */
  .uk-width-1-3\@l {
    width: calc(100% * 1 / 3.001); }
  .uk-width-2-3\@l {
    width: calc(100% * 2 / 3.001); }
  /* Quarters */
  .uk-width-1-4\@l {
    width: 25%; }
  .uk-width-3-4\@l {
    width: 75%; }
  /* Fifths */
  .uk-width-1-5\@l {
    width: 20%; }
  .uk-width-2-5\@l {
    width: 40%; }
  .uk-width-3-5\@l {
    width: 60%; }
  .uk-width-4-5\@l {
    width: 80%; }
  /* Sixths */
  .uk-width-1-6\@l {
    width: calc(100% * 1 / 6.001); }
  .uk-width-5-6\@l {
    width: calc(100% * 5 / 6.001); }
  /* Pixel */
  .uk-width-small\@l {
    width: 150px; }
  .uk-width-medium\@l {
    width: 300px; }
  .uk-width-large\@l {
    width: 450px; }
  .uk-width-xlarge\@l {
    width: 600px; }
  .uk-width-2xlarge\@l {
    width: 750px; }
  /* Auto */
  .uk-width-auto\@l {
    width: auto; }
  /* Expand */
  .uk-width-expand\@l {
    flex: 1;
    min-width: 1px; } }

/* Large screen and bigger */
@media (min-width: 1600px) {
  /* Whole */
  .uk-width-1-1\@xl {
    width: 100%; }
  /* Halves */
  .uk-width-1-2\@xl {
    width: 50%; }
  /* Thirds */
  .uk-width-1-3\@xl {
    width: calc(100% * 1 / 3.001); }
  .uk-width-2-3\@xl {
    width: calc(100% * 2 / 3.001); }
  /* Quarters */
  .uk-width-1-4\@xl {
    width: 25%; }
  .uk-width-3-4\@xl {
    width: 75%; }
  /* Fifths */
  .uk-width-1-5\@xl {
    width: 20%; }
  .uk-width-2-5\@xl {
    width: 40%; }
  .uk-width-3-5\@xl {
    width: 60%; }
  .uk-width-4-5\@xl {
    width: 80%; }
  /* Sixths */
  .uk-width-1-6\@xl {
    width: calc(100% * 1 / 6.001); }
  .uk-width-5-6\@xl {
    width: calc(100% * 5 / 6.001); }
  /* Pixel */
  .uk-width-small\@xl {
    width: 150px; }
  .uk-width-medium\@xl {
    width: 300px; }
  .uk-width-large\@xl {
    width: 450px; }
  .uk-width-xlarge\@xl {
    width: 600px; }
  .uk-width-2xlarge\@xl {
    width: 750px; }
  /* Auto */
  .uk-width-auto\@xl {
    width: auto; }
  /* Expand */
  .uk-width-expand\@xl {
    flex: 1;
    min-width: 1px; } }

/* ========================================================================
   Component: Height
 ========================================================================== */
[class*='uk-height'] {
  box-sizing: border-box; }

/*
 * Only works if parent element has a height set
 */
.uk-height-1-1 {
  height: 100%; }

/*
 * Useful to create image teasers
 */
.uk-height-viewport {
  min-height: 100vh; }

/*
 * Pixel
 * Useful for `overflow: auto`
 */
.uk-height-small {
  height: 150px; }

.uk-height-medium {
  height: 300px; }

.uk-height-large {
  height: 450px; }

.uk-height-max-small {
  max-height: 150px; }

.uk-height-max-medium {
  max-height: 300px; }

.uk-height-max-large {
  max-height: 450px; }

/* ========================================================================
   Component: Transition
 ========================================================================== */
/* Toggle (Hover + Focus)
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-transition-toggle {
  /* 1 */
  -webkit-tap-highlight-color: transparent; }

/*
 * Remove outline for `tabindex`
 */
.uk-transition-toggle:focus {
  outline: none; }

/* Transitions
 ========================================================================== */
/*
 * The toggle is triggered on touch devices by two methods:
 * 1. Using `:focus` and tabindex
 * 2. Using `:hover` and a `touchstart` event listener registered on the document
 *    (Doesn't work on Surface touch devices)
 *
 * Note: Transitions don't work with `uk-postion-center-*` classes because they also use `transform`,
 *       therefore it's recommended to use an extra `div` for the transition.
 */
.uk-transition-fade,
[class*='uk-transition-scale'],
[class*='uk-transition-slide'] {
  transition: 0.3s ease-out;
  transition-property: opacity, transform, filter;
  opacity: 0; }

/*
 * Fade
 */
.uk-transition-toggle:hover .uk-transition-fade,
.uk-transition-toggle:focus .uk-transition-fade,
.uk-transition-active.uk-active .uk-transition-fade {
  opacity: 1; }

/*
 * Scale
 */
.uk-transition-scale-up {
  transform: scale(1, 1); }

.uk-transition-scale-down {
  transform: scale(1.03, 1.03); }

/* Show */
.uk-transition-toggle:hover .uk-transition-scale-up,
.uk-transition-toggle:focus .uk-transition-scale-up,
.uk-transition-active.uk-active .uk-transition-scale-up {
  opacity: 1;
  transform: scale(1.03, 1.03); }

.uk-transition-toggle:hover .uk-transition-scale-down,
.uk-transition-toggle:focus .uk-transition-scale-down,
.uk-transition-active.uk-active .uk-transition-scale-down {
  opacity: 1;
  transform: scale(1, 1); }

/*
 * Slide
 */
.uk-transition-slide-top {
  transform: translateY(-100%); }

.uk-transition-slide-bottom {
  transform: translateY(100%); }

.uk-transition-slide-left {
  transform: translateX(-100%); }

.uk-transition-slide-right {
  transform: translateX(100%); }

.uk-transition-slide-top-small {
  transform: translateY(-10px); }

.uk-transition-slide-bottom-small {
  transform: translateY(10px); }

.uk-transition-slide-left-small {
  transform: translateX(-10px); }

.uk-transition-slide-right-small {
  transform: translateX(10px); }

.uk-transition-slide-top-medium {
  transform: translateY(-50px); }

.uk-transition-slide-bottom-medium {
  transform: translateY(50px); }

.uk-transition-slide-left-medium {
  transform: translateX(-50px); }

.uk-transition-slide-right-medium {
  transform: translateX(50px); }

/* Show */
.uk-transition-toggle:hover [class*='uk-transition-slide'],
.uk-transition-toggle:focus [class*='uk-transition-slide'],
.uk-transition-active.uk-active [class*='uk-transition-slide'] {
  opacity: 1;
  transform: translate(0, 0); }

/* Opacity modifier
 ========================================================================== */
.uk-transition-opaque {
  opacity: 1; }

/* Duration modifiers
 ========================================================================== */
.uk-transition-slow {
  transition-duration: 0.7s; }

/* ========================================================================
   Component: Position
 ========================================================================== */
/* Directions
 ========================================================================== */
/*
 * 1. Prevent content overflow if `max-width: 100%` is used inside position container.
 */
[class*='uk-position-top'],
[class*='uk-position-bottom'],
[class*='uk-position-left'],
[class*='uk-position-right'],
[class*='uk-position-center'] {
  position: absolute !important;
  /* 1 */
  max-width: 100%; }

/* Edges
 ========================================================================== */
/* Don't use `width: 100%` because it is wrong if the parent has padding. */
.uk-position-top {
  top: 0;
  left: 0;
  right: 0; }

.uk-position-bottom {
  bottom: 0;
  left: 0;
  right: 0; }

.uk-position-left {
  top: 0;
  bottom: 0;
  left: 0; }

.uk-position-right {
  top: 0;
  bottom: 0;
  right: 0; }

/* Corners
 ========================================================================== */
.uk-position-top-left {
  top: 0;
  left: 0; }

.uk-position-top-right {
  top: 0;
  right: 0; }

.uk-position-bottom-left {
  bottom: 0;
  left: 0; }

.uk-position-bottom-right {
  bottom: 0;
  right: 0; }

/*
 * Center
 * 1. Fix text wrapping if content is larger than 50% of the container.
 */
.uk-position-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* 1 */
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  box-sizing: border-box; }

/* Vertical */
[class*='uk-position-center-left'],
[class*='uk-position-center-right'] {
  top: 50%;
  transform: translateY(-50%); }

.uk-position-center-left {
  left: 0; }

.uk-position-center-right {
  right: 0; }

.uk-position-center-left-out {
  right: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }

.uk-position-center-right-out {
  left: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }

/* Horizontal */
.uk-position-top-center,
.uk-position-bottom-center {
  left: 50%;
  transform: translateX(-50%);
  /* 1 */
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  box-sizing: border-box; }

.uk-position-top-center {
  top: 0; }

.uk-position-bottom-center {
  bottom: 0; }

/* Cover
 ========================================================================== */
.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

/* Utility
 ========================================================================== */
.uk-position-relative {
  position: relative !important; }

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

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

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

/* Margin modifier
 ========================================================================== */
/*
 * Small
 */
.uk-position-small {
  max-width: calc(100% - (15px * 2));
  margin: 15px; }

.uk-position-small.uk-position-center {
  transform: translate(-50%, -50%) translate(-15px, -15px); }

.uk-position-small[class*='uk-position-center-left'],
.uk-position-small[class*='uk-position-center-right'] {
  transform: translateY(-50%) translateY(-15px); }

.uk-position-small.uk-position-top-center,
.uk-position-small.uk-position-bottom-center {
  transform: translateX(-50%) translateX(-15px); }

/*
 * Medium
 */
.uk-position-medium {
  max-width: calc(100% - (30px * 2));
  margin: 30px; }

.uk-position-medium.uk-position-center {
  transform: translate(-50%, -50%) translate(-30px, -30px); }

.uk-position-medium[class*='uk-position-center-left'],
.uk-position-medium[class*='uk-position-center-right'] {
  transform: translateY(-50%) translateY(-30px); }

.uk-position-medium.uk-position-top-center,
.uk-position-medium.uk-position-bottom-center {
  transform: translateX(-50%) translateX(-30px); }

/*
 * Large
 */
.uk-position-large {
  max-width: calc(100% - (30px * 2));
  margin: 30px; }

.uk-position-large.uk-position-center {
  transform: translate(-50%, -50%) translate(-30px, -30px); }

.uk-position-large[class*='uk-position-center-left'],
.uk-position-large[class*='uk-position-center-right'] {
  transform: translateY(-50%) translateY(-30px); }

.uk-position-large.uk-position-top-center,
.uk-position-large.uk-position-bottom-center {
  transform: translateX(-50%) translateX(-30px); }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-position-large {
    max-width: calc(100% - (50px * 2));
    margin: 50px; }
  .uk-position-large.uk-position-center {
    transform: translate(-50%, -50%) translate(-50px, -50px); }
  .uk-position-large[class*='uk-position-center-left'],
  .uk-position-large[class*='uk-position-center-right'] {
    transform: translateY(-50%) translateY(-50px); }
  .uk-position-large.uk-position-top-center,
  .uk-position-large.uk-position-bottom-center {
    transform: translateX(-50%) translateX(-50px); } }

/* ========================================================================
   Component: Flex
 ========================================================================== */
.uk-flex {
  display: flex; }

.uk-flex-inline {
  display: inline-flex; }

/*
 * Remove pseudo elements created by micro clearfix as precaution
 */
.uk-flex::before,
.uk-flex::after,
.uk-flex-inline::before,
.uk-flex-inline::after {
  display: none; }

/* Alignment
 ========================================================================== */
/*
 * Align items along the main axis of the current line of the flex container
 * Row: Horizontal
 */
.uk-flex-left {
  justify-content: flex-start; }

.uk-flex-center {
  justify-content: center; }

.uk-flex-right {
  justify-content: flex-end; }

.uk-flex-between {
  justify-content: space-between; }

.uk-flex-around {
  justify-content: space-around; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-flex-left\@s {
    justify-content: flex-start; }
  .uk-flex-center\@s {
    justify-content: center; }
  .uk-flex-right\@s {
    justify-content: flex-end; }
  .uk-flex-between\@s {
    justify-content: space-between; }
  .uk-flex-around\@s {
    justify-content: space-around; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-flex-left\@m {
    justify-content: flex-start; }
  .uk-flex-center\@m {
    justify-content: center; }
  .uk-flex-right\@m {
    justify-content: flex-end; }
  .uk-flex-between\@m {
    justify-content: space-between; }
  .uk-flex-around\@m {
    justify-content: space-around; } }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-flex-left\@l {
    justify-content: flex-start; }
  .uk-flex-center\@l {
    justify-content: center; }
  .uk-flex-right\@l {
    justify-content: flex-end; }
  .uk-flex-between\@l {
    justify-content: space-between; }
  .uk-flex-around\@l {
    justify-content: space-around; } }

/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-flex-left\@xl {
    justify-content: flex-start; }
  .uk-flex-center\@xl {
    justify-content: center; }
  .uk-flex-right\@xl {
    justify-content: flex-end; }
  .uk-flex-between\@xl {
    justify-content: space-between; }
  .uk-flex-around\@xl {
    justify-content: space-around; } }

/*
 * Align items in the cross axis of the current line of the flex container
 * Row: Vertical
 */
.uk-flex-stretch {
  align-items: stretch; }

.uk-flex-top {
  align-items: flex-start; }

.uk-flex-middle {
  align-items: center; }

.uk-flex-bottom {
  align-items: flex-end; }

/* Direction
 ========================================================================== */
.uk-flex-row {
  flex-direction: row; }

.uk-flex-row-reverse {
  flex-direction: row-reverse; }

.uk-flex-column {
  flex-direction: column; }

.uk-flex-column-reverse {
  flex-direction: column-reverse; }

/* Wrap
 ========================================================================== */
.uk-flex-nowrap {
  flex-wrap: nowrap; }

.uk-flex-wrap {
  flex-wrap: wrap; }

.uk-flex-wrap-reverse {
  flex-wrap: wrap-reverse; }

/*
 * Aligns items within the flex container when there is extra space in the cross-axis
 * Only works if there is more than one line of flex items
 */
.uk-flex-wrap-stretch {
  align-content: stretch; }

.uk-flex-wrap-top {
  align-content: flex-start; }

.uk-flex-wrap-middle {
  align-content: center; }

.uk-flex-wrap-bottom {
  align-content: flex-end; }

.uk-flex-wrap-between {
  align-content: space-between; }

.uk-flex-wrap-around {
  align-content: space-around; }

/* Item ordering
 ========================================================================== */
/*
 * Default is 0
 */
.uk-flex-first {
  order: -1; }

.uk-flex-last {
  order: 99; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-flex-first\@s {
    order: -1; }
  .uk-flex-last\@s {
    order: 99; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-flex-first\@m {
    order: -1; }
  .uk-flex-last\@m {
    order: 99; } }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-flex-first\@l {
    order: -1; }
  .uk-flex-last\@l {
    order: 99; } }

/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-flex-first\@xl {
    order: -1; }
  .uk-flex-last\@xl {
    order: 99; } }

/* Item dimensions
 ========================================================================== */
/*
 * Initial: 0 1 auto
 * Content dimensions, but shrinks
 */
/*
 * No Flex: 0 0 auto
 * Content dimensions
 */
.uk-flex-none {
  flex: none; }

/*
 * Relative Flex: 1 1 auto
 * Space is allocated considering content
 */
.uk-flex-auto {
  flex: auto; }

/*
 * Absolute Flex: 1 1 0%
 * Space is allocated solely based on flex
 */
.uk-flex-1 {
  flex: 1; }

/* ========================================================================
   Component: Background
 ========================================================================== */
/* Color
 ========================================================================== */
.uk-background-default {
  background-color: #fff; }

.uk-background-muted {
  background-color: #f8f8f8; }

.uk-background-primary {
  background-color: #1e87f0; }

.uk-background-secondary {
  background-color: #222; }

/* Size
 ========================================================================== */
.uk-background-cover,
.uk-background-contain,
.uk-background-width-1-1,
.uk-background-height-1-1 {
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.uk-background-cover {
  background-size: cover; }

.uk-background-contain {
  background-size: contain; }

.uk-background-width-1-1 {
  background-size: 100%; }

.uk-background-height-1-1 {
  background-size: auto 100%; }

/* Position
 ========================================================================== */
.uk-background-top-left {
  background-position: 0 0; }

.uk-background-top-center {
  background-position: 50% 0; }

.uk-background-top-right {
  background-position: 100% 0; }

.uk-background-center-left {
  background-position: 0 50%; }

.uk-background-center-center {
  background-position: 50% 50%; }

.uk-background-center-right {
  background-position: 100% 50%; }

.uk-background-bottom-left {
  background-position: 0 100%; }

.uk-background-bottom-center {
  background-position: 50% 100%; }

.uk-background-bottom-right {
  background-position: 100% 100%; }

/* Repeat
 ========================================================================== */
.uk-background-norepeat {
  background-repeat: no-repeat; }

/* Attachment
 ========================================================================== */
/*
 * 1. Fix bug introduced in Chrome 67: the background image is not visible if any element on the page uses `translate3d`
 */
.uk-background-fixed {
  background-attachment: fixed;
  /* 1 */
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

/*
 * Exclude touch devices because `fixed` doesn't work on iOS and Android
 */
@media (pointer: coarse) {
  .uk-background-fixed {
    background-attachment: scroll; } }

/* Image
 ========================================================================== */
/* Phone portrait and smaller */
@media (max-width: 639px) {
  .uk-background-image\@s {
    background-image: none !important; } }

/* Phone landscape and smaller */
@media (max-width: 959px) {
  .uk-background-image\@m {
    background-image: none !important; } }

/* Tablet landscape and smaller */
@media (max-width: 1199px) {
  .uk-background-image\@l {
    background-image: none !important; } }

/* Desktop and smaller */
@media (max-width: 1599px) {
  .uk-background-image\@xl {
    background-image: none !important; } }

/* Blend modes
 ========================================================================== */
.uk-background-blend-multiply {
  background-blend-mode: multiply; }

.uk-background-blend-screen {
  background-blend-mode: screen; }

.uk-background-blend-overlay {
  background-blend-mode: overlay; }

.uk-background-blend-darken {
  background-blend-mode: darken; }

.uk-background-blend-lighten {
  background-blend-mode: lighten; }

.uk-background-blend-color-dodge {
  background-blend-mode: color-dodge; }

.uk-background-blend-color-burn {
  background-blend-mode: color-burn; }

.uk-background-blend-hard-light {
  background-blend-mode: hard-light; }

.uk-background-blend-soft-light {
  background-blend-mode: soft-light; }

.uk-background-blend-difference {
  background-blend-mode: difference; }

.uk-background-blend-exclusion {
  background-blend-mode: exclusion; }

.uk-background-blend-hue {
  background-blend-mode: hue; }

.uk-background-blend-saturation {
  background-blend-mode: saturation; }

.uk-background-blend-color {
  background-blend-mode: color; }

.uk-background-blend-luminosity {
  background-blend-mode: luminosity; }

/*
 * Plugin: Web Slide Navigation System
 * Demo Link: http://webslidemenu.uxwing.com/
 * Author: UXWing
 * License: http://codecanyon.net/licenses/standard
*/
/*--------------------------------------------------------------------------
[Table of contents]

01 Base CSS
02 Desktop CSS
03 Tab CSS
04 Mobile CSS
05 Additional Themes (Optionnal)
--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
|  02 Desktop CSS
--------------------------------------------------------------------------*/
.wsmobileheader {
  display: none; }

#overlapblackbg {
  display: none; }

.wsmenu-list > li {
  position: relative; }
  .wsmenu-list > li:hover .wsmenu-submenu {
    opacity: 1;
    display: block; }
  .wsmenu-list > li .wsmenu-submenu li > a > img {
    height: 30px;
    width: 30px; }
  .wsmenu-list > li .wsmenu-submenu li > a > span {
    font-weight: 600; }
  .wsmenu-list > li .wsmenu-submenu-sub {
    position: absolute;
    left: 100%;
    top: 0;
    opacity: 0; }
    .wsmenu-list > li .wsmenu-submenu-sub li:hover .wsmenu-submenu-sub-sub {
      position: absolute;
      left: 100%;
      top: 0;
      opacity: 1; }
  .wsmenu-list > li .wsmenu-submenu li:hover .wsmenu-submenu-sub {
    opacity: 1;
    display: block; }

.wsmenu-submenu {
  position: absolute;
  z-index: 1000;
  opacity: 0; }

.wsmenu-submenu li {
  position: relative;
  display: block; }

.wsmenu-click {
  display: none; }

.wsmenu-click02 {
  display: none; }

/*--------------------------------------------------------------------------
|  04 Mobile CSS
--------------------------------------------------------------------------*/
@media (max-width: 991.98px) {
  .wsoffcanvasopener .wsmenu .item-101 {
    margin-bottom: 30px; }
  .wsoffcanvasopener .wsmenu .btn-primary {
    text-align: center; }
  .wsoffcanvasopener .wsmenu .dropdown-menu, .wsoffcanvasopener .wsmenu .dropdown-item {
    padding-left: 0; }
  .wsoffcanvasopener .wsmenu .dropdown-menu {
    padding-right: 40px; }
  .wsoffcanvasopener .wsmenu .bg-gris-clair {
    background: none !important; }
  .wsoffcanvasopener .wsmenu {
    left: 0px;
    transition: all 0.4s ease-in-out;
    background-color: #fff; }
  .wsmenucontainer.wsoffcanvasopener {
    display: block;
    margin-left: 240px; }
  .wsmobileheader {
    display: block !important;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    transition: all 0.4s ease-in-out; }
  .wsmenu-list > li:hover > a {
    background-color: rgba(0, 0, 0, 0.08) !important;
    text-decoration: none; }
  .hometext {
    display: inline-block !important; }
  .megacollink {
    width: 96% !important;
    margin: 0% 2% !important; }
  .megacolimage {
    width: 90% !important;
    margin: 0% 5% !important; }
  .typographylinks {
    width: 98% !important;
    margin: 0% 1% !important; }
  .typographydiv {
    width: 86% !important;
    margin: 0% 7% !important; }
  .mainmapdiv {
    width: 90% !important;
    margin: 0% 5% !important; }
  #overlapblackbg {
    left: 0;
    z-index: 102;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.45);
    cursor: pointer; }
  .wsoffcanvasopener #overlapblackbg {
    display: block !important; }
  .wsmenu-list li:hover .wsmenu-submenu {
    display: none; }
  .wsmenu-list li:hover .wsmenu-submenu .wsmenu-submenu-sub {
    display: none; }
  .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub li:hover .wsmenu-submenu-sub-sub {
    display: none;
    list-style: none;
    padding: 2px;
    border: solid 1px #eeeeee;
    background-color: #fff; }
  .wsmenu-list li:first-child a {
    border-radius: 0px 0px 0px 0px; }
  .wsmenu-list li:last-child a {
    border-radius: 0px 0px 0px 0px;
    border-right: 0px solid; }
  .innerpnd {
    padding: 0px !important; }
  .typography-text {
    padding: 10px 0px; }
  .wsmenucontainer {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    transition: all 0.4s ease-in-out; }
  .wsmenu-click {
    height: 100%;
    position: absolute;
    top: 0;
    right: 10px;
    display: block;
    cursor: pointer;
    width: 40px; }
    .wsmenu-click::after {
      content: "";
      border: 0;
      width: 33px;
      height: 33px;
      background-image: url('data:image/svg+xml;utf8,%3csvg width="26" height="26" xmlns="http://www.w3.org/2000/svg"%3e%3cg fill="none" fill-rule="evenodd"%3e%3cpath d="M0 26V0h26v26z"/%3e%3cpath fill="%2374A52F" fill-rule="nonzero" d="m16.25 13-4.597 4.597-1.531-1.533L13.186 13l-3.064-3.064 1.531-1.533z"/%3e%3c/g%3e%3c/svg%3e');
      background-repeat: no-repeat;
      background-position: left top;
      background-size: 33px;
      transform: rotate(90deg);
      position: absolute;
      left: 45%;
      top: 0; }
  .wsmenu-click i {
    display: block;
    height: 100%;
    width: 25px;
    background-size: 25px;
    font-size: 21px;
    color: rgba(0, 0, 0, 0.25);
    float: right; }
  .wsmenu-click02 {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    cursor: pointer;
    width: 40px; }
    .wsmenu-click02::after {
      content: "";
      border-top: .4rem solid;
      border-right: .4rem solid transparent;
      border-bottom: 0;
      border-left: .4rem solid transparent;
      position: absolute;
      left: 45%;
      top: 15px; }
  .wsmenu-click02 i {
    display: block;
    height: 100%;
    width: 25px;
    background-size: 25px;
    font-size: 21px;
    color: rgba(0, 0, 0, 0.25);
    float: right; }
  .ws-activearrow > i {
    transform: rotate(180deg); }
  .wsmenu-rotate {
    transform: rotate(180deg); }
  .wsmenu-submenu-sub {
    width: 100% !important;
    position: static !important;
    left: 100% !important;
    top: 0 !important;
    display: none;
    margin: 0px !important;
    padding: 0px !important;
    border: solid 0px !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important; }
  .wsmenu-submenu-sub li {
    margin: 0px 0px 0px 0px !important;
    padding: 0px;
    position: relative; }
  .wsmenu-submenu-sub a {
    display: block;
    padding: 10px 25px 10px 25px;
    border-bottom: solid 1px #495057;
    font-weight: normal; }
  .wsmenu-submenu-sub li a.active {
    color: #000 !important; }
  .wsmenu-submenu-sub li:hover > a {
    background-color: #333333 !important;
    color: #fff; }
  .wsmenu-list > li > a .fa {
    margin-right: 6px; }
  .wsmenu-submenu-sub-sub {
    width: 100% !important;
    position: static !important;
    left: 100% !important;
    top: 0 !important;
    display: none;
    margin: 0px !important;
    padding: 0px !important;
    border: solid 0px !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important; }
  .wsmenu-submenu-sub-sub li {
    margin: 0px 0px 0px 0px !important; }
  .wsmenu-submenu-sub-sub a {
    display: block;
    color: #000;
    padding: 10px 25px;
    background: #000 !important;
    border-bottom: solid 1px #495057;
    font-weight: normal; }
  .wsmenu-submenu-sub-sub li a.active {
    color: #000 !important; }
  .wsmenu-submenu-sub-sub li:hover > a {
    background-color: #606060 !important;
    color: #fff; }
  .wsmenu {
    position: relative;
    background-color: #fff !important; }
  .wsmenu .wsmenu-list {
    height: 100%;
    overflow-y: auto;
    display: block !important;
    padding: 20px; }
    .wsmenu .wsmenu-list .nav-link {
      padding-left: 0;
      margin: 10px 0; }
  .wsmenu .wsmenu-list > li {
    width: 100%;
    display: block;
    float: none;
    border-right: none;
    background-color: transparent;
    position: relative;
    white-space: inherit; }
  .wsmenu .wsmenu-list li a .arrow:after {
    display: none !important; }
  .wsmenu .wsmenu-list li ul li a .fa.fa-caret-right {
    font-size: 12px !important;
    color: #495057; }
  .mobile-sub .wsmenu-submenu {
    transform: none !important;
    opacity: 1 !important;
    display: none;
    position: relative !important;
    top: 0px;
    visibility: visible !important; }
  .mobile-sub .wsmenu-submenu li a {
    line-height: 20px;
    height: 36px;
    background-color: #fff !important;
    font-size: 1.6rem;
    padding: 8px 0px 8px 18px;
    color: #495057; }
  .mobile-sub .wsmenu-submenu li a:hover {
    background-color: #fff !important;
    color: #6c757d;
    text-decoration: underline; }
  .mobile-sub .wsmenu-submenu li:hover > a {
    background-color: #fff !important;
    color: #6c757d; }
  .mobile-sub .wsmenu-submenu li .wsmenu-submenu-sub li a {
    line-height: 20px;
    height: 36px;
    background-color: #fff !important;
    border-bottom: none;
    padding-left: 28px; }
  .mobile-sub .wsmenu-submenu li .wsmenu-submenu-sub li .wsmenu-submenu-sub-sub li a {
    line-height: 20px;
    height: 36px;
    background-color: #fff !important;
    border-bottom: none !important;
    padding-left: 38px;
    color: #495057; }
  .wsmenu-list .megamenu {
    background-color: #fff;
    color: #6c757d;
    display: none;
    position: relative !important;
    top: 0px;
    padding: 0px;
    border: solid 0px;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important; }
  .wsmenu-list li:hover .megamenu {
    display: none;
    position: relative !important;
    top: 0px; }
  .wsmenu {
    width: 100%;
    left: -2040px;
    height: 100%;
    position: fixed;
    top: 0;
    margin: 0;
    border-radius: 0px;
    z-index: 103;
    transition: all 0.4s ease-in-out;
    border: none !important;
    background-color: #fff; }
  .animated-arrow {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 402;
    transition: all 0.4s ease-in-out; }
  .logo {
    margin-left: 33%;
    display: table; }
  .boutique {
    position: fixed;
    right: 15px;
    top: 10px; }
  .wsoffcanvasopener .animated-arrow {
    width: 40px; }
  .animated-arrow {
    cursor: pointer;
    padding: 22px;
    border-radius: 2px;
    margin: 10px 0 0 15px;
    background-color: #74A52F; }
    .animated-arrow:before {
      content: 'Menu';
      display: block;
      position: absolute;
      left: 50px;
      top: 8px;
      color: #191919; }
  .animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
    cursor: pointer;
    height: 3px;
    background: #fff;
    position: absolute;
    display: block;
    content: ''; }
  .animated-arrow span {
    left: 10px;
    top: 21px;
    width: 25px; }
  .animated-arrow span:before, .animated-arrow span:after {
    left: 4px;
    width: 17px; }
  .animated-arrow span:before {
    top: -10px; }
  .animated-arrow span:after {
    bottom: -10px; }
  .animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
    transition: all 500ms ease-in-out; }
  .wsoffcanvasopener .animated-arrow span {
    background-color: transparent;
    left: 9px;
    top: 14px; }
  .wsoffcanvasopener .animated-arrow span:before, .wsoffcanvasopener .animated-arrow span:after {
    top: 7px;
    width: 20px; }
  .wsoffcanvasopener .animated-arrow {
    left: auto;
    right: 15px; }
    .wsoffcanvasopener .animated-arrow:before {
      content: 'Fermer';
      display: block;
      position: absolute;
      left: -70px;
      top: 8px;
      font-weight: 700;
      color: #191919; }
  .wsoffcanvasopener .animated-arrow span:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    bottom: 0px; }
  .wsoffcanvasopener .animated-arrow span:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  .wsmenu-list li > .wsmenu-submenu {
    transform: none !important;
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    visibility: visible !important; }
  .wsmenu-list li:hover > .wsmenu-submenu {
    transform: none !important;
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    visibility: visible !important; }
  .wsmenu-submenu li > .wsmenu-submenu-sub {
    transform: none !important;
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    visibility: visible !important; }
  .wsmenu-submenu li:hover > .wsmenu-submenu-sub {
    transform: none !important;
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    visibility: visible !important;
    opacity: 1 !important; }
  .wsmenu-submenu-sub li > .wsmenu-submenu-sub-sub {
    transform: none !important;
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    visibility: visible !important;
    opacity: 1 !important; }
  .wsmenu-submenu-sub li:hover > .wsmenu-submenu-sub-sub {
    transform: none !important;
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    visibility: visible !important;
    opacity: 1 !important; } }

/* déclaration d'une fonction

@mixin truc($variable){
	color:$variable;
}

////* appel de la fonction

.class{
	@include truc(#000);
}

/* déclaration d'une procédure

%ma-fonction{
	color:#000;
}

////* appel de la procédure

.class{
	@extend %ma-fonction;
	border:0;
}


// fonctions déjà existantes
 
 - lighten($color, $amount) : Makes a color lighter.
 - darken($color, $amount) : Makes a color darker.
 - saturate($color, $amount) : Makes a color more saturated.
 - desaturate($color, $amount) : Makes a color less saturated.
 
Le tout sur ce site : http://sass-lang.com/documentation/Sass/Script/Functions.html
 
*/
/* ========= mixin ico utilisé pour faire fonctionner l'icons generated dans le 4
*/
/* ========= appel des fonts
*/
/* =======

  css à placer sur les balises html générale avant de rentrer dans le détail du dossier 5.layout et 6.blocs

======= */
html {
  font-size: .625rem; }

body {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #777777; }

.body {
  overflow: hidden; }

.surligne-vert {
  position: relative;
  display: inline-block;
  z-index: 1; }
  .surligne-vert:before {
    content: "";
    background-color: #74A52F;
    height: 20px;
    width: 105%;
    position: absolute;
    left: -5px;
    top: 60%;
    z-index: -1;
    opacity: 0.6;
    border-radius: 2px; }
    @media (max-width: 767.98px) {
      .surligne-vert:before {
        width: 103%;
        height: 15px;
        left: -2px;
        top: 50%; } }

.surligne-blanc {
  position: relative;
  display: inline-block;
  z-index: 1; }
  .surligne-blanc:before {
    content: "";
    background-color: white;
    height: 20px;
    width: 105%;
    position: absolute;
    left: -5px;
    top: 60%;
    z-index: -1;
    opacity: 0.2;
    border-radius: 2px; }
    @media (max-width: 767.98px) {
      .surligne-blanc:before {
        height: 15px;
        width: 103%;
        left: -2px;
        top: 55%; } }

sup {
  font-size: 60%; }

.invalid {
  color: #dc3545;
  font-weight: bold; }

input.invalid {
  border: 1px solid #dc3545; }

a {
  text-decoration: none; }

.wh-30 {
  width: 30px;
  height: 30px; }

.w-115 {
  width: 115px; }

.bg-offre {
  left: -23%;
  top: 45%; }
  @media (max-width: 991.98px) {
    .bg-offre {
      display: none; } }

.bg-rond-cestquoi {
  left: -1px;
  z-index: 0;
  top: 125px; }
  @media (max-width: 767.98px) {
    .bg-rond-cestquoi {
      left: -130px;
      z-index: 0;
      top: 95px; }
      .bg-rond-cestquoi svg {
        height: 300px !important;
        width: 300px !important; } }

.bg-rond-bandeau {
  right: -350px;
  z-index: 0;
  top: 10px; }
  .bg-rond-bandeau svg {
    transform: rotate(-90deg);
    opacity: 0.25; }

.bg-rond-installation {
  right: -80px;
  z-index: 3;
  top: 40px; }
  @media (max-width: 1199.98px) {
    .bg-rond-installation {
      right: -135px;
      top: 0px; } }
  @media (max-width: 991.98px) {
    .bg-rond-installation {
      right: -165 px;
      top: 130px; } }
  @media (max-width: 767.98px) {
    .bg-rond-installation {
      right: -220px;
      top: 260px; } }
  .bg-rond-installation svg {
    transform: rotate(-90deg); }

.bg-rond-cestou {
  left: 465px;
  top: 110px;
  z-index: 0; }

@media (max-width: 767.98px) {
  .footer > ul > li {
    width: 100%;
    margin-top: 40px; } }

.footer > ul > li span {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  color: white; }

.footer > ul > li .image-title {
  font-weight: initial;
  font-size: 16px !important; }

.footer > ul > li ul {
  padding-top: 25px;
  padding-left: 0;
  text-decoration: none; }
  .footer > ul > li ul li {
    list-style-type: none;
    margin-bottom: 10px; }
    @media (max-width: 767.98px) {
      .footer > ul > li ul li {
        margin-bottom: 20px; } }
    .footer > ul > li ul li a {
      color: white;
      font-size: 16px;
      letter-spacing: 0;
      line-height: 26px;
      font-family: "Raleway", sans-serif; }
      .footer > ul > li ul li a:hover {
        color: #74A52F; }
  .footer > ul > li ul li.active a {
    color: #74A52F; }

.menu-rgpd {
  padding-bottom: 50px; }
  .menu-rgpd ul li {
    margin: 0 !important;
    background-image: none !important; }
    .menu-rgpd ul li a {
      color: white;
      font-size: 14px;
      letter-spacing: 0;
      line-height: 26px;
      font-family: "Raleway", sans-serif;
      padding: 0 !important;
      margin: 0 !important; }
    .menu-rgpd ul li:hover {
      color: #74A52F !important; }
    .menu-rgpd ul li:last-child {
      margin: 0; }
      .menu-rgpd ul li:last-child a {
        color: white;
        border: none;
        background-color: transparent !important;
        padding: 0 !important;
        margin-left: 35px !important; }
  .menu-rgpd .nav-link:hover, .menu-rgpd .nav-link:focus {
    color: #74A52F; }

.bandeau {
  height: 810px; }
  @media (min-width: 1400px) {
    .bandeau {
      width: 1480px; } }
  @media (max-width: 1199.98px) {
    .bandeau {
      height: 412px; } }
  @media (max-width: 767.98px) {
    .bandeau {
      height: 610px;
      border-radius: 0 !important; } }

@media (max-width: 991.98px) {
  .b-menutop {
    height: 55px; } }

@media (max-width: 767.98px) {
  .b-menutop {
    height: 60px; } }

.b-bandeau {
  top: -80px; }
  @media (max-width: 1199.98px) {
    .b-bandeau {
      top: 0;
      width: 100%; } }
  @media (max-width: 767.98px) {
    .b-bandeau {
      top: -60px; } }
  @media (min-width: 991px) and (max-width: 1195px) {
    .b-bandeau {
      top: 0; }
      .b-bandeau .bandeau {
        height: 740px; } }

.height-730 {
  height: 730px; }
  @media (max-width: 1199.98px) {
    .height-730 {
      height: 740px; } }
  @media (max-width: 991.98px) {
    .height-730 {
      height: 413px; } }
  @media (max-width: 767.98px) {
    .height-730 {
      height: 550px; } }

li .uk-accordion-title {
  color: #191919 !important;
  letter-spacing: 0;
  line-height: 26px; }

li .uk-accordion-title::after {
  width: 24px;
  height: 24px;
  background-image: url(../../src/images/plus.svg);
  content: "";
  background-repeat: no-repeat;
  transition: transform 0.2s ease-in-out;
  right: -5px;
  top: 0;
  position: absolute; }

li.uk-open .uk-accordion-title::after {
  width: 24px;
  height: 24px;
  background-image: url(../../src/images/moins.svg);
  content: "";
  background-repeat: no-repeat;
  transition: transform 0.2s ease-in-out;
  right: -5px;
  top: 0;
  position: absolute; }

.map {
  width: 100%;
  height: 350px; }
  @media (max-width: 767.98px) {
    .map {
      height: 190px;
      width: 350px; } }

.video-mea-realisation {
  width: 100%;
  height: 335px;
  border-radius: 4px; }
  @media (max-width: 1199.98px) {
    .video-mea-realisation {
      width: 388px;
      height: 255px; } }
  @media (max-width: 991.98px) {
    .video-mea-realisation {
      width: 100%;
      height: 270px; } }
  @media (max-width: 767.98px) {
    .video-mea-realisation {
      width: 100%;
      height: 215px; } }
  @media (max-width: 1200px) and (min-width: 1200px) {
    .video-mea-realisation {
      width: 488px;
      height: 275px; } }

.uk-sticky-below .b-menutop {
  padding-top: 0px; }
  .uk-sticky-below .b-menutop .nav {
    padding-top: 0 !important; }

.control-label {
  font-weight: 700; }

@media (max-width: 767.98px) {
  .youtube_player {
    width: 100%;
    height: 100%; } }

@media (max-width: 575.98px) {
  iframe {
    height: 100%;
    width: 90%; } }

img,
svg {
  max-width: 100%; }

a img {
  border: 0; }

a:hover img, a:focus img, a:active img {
  opacity: 0.8; }

.height-50 {
  height: 50px; }
  @media (max-width: 767.98px) {
    .height-50 {
      height: 29px; } }

.width-20 {
  width: 30px; }

@media (max-width: 767.98px) {
  .b-partenaires img {
    height: 40px; } }

[class^="ico-"],
[class*=" ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: icons, sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1.5;
  color: inherit;
  text-transform: none;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  [class^="ico-"]::before,
  [class*=" ico-"]::before {
    display: inline-block;
    font-family: icons, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
    text-decoration: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  [class^="ico-"]:hover,
  [class*=" ico-"]:hover {
    text-decoration: none; }

@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot");
  src: url("../fonts/icons.eot?#iefix") format("eot"), url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.svg#icons") format("svg"); }

.ico:before {
  font-family: "icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
  text-decoration: none;
  text-transform: none; }

.ico-arrow-arianne:before {
  content: "\E001"; }

.ico-arrow-left:before {
  content: "\E002"; }

.ico-arrow-right:before {
  content: "\E003"; }

.ico-bg-interne:before {
  content: "\E004"; }

.ico-bg-line-round-vert:before {
  content: "\E005"; }

.ico-bg-line-round:before {
  content: "\E006"; }

.ico-bg-oval:before {
  content: "\E007"; }

.ico-circle-top-intro-interne:before {
  content: "\E008"; }

.ico-eclair:before {
  content: "\E009"; }

.ico-home-arianne:before {
  content: "\E00A"; }

.ico-line-round-white:before {
  content: "\E00B"; }

.ico-localisation:before {
  content: "\E00C"; }

.ico-logo-skazy:before {
  content: "\E00D"; }

.ico-plus:before {
  content: "\E00E"; }

.ico-projet-qui:before {
  content: "\E00F"; }

.ico-solar-quoi:before {
  content: "\E010"; }

.ico-st-boutique-white:before {
  content: "\E011"; }

.ico-st-boutique:before {
  content: "\E012"; }

.ico-st-enphase:before {
  content: "\E013"; }

h1, .h1, .h1 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 4.5rem;
  color: #74A52F; }

h2, .h2, .h2 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  color: #74A52F; }

h3, .h3, .h3 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: #191919; }

h4, .h4, .h4 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #191919;
  letter-spacing: 0;
  line-height: 30px; }

h5, .h5, .h5 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #191919; }

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

.card-ul-child .card-body ul {
  margin: 5px 0 0;
  padding-left: 15px; }
  .card-ul-child .card-body ul li {
    margin: 10px 0 0;
    position: relative; }
    .card-ul-child .card-body ul li:before {
      content: '';
      width: 6px;
      height: 6px;
      position: absolute;
      left: -15px;
      top: 9px;
      background-color: #74A52F;
      border-radius: 10px; }

#userForm {
  background-color: #fff;
  border-radius: 1.2rem;
  margin-bottom: 3rem; }

.form-row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
  padding: 0 1rem;
  margin: 0 -2rem; }
  .form-row > div {
    padding: 0 1rem; }
    .form-row > div label {
      margin: 1rem 0; }

.form-check-label {
  font-size: 14px; }

@media (max-width: 767.98px) {
  .rsform-block-envoyer .formControls {
    text-align: center; } }

.rsform-thankyou-button {
  margin-bottom: 15px !important; }

.btn-back-to-top {
  bottom: 15%;
  right: 20px; }

.btn-primary {
  color: white;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  padding: 14px 33px;
  border-radius: 2px; }
  .btn-primary:hover {
    color: white !important; }

.btn-secondaire {
  color: #191919;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  margin-right: 10px; }
  .btn-secondaire:after {
    background-image: url("/dist/images/ico-arrow-right.svg");
    transform: rotate(180deg); }

.btn-parici {
  font-size: 15px;
  color: #191919;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px; }
  .btn-parici:after {
    background-image: url("/dist/images/ico-arrow-right.svg");
    transform: rotate(180deg); }

.btn-savoirplus {
  border-radius: 2px;
  background-color: #1A2E4B;
  box-shadow: 0 10px 30px 0 #24417B;
  color: white;
  font-weight: 500;
  line-height: 20px;
  font-size: 15px; }
  @media (max-width: 767.98px) {
    .btn-savoirplus {
      padding: 13px 100px 13px 65px !important; } }

@media (max-width: 767.98px) {
  .btn-realisation {
    width: 100%;
    z-index: 2; } }

.breadcrumb {
  display: inline-flex; }
  .breadcrumb li {
    justify-content: start;
    display: flex; }
  @media (max-width: 767.98px) {
    .breadcrumb {
      flex-wrap: nowrap; }
      .breadcrumb li {
        justify-content: start;
        display: flex;
        align-items: center; }
      .breadcrumb li:last-child {
        width: 67%;
        line-height: 15px;
        align-self: center; } }

@media (max-width: 767.98px) {
  .breadcrumb-item > a, .breadcrumb-item > span {
    font-size: 12px; } }

.breadcrumb-item > a > span {
  color: #C1DE97; }

.breadcrumb-item.active {
  color: white; }

.breadcrumb-item + .breadcrumb-item::before {
  color: #C1DE97;
  content: url(../../src/svg/arrow-arianne.svg);
  margin: 0; }

.bg-donuts {
  background-image: url(../images/donut.svg);
  background-repeat: no-repeat;
  background-position: top right; }

.bg-realisation {
  background: url(../images/bg-realisation.png) no-repeat bottom right; }

/*
  Bootstrap a déjà créé ces class :

  - fw-bold // 700
  - fw-bolder / bolder
  - fw-normal // 400
  - fw-light // 300
  - fw-lighter // lighter
  - fst-italic // font-style italic
  - fst-normal // font-style normal
 */
.fw-semi-bold {
  font-weight: 600; }

.fw-medium {
  font-weight: 500; }

.rounded-ovale {
  border-radius: 61% 39% 50% 50% / 60% 42% 58% 40%; }

.rounded {
  border-radius: 1.2rem; }

.rounded-top {
  border-top-left-radius: 1.2rem;
  border-top-right-radius: 1.2rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.rounded-right {
  border-top-right-radius: 1.2rem;
  border-bottom-right-radius: 1.2rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.rounded-bottom {
  border-bottom-right-radius: 1.2rem;
  border-bottom-left-radius: 1.2rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.rounded-left {
  border-top-left-radius: 1.2rem;
  border-bottom-left-radius: 1.2rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

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

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

@media (min-width: 576px) {
  .rounded-sm {
    border-radius: 1.2rem; }
  .rounded-sm-top {
    border-top-left-radius: 1.2rem;
    border-top-right-radius: 1.2rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .rounded-sm-right {
    border-top-right-radius: 1.2rem;
    border-bottom-right-radius: 1.2rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .rounded-sm-bottom {
    border-bottom-right-radius: 1.2rem;
    border-bottom-left-radius: 1.2rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .rounded-sm-left {
    border-top-left-radius: 1.2rem;
    border-bottom-left-radius: 1.2rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .rounded-sm-circle {
    border-radius: 50%; }
  .rounded-sm-0 {
    border-radius: 0; } }

@media (min-width: 768px) {
  .rounded-md {
    border-radius: 1.2rem; }
  .rounded-md-top {
    border-top-left-radius: 1.2rem;
    border-top-right-radius: 1.2rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .rounded-md-right {
    border-top-right-radius: 1.2rem;
    border-bottom-right-radius: 1.2rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .rounded-md-bottom {
    border-bottom-right-radius: 1.2rem;
    border-bottom-left-radius: 1.2rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .rounded-md-left {
    border-top-left-radius: 1.2rem;
    border-bottom-left-radius: 1.2rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .rounded-md-circle {
    border-radius: 50%; }
  .rounded-md-0 {
    border-radius: 0; } }

@media (min-width: 992px) {
  .rounded-lg {
    border-radius: 1.2rem; }
  .rounded-lg-top {
    border-top-left-radius: 1.2rem;
    border-top-right-radius: 1.2rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .rounded-lg-right {
    border-top-right-radius: 1.2rem;
    border-bottom-right-radius: 1.2rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .rounded-lg-bottom {
    border-bottom-right-radius: 1.2rem;
    border-bottom-left-radius: 1.2rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .rounded-lg-left {
    border-top-left-radius: 1.2rem;
    border-bottom-left-radius: 1.2rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .rounded-lg-circle {
    border-radius: 50%; }
  .rounded-lg-0 {
    border-radius: 0; } }

@media (min-width: 1200px) {
  .rounded-xl {
    border-radius: 1.2rem; }
  .rounded-xl-top {
    border-top-left-radius: 1.2rem;
    border-top-right-radius: 1.2rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .rounded-xl-right {
    border-top-right-radius: 1.2rem;
    border-bottom-right-radius: 1.2rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .rounded-xl-bottom {
    border-bottom-right-radius: 1.2rem;
    border-bottom-left-radius: 1.2rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .rounded-xl-left {
    border-top-left-radius: 1.2rem;
    border-bottom-left-radius: 1.2rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .rounded-xl-circle {
    border-radius: 50%; }
  .rounded-xl-0 {
    border-radius: 0; } }

@media (min-width: 1400px) {
  .rounded-xxl {
    border-radius: 1.2rem; }
  .rounded-xxl-top {
    border-top-left-radius: 1.2rem;
    border-top-right-radius: 1.2rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .rounded-xxl-right {
    border-top-right-radius: 1.2rem;
    border-bottom-right-radius: 1.2rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .rounded-xxl-bottom {
    border-bottom-right-radius: 1.2rem;
    border-bottom-left-radius: 1.2rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .rounded-xxl-left {
    border-top-left-radius: 1.2rem;
    border-bottom-left-radius: 1.2rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .rounded-xxl-circle {
    border-radius: 50%; }
  .rounded-xxl-0 {
    border-radius: 0; } }

/* ====================== Le responsive du vw-full de mobil vers desktop (vw-sm-full etc...)
 */
.vw--full {
  margin-left: -50vw;
  margin-right: -50vw;
  clear: both;
  position: relative;
  right: 50%;
  left: 50%;
  width: 100vw; }

@media (min-width: 576px) {
  .vw--sm-full {
    margin-left: -50vw;
    margin-right: -50vw;
    clear: both;
    position: relative;
    right: 50%;
    left: 50%;
    width: 100vw; } }

@media (min-width: 768px) {
  .vw--md-full {
    margin-left: -50vw;
    margin-right: -50vw;
    clear: both;
    position: relative;
    right: 50%;
    left: 50%;
    width: 100vw; } }

@media (min-width: 992px) {
  .vw--lg-full {
    margin-left: -50vw;
    margin-right: -50vw;
    clear: both;
    position: relative;
    right: 50%;
    left: 50%;
    width: 100vw; } }

@media (min-width: 1200px) {
  .vw--xl-full {
    margin-left: -50vw;
    margin-right: -50vw;
    clear: both;
    position: relative;
    right: 50%;
    left: 50%;
    width: 100vw; } }

@media (min-width: 1400px) {
  .vw--xxl-full {
    margin-left: -50vw;
    margin-right: -50vw;
    clear: both;
    position: relative;
    right: 50%;
    left: 50%;
    width: 100vw; } }

@media (max-width: 767.98px) {
  .vw-full {
    margin-left: -50vw;
    margin-right: -50vw;
    clear: both;
    position: relative;
    right: 50%;
    left: 50%;
    width: 100vw; } }

.mt-10 {
  margin-top: 10px; }

.mb-10 {
  margin-bottom: 10px; }

.me-10 {
  margin-right: 10px; }

.ms-10 {
  margin-left: 10px; }

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.mx-10 {
  margin-left: 10px;
  margin-right: 10px; }

.pt-10 {
  padding-top: 10px; }

.pb-10 {
  padding-bottom: 10px; }

.pe-10 {
  padding-right: 10px; }

.ps-10 {
  padding-left: 10px; }

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.px-10 {
  padding-left: 10px;
  padding-right: 10px; }

@media (min-width: 576px) {
  .mt-sm-10 {
    margin-top: 10px !important; } }

@media (min-width: 576px) {
  .mb-sm-10 {
    margin-bottom: 10px !important; } }

@media (min-width: 576px) {
  .me-sm-10 {
    margin-right: 10px !important; } }

@media (min-width: 576px) {
  .ms-sm-10 {
    margin-left: 10px !important; } }

@media (min-width: 576px) {
  .my-sm-10 {
    margin-top: 10px;
    margin-bottom: 10px !important; } }

@media (min-width: 576px) {
  .mx-sm-10 {
    margin-left: 10px !important;
    margin-right: 10px !important; } }

@media (min-width: 576px) {
  .pt-sm-10 {
    padding-top: 10px !important; } }

@media (min-width: 576px) {
  .pb-sm-10 {
    padding-bottom: 10px !important; } }

@media (min-width: 576px) {
  .pe-sm-10 {
    padding-right: 10px !important; } }

@media (min-width: 576px) {
  .ps-sm-10 {
    padding-left: 10px !important; } }

@media (min-width: 576px) {
  .py-sm-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; } }

@media (min-width: 576px) {
  .px-sm-10 {
    padding-left: 10px !important;
    padding-right: 10px !important; } }

@media (min-width: 768px) {
  .pt-md-10 {
    padding-top: 10px !important; } }

@media (min-width: 768px) {
  .pb-md-10 {
    padding-bottom: 10px !important; } }

@media (min-width: 768px) {
  .pe-md-10 {
    padding-right: 10px !important; } }

@media (min-width: 768px) {
  .ps-md-10 {
    padding-left: 10px !important; } }

@media (min-width: 768px) {
  .py-md-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; } }

@media (min-width: 768px) {
  .px-md-10 {
    padding-left: 10px !important;
    padding-right: 10px !important; } }

@media (min-width: 992px) {
  .mt-lg-10 {
    margin-top: 10px !important; } }

@media (min-width: 992px) {
  .mb-lg-10 {
    margin-bottom: 10px !important; } }

@media (min-width: 992px) {
  .me-lg-10 {
    margin-right: 10px !important; } }

@media (min-width: 992px) {
  .ms-lg-10 {
    margin-left: 10px !important; } }

@media (min-width: 992px) {
  .my-lg-10 {
    margin-top: 10px;
    margin-bottom: 10px !important; } }

@media (min-width: 992px) {
  .mx-lg-10 {
    margin-left: 10px !important;
    margin-right: 10px !important; } }

@media (min-width: 992px) {
  .pt-lg-10 {
    padding-top: 10px !important; } }

@media (min-width: 992px) {
  .pb-lg-10 {
    padding-bottom: 10px !important; } }

@media (min-width: 992px) {
  .pe-lg-10 {
    padding-right: 10px !important; } }

@media (min-width: 992px) {
  .ps-lg-10 {
    padding-left: 10px !important; } }

@media (min-width: 992px) {
  .py-lg-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; } }

@media (min-width: 992px) {
  .px-lg-10 {
    padding-left: 10px !important;
    padding-right: 10px !important; } }

.mt-15 {
  margin-top: 15px; }

.mb-15 {
  margin-bottom: 15px; }

.me-15 {
  margin-right: 15px; }

.ms-15 {
  margin-left: 15px; }

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px; }

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

.pt-15 {
  padding-top: 15px; }

.pb-15 {
  padding-bottom: 15px; }

.pe-15 {
  padding-right: 15px; }

.ps-15 {
  padding-left: 15px; }

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.px-15 {
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 576px) {
  .mt-sm-15 {
    margin-top: 15px !important; } }

@media (min-width: 576px) {
  .mb-sm-15 {
    margin-bottom: 15px !important; } }

@media (min-width: 576px) {
  .me-sm-15 {
    margin-right: 15px !important; } }

@media (min-width: 576px) {
  .ms-sm-15 {
    margin-left: 15px !important; } }

@media (min-width: 576px) {
  .my-sm-15 {
    margin-top: 15px;
    margin-bottom: 15px !important; } }

@media (min-width: 576px) {
  .mx-sm-15 {
    margin-left: 15px !important;
    margin-right: 15px !important; } }

@media (min-width: 576px) {
  .pt-sm-15 {
    padding-top: 15px !important; } }

@media (min-width: 576px) {
  .pb-sm-15 {
    padding-bottom: 15px !important; } }

@media (min-width: 576px) {
  .pe-sm-15 {
    padding-right: 15px !important; } }

@media (min-width: 576px) {
  .ps-sm-15 {
    padding-left: 15px !important; } }

@media (min-width: 576px) {
  .py-sm-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; } }

@media (min-width: 576px) {
  .px-sm-15 {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

@media (min-width: 768px) {
  .pt-md-15 {
    padding-top: 15px !important; } }

@media (min-width: 768px) {
  .pb-md-15 {
    padding-bottom: 15px !important; } }

@media (min-width: 768px) {
  .pe-md-15 {
    padding-right: 15px !important; } }

@media (min-width: 768px) {
  .ps-md-15 {
    padding-left: 15px !important; } }

@media (min-width: 768px) {
  .py-md-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; } }

@media (min-width: 768px) {
  .px-md-15 {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

@media (min-width: 992px) {
  .mt-lg-15 {
    margin-top: 15px !important; } }

@media (min-width: 992px) {
  .mb-lg-15 {
    margin-bottom: 15px !important; } }

@media (min-width: 992px) {
  .me-lg-15 {
    margin-right: 15px !important; } }

@media (min-width: 992px) {
  .ms-lg-15 {
    margin-left: 15px !important; } }

@media (min-width: 992px) {
  .my-lg-15 {
    margin-top: 15px;
    margin-bottom: 15px !important; } }

@media (min-width: 992px) {
  .mx-lg-15 {
    margin-left: 15px !important;
    margin-right: 15px !important; } }

@media (min-width: 992px) {
  .pt-lg-15 {
    padding-top: 15px !important; } }

@media (min-width: 992px) {
  .pb-lg-15 {
    padding-bottom: 15px !important; } }

@media (min-width: 992px) {
  .pe-lg-15 {
    padding-right: 15px !important; } }

@media (min-width: 992px) {
  .ps-lg-15 {
    padding-left: 15px !important; } }

@media (min-width: 992px) {
  .py-lg-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; } }

@media (min-width: 992px) {
  .px-lg-15 {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

.mt-20 {
  margin-top: 20px; }

.mb-20 {
  margin-bottom: 20px; }

.me-20 {
  margin-right: 20px; }

.ms-20 {
  margin-left: 20px; }

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.mx-20 {
  margin-left: 20px;
  margin-right: 20px; }

.pt-20 {
  padding-top: 20px; }

.pb-20 {
  padding-bottom: 20px; }

.pe-20 {
  padding-right: 20px; }

.ps-20 {
  padding-left: 20px; }

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.px-20 {
  padding-left: 20px;
  padding-right: 20px; }

@media (min-width: 576px) {
  .mt-sm-20 {
    margin-top: 20px !important; } }

@media (min-width: 576px) {
  .mb-sm-20 {
    margin-bottom: 20px !important; } }

@media (min-width: 576px) {
  .me-sm-20 {
    margin-right: 20px !important; } }

@media (min-width: 576px) {
  .ms-sm-20 {
    margin-left: 20px !important; } }

@media (min-width: 576px) {
  .my-sm-20 {
    margin-top: 20px;
    margin-bottom: 20px !important; } }

@media (min-width: 576px) {
  .mx-sm-20 {
    margin-left: 20px !important;
    margin-right: 20px !important; } }

@media (min-width: 576px) {
  .pt-sm-20 {
    padding-top: 20px !important; } }

@media (min-width: 576px) {
  .pb-sm-20 {
    padding-bottom: 20px !important; } }

@media (min-width: 576px) {
  .pe-sm-20 {
    padding-right: 20px !important; } }

@media (min-width: 576px) {
  .ps-sm-20 {
    padding-left: 20px !important; } }

@media (min-width: 576px) {
  .py-sm-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; } }

@media (min-width: 576px) {
  .px-sm-20 {
    padding-left: 20px !important;
    padding-right: 20px !important; } }

@media (min-width: 768px) {
  .pt-md-20 {
    padding-top: 20px !important; } }

@media (min-width: 768px) {
  .pb-md-20 {
    padding-bottom: 20px !important; } }

@media (min-width: 768px) {
  .pe-md-20 {
    padding-right: 20px !important; } }

@media (min-width: 768px) {
  .ps-md-20 {
    padding-left: 20px !important; } }

@media (min-width: 768px) {
  .py-md-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; } }

@media (min-width: 768px) {
  .px-md-20 {
    padding-left: 20px !important;
    padding-right: 20px !important; } }

@media (min-width: 992px) {
  .mt-lg-20 {
    margin-top: 20px !important; } }

@media (min-width: 992px) {
  .mb-lg-20 {
    margin-bottom: 20px !important; } }

@media (min-width: 992px) {
  .me-lg-20 {
    margin-right: 20px !important; } }

@media (min-width: 992px) {
  .ms-lg-20 {
    margin-left: 20px !important; } }

@media (min-width: 992px) {
  .my-lg-20 {
    margin-top: 20px;
    margin-bottom: 20px !important; } }

@media (min-width: 992px) {
  .mx-lg-20 {
    margin-left: 20px !important;
    margin-right: 20px !important; } }

@media (min-width: 992px) {
  .pt-lg-20 {
    padding-top: 20px !important; } }

@media (min-width: 992px) {
  .pb-lg-20 {
    padding-bottom: 20px !important; } }

@media (min-width: 992px) {
  .pe-lg-20 {
    padding-right: 20px !important; } }

@media (min-width: 992px) {
  .ps-lg-20 {
    padding-left: 20px !important; } }

@media (min-width: 992px) {
  .py-lg-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; } }

@media (min-width: 992px) {
  .px-lg-20 {
    padding-left: 20px !important;
    padding-right: 20px !important; } }

.mt-25 {
  margin-top: 25px; }

.mb-25 {
  margin-bottom: 25px; }

.me-25 {
  margin-right: 25px; }

.ms-25 {
  margin-left: 25px; }

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px; }

.mx-25 {
  margin-left: 25px;
  margin-right: 25px; }

.pt-25 {
  padding-top: 25px; }

.pb-25 {
  padding-bottom: 25px; }

.pe-25 {
  padding-right: 25px; }

.ps-25 {
  padding-left: 25px; }

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px; }

.px-25 {
  padding-left: 25px;
  padding-right: 25px; }

@media (min-width: 576px) {
  .mt-sm-25 {
    margin-top: 25px !important; } }

@media (min-width: 576px) {
  .mb-sm-25 {
    margin-bottom: 25px !important; } }

@media (min-width: 576px) {
  .me-sm-25 {
    margin-right: 25px !important; } }

@media (min-width: 576px) {
  .ms-sm-25 {
    margin-left: 25px !important; } }

@media (min-width: 576px) {
  .my-sm-25 {
    margin-top: 25px;
    margin-bottom: 25px !important; } }

@media (min-width: 576px) {
  .mx-sm-25 {
    margin-left: 25px !important;
    margin-right: 25px !important; } }

@media (min-width: 576px) {
  .pt-sm-25 {
    padding-top: 25px !important; } }

@media (min-width: 576px) {
  .pb-sm-25 {
    padding-bottom: 25px !important; } }

@media (min-width: 576px) {
  .pe-sm-25 {
    padding-right: 25px !important; } }

@media (min-width: 576px) {
  .ps-sm-25 {
    padding-left: 25px !important; } }

@media (min-width: 576px) {
  .py-sm-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; } }

@media (min-width: 576px) {
  .px-sm-25 {
    padding-left: 25px !important;
    padding-right: 25px !important; } }

@media (min-width: 768px) {
  .pt-md-25 {
    padding-top: 25px !important; } }

@media (min-width: 768px) {
  .pb-md-25 {
    padding-bottom: 25px !important; } }

@media (min-width: 768px) {
  .pe-md-25 {
    padding-right: 25px !important; } }

@media (min-width: 768px) {
  .ps-md-25 {
    padding-left: 25px !important; } }

@media (min-width: 768px) {
  .py-md-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; } }

@media (min-width: 768px) {
  .px-md-25 {
    padding-left: 25px !important;
    padding-right: 25px !important; } }

@media (min-width: 992px) {
  .mt-lg-25 {
    margin-top: 25px !important; } }

@media (min-width: 992px) {
  .mb-lg-25 {
    margin-bottom: 25px !important; } }

@media (min-width: 992px) {
  .me-lg-25 {
    margin-right: 25px !important; } }

@media (min-width: 992px) {
  .ms-lg-25 {
    margin-left: 25px !important; } }

@media (min-width: 992px) {
  .my-lg-25 {
    margin-top: 25px;
    margin-bottom: 25px !important; } }

@media (min-width: 992px) {
  .mx-lg-25 {
    margin-left: 25px !important;
    margin-right: 25px !important; } }

@media (min-width: 992px) {
  .pt-lg-25 {
    padding-top: 25px !important; } }

@media (min-width: 992px) {
  .pb-lg-25 {
    padding-bottom: 25px !important; } }

@media (min-width: 992px) {
  .pe-lg-25 {
    padding-right: 25px !important; } }

@media (min-width: 992px) {
  .ps-lg-25 {
    padding-left: 25px !important; } }

@media (min-width: 992px) {
  .py-lg-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; } }

@media (min-width: 992px) {
  .px-lg-25 {
    padding-left: 25px !important;
    padding-right: 25px !important; } }

.mt-30 {
  margin-top: 30px; }

.mb-30 {
  margin-bottom: 30px; }

.me-30 {
  margin-right: 30px; }

.ms-30 {
  margin-left: 30px; }

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.mx-30 {
  margin-left: 30px;
  margin-right: 30px; }

.pt-30 {
  padding-top: 30px; }

.pb-30 {
  padding-bottom: 30px; }

.pe-30 {
  padding-right: 30px; }

.ps-30 {
  padding-left: 30px; }

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.px-30 {
  padding-left: 30px;
  padding-right: 30px; }

@media (min-width: 576px) {
  .mt-sm-30 {
    margin-top: 30px !important; } }

@media (min-width: 576px) {
  .mb-sm-30 {
    margin-bottom: 30px !important; } }

@media (min-width: 576px) {
  .me-sm-30 {
    margin-right: 30px !important; } }

@media (min-width: 576px) {
  .ms-sm-30 {
    margin-left: 30px !important; } }

@media (min-width: 576px) {
  .my-sm-30 {
    margin-top: 30px;
    margin-bottom: 30px !important; } }

@media (min-width: 576px) {
  .mx-sm-30 {
    margin-left: 30px !important;
    margin-right: 30px !important; } }

@media (min-width: 576px) {
  .pt-sm-30 {
    padding-top: 30px !important; } }

@media (min-width: 576px) {
  .pb-sm-30 {
    padding-bottom: 30px !important; } }

@media (min-width: 576px) {
  .pe-sm-30 {
    padding-right: 30px !important; } }

@media (min-width: 576px) {
  .ps-sm-30 {
    padding-left: 30px !important; } }

@media (min-width: 576px) {
  .py-sm-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; } }

@media (min-width: 576px) {
  .px-sm-30 {
    padding-left: 30px !important;
    padding-right: 30px !important; } }

@media (min-width: 768px) {
  .pt-md-30 {
    padding-top: 30px !important; } }

@media (min-width: 768px) {
  .pb-md-30 {
    padding-bottom: 30px !important; } }

@media (min-width: 768px) {
  .pe-md-30 {
    padding-right: 30px !important; } }

@media (min-width: 768px) {
  .ps-md-30 {
    padding-left: 30px !important; } }

@media (min-width: 768px) {
  .py-md-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; } }

@media (min-width: 768px) {
  .px-md-30 {
    padding-left: 30px !important;
    padding-right: 30px !important; } }

@media (min-width: 992px) {
  .mt-lg-30 {
    margin-top: 30px !important; } }

@media (min-width: 992px) {
  .mb-lg-30 {
    margin-bottom: 30px !important; } }

@media (min-width: 992px) {
  .me-lg-30 {
    margin-right: 30px !important; } }

@media (min-width: 992px) {
  .ms-lg-30 {
    margin-left: 30px !important; } }

@media (min-width: 992px) {
  .my-lg-30 {
    margin-top: 30px;
    margin-bottom: 30px !important; } }

@media (min-width: 992px) {
  .mx-lg-30 {
    margin-left: 30px !important;
    margin-right: 30px !important; } }

@media (min-width: 992px) {
  .pt-lg-30 {
    padding-top: 30px !important; } }

@media (min-width: 992px) {
  .pb-lg-30 {
    padding-bottom: 30px !important; } }

@media (min-width: 992px) {
  .pe-lg-30 {
    padding-right: 30px !important; } }

@media (min-width: 992px) {
  .ps-lg-30 {
    padding-left: 30px !important; } }

@media (min-width: 992px) {
  .py-lg-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; } }

@media (min-width: 992px) {
  .px-lg-30 {
    padding-left: 30px !important;
    padding-right: 30px !important; } }

.mt-35 {
  margin-top: 35px; }

.mb-35 {
  margin-bottom: 35px; }

.me-35 {
  margin-right: 35px; }

.ms-35 {
  margin-left: 35px; }

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px; }

.mx-35 {
  margin-left: 35px;
  margin-right: 35px; }

.pt-35 {
  padding-top: 35px; }

.pb-35 {
  padding-bottom: 35px; }

.pe-35 {
  padding-right: 35px; }

.ps-35 {
  padding-left: 35px; }

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px; }

.px-35 {
  padding-left: 35px;
  padding-right: 35px; }

@media (min-width: 576px) {
  .mt-sm-35 {
    margin-top: 35px !important; } }

@media (min-width: 576px) {
  .mb-sm-35 {
    margin-bottom: 35px !important; } }

@media (min-width: 576px) {
  .me-sm-35 {
    margin-right: 35px !important; } }

@media (min-width: 576px) {
  .ms-sm-35 {
    margin-left: 35px !important; } }

@media (min-width: 576px) {
  .my-sm-35 {
    margin-top: 35px;
    margin-bottom: 35px !important; } }

@media (min-width: 576px) {
  .mx-sm-35 {
    margin-left: 35px !important;
    margin-right: 35px !important; } }

@media (min-width: 576px) {
  .pt-sm-35 {
    padding-top: 35px !important; } }

@media (min-width: 576px) {
  .pb-sm-35 {
    padding-bottom: 35px !important; } }

@media (min-width: 576px) {
  .pe-sm-35 {
    padding-right: 35px !important; } }

@media (min-width: 576px) {
  .ps-sm-35 {
    padding-left: 35px !important; } }

@media (min-width: 576px) {
  .py-sm-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; } }

@media (min-width: 576px) {
  .px-sm-35 {
    padding-left: 35px !important;
    padding-right: 35px !important; } }

@media (min-width: 768px) {
  .pt-md-35 {
    padding-top: 35px !important; } }

@media (min-width: 768px) {
  .pb-md-35 {
    padding-bottom: 35px !important; } }

@media (min-width: 768px) {
  .pe-md-35 {
    padding-right: 35px !important; } }

@media (min-width: 768px) {
  .ps-md-35 {
    padding-left: 35px !important; } }

@media (min-width: 768px) {
  .py-md-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; } }

@media (min-width: 768px) {
  .px-md-35 {
    padding-left: 35px !important;
    padding-right: 35px !important; } }

@media (min-width: 992px) {
  .mt-lg-35 {
    margin-top: 35px !important; } }

@media (min-width: 992px) {
  .mb-lg-35 {
    margin-bottom: 35px !important; } }

@media (min-width: 992px) {
  .me-lg-35 {
    margin-right: 35px !important; } }

@media (min-width: 992px) {
  .ms-lg-35 {
    margin-left: 35px !important; } }

@media (min-width: 992px) {
  .my-lg-35 {
    margin-top: 35px;
    margin-bottom: 35px !important; } }

@media (min-width: 992px) {
  .mx-lg-35 {
    margin-left: 35px !important;
    margin-right: 35px !important; } }

@media (min-width: 992px) {
  .pt-lg-35 {
    padding-top: 35px !important; } }

@media (min-width: 992px) {
  .pb-lg-35 {
    padding-bottom: 35px !important; } }

@media (min-width: 992px) {
  .pe-lg-35 {
    padding-right: 35px !important; } }

@media (min-width: 992px) {
  .ps-lg-35 {
    padding-left: 35px !important; } }

@media (min-width: 992px) {
  .py-lg-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; } }

@media (min-width: 992px) {
  .px-lg-35 {
    padding-left: 35px !important;
    padding-right: 35px !important; } }

.mt-40 {
  margin-top: 40px; }

.mb-40 {
  margin-bottom: 40px; }

.me-40 {
  margin-right: 40px; }

.ms-40 {
  margin-left: 40px; }

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px; }

.mx-40 {
  margin-left: 40px;
  margin-right: 40px; }

.pt-40 {
  padding-top: 40px; }

.pb-40 {
  padding-bottom: 40px; }

.pe-40 {
  padding-right: 40px; }

.ps-40 {
  padding-left: 40px; }

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.px-40 {
  padding-left: 40px;
  padding-right: 40px; }

@media (min-width: 576px) {
  .mt-sm-40 {
    margin-top: 40px !important; } }

@media (min-width: 576px) {
  .mb-sm-40 {
    margin-bottom: 40px !important; } }

@media (min-width: 576px) {
  .me-sm-40 {
    margin-right: 40px !important; } }

@media (min-width: 576px) {
  .ms-sm-40 {
    margin-left: 40px !important; } }

@media (min-width: 576px) {
  .my-sm-40 {
    margin-top: 40px;
    margin-bottom: 40px !important; } }

@media (min-width: 576px) {
  .mx-sm-40 {
    margin-left: 40px !important;
    margin-right: 40px !important; } }

@media (min-width: 576px) {
  .pt-sm-40 {
    padding-top: 40px !important; } }

@media (min-width: 576px) {
  .pb-sm-40 {
    padding-bottom: 40px !important; } }

@media (min-width: 576px) {
  .pe-sm-40 {
    padding-right: 40px !important; } }

@media (min-width: 576px) {
  .ps-sm-40 {
    padding-left: 40px !important; } }

@media (min-width: 576px) {
  .py-sm-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; } }

@media (min-width: 576px) {
  .px-sm-40 {
    padding-left: 40px !important;
    padding-right: 40px !important; } }

@media (min-width: 768px) {
  .pt-md-40 {
    padding-top: 40px !important; } }

@media (min-width: 768px) {
  .pb-md-40 {
    padding-bottom: 40px !important; } }

@media (min-width: 768px) {
  .pe-md-40 {
    padding-right: 40px !important; } }

@media (min-width: 768px) {
  .ps-md-40 {
    padding-left: 40px !important; } }

@media (min-width: 768px) {
  .py-md-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; } }

@media (min-width: 768px) {
  .px-md-40 {
    padding-left: 40px !important;
    padding-right: 40px !important; } }

@media (min-width: 992px) {
  .mt-lg-40 {
    margin-top: 40px !important; } }

@media (min-width: 992px) {
  .mb-lg-40 {
    margin-bottom: 40px !important; } }

@media (min-width: 992px) {
  .me-lg-40 {
    margin-right: 40px !important; } }

@media (min-width: 992px) {
  .ms-lg-40 {
    margin-left: 40px !important; } }

@media (min-width: 992px) {
  .my-lg-40 {
    margin-top: 40px;
    margin-bottom: 40px !important; } }

@media (min-width: 992px) {
  .mx-lg-40 {
    margin-left: 40px !important;
    margin-right: 40px !important; } }

@media (min-width: 992px) {
  .pt-lg-40 {
    padding-top: 40px !important; } }

@media (min-width: 992px) {
  .pb-lg-40 {
    padding-bottom: 40px !important; } }

@media (min-width: 992px) {
  .pe-lg-40 {
    padding-right: 40px !important; } }

@media (min-width: 992px) {
  .ps-lg-40 {
    padding-left: 40px !important; } }

@media (min-width: 992px) {
  .py-lg-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; } }

@media (min-width: 992px) {
  .px-lg-40 {
    padding-left: 40px !important;
    padding-right: 40px !important; } }

.mt-45 {
  margin-top: 45px; }

.mb-45 {
  margin-bottom: 45px; }

.me-45 {
  margin-right: 45px; }

.ms-45 {
  margin-left: 45px; }

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px; }

.mx-45 {
  margin-left: 45px;
  margin-right: 45px; }

.pt-45 {
  padding-top: 45px; }

.pb-45 {
  padding-bottom: 45px; }

.pe-45 {
  padding-right: 45px; }

.ps-45 {
  padding-left: 45px; }

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px; }

.px-45 {
  padding-left: 45px;
  padding-right: 45px; }

@media (min-width: 576px) {
  .mt-sm-45 {
    margin-top: 45px !important; } }

@media (min-width: 576px) {
  .mb-sm-45 {
    margin-bottom: 45px !important; } }

@media (min-width: 576px) {
  .me-sm-45 {
    margin-right: 45px !important; } }

@media (min-width: 576px) {
  .ms-sm-45 {
    margin-left: 45px !important; } }

@media (min-width: 576px) {
  .my-sm-45 {
    margin-top: 45px;
    margin-bottom: 45px !important; } }

@media (min-width: 576px) {
  .mx-sm-45 {
    margin-left: 45px !important;
    margin-right: 45px !important; } }

@media (min-width: 576px) {
  .pt-sm-45 {
    padding-top: 45px !important; } }

@media (min-width: 576px) {
  .pb-sm-45 {
    padding-bottom: 45px !important; } }

@media (min-width: 576px) {
  .pe-sm-45 {
    padding-right: 45px !important; } }

@media (min-width: 576px) {
  .ps-sm-45 {
    padding-left: 45px !important; } }

@media (min-width: 576px) {
  .py-sm-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; } }

@media (min-width: 576px) {
  .px-sm-45 {
    padding-left: 45px !important;
    padding-right: 45px !important; } }

@media (min-width: 768px) {
  .pt-md-45 {
    padding-top: 45px !important; } }

@media (min-width: 768px) {
  .pb-md-45 {
    padding-bottom: 45px !important; } }

@media (min-width: 768px) {
  .pe-md-45 {
    padding-right: 45px !important; } }

@media (min-width: 768px) {
  .ps-md-45 {
    padding-left: 45px !important; } }

@media (min-width: 768px) {
  .py-md-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; } }

@media (min-width: 768px) {
  .px-md-45 {
    padding-left: 45px !important;
    padding-right: 45px !important; } }

@media (min-width: 992px) {
  .mt-lg-45 {
    margin-top: 45px !important; } }

@media (min-width: 992px) {
  .mb-lg-45 {
    margin-bottom: 45px !important; } }

@media (min-width: 992px) {
  .me-lg-45 {
    margin-right: 45px !important; } }

@media (min-width: 992px) {
  .ms-lg-45 {
    margin-left: 45px !important; } }

@media (min-width: 992px) {
  .my-lg-45 {
    margin-top: 45px;
    margin-bottom: 45px !important; } }

@media (min-width: 992px) {
  .mx-lg-45 {
    margin-left: 45px !important;
    margin-right: 45px !important; } }

@media (min-width: 992px) {
  .pt-lg-45 {
    padding-top: 45px !important; } }

@media (min-width: 992px) {
  .pb-lg-45 {
    padding-bottom: 45px !important; } }

@media (min-width: 992px) {
  .pe-lg-45 {
    padding-right: 45px !important; } }

@media (min-width: 992px) {
  .ps-lg-45 {
    padding-left: 45px !important; } }

@media (min-width: 992px) {
  .py-lg-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; } }

@media (min-width: 992px) {
  .px-lg-45 {
    padding-left: 45px !important;
    padding-right: 45px !important; } }

.mt-50 {
  margin-top: 50px; }

.mb-50 {
  margin-bottom: 50px; }

.me-50 {
  margin-right: 50px; }

.ms-50 {
  margin-left: 50px; }

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px; }

.mx-50 {
  margin-left: 50px;
  margin-right: 50px; }

.pt-50 {
  padding-top: 50px; }

.pb-50 {
  padding-bottom: 50px; }

.pe-50 {
  padding-right: 50px; }

.ps-50 {
  padding-left: 50px; }

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.px-50 {
  padding-left: 50px;
  padding-right: 50px; }

@media (min-width: 576px) {
  .mt-sm-50 {
    margin-top: 50px !important; } }

@media (min-width: 576px) {
  .mb-sm-50 {
    margin-bottom: 50px !important; } }

@media (min-width: 576px) {
  .me-sm-50 {
    margin-right: 50px !important; } }

@media (min-width: 576px) {
  .ms-sm-50 {
    margin-left: 50px !important; } }

@media (min-width: 576px) {
  .my-sm-50 {
    margin-top: 50px;
    margin-bottom: 50px !important; } }

@media (min-width: 576px) {
  .mx-sm-50 {
    margin-left: 50px !important;
    margin-right: 50px !important; } }

@media (min-width: 576px) {
  .pt-sm-50 {
    padding-top: 50px !important; } }

@media (min-width: 576px) {
  .pb-sm-50 {
    padding-bottom: 50px !important; } }

@media (min-width: 576px) {
  .pe-sm-50 {
    padding-right: 50px !important; } }

@media (min-width: 576px) {
  .ps-sm-50 {
    padding-left: 50px !important; } }

@media (min-width: 576px) {
  .py-sm-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; } }

@media (min-width: 576px) {
  .px-sm-50 {
    padding-left: 50px !important;
    padding-right: 50px !important; } }

@media (min-width: 768px) {
  .pt-md-50 {
    padding-top: 50px !important; } }

@media (min-width: 768px) {
  .pb-md-50 {
    padding-bottom: 50px !important; } }

@media (min-width: 768px) {
  .pe-md-50 {
    padding-right: 50px !important; } }

@media (min-width: 768px) {
  .ps-md-50 {
    padding-left: 50px !important; } }

@media (min-width: 768px) {
  .py-md-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; } }

@media (min-width: 768px) {
  .px-md-50 {
    padding-left: 50px !important;
    padding-right: 50px !important; } }

@media (min-width: 992px) {
  .mt-lg-50 {
    margin-top: 50px !important; } }

@media (min-width: 992px) {
  .mb-lg-50 {
    margin-bottom: 50px !important; } }

@media (min-width: 992px) {
  .me-lg-50 {
    margin-right: 50px !important; } }

@media (min-width: 992px) {
  .ms-lg-50 {
    margin-left: 50px !important; } }

@media (min-width: 992px) {
  .my-lg-50 {
    margin-top: 50px;
    margin-bottom: 50px !important; } }

@media (min-width: 992px) {
  .mx-lg-50 {
    margin-left: 50px !important;
    margin-right: 50px !important; } }

@media (min-width: 992px) {
  .pt-lg-50 {
    padding-top: 50px !important; } }

@media (min-width: 992px) {
  .pb-lg-50 {
    padding-bottom: 50px !important; } }

@media (min-width: 992px) {
  .pe-lg-50 {
    padding-right: 50px !important; } }

@media (min-width: 992px) {
  .ps-lg-50 {
    padding-left: 50px !important; } }

@media (min-width: 992px) {
  .py-lg-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; } }

@media (min-width: 992px) {
  .px-lg-50 {
    padding-left: 50px !important;
    padding-right: 50px !important; } }

.mt-55 {
  margin-top: 55px; }

.mb-55 {
  margin-bottom: 55px; }

.me-55 {
  margin-right: 55px; }

.ms-55 {
  margin-left: 55px; }

.my-55 {
  margin-top: 55px;
  margin-bottom: 55px; }

.mx-55 {
  margin-left: 55px;
  margin-right: 55px; }

.pt-55 {
  padding-top: 55px; }

.pb-55 {
  padding-bottom: 55px; }

.pe-55 {
  padding-right: 55px; }

.ps-55 {
  padding-left: 55px; }

.py-55 {
  padding-top: 55px;
  padding-bottom: 55px; }

.px-55 {
  padding-left: 55px;
  padding-right: 55px; }

@media (min-width: 576px) {
  .mt-sm-55 {
    margin-top: 55px !important; } }

@media (min-width: 576px) {
  .mb-sm-55 {
    margin-bottom: 55px !important; } }

@media (min-width: 576px) {
  .me-sm-55 {
    margin-right: 55px !important; } }

@media (min-width: 576px) {
  .ms-sm-55 {
    margin-left: 55px !important; } }

@media (min-width: 576px) {
  .my-sm-55 {
    margin-top: 55px;
    margin-bottom: 55px !important; } }

@media (min-width: 576px) {
  .mx-sm-55 {
    margin-left: 55px !important;
    margin-right: 55px !important; } }

@media (min-width: 576px) {
  .pt-sm-55 {
    padding-top: 55px !important; } }

@media (min-width: 576px) {
  .pb-sm-55 {
    padding-bottom: 55px !important; } }

@media (min-width: 576px) {
  .pe-sm-55 {
    padding-right: 55px !important; } }

@media (min-width: 576px) {
  .ps-sm-55 {
    padding-left: 55px !important; } }

@media (min-width: 576px) {
  .py-sm-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important; } }

@media (min-width: 576px) {
  .px-sm-55 {
    padding-left: 55px !important;
    padding-right: 55px !important; } }

@media (min-width: 768px) {
  .pt-md-55 {
    padding-top: 55px !important; } }

@media (min-width: 768px) {
  .pb-md-55 {
    padding-bottom: 55px !important; } }

@media (min-width: 768px) {
  .pe-md-55 {
    padding-right: 55px !important; } }

@media (min-width: 768px) {
  .ps-md-55 {
    padding-left: 55px !important; } }

@media (min-width: 768px) {
  .py-md-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important; } }

@media (min-width: 768px) {
  .px-md-55 {
    padding-left: 55px !important;
    padding-right: 55px !important; } }

@media (min-width: 992px) {
  .mt-lg-55 {
    margin-top: 55px !important; } }

@media (min-width: 992px) {
  .mb-lg-55 {
    margin-bottom: 55px !important; } }

@media (min-width: 992px) {
  .me-lg-55 {
    margin-right: 55px !important; } }

@media (min-width: 992px) {
  .ms-lg-55 {
    margin-left: 55px !important; } }

@media (min-width: 992px) {
  .my-lg-55 {
    margin-top: 55px;
    margin-bottom: 55px !important; } }

@media (min-width: 992px) {
  .mx-lg-55 {
    margin-left: 55px !important;
    margin-right: 55px !important; } }

@media (min-width: 992px) {
  .pt-lg-55 {
    padding-top: 55px !important; } }

@media (min-width: 992px) {
  .pb-lg-55 {
    padding-bottom: 55px !important; } }

@media (min-width: 992px) {
  .pe-lg-55 {
    padding-right: 55px !important; } }

@media (min-width: 992px) {
  .ps-lg-55 {
    padding-left: 55px !important; } }

@media (min-width: 992px) {
  .py-lg-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important; } }

@media (min-width: 992px) {
  .px-lg-55 {
    padding-left: 55px !important;
    padding-right: 55px !important; } }

.mt-60 {
  margin-top: 60px; }

.mb-60 {
  margin-bottom: 60px; }

.me-60 {
  margin-right: 60px; }

.ms-60 {
  margin-left: 60px; }

.my-60 {
  margin-top: 60px;
  margin-bottom: 60px; }

.mx-60 {
  margin-left: 60px;
  margin-right: 60px; }

.pt-60 {
  padding-top: 60px; }

.pb-60 {
  padding-bottom: 60px; }

.pe-60 {
  padding-right: 60px; }

.ps-60 {
  padding-left: 60px; }

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px; }

.px-60 {
  padding-left: 60px;
  padding-right: 60px; }

@media (min-width: 576px) {
  .mt-sm-60 {
    margin-top: 60px !important; } }

@media (min-width: 576px) {
  .mb-sm-60 {
    margin-bottom: 60px !important; } }

@media (min-width: 576px) {
  .me-sm-60 {
    margin-right: 60px !important; } }

@media (min-width: 576px) {
  .ms-sm-60 {
    margin-left: 60px !important; } }

@media (min-width: 576px) {
  .my-sm-60 {
    margin-top: 60px;
    margin-bottom: 60px !important; } }

@media (min-width: 576px) {
  .mx-sm-60 {
    margin-left: 60px !important;
    margin-right: 60px !important; } }

@media (min-width: 576px) {
  .pt-sm-60 {
    padding-top: 60px !important; } }

@media (min-width: 576px) {
  .pb-sm-60 {
    padding-bottom: 60px !important; } }

@media (min-width: 576px) {
  .pe-sm-60 {
    padding-right: 60px !important; } }

@media (min-width: 576px) {
  .ps-sm-60 {
    padding-left: 60px !important; } }

@media (min-width: 576px) {
  .py-sm-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; } }

@media (min-width: 576px) {
  .px-sm-60 {
    padding-left: 60px !important;
    padding-right: 60px !important; } }

@media (min-width: 768px) {
  .pt-md-60 {
    padding-top: 60px !important; } }

@media (min-width: 768px) {
  .pb-md-60 {
    padding-bottom: 60px !important; } }

@media (min-width: 768px) {
  .pe-md-60 {
    padding-right: 60px !important; } }

@media (min-width: 768px) {
  .ps-md-60 {
    padding-left: 60px !important; } }

@media (min-width: 768px) {
  .py-md-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; } }

@media (min-width: 768px) {
  .px-md-60 {
    padding-left: 60px !important;
    padding-right: 60px !important; } }

@media (min-width: 992px) {
  .mt-lg-60 {
    margin-top: 60px !important; } }

@media (min-width: 992px) {
  .mb-lg-60 {
    margin-bottom: 60px !important; } }

@media (min-width: 992px) {
  .me-lg-60 {
    margin-right: 60px !important; } }

@media (min-width: 992px) {
  .ms-lg-60 {
    margin-left: 60px !important; } }

@media (min-width: 992px) {
  .my-lg-60 {
    margin-top: 60px;
    margin-bottom: 60px !important; } }

@media (min-width: 992px) {
  .mx-lg-60 {
    margin-left: 60px !important;
    margin-right: 60px !important; } }

@media (min-width: 992px) {
  .pt-lg-60 {
    padding-top: 60px !important; } }

@media (min-width: 992px) {
  .pb-lg-60 {
    padding-bottom: 60px !important; } }

@media (min-width: 992px) {
  .pe-lg-60 {
    padding-right: 60px !important; } }

@media (min-width: 992px) {
  .ps-lg-60 {
    padding-left: 60px !important; } }

@media (min-width: 992px) {
  .py-lg-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; } }

@media (min-width: 992px) {
  .px-lg-60 {
    padding-left: 60px !important;
    padding-right: 60px !important; } }

.mt-65 {
  margin-top: 65px; }

.mb-65 {
  margin-bottom: 65px; }

.me-65 {
  margin-right: 65px; }

.ms-65 {
  margin-left: 65px; }

.my-65 {
  margin-top: 65px;
  margin-bottom: 65px; }

.mx-65 {
  margin-left: 65px;
  margin-right: 65px; }

.pt-65 {
  padding-top: 65px; }

.pb-65 {
  padding-bottom: 65px; }

.pe-65 {
  padding-right: 65px; }

.ps-65 {
  padding-left: 65px; }

.py-65 {
  padding-top: 65px;
  padding-bottom: 65px; }

.px-65 {
  padding-left: 65px;
  padding-right: 65px; }

@media (min-width: 576px) {
  .mt-sm-65 {
    margin-top: 65px !important; } }

@media (min-width: 576px) {
  .mb-sm-65 {
    margin-bottom: 65px !important; } }

@media (min-width: 576px) {
  .me-sm-65 {
    margin-right: 65px !important; } }

@media (min-width: 576px) {
  .ms-sm-65 {
    margin-left: 65px !important; } }

@media (min-width: 576px) {
  .my-sm-65 {
    margin-top: 65px;
    margin-bottom: 65px !important; } }

@media (min-width: 576px) {
  .mx-sm-65 {
    margin-left: 65px !important;
    margin-right: 65px !important; } }

@media (min-width: 576px) {
  .pt-sm-65 {
    padding-top: 65px !important; } }

@media (min-width: 576px) {
  .pb-sm-65 {
    padding-bottom: 65px !important; } }

@media (min-width: 576px) {
  .pe-sm-65 {
    padding-right: 65px !important; } }

@media (min-width: 576px) {
  .ps-sm-65 {
    padding-left: 65px !important; } }

@media (min-width: 576px) {
  .py-sm-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important; } }

@media (min-width: 576px) {
  .px-sm-65 {
    padding-left: 65px !important;
    padding-right: 65px !important; } }

@media (min-width: 768px) {
  .pt-md-65 {
    padding-top: 65px !important; } }

@media (min-width: 768px) {
  .pb-md-65 {
    padding-bottom: 65px !important; } }

@media (min-width: 768px) {
  .pe-md-65 {
    padding-right: 65px !important; } }

@media (min-width: 768px) {
  .ps-md-65 {
    padding-left: 65px !important; } }

@media (min-width: 768px) {
  .py-md-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important; } }

@media (min-width: 768px) {
  .px-md-65 {
    padding-left: 65px !important;
    padding-right: 65px !important; } }

@media (min-width: 992px) {
  .mt-lg-65 {
    margin-top: 65px !important; } }

@media (min-width: 992px) {
  .mb-lg-65 {
    margin-bottom: 65px !important; } }

@media (min-width: 992px) {
  .me-lg-65 {
    margin-right: 65px !important; } }

@media (min-width: 992px) {
  .ms-lg-65 {
    margin-left: 65px !important; } }

@media (min-width: 992px) {
  .my-lg-65 {
    margin-top: 65px;
    margin-bottom: 65px !important; } }

@media (min-width: 992px) {
  .mx-lg-65 {
    margin-left: 65px !important;
    margin-right: 65px !important; } }

@media (min-width: 992px) {
  .pt-lg-65 {
    padding-top: 65px !important; } }

@media (min-width: 992px) {
  .pb-lg-65 {
    padding-bottom: 65px !important; } }

@media (min-width: 992px) {
  .pe-lg-65 {
    padding-right: 65px !important; } }

@media (min-width: 992px) {
  .ps-lg-65 {
    padding-left: 65px !important; } }

@media (min-width: 992px) {
  .py-lg-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important; } }

@media (min-width: 992px) {
  .px-lg-65 {
    padding-left: 65px !important;
    padding-right: 65px !important; } }

.mt-70 {
  margin-top: 70px; }

.mb-70 {
  margin-bottom: 70px; }

.me-70 {
  margin-right: 70px; }

.ms-70 {
  margin-left: 70px; }

.my-70 {
  margin-top: 70px;
  margin-bottom: 70px; }

.mx-70 {
  margin-left: 70px;
  margin-right: 70px; }

.pt-70 {
  padding-top: 70px; }

.pb-70 {
  padding-bottom: 70px; }

.pe-70 {
  padding-right: 70px; }

.ps-70 {
  padding-left: 70px; }

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px; }

.px-70 {
  padding-left: 70px;
  padding-right: 70px; }

@media (min-width: 576px) {
  .mt-sm-70 {
    margin-top: 70px !important; } }

@media (min-width: 576px) {
  .mb-sm-70 {
    margin-bottom: 70px !important; } }

@media (min-width: 576px) {
  .me-sm-70 {
    margin-right: 70px !important; } }

@media (min-width: 576px) {
  .ms-sm-70 {
    margin-left: 70px !important; } }

@media (min-width: 576px) {
  .my-sm-70 {
    margin-top: 70px;
    margin-bottom: 70px !important; } }

@media (min-width: 576px) {
  .mx-sm-70 {
    margin-left: 70px !important;
    margin-right: 70px !important; } }

@media (min-width: 576px) {
  .pt-sm-70 {
    padding-top: 70px !important; } }

@media (min-width: 576px) {
  .pb-sm-70 {
    padding-bottom: 70px !important; } }

@media (min-width: 576px) {
  .pe-sm-70 {
    padding-right: 70px !important; } }

@media (min-width: 576px) {
  .ps-sm-70 {
    padding-left: 70px !important; } }

@media (min-width: 576px) {
  .py-sm-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; } }

@media (min-width: 576px) {
  .px-sm-70 {
    padding-left: 70px !important;
    padding-right: 70px !important; } }

@media (min-width: 768px) {
  .pt-md-70 {
    padding-top: 70px !important; } }

@media (min-width: 768px) {
  .pb-md-70 {
    padding-bottom: 70px !important; } }

@media (min-width: 768px) {
  .pe-md-70 {
    padding-right: 70px !important; } }

@media (min-width: 768px) {
  .ps-md-70 {
    padding-left: 70px !important; } }

@media (min-width: 768px) {
  .py-md-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; } }

@media (min-width: 768px) {
  .px-md-70 {
    padding-left: 70px !important;
    padding-right: 70px !important; } }

@media (min-width: 992px) {
  .mt-lg-70 {
    margin-top: 70px !important; } }

@media (min-width: 992px) {
  .mb-lg-70 {
    margin-bottom: 70px !important; } }

@media (min-width: 992px) {
  .me-lg-70 {
    margin-right: 70px !important; } }

@media (min-width: 992px) {
  .ms-lg-70 {
    margin-left: 70px !important; } }

@media (min-width: 992px) {
  .my-lg-70 {
    margin-top: 70px;
    margin-bottom: 70px !important; } }

@media (min-width: 992px) {
  .mx-lg-70 {
    margin-left: 70px !important;
    margin-right: 70px !important; } }

@media (min-width: 992px) {
  .pt-lg-70 {
    padding-top: 70px !important; } }

@media (min-width: 992px) {
  .pb-lg-70 {
    padding-bottom: 70px !important; } }

@media (min-width: 992px) {
  .pe-lg-70 {
    padding-right: 70px !important; } }

@media (min-width: 992px) {
  .ps-lg-70 {
    padding-left: 70px !important; } }

@media (min-width: 992px) {
  .py-lg-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; } }

@media (min-width: 992px) {
  .px-lg-70 {
    padding-left: 70px !important;
    padding-right: 70px !important; } }

.mt-75 {
  margin-top: 75px; }

.mb-75 {
  margin-bottom: 75px; }

.me-75 {
  margin-right: 75px; }

.ms-75 {
  margin-left: 75px; }

.my-75 {
  margin-top: 75px;
  margin-bottom: 75px; }

.mx-75 {
  margin-left: 75px;
  margin-right: 75px; }

.pt-75 {
  padding-top: 75px; }

.pb-75 {
  padding-bottom: 75px; }

.pe-75 {
  padding-right: 75px; }

.ps-75 {
  padding-left: 75px; }

.py-75 {
  padding-top: 75px;
  padding-bottom: 75px; }

.px-75 {
  padding-left: 75px;
  padding-right: 75px; }

@media (min-width: 576px) {
  .mt-sm-75 {
    margin-top: 75px !important; } }

@media (min-width: 576px) {
  .mb-sm-75 {
    margin-bottom: 75px !important; } }

@media (min-width: 576px) {
  .me-sm-75 {
    margin-right: 75px !important; } }

@media (min-width: 576px) {
  .ms-sm-75 {
    margin-left: 75px !important; } }

@media (min-width: 576px) {
  .my-sm-75 {
    margin-top: 75px;
    margin-bottom: 75px !important; } }

@media (min-width: 576px) {
  .mx-sm-75 {
    margin-left: 75px !important;
    margin-right: 75px !important; } }

@media (min-width: 576px) {
  .pt-sm-75 {
    padding-top: 75px !important; } }

@media (min-width: 576px) {
  .pb-sm-75 {
    padding-bottom: 75px !important; } }

@media (min-width: 576px) {
  .pe-sm-75 {
    padding-right: 75px !important; } }

@media (min-width: 576px) {
  .ps-sm-75 {
    padding-left: 75px !important; } }

@media (min-width: 576px) {
  .py-sm-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; } }

@media (min-width: 576px) {
  .px-sm-75 {
    padding-left: 75px !important;
    padding-right: 75px !important; } }

@media (min-width: 768px) {
  .pt-md-75 {
    padding-top: 75px !important; } }

@media (min-width: 768px) {
  .pb-md-75 {
    padding-bottom: 75px !important; } }

@media (min-width: 768px) {
  .pe-md-75 {
    padding-right: 75px !important; } }

@media (min-width: 768px) {
  .ps-md-75 {
    padding-left: 75px !important; } }

@media (min-width: 768px) {
  .py-md-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; } }

@media (min-width: 768px) {
  .px-md-75 {
    padding-left: 75px !important;
    padding-right: 75px !important; } }

@media (min-width: 992px) {
  .mt-lg-75 {
    margin-top: 75px !important; } }

@media (min-width: 992px) {
  .mb-lg-75 {
    margin-bottom: 75px !important; } }

@media (min-width: 992px) {
  .me-lg-75 {
    margin-right: 75px !important; } }

@media (min-width: 992px) {
  .ms-lg-75 {
    margin-left: 75px !important; } }

@media (min-width: 992px) {
  .my-lg-75 {
    margin-top: 75px;
    margin-bottom: 75px !important; } }

@media (min-width: 992px) {
  .mx-lg-75 {
    margin-left: 75px !important;
    margin-right: 75px !important; } }

@media (min-width: 992px) {
  .pt-lg-75 {
    padding-top: 75px !important; } }

@media (min-width: 992px) {
  .pb-lg-75 {
    padding-bottom: 75px !important; } }

@media (min-width: 992px) {
  .pe-lg-75 {
    padding-right: 75px !important; } }

@media (min-width: 992px) {
  .ps-lg-75 {
    padding-left: 75px !important; } }

@media (min-width: 992px) {
  .py-lg-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; } }

@media (min-width: 992px) {
  .px-lg-75 {
    padding-left: 75px !important;
    padding-right: 75px !important; } }

.mt-80 {
  margin-top: 80px; }

.mb-80 {
  margin-bottom: 80px; }

.me-80 {
  margin-right: 80px; }

.ms-80 {
  margin-left: 80px; }

.my-80 {
  margin-top: 80px;
  margin-bottom: 80px; }

.mx-80 {
  margin-left: 80px;
  margin-right: 80px; }

.pt-80 {
  padding-top: 80px; }

.pb-80 {
  padding-bottom: 80px; }

.pe-80 {
  padding-right: 80px; }

.ps-80 {
  padding-left: 80px; }

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.px-80 {
  padding-left: 80px;
  padding-right: 80px; }

@media (min-width: 576px) {
  .mt-sm-80 {
    margin-top: 80px !important; } }

@media (min-width: 576px) {
  .mb-sm-80 {
    margin-bottom: 80px !important; } }

@media (min-width: 576px) {
  .me-sm-80 {
    margin-right: 80px !important; } }

@media (min-width: 576px) {
  .ms-sm-80 {
    margin-left: 80px !important; } }

@media (min-width: 576px) {
  .my-sm-80 {
    margin-top: 80px;
    margin-bottom: 80px !important; } }

@media (min-width: 576px) {
  .mx-sm-80 {
    margin-left: 80px !important;
    margin-right: 80px !important; } }

@media (min-width: 576px) {
  .pt-sm-80 {
    padding-top: 80px !important; } }

@media (min-width: 576px) {
  .pb-sm-80 {
    padding-bottom: 80px !important; } }

@media (min-width: 576px) {
  .pe-sm-80 {
    padding-right: 80px !important; } }

@media (min-width: 576px) {
  .ps-sm-80 {
    padding-left: 80px !important; } }

@media (min-width: 576px) {
  .py-sm-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; } }

@media (min-width: 576px) {
  .px-sm-80 {
    padding-left: 80px !important;
    padding-right: 80px !important; } }

@media (min-width: 768px) {
  .pt-md-80 {
    padding-top: 80px !important; } }

@media (min-width: 768px) {
  .pb-md-80 {
    padding-bottom: 80px !important; } }

@media (min-width: 768px) {
  .pe-md-80 {
    padding-right: 80px !important; } }

@media (min-width: 768px) {
  .ps-md-80 {
    padding-left: 80px !important; } }

@media (min-width: 768px) {
  .py-md-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; } }

@media (min-width: 768px) {
  .px-md-80 {
    padding-left: 80px !important;
    padding-right: 80px !important; } }

@media (min-width: 992px) {
  .mt-lg-80 {
    margin-top: 80px !important; } }

@media (min-width: 992px) {
  .mb-lg-80 {
    margin-bottom: 80px !important; } }

@media (min-width: 992px) {
  .me-lg-80 {
    margin-right: 80px !important; } }

@media (min-width: 992px) {
  .ms-lg-80 {
    margin-left: 80px !important; } }

@media (min-width: 992px) {
  .my-lg-80 {
    margin-top: 80px;
    margin-bottom: 80px !important; } }

@media (min-width: 992px) {
  .mx-lg-80 {
    margin-left: 80px !important;
    margin-right: 80px !important; } }

@media (min-width: 992px) {
  .pt-lg-80 {
    padding-top: 80px !important; } }

@media (min-width: 992px) {
  .pb-lg-80 {
    padding-bottom: 80px !important; } }

@media (min-width: 992px) {
  .pe-lg-80 {
    padding-right: 80px !important; } }

@media (min-width: 992px) {
  .ps-lg-80 {
    padding-left: 80px !important; } }

@media (min-width: 992px) {
  .py-lg-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; } }

@media (min-width: 992px) {
  .px-lg-80 {
    padding-left: 80px !important;
    padding-right: 80px !important; } }

.mt-85 {
  margin-top: 85px; }

.mb-85 {
  margin-bottom: 85px; }

.me-85 {
  margin-right: 85px; }

.ms-85 {
  margin-left: 85px; }

.my-85 {
  margin-top: 85px;
  margin-bottom: 85px; }

.mx-85 {
  margin-left: 85px;
  margin-right: 85px; }

.pt-85 {
  padding-top: 85px; }

.pb-85 {
  padding-bottom: 85px; }

.pe-85 {
  padding-right: 85px; }

.ps-85 {
  padding-left: 85px; }

.py-85 {
  padding-top: 85px;
  padding-bottom: 85px; }

.px-85 {
  padding-left: 85px;
  padding-right: 85px; }

@media (min-width: 576px) {
  .mt-sm-85 {
    margin-top: 85px !important; } }

@media (min-width: 576px) {
  .mb-sm-85 {
    margin-bottom: 85px !important; } }

@media (min-width: 576px) {
  .me-sm-85 {
    margin-right: 85px !important; } }

@media (min-width: 576px) {
  .ms-sm-85 {
    margin-left: 85px !important; } }

@media (min-width: 576px) {
  .my-sm-85 {
    margin-top: 85px;
    margin-bottom: 85px !important; } }

@media (min-width: 576px) {
  .mx-sm-85 {
    margin-left: 85px !important;
    margin-right: 85px !important; } }

@media (min-width: 576px) {
  .pt-sm-85 {
    padding-top: 85px !important; } }

@media (min-width: 576px) {
  .pb-sm-85 {
    padding-bottom: 85px !important; } }

@media (min-width: 576px) {
  .pe-sm-85 {
    padding-right: 85px !important; } }

@media (min-width: 576px) {
  .ps-sm-85 {
    padding-left: 85px !important; } }

@media (min-width: 576px) {
  .py-sm-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important; } }

@media (min-width: 576px) {
  .px-sm-85 {
    padding-left: 85px !important;
    padding-right: 85px !important; } }

@media (min-width: 768px) {
  .pt-md-85 {
    padding-top: 85px !important; } }

@media (min-width: 768px) {
  .pb-md-85 {
    padding-bottom: 85px !important; } }

@media (min-width: 768px) {
  .pe-md-85 {
    padding-right: 85px !important; } }

@media (min-width: 768px) {
  .ps-md-85 {
    padding-left: 85px !important; } }

@media (min-width: 768px) {
  .py-md-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important; } }

@media (min-width: 768px) {
  .px-md-85 {
    padding-left: 85px !important;
    padding-right: 85px !important; } }

@media (min-width: 992px) {
  .mt-lg-85 {
    margin-top: 85px !important; } }

@media (min-width: 992px) {
  .mb-lg-85 {
    margin-bottom: 85px !important; } }

@media (min-width: 992px) {
  .me-lg-85 {
    margin-right: 85px !important; } }

@media (min-width: 992px) {
  .ms-lg-85 {
    margin-left: 85px !important; } }

@media (min-width: 992px) {
  .my-lg-85 {
    margin-top: 85px;
    margin-bottom: 85px !important; } }

@media (min-width: 992px) {
  .mx-lg-85 {
    margin-left: 85px !important;
    margin-right: 85px !important; } }

@media (min-width: 992px) {
  .pt-lg-85 {
    padding-top: 85px !important; } }

@media (min-width: 992px) {
  .pb-lg-85 {
    padding-bottom: 85px !important; } }

@media (min-width: 992px) {
  .pe-lg-85 {
    padding-right: 85px !important; } }

@media (min-width: 992px) {
  .ps-lg-85 {
    padding-left: 85px !important; } }

@media (min-width: 992px) {
  .py-lg-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important; } }

@media (min-width: 992px) {
  .px-lg-85 {
    padding-left: 85px !important;
    padding-right: 85px !important; } }

.mt-90 {
  margin-top: 90px; }

.mb-90 {
  margin-bottom: 90px; }

.me-90 {
  margin-right: 90px; }

.ms-90 {
  margin-left: 90px; }

.my-90 {
  margin-top: 90px;
  margin-bottom: 90px; }

.mx-90 {
  margin-left: 90px;
  margin-right: 90px; }

.pt-90 {
  padding-top: 90px; }

.pb-90 {
  padding-bottom: 90px; }

.pe-90 {
  padding-right: 90px; }

.ps-90 {
  padding-left: 90px; }

.py-90 {
  padding-top: 90px;
  padding-bottom: 90px; }

.px-90 {
  padding-left: 90px;
  padding-right: 90px; }

@media (min-width: 576px) {
  .mt-sm-90 {
    margin-top: 90px !important; } }

@media (min-width: 576px) {
  .mb-sm-90 {
    margin-bottom: 90px !important; } }

@media (min-width: 576px) {
  .me-sm-90 {
    margin-right: 90px !important; } }

@media (min-width: 576px) {
  .ms-sm-90 {
    margin-left: 90px !important; } }

@media (min-width: 576px) {
  .my-sm-90 {
    margin-top: 90px;
    margin-bottom: 90px !important; } }

@media (min-width: 576px) {
  .mx-sm-90 {
    margin-left: 90px !important;
    margin-right: 90px !important; } }

@media (min-width: 576px) {
  .pt-sm-90 {
    padding-top: 90px !important; } }

@media (min-width: 576px) {
  .pb-sm-90 {
    padding-bottom: 90px !important; } }

@media (min-width: 576px) {
  .pe-sm-90 {
    padding-right: 90px !important; } }

@media (min-width: 576px) {
  .ps-sm-90 {
    padding-left: 90px !important; } }

@media (min-width: 576px) {
  .py-sm-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; } }

@media (min-width: 576px) {
  .px-sm-90 {
    padding-left: 90px !important;
    padding-right: 90px !important; } }

@media (min-width: 768px) {
  .pt-md-90 {
    padding-top: 90px !important; } }

@media (min-width: 768px) {
  .pb-md-90 {
    padding-bottom: 90px !important; } }

@media (min-width: 768px) {
  .pe-md-90 {
    padding-right: 90px !important; } }

@media (min-width: 768px) {
  .ps-md-90 {
    padding-left: 90px !important; } }

@media (min-width: 768px) {
  .py-md-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; } }

@media (min-width: 768px) {
  .px-md-90 {
    padding-left: 90px !important;
    padding-right: 90px !important; } }

@media (min-width: 992px) {
  .mt-lg-90 {
    margin-top: 90px !important; } }

@media (min-width: 992px) {
  .mb-lg-90 {
    margin-bottom: 90px !important; } }

@media (min-width: 992px) {
  .me-lg-90 {
    margin-right: 90px !important; } }

@media (min-width: 992px) {
  .ms-lg-90 {
    margin-left: 90px !important; } }

@media (min-width: 992px) {
  .my-lg-90 {
    margin-top: 90px;
    margin-bottom: 90px !important; } }

@media (min-width: 992px) {
  .mx-lg-90 {
    margin-left: 90px !important;
    margin-right: 90px !important; } }

@media (min-width: 992px) {
  .pt-lg-90 {
    padding-top: 90px !important; } }

@media (min-width: 992px) {
  .pb-lg-90 {
    padding-bottom: 90px !important; } }

@media (min-width: 992px) {
  .pe-lg-90 {
    padding-right: 90px !important; } }

@media (min-width: 992px) {
  .ps-lg-90 {
    padding-left: 90px !important; } }

@media (min-width: 992px) {
  .py-lg-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; } }

@media (min-width: 992px) {
  .px-lg-90 {
    padding-left: 90px !important;
    padding-right: 90px !important; } }

.mt-95 {
  margin-top: 95px; }

.mb-95 {
  margin-bottom: 95px; }

.me-95 {
  margin-right: 95px; }

.ms-95 {
  margin-left: 95px; }

.my-95 {
  margin-top: 95px;
  margin-bottom: 95px; }

.mx-95 {
  margin-left: 95px;
  margin-right: 95px; }

.pt-95 {
  padding-top: 95px; }

.pb-95 {
  padding-bottom: 95px; }

.pe-95 {
  padding-right: 95px; }

.ps-95 {
  padding-left: 95px; }

.py-95 {
  padding-top: 95px;
  padding-bottom: 95px; }

.px-95 {
  padding-left: 95px;
  padding-right: 95px; }

@media (min-width: 576px) {
  .mt-sm-95 {
    margin-top: 95px !important; } }

@media (min-width: 576px) {
  .mb-sm-95 {
    margin-bottom: 95px !important; } }

@media (min-width: 576px) {
  .me-sm-95 {
    margin-right: 95px !important; } }

@media (min-width: 576px) {
  .ms-sm-95 {
    margin-left: 95px !important; } }

@media (min-width: 576px) {
  .my-sm-95 {
    margin-top: 95px;
    margin-bottom: 95px !important; } }

@media (min-width: 576px) {
  .mx-sm-95 {
    margin-left: 95px !important;
    margin-right: 95px !important; } }

@media (min-width: 576px) {
  .pt-sm-95 {
    padding-top: 95px !important; } }

@media (min-width: 576px) {
  .pb-sm-95 {
    padding-bottom: 95px !important; } }

@media (min-width: 576px) {
  .pe-sm-95 {
    padding-right: 95px !important; } }

@media (min-width: 576px) {
  .ps-sm-95 {
    padding-left: 95px !important; } }

@media (min-width: 576px) {
  .py-sm-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important; } }

@media (min-width: 576px) {
  .px-sm-95 {
    padding-left: 95px !important;
    padding-right: 95px !important; } }

@media (min-width: 768px) {
  .pt-md-95 {
    padding-top: 95px !important; } }

@media (min-width: 768px) {
  .pb-md-95 {
    padding-bottom: 95px !important; } }

@media (min-width: 768px) {
  .pe-md-95 {
    padding-right: 95px !important; } }

@media (min-width: 768px) {
  .ps-md-95 {
    padding-left: 95px !important; } }

@media (min-width: 768px) {
  .py-md-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important; } }

@media (min-width: 768px) {
  .px-md-95 {
    padding-left: 95px !important;
    padding-right: 95px !important; } }

@media (min-width: 992px) {
  .mt-lg-95 {
    margin-top: 95px !important; } }

@media (min-width: 992px) {
  .mb-lg-95 {
    margin-bottom: 95px !important; } }

@media (min-width: 992px) {
  .me-lg-95 {
    margin-right: 95px !important; } }

@media (min-width: 992px) {
  .ms-lg-95 {
    margin-left: 95px !important; } }

@media (min-width: 992px) {
  .my-lg-95 {
    margin-top: 95px;
    margin-bottom: 95px !important; } }

@media (min-width: 992px) {
  .mx-lg-95 {
    margin-left: 95px !important;
    margin-right: 95px !important; } }

@media (min-width: 992px) {
  .pt-lg-95 {
    padding-top: 95px !important; } }

@media (min-width: 992px) {
  .pb-lg-95 {
    padding-bottom: 95px !important; } }

@media (min-width: 992px) {
  .pe-lg-95 {
    padding-right: 95px !important; } }

@media (min-width: 992px) {
  .ps-lg-95 {
    padding-left: 95px !important; } }

@media (min-width: 992px) {
  .py-lg-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important; } }

@media (min-width: 992px) {
  .px-lg-95 {
    padding-left: 95px !important;
    padding-right: 95px !important; } }

.mt-100 {
  margin-top: 100px; }

.mb-100 {
  margin-bottom: 100px; }

.me-100 {
  margin-right: 100px; }

.ms-100 {
  margin-left: 100px; }

.my-100 {
  margin-top: 100px;
  margin-bottom: 100px; }

.mx-100 {
  margin-left: 100px;
  margin-right: 100px; }

.pt-100 {
  padding-top: 100px; }

.pb-100 {
  padding-bottom: 100px; }

.pe-100 {
  padding-right: 100px; }

.ps-100 {
  padding-left: 100px; }

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.px-100 {
  padding-left: 100px;
  padding-right: 100px; }

@media (min-width: 576px) {
  .mt-sm-100 {
    margin-top: 100px !important; } }

@media (min-width: 576px) {
  .mb-sm-100 {
    margin-bottom: 100px !important; } }

@media (min-width: 576px) {
  .me-sm-100 {
    margin-right: 100px !important; } }

@media (min-width: 576px) {
  .ms-sm-100 {
    margin-left: 100px !important; } }

@media (min-width: 576px) {
  .my-sm-100 {
    margin-top: 100px;
    margin-bottom: 100px !important; } }

@media (min-width: 576px) {
  .mx-sm-100 {
    margin-left: 100px !important;
    margin-right: 100px !important; } }

@media (min-width: 576px) {
  .pt-sm-100 {
    padding-top: 100px !important; } }

@media (min-width: 576px) {
  .pb-sm-100 {
    padding-bottom: 100px !important; } }

@media (min-width: 576px) {
  .pe-sm-100 {
    padding-right: 100px !important; } }

@media (min-width: 576px) {
  .ps-sm-100 {
    padding-left: 100px !important; } }

@media (min-width: 576px) {
  .py-sm-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; } }

@media (min-width: 576px) {
  .px-sm-100 {
    padding-left: 100px !important;
    padding-right: 100px !important; } }

@media (min-width: 768px) {
  .pt-md-100 {
    padding-top: 100px !important; } }

@media (min-width: 768px) {
  .pb-md-100 {
    padding-bottom: 100px !important; } }

@media (min-width: 768px) {
  .pe-md-100 {
    padding-right: 100px !important; } }

@media (min-width: 768px) {
  .ps-md-100 {
    padding-left: 100px !important; } }

@media (min-width: 768px) {
  .py-md-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; } }

@media (min-width: 768px) {
  .px-md-100 {
    padding-left: 100px !important;
    padding-right: 100px !important; } }

@media (min-width: 992px) {
  .mt-lg-100 {
    margin-top: 100px !important; } }

@media (min-width: 992px) {
  .mb-lg-100 {
    margin-bottom: 100px !important; } }

@media (min-width: 992px) {
  .me-lg-100 {
    margin-right: 100px !important; } }

@media (min-width: 992px) {
  .ms-lg-100 {
    margin-left: 100px !important; } }

@media (min-width: 992px) {
  .my-lg-100 {
    margin-top: 100px;
    margin-bottom: 100px !important; } }

@media (min-width: 992px) {
  .mx-lg-100 {
    margin-left: 100px !important;
    margin-right: 100px !important; } }

@media (min-width: 992px) {
  .pt-lg-100 {
    padding-top: 100px !important; } }

@media (min-width: 992px) {
  .pb-lg-100 {
    padding-bottom: 100px !important; } }

@media (min-width: 992px) {
  .pe-lg-100 {
    padding-right: 100px !important; } }

@media (min-width: 992px) {
  .ps-lg-100 {
    padding-left: 100px !important; } }

@media (min-width: 992px) {
  .py-lg-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; } }

@media (min-width: 992px) {
  .px-lg-100 {
    padding-left: 100px !important;
    padding-right: 100px !important; } }

.mt-105 {
  margin-top: 105px; }

.mb-105 {
  margin-bottom: 105px; }

.me-105 {
  margin-right: 105px; }

.ms-105 {
  margin-left: 105px; }

.my-105 {
  margin-top: 105px;
  margin-bottom: 105px; }

.mx-105 {
  margin-left: 105px;
  margin-right: 105px; }

.pt-105 {
  padding-top: 105px; }

.pb-105 {
  padding-bottom: 105px; }

.pe-105 {
  padding-right: 105px; }

.ps-105 {
  padding-left: 105px; }

.py-105 {
  padding-top: 105px;
  padding-bottom: 105px; }

.px-105 {
  padding-left: 105px;
  padding-right: 105px; }

@media (min-width: 576px) {
  .mt-sm-105 {
    margin-top: 105px !important; } }

@media (min-width: 576px) {
  .mb-sm-105 {
    margin-bottom: 105px !important; } }

@media (min-width: 576px) {
  .me-sm-105 {
    margin-right: 105px !important; } }

@media (min-width: 576px) {
  .ms-sm-105 {
    margin-left: 105px !important; } }

@media (min-width: 576px) {
  .my-sm-105 {
    margin-top: 105px;
    margin-bottom: 105px !important; } }

@media (min-width: 576px) {
  .mx-sm-105 {
    margin-left: 105px !important;
    margin-right: 105px !important; } }

@media (min-width: 576px) {
  .pt-sm-105 {
    padding-top: 105px !important; } }

@media (min-width: 576px) {
  .pb-sm-105 {
    padding-bottom: 105px !important; } }

@media (min-width: 576px) {
  .pe-sm-105 {
    padding-right: 105px !important; } }

@media (min-width: 576px) {
  .ps-sm-105 {
    padding-left: 105px !important; } }

@media (min-width: 576px) {
  .py-sm-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important; } }

@media (min-width: 576px) {
  .px-sm-105 {
    padding-left: 105px !important;
    padding-right: 105px !important; } }

@media (min-width: 768px) {
  .pt-md-105 {
    padding-top: 105px !important; } }

@media (min-width: 768px) {
  .pb-md-105 {
    padding-bottom: 105px !important; } }

@media (min-width: 768px) {
  .pe-md-105 {
    padding-right: 105px !important; } }

@media (min-width: 768px) {
  .ps-md-105 {
    padding-left: 105px !important; } }

@media (min-width: 768px) {
  .py-md-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important; } }

@media (min-width: 768px) {
  .px-md-105 {
    padding-left: 105px !important;
    padding-right: 105px !important; } }

@media (min-width: 992px) {
  .mt-lg-105 {
    margin-top: 105px !important; } }

@media (min-width: 992px) {
  .mb-lg-105 {
    margin-bottom: 105px !important; } }

@media (min-width: 992px) {
  .me-lg-105 {
    margin-right: 105px !important; } }

@media (min-width: 992px) {
  .ms-lg-105 {
    margin-left: 105px !important; } }

@media (min-width: 992px) {
  .my-lg-105 {
    margin-top: 105px;
    margin-bottom: 105px !important; } }

@media (min-width: 992px) {
  .mx-lg-105 {
    margin-left: 105px !important;
    margin-right: 105px !important; } }

@media (min-width: 992px) {
  .pt-lg-105 {
    padding-top: 105px !important; } }

@media (min-width: 992px) {
  .pb-lg-105 {
    padding-bottom: 105px !important; } }

@media (min-width: 992px) {
  .pe-lg-105 {
    padding-right: 105px !important; } }

@media (min-width: 992px) {
  .ps-lg-105 {
    padding-left: 105px !important; } }

@media (min-width: 992px) {
  .py-lg-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important; } }

@media (min-width: 992px) {
  .px-lg-105 {
    padding-left: 105px !important;
    padding-right: 105px !important; } }

.mt-110 {
  margin-top: 110px; }

.mb-110 {
  margin-bottom: 110px; }

.me-110 {
  margin-right: 110px; }

.ms-110 {
  margin-left: 110px; }

.my-110 {
  margin-top: 110px;
  margin-bottom: 110px; }

.mx-110 {
  margin-left: 110px;
  margin-right: 110px; }

.pt-110 {
  padding-top: 110px; }

.pb-110 {
  padding-bottom: 110px; }

.pe-110 {
  padding-right: 110px; }

.ps-110 {
  padding-left: 110px; }

.py-110 {
  padding-top: 110px;
  padding-bottom: 110px; }

.px-110 {
  padding-left: 110px;
  padding-right: 110px; }

@media (min-width: 576px) {
  .mt-sm-110 {
    margin-top: 110px !important; } }

@media (min-width: 576px) {
  .mb-sm-110 {
    margin-bottom: 110px !important; } }

@media (min-width: 576px) {
  .me-sm-110 {
    margin-right: 110px !important; } }

@media (min-width: 576px) {
  .ms-sm-110 {
    margin-left: 110px !important; } }

@media (min-width: 576px) {
  .my-sm-110 {
    margin-top: 110px;
    margin-bottom: 110px !important; } }

@media (min-width: 576px) {
  .mx-sm-110 {
    margin-left: 110px !important;
    margin-right: 110px !important; } }

@media (min-width: 576px) {
  .pt-sm-110 {
    padding-top: 110px !important; } }

@media (min-width: 576px) {
  .pb-sm-110 {
    padding-bottom: 110px !important; } }

@media (min-width: 576px) {
  .pe-sm-110 {
    padding-right: 110px !important; } }

@media (min-width: 576px) {
  .ps-sm-110 {
    padding-left: 110px !important; } }

@media (min-width: 576px) {
  .py-sm-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important; } }

@media (min-width: 576px) {
  .px-sm-110 {
    padding-left: 110px !important;
    padding-right: 110px !important; } }

@media (min-width: 768px) {
  .pt-md-110 {
    padding-top: 110px !important; } }

@media (min-width: 768px) {
  .pb-md-110 {
    padding-bottom: 110px !important; } }

@media (min-width: 768px) {
  .pe-md-110 {
    padding-right: 110px !important; } }

@media (min-width: 768px) {
  .ps-md-110 {
    padding-left: 110px !important; } }

@media (min-width: 768px) {
  .py-md-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important; } }

@media (min-width: 768px) {
  .px-md-110 {
    padding-left: 110px !important;
    padding-right: 110px !important; } }

@media (min-width: 992px) {
  .mt-lg-110 {
    margin-top: 110px !important; } }

@media (min-width: 992px) {
  .mb-lg-110 {
    margin-bottom: 110px !important; } }

@media (min-width: 992px) {
  .me-lg-110 {
    margin-right: 110px !important; } }

@media (min-width: 992px) {
  .ms-lg-110 {
    margin-left: 110px !important; } }

@media (min-width: 992px) {
  .my-lg-110 {
    margin-top: 110px;
    margin-bottom: 110px !important; } }

@media (min-width: 992px) {
  .mx-lg-110 {
    margin-left: 110px !important;
    margin-right: 110px !important; } }

@media (min-width: 992px) {
  .pt-lg-110 {
    padding-top: 110px !important; } }

@media (min-width: 992px) {
  .pb-lg-110 {
    padding-bottom: 110px !important; } }

@media (min-width: 992px) {
  .pe-lg-110 {
    padding-right: 110px !important; } }

@media (min-width: 992px) {
  .ps-lg-110 {
    padding-left: 110px !important; } }

@media (min-width: 992px) {
  .py-lg-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important; } }

@media (min-width: 992px) {
  .px-lg-110 {
    padding-left: 110px !important;
    padding-right: 110px !important; } }

.mt-115 {
  margin-top: 115px; }

.mb-115 {
  margin-bottom: 115px; }

.me-115 {
  margin-right: 115px; }

.ms-115 {
  margin-left: 115px; }

.my-115 {
  margin-top: 115px;
  margin-bottom: 115px; }

.mx-115 {
  margin-left: 115px;
  margin-right: 115px; }

.pt-115 {
  padding-top: 115px; }

.pb-115 {
  padding-bottom: 115px; }

.pe-115 {
  padding-right: 115px; }

.ps-115 {
  padding-left: 115px; }

.py-115 {
  padding-top: 115px;
  padding-bottom: 115px; }

.px-115 {
  padding-left: 115px;
  padding-right: 115px; }

@media (min-width: 576px) {
  .mt-sm-115 {
    margin-top: 115px !important; } }

@media (min-width: 576px) {
  .mb-sm-115 {
    margin-bottom: 115px !important; } }

@media (min-width: 576px) {
  .me-sm-115 {
    margin-right: 115px !important; } }

@media (min-width: 576px) {
  .ms-sm-115 {
    margin-left: 115px !important; } }

@media (min-width: 576px) {
  .my-sm-115 {
    margin-top: 115px;
    margin-bottom: 115px !important; } }

@media (min-width: 576px) {
  .mx-sm-115 {
    margin-left: 115px !important;
    margin-right: 115px !important; } }

@media (min-width: 576px) {
  .pt-sm-115 {
    padding-top: 115px !important; } }

@media (min-width: 576px) {
  .pb-sm-115 {
    padding-bottom: 115px !important; } }

@media (min-width: 576px) {
  .pe-sm-115 {
    padding-right: 115px !important; } }

@media (min-width: 576px) {
  .ps-sm-115 {
    padding-left: 115px !important; } }

@media (min-width: 576px) {
  .py-sm-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important; } }

@media (min-width: 576px) {
  .px-sm-115 {
    padding-left: 115px !important;
    padding-right: 115px !important; } }

@media (min-width: 768px) {
  .pt-md-115 {
    padding-top: 115px !important; } }

@media (min-width: 768px) {
  .pb-md-115 {
    padding-bottom: 115px !important; } }

@media (min-width: 768px) {
  .pe-md-115 {
    padding-right: 115px !important; } }

@media (min-width: 768px) {
  .ps-md-115 {
    padding-left: 115px !important; } }

@media (min-width: 768px) {
  .py-md-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important; } }

@media (min-width: 768px) {
  .px-md-115 {
    padding-left: 115px !important;
    padding-right: 115px !important; } }

@media (min-width: 992px) {
  .mt-lg-115 {
    margin-top: 115px !important; } }

@media (min-width: 992px) {
  .mb-lg-115 {
    margin-bottom: 115px !important; } }

@media (min-width: 992px) {
  .me-lg-115 {
    margin-right: 115px !important; } }

@media (min-width: 992px) {
  .ms-lg-115 {
    margin-left: 115px !important; } }

@media (min-width: 992px) {
  .my-lg-115 {
    margin-top: 115px;
    margin-bottom: 115px !important; } }

@media (min-width: 992px) {
  .mx-lg-115 {
    margin-left: 115px !important;
    margin-right: 115px !important; } }

@media (min-width: 992px) {
  .pt-lg-115 {
    padding-top: 115px !important; } }

@media (min-width: 992px) {
  .pb-lg-115 {
    padding-bottom: 115px !important; } }

@media (min-width: 992px) {
  .pe-lg-115 {
    padding-right: 115px !important; } }

@media (min-width: 992px) {
  .ps-lg-115 {
    padding-left: 115px !important; } }

@media (min-width: 992px) {
  .py-lg-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important; } }

@media (min-width: 992px) {
  .px-lg-115 {
    padding-left: 115px !important;
    padding-right: 115px !important; } }

.mt-120 {
  margin-top: 120px; }

.mb-120 {
  margin-bottom: 120px; }

.me-120 {
  margin-right: 120px; }

.ms-120 {
  margin-left: 120px; }

.my-120 {
  margin-top: 120px;
  margin-bottom: 120px; }

.mx-120 {
  margin-left: 120px;
  margin-right: 120px; }

.pt-120 {
  padding-top: 120px; }

.pb-120 {
  padding-bottom: 120px; }

.pe-120 {
  padding-right: 120px; }

.ps-120 {
  padding-left: 120px; }

.py-120 {
  padding-top: 120px;
  padding-bottom: 120px; }

.px-120 {
  padding-left: 120px;
  padding-right: 120px; }

@media (min-width: 576px) {
  .mt-sm-120 {
    margin-top: 120px !important; } }

@media (min-width: 576px) {
  .mb-sm-120 {
    margin-bottom: 120px !important; } }

@media (min-width: 576px) {
  .me-sm-120 {
    margin-right: 120px !important; } }

@media (min-width: 576px) {
  .ms-sm-120 {
    margin-left: 120px !important; } }

@media (min-width: 576px) {
  .my-sm-120 {
    margin-top: 120px;
    margin-bottom: 120px !important; } }

@media (min-width: 576px) {
  .mx-sm-120 {
    margin-left: 120px !important;
    margin-right: 120px !important; } }

@media (min-width: 576px) {
  .pt-sm-120 {
    padding-top: 120px !important; } }

@media (min-width: 576px) {
  .pb-sm-120 {
    padding-bottom: 120px !important; } }

@media (min-width: 576px) {
  .pe-sm-120 {
    padding-right: 120px !important; } }

@media (min-width: 576px) {
  .ps-sm-120 {
    padding-left: 120px !important; } }

@media (min-width: 576px) {
  .py-sm-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important; } }

@media (min-width: 576px) {
  .px-sm-120 {
    padding-left: 120px !important;
    padding-right: 120px !important; } }

@media (min-width: 768px) {
  .pt-md-120 {
    padding-top: 120px !important; } }

@media (min-width: 768px) {
  .pb-md-120 {
    padding-bottom: 120px !important; } }

@media (min-width: 768px) {
  .pe-md-120 {
    padding-right: 120px !important; } }

@media (min-width: 768px) {
  .ps-md-120 {
    padding-left: 120px !important; } }

@media (min-width: 768px) {
  .py-md-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important; } }

@media (min-width: 768px) {
  .px-md-120 {
    padding-left: 120px !important;
    padding-right: 120px !important; } }

@media (min-width: 992px) {
  .mt-lg-120 {
    margin-top: 120px !important; } }

@media (min-width: 992px) {
  .mb-lg-120 {
    margin-bottom: 120px !important; } }

@media (min-width: 992px) {
  .me-lg-120 {
    margin-right: 120px !important; } }

@media (min-width: 992px) {
  .ms-lg-120 {
    margin-left: 120px !important; } }

@media (min-width: 992px) {
  .my-lg-120 {
    margin-top: 120px;
    margin-bottom: 120px !important; } }

@media (min-width: 992px) {
  .mx-lg-120 {
    margin-left: 120px !important;
    margin-right: 120px !important; } }

@media (min-width: 992px) {
  .pt-lg-120 {
    padding-top: 120px !important; } }

@media (min-width: 992px) {
  .pb-lg-120 {
    padding-bottom: 120px !important; } }

@media (min-width: 992px) {
  .pe-lg-120 {
    padding-right: 120px !important; } }

@media (min-width: 992px) {
  .ps-lg-120 {
    padding-left: 120px !important; } }

@media (min-width: 992px) {
  .py-lg-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important; } }

@media (min-width: 992px) {
  .px-lg-120 {
    padding-left: 120px !important;
    padding-right: 120px !important; } }

.mt-125 {
  margin-top: 125px; }

.mb-125 {
  margin-bottom: 125px; }

.me-125 {
  margin-right: 125px; }

.ms-125 {
  margin-left: 125px; }

.my-125 {
  margin-top: 125px;
  margin-bottom: 125px; }

.mx-125 {
  margin-left: 125px;
  margin-right: 125px; }

.pt-125 {
  padding-top: 125px; }

.pb-125 {
  padding-bottom: 125px; }

.pe-125 {
  padding-right: 125px; }

.ps-125 {
  padding-left: 125px; }

.py-125 {
  padding-top: 125px;
  padding-bottom: 125px; }

.px-125 {
  padding-left: 125px;
  padding-right: 125px; }

@media (min-width: 576px) {
  .mt-sm-125 {
    margin-top: 125px !important; } }

@media (min-width: 576px) {
  .mb-sm-125 {
    margin-bottom: 125px !important; } }

@media (min-width: 576px) {
  .me-sm-125 {
    margin-right: 125px !important; } }

@media (min-width: 576px) {
  .ms-sm-125 {
    margin-left: 125px !important; } }

@media (min-width: 576px) {
  .my-sm-125 {
    margin-top: 125px;
    margin-bottom: 125px !important; } }

@media (min-width: 576px) {
  .mx-sm-125 {
    margin-left: 125px !important;
    margin-right: 125px !important; } }

@media (min-width: 576px) {
  .pt-sm-125 {
    padding-top: 125px !important; } }

@media (min-width: 576px) {
  .pb-sm-125 {
    padding-bottom: 125px !important; } }

@media (min-width: 576px) {
  .pe-sm-125 {
    padding-right: 125px !important; } }

@media (min-width: 576px) {
  .ps-sm-125 {
    padding-left: 125px !important; } }

@media (min-width: 576px) {
  .py-sm-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important; } }

@media (min-width: 576px) {
  .px-sm-125 {
    padding-left: 125px !important;
    padding-right: 125px !important; } }

@media (min-width: 768px) {
  .pt-md-125 {
    padding-top: 125px !important; } }

@media (min-width: 768px) {
  .pb-md-125 {
    padding-bottom: 125px !important; } }

@media (min-width: 768px) {
  .pe-md-125 {
    padding-right: 125px !important; } }

@media (min-width: 768px) {
  .ps-md-125 {
    padding-left: 125px !important; } }

@media (min-width: 768px) {
  .py-md-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important; } }

@media (min-width: 768px) {
  .px-md-125 {
    padding-left: 125px !important;
    padding-right: 125px !important; } }

@media (min-width: 992px) {
  .mt-lg-125 {
    margin-top: 125px !important; } }

@media (min-width: 992px) {
  .mb-lg-125 {
    margin-bottom: 125px !important; } }

@media (min-width: 992px) {
  .me-lg-125 {
    margin-right: 125px !important; } }

@media (min-width: 992px) {
  .ms-lg-125 {
    margin-left: 125px !important; } }

@media (min-width: 992px) {
  .my-lg-125 {
    margin-top: 125px;
    margin-bottom: 125px !important; } }

@media (min-width: 992px) {
  .mx-lg-125 {
    margin-left: 125px !important;
    margin-right: 125px !important; } }

@media (min-width: 992px) {
  .pt-lg-125 {
    padding-top: 125px !important; } }

@media (min-width: 992px) {
  .pb-lg-125 {
    padding-bottom: 125px !important; } }

@media (min-width: 992px) {
  .pe-lg-125 {
    padding-right: 125px !important; } }

@media (min-width: 992px) {
  .ps-lg-125 {
    padding-left: 125px !important; } }

@media (min-width: 992px) {
  .py-lg-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important; } }

@media (min-width: 992px) {
  .px-lg-125 {
    padding-left: 125px !important;
    padding-right: 125px !important; } }

.mt-130 {
  margin-top: 130px; }

.mb-130 {
  margin-bottom: 130px; }

.me-130 {
  margin-right: 130px; }

.ms-130 {
  margin-left: 130px; }

.my-130 {
  margin-top: 130px;
  margin-bottom: 130px; }

.mx-130 {
  margin-left: 130px;
  margin-right: 130px; }

.pt-130 {
  padding-top: 130px; }

.pb-130 {
  padding-bottom: 130px; }

.pe-130 {
  padding-right: 130px; }

.ps-130 {
  padding-left: 130px; }

.py-130 {
  padding-top: 130px;
  padding-bottom: 130px; }

.px-130 {
  padding-left: 130px;
  padding-right: 130px; }

@media (min-width: 576px) {
  .mt-sm-130 {
    margin-top: 130px !important; } }

@media (min-width: 576px) {
  .mb-sm-130 {
    margin-bottom: 130px !important; } }

@media (min-width: 576px) {
  .me-sm-130 {
    margin-right: 130px !important; } }

@media (min-width: 576px) {
  .ms-sm-130 {
    margin-left: 130px !important; } }

@media (min-width: 576px) {
  .my-sm-130 {
    margin-top: 130px;
    margin-bottom: 130px !important; } }

@media (min-width: 576px) {
  .mx-sm-130 {
    margin-left: 130px !important;
    margin-right: 130px !important; } }

@media (min-width: 576px) {
  .pt-sm-130 {
    padding-top: 130px !important; } }

@media (min-width: 576px) {
  .pb-sm-130 {
    padding-bottom: 130px !important; } }

@media (min-width: 576px) {
  .pe-sm-130 {
    padding-right: 130px !important; } }

@media (min-width: 576px) {
  .ps-sm-130 {
    padding-left: 130px !important; } }

@media (min-width: 576px) {
  .py-sm-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important; } }

@media (min-width: 576px) {
  .px-sm-130 {
    padding-left: 130px !important;
    padding-right: 130px !important; } }

@media (min-width: 768px) {
  .pt-md-130 {
    padding-top: 130px !important; } }

@media (min-width: 768px) {
  .pb-md-130 {
    padding-bottom: 130px !important; } }

@media (min-width: 768px) {
  .pe-md-130 {
    padding-right: 130px !important; } }

@media (min-width: 768px) {
  .ps-md-130 {
    padding-left: 130px !important; } }

@media (min-width: 768px) {
  .py-md-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important; } }

@media (min-width: 768px) {
  .px-md-130 {
    padding-left: 130px !important;
    padding-right: 130px !important; } }

@media (min-width: 992px) {
  .mt-lg-130 {
    margin-top: 130px !important; } }

@media (min-width: 992px) {
  .mb-lg-130 {
    margin-bottom: 130px !important; } }

@media (min-width: 992px) {
  .me-lg-130 {
    margin-right: 130px !important; } }

@media (min-width: 992px) {
  .ms-lg-130 {
    margin-left: 130px !important; } }

@media (min-width: 992px) {
  .my-lg-130 {
    margin-top: 130px;
    margin-bottom: 130px !important; } }

@media (min-width: 992px) {
  .mx-lg-130 {
    margin-left: 130px !important;
    margin-right: 130px !important; } }

@media (min-width: 992px) {
  .pt-lg-130 {
    padding-top: 130px !important; } }

@media (min-width: 992px) {
  .pb-lg-130 {
    padding-bottom: 130px !important; } }

@media (min-width: 992px) {
  .pe-lg-130 {
    padding-right: 130px !important; } }

@media (min-width: 992px) {
  .ps-lg-130 {
    padding-left: 130px !important; } }

@media (min-width: 992px) {
  .py-lg-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important; } }

@media (min-width: 992px) {
  .px-lg-130 {
    padding-left: 130px !important;
    padding-right: 130px !important; } }

.mt-135 {
  margin-top: 135px; }

.mb-135 {
  margin-bottom: 135px; }

.me-135 {
  margin-right: 135px; }

.ms-135 {
  margin-left: 135px; }

.my-135 {
  margin-top: 135px;
  margin-bottom: 135px; }

.mx-135 {
  margin-left: 135px;
  margin-right: 135px; }

.pt-135 {
  padding-top: 135px; }

.pb-135 {
  padding-bottom: 135px; }

.pe-135 {
  padding-right: 135px; }

.ps-135 {
  padding-left: 135px; }

.py-135 {
  padding-top: 135px;
  padding-bottom: 135px; }

.px-135 {
  padding-left: 135px;
  padding-right: 135px; }

@media (min-width: 576px) {
  .mt-sm-135 {
    margin-top: 135px !important; } }

@media (min-width: 576px) {
  .mb-sm-135 {
    margin-bottom: 135px !important; } }

@media (min-width: 576px) {
  .me-sm-135 {
    margin-right: 135px !important; } }

@media (min-width: 576px) {
  .ms-sm-135 {
    margin-left: 135px !important; } }

@media (min-width: 576px) {
  .my-sm-135 {
    margin-top: 135px;
    margin-bottom: 135px !important; } }

@media (min-width: 576px) {
  .mx-sm-135 {
    margin-left: 135px !important;
    margin-right: 135px !important; } }

@media (min-width: 576px) {
  .pt-sm-135 {
    padding-top: 135px !important; } }

@media (min-width: 576px) {
  .pb-sm-135 {
    padding-bottom: 135px !important; } }

@media (min-width: 576px) {
  .pe-sm-135 {
    padding-right: 135px !important; } }

@media (min-width: 576px) {
  .ps-sm-135 {
    padding-left: 135px !important; } }

@media (min-width: 576px) {
  .py-sm-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important; } }

@media (min-width: 576px) {
  .px-sm-135 {
    padding-left: 135px !important;
    padding-right: 135px !important; } }

@media (min-width: 768px) {
  .pt-md-135 {
    padding-top: 135px !important; } }

@media (min-width: 768px) {
  .pb-md-135 {
    padding-bottom: 135px !important; } }

@media (min-width: 768px) {
  .pe-md-135 {
    padding-right: 135px !important; } }

@media (min-width: 768px) {
  .ps-md-135 {
    padding-left: 135px !important; } }

@media (min-width: 768px) {
  .py-md-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important; } }

@media (min-width: 768px) {
  .px-md-135 {
    padding-left: 135px !important;
    padding-right: 135px !important; } }

@media (min-width: 992px) {
  .mt-lg-135 {
    margin-top: 135px !important; } }

@media (min-width: 992px) {
  .mb-lg-135 {
    margin-bottom: 135px !important; } }

@media (min-width: 992px) {
  .me-lg-135 {
    margin-right: 135px !important; } }

@media (min-width: 992px) {
  .ms-lg-135 {
    margin-left: 135px !important; } }

@media (min-width: 992px) {
  .my-lg-135 {
    margin-top: 135px;
    margin-bottom: 135px !important; } }

@media (min-width: 992px) {
  .mx-lg-135 {
    margin-left: 135px !important;
    margin-right: 135px !important; } }

@media (min-width: 992px) {
  .pt-lg-135 {
    padding-top: 135px !important; } }

@media (min-width: 992px) {
  .pb-lg-135 {
    padding-bottom: 135px !important; } }

@media (min-width: 992px) {
  .pe-lg-135 {
    padding-right: 135px !important; } }

@media (min-width: 992px) {
  .ps-lg-135 {
    padding-left: 135px !important; } }

@media (min-width: 992px) {
  .py-lg-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important; } }

@media (min-width: 992px) {
  .px-lg-135 {
    padding-left: 135px !important;
    padding-right: 135px !important; } }

.mt-140 {
  margin-top: 140px; }

.mb-140 {
  margin-bottom: 140px; }

.me-140 {
  margin-right: 140px; }

.ms-140 {
  margin-left: 140px; }

.my-140 {
  margin-top: 140px;
  margin-bottom: 140px; }

.mx-140 {
  margin-left: 140px;
  margin-right: 140px; }

.pt-140 {
  padding-top: 140px; }

.pb-140 {
  padding-bottom: 140px; }

.pe-140 {
  padding-right: 140px; }

.ps-140 {
  padding-left: 140px; }

.py-140 {
  padding-top: 140px;
  padding-bottom: 140px; }

.px-140 {
  padding-left: 140px;
  padding-right: 140px; }

@media (min-width: 576px) {
  .mt-sm-140 {
    margin-top: 140px !important; } }

@media (min-width: 576px) {
  .mb-sm-140 {
    margin-bottom: 140px !important; } }

@media (min-width: 576px) {
  .me-sm-140 {
    margin-right: 140px !important; } }

@media (min-width: 576px) {
  .ms-sm-140 {
    margin-left: 140px !important; } }

@media (min-width: 576px) {
  .my-sm-140 {
    margin-top: 140px;
    margin-bottom: 140px !important; } }

@media (min-width: 576px) {
  .mx-sm-140 {
    margin-left: 140px !important;
    margin-right: 140px !important; } }

@media (min-width: 576px) {
  .pt-sm-140 {
    padding-top: 140px !important; } }

@media (min-width: 576px) {
  .pb-sm-140 {
    padding-bottom: 140px !important; } }

@media (min-width: 576px) {
  .pe-sm-140 {
    padding-right: 140px !important; } }

@media (min-width: 576px) {
  .ps-sm-140 {
    padding-left: 140px !important; } }

@media (min-width: 576px) {
  .py-sm-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important; } }

@media (min-width: 576px) {
  .px-sm-140 {
    padding-left: 140px !important;
    padding-right: 140px !important; } }

@media (min-width: 768px) {
  .pt-md-140 {
    padding-top: 140px !important; } }

@media (min-width: 768px) {
  .pb-md-140 {
    padding-bottom: 140px !important; } }

@media (min-width: 768px) {
  .pe-md-140 {
    padding-right: 140px !important; } }

@media (min-width: 768px) {
  .ps-md-140 {
    padding-left: 140px !important; } }

@media (min-width: 768px) {
  .py-md-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important; } }

@media (min-width: 768px) {
  .px-md-140 {
    padding-left: 140px !important;
    padding-right: 140px !important; } }

@media (min-width: 992px) {
  .mt-lg-140 {
    margin-top: 140px !important; } }

@media (min-width: 992px) {
  .mb-lg-140 {
    margin-bottom: 140px !important; } }

@media (min-width: 992px) {
  .me-lg-140 {
    margin-right: 140px !important; } }

@media (min-width: 992px) {
  .ms-lg-140 {
    margin-left: 140px !important; } }

@media (min-width: 992px) {
  .my-lg-140 {
    margin-top: 140px;
    margin-bottom: 140px !important; } }

@media (min-width: 992px) {
  .mx-lg-140 {
    margin-left: 140px !important;
    margin-right: 140px !important; } }

@media (min-width: 992px) {
  .pt-lg-140 {
    padding-top: 140px !important; } }

@media (min-width: 992px) {
  .pb-lg-140 {
    padding-bottom: 140px !important; } }

@media (min-width: 992px) {
  .pe-lg-140 {
    padding-right: 140px !important; } }

@media (min-width: 992px) {
  .ps-lg-140 {
    padding-left: 140px !important; } }

@media (min-width: 992px) {
  .py-lg-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important; } }

@media (min-width: 992px) {
  .px-lg-140 {
    padding-left: 140px !important;
    padding-right: 140px !important; } }

.mt-145 {
  margin-top: 145px; }

.mb-145 {
  margin-bottom: 145px; }

.me-145 {
  margin-right: 145px; }

.ms-145 {
  margin-left: 145px; }

.my-145 {
  margin-top: 145px;
  margin-bottom: 145px; }

.mx-145 {
  margin-left: 145px;
  margin-right: 145px; }

.pt-145 {
  padding-top: 145px; }

.pb-145 {
  padding-bottom: 145px; }

.pe-145 {
  padding-right: 145px; }

.ps-145 {
  padding-left: 145px; }

.py-145 {
  padding-top: 145px;
  padding-bottom: 145px; }

.px-145 {
  padding-left: 145px;
  padding-right: 145px; }

@media (min-width: 576px) {
  .mt-sm-145 {
    margin-top: 145px !important; } }

@media (min-width: 576px) {
  .mb-sm-145 {
    margin-bottom: 145px !important; } }

@media (min-width: 576px) {
  .me-sm-145 {
    margin-right: 145px !important; } }

@media (min-width: 576px) {
  .ms-sm-145 {
    margin-left: 145px !important; } }

@media (min-width: 576px) {
  .my-sm-145 {
    margin-top: 145px;
    margin-bottom: 145px !important; } }

@media (min-width: 576px) {
  .mx-sm-145 {
    margin-left: 145px !important;
    margin-right: 145px !important; } }

@media (min-width: 576px) {
  .pt-sm-145 {
    padding-top: 145px !important; } }

@media (min-width: 576px) {
  .pb-sm-145 {
    padding-bottom: 145px !important; } }

@media (min-width: 576px) {
  .pe-sm-145 {
    padding-right: 145px !important; } }

@media (min-width: 576px) {
  .ps-sm-145 {
    padding-left: 145px !important; } }

@media (min-width: 576px) {
  .py-sm-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important; } }

@media (min-width: 576px) {
  .px-sm-145 {
    padding-left: 145px !important;
    padding-right: 145px !important; } }

@media (min-width: 768px) {
  .pt-md-145 {
    padding-top: 145px !important; } }

@media (min-width: 768px) {
  .pb-md-145 {
    padding-bottom: 145px !important; } }

@media (min-width: 768px) {
  .pe-md-145 {
    padding-right: 145px !important; } }

@media (min-width: 768px) {
  .ps-md-145 {
    padding-left: 145px !important; } }

@media (min-width: 768px) {
  .py-md-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important; } }

@media (min-width: 768px) {
  .px-md-145 {
    padding-left: 145px !important;
    padding-right: 145px !important; } }

@media (min-width: 992px) {
  .mt-lg-145 {
    margin-top: 145px !important; } }

@media (min-width: 992px) {
  .mb-lg-145 {
    margin-bottom: 145px !important; } }

@media (min-width: 992px) {
  .me-lg-145 {
    margin-right: 145px !important; } }

@media (min-width: 992px) {
  .ms-lg-145 {
    margin-left: 145px !important; } }

@media (min-width: 992px) {
  .my-lg-145 {
    margin-top: 145px;
    margin-bottom: 145px !important; } }

@media (min-width: 992px) {
  .mx-lg-145 {
    margin-left: 145px !important;
    margin-right: 145px !important; } }

@media (min-width: 992px) {
  .pt-lg-145 {
    padding-top: 145px !important; } }

@media (min-width: 992px) {
  .pb-lg-145 {
    padding-bottom: 145px !important; } }

@media (min-width: 992px) {
  .pe-lg-145 {
    padding-right: 145px !important; } }

@media (min-width: 992px) {
  .ps-lg-145 {
    padding-left: 145px !important; } }

@media (min-width: 992px) {
  .py-lg-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important; } }

@media (min-width: 992px) {
  .px-lg-145 {
    padding-left: 145px !important;
    padding-right: 145px !important; } }

.mt-150 {
  margin-top: 150px; }

.mb-150 {
  margin-bottom: 150px; }

.me-150 {
  margin-right: 150px; }

.ms-150 {
  margin-left: 150px; }

.my-150 {
  margin-top: 150px;
  margin-bottom: 150px; }

.mx-150 {
  margin-left: 150px;
  margin-right: 150px; }

.pt-150 {
  padding-top: 150px; }

.pb-150 {
  padding-bottom: 150px; }

.pe-150 {
  padding-right: 150px; }

.ps-150 {
  padding-left: 150px; }

.py-150 {
  padding-top: 150px;
  padding-bottom: 150px; }

.px-150 {
  padding-left: 150px;
  padding-right: 150px; }

@media (min-width: 576px) {
  .mt-sm-150 {
    margin-top: 150px !important; } }

@media (min-width: 576px) {
  .mb-sm-150 {
    margin-bottom: 150px !important; } }

@media (min-width: 576px) {
  .me-sm-150 {
    margin-right: 150px !important; } }

@media (min-width: 576px) {
  .ms-sm-150 {
    margin-left: 150px !important; } }

@media (min-width: 576px) {
  .my-sm-150 {
    margin-top: 150px;
    margin-bottom: 150px !important; } }

@media (min-width: 576px) {
  .mx-sm-150 {
    margin-left: 150px !important;
    margin-right: 150px !important; } }

@media (min-width: 576px) {
  .pt-sm-150 {
    padding-top: 150px !important; } }

@media (min-width: 576px) {
  .pb-sm-150 {
    padding-bottom: 150px !important; } }

@media (min-width: 576px) {
  .pe-sm-150 {
    padding-right: 150px !important; } }

@media (min-width: 576px) {
  .ps-sm-150 {
    padding-left: 150px !important; } }

@media (min-width: 576px) {
  .py-sm-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important; } }

@media (min-width: 576px) {
  .px-sm-150 {
    padding-left: 150px !important;
    padding-right: 150px !important; } }

@media (min-width: 768px) {
  .pt-md-150 {
    padding-top: 150px !important; } }

@media (min-width: 768px) {
  .pb-md-150 {
    padding-bottom: 150px !important; } }

@media (min-width: 768px) {
  .pe-md-150 {
    padding-right: 150px !important; } }

@media (min-width: 768px) {
  .ps-md-150 {
    padding-left: 150px !important; } }

@media (min-width: 768px) {
  .py-md-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important; } }

@media (min-width: 768px) {
  .px-md-150 {
    padding-left: 150px !important;
    padding-right: 150px !important; } }

@media (min-width: 992px) {
  .mt-lg-150 {
    margin-top: 150px !important; } }

@media (min-width: 992px) {
  .mb-lg-150 {
    margin-bottom: 150px !important; } }

@media (min-width: 992px) {
  .me-lg-150 {
    margin-right: 150px !important; } }

@media (min-width: 992px) {
  .ms-lg-150 {
    margin-left: 150px !important; } }

@media (min-width: 992px) {
  .my-lg-150 {
    margin-top: 150px;
    margin-bottom: 150px !important; } }

@media (min-width: 992px) {
  .mx-lg-150 {
    margin-left: 150px !important;
    margin-right: 150px !important; } }

@media (min-width: 992px) {
  .pt-lg-150 {
    padding-top: 150px !important; } }

@media (min-width: 992px) {
  .pb-lg-150 {
    padding-bottom: 150px !important; } }

@media (min-width: 992px) {
  .pe-lg-150 {
    padding-right: 150px !important; } }

@media (min-width: 992px) {
  .ps-lg-150 {
    padding-left: 150px !important; } }

@media (min-width: 992px) {
  .py-lg-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important; } }

@media (min-width: 992px) {
  .px-lg-150 {
    padding-left: 150px !important;
    padding-right: 150px !important; } }

.mt-155 {
  margin-top: 155px; }

.mb-155 {
  margin-bottom: 155px; }

.me-155 {
  margin-right: 155px; }

.ms-155 {
  margin-left: 155px; }

.my-155 {
  margin-top: 155px;
  margin-bottom: 155px; }

.mx-155 {
  margin-left: 155px;
  margin-right: 155px; }

.pt-155 {
  padding-top: 155px; }

.pb-155 {
  padding-bottom: 155px; }

.pe-155 {
  padding-right: 155px; }

.ps-155 {
  padding-left: 155px; }

.py-155 {
  padding-top: 155px;
  padding-bottom: 155px; }

.px-155 {
  padding-left: 155px;
  padding-right: 155px; }

@media (min-width: 576px) {
  .mt-sm-155 {
    margin-top: 155px !important; } }

@media (min-width: 576px) {
  .mb-sm-155 {
    margin-bottom: 155px !important; } }

@media (min-width: 576px) {
  .me-sm-155 {
    margin-right: 155px !important; } }

@media (min-width: 576px) {
  .ms-sm-155 {
    margin-left: 155px !important; } }

@media (min-width: 576px) {
  .my-sm-155 {
    margin-top: 155px;
    margin-bottom: 155px !important; } }

@media (min-width: 576px) {
  .mx-sm-155 {
    margin-left: 155px !important;
    margin-right: 155px !important; } }

@media (min-width: 576px) {
  .pt-sm-155 {
    padding-top: 155px !important; } }

@media (min-width: 576px) {
  .pb-sm-155 {
    padding-bottom: 155px !important; } }

@media (min-width: 576px) {
  .pe-sm-155 {
    padding-right: 155px !important; } }

@media (min-width: 576px) {
  .ps-sm-155 {
    padding-left: 155px !important; } }

@media (min-width: 576px) {
  .py-sm-155 {
    padding-top: 155px !important;
    padding-bottom: 155px !important; } }

@media (min-width: 576px) {
  .px-sm-155 {
    padding-left: 155px !important;
    padding-right: 155px !important; } }

@media (min-width: 768px) {
  .pt-md-155 {
    padding-top: 155px !important; } }

@media (min-width: 768px) {
  .pb-md-155 {
    padding-bottom: 155px !important; } }

@media (min-width: 768px) {
  .pe-md-155 {
    padding-right: 155px !important; } }

@media (min-width: 768px) {
  .ps-md-155 {
    padding-left: 155px !important; } }

@media (min-width: 768px) {
  .py-md-155 {
    padding-top: 155px !important;
    padding-bottom: 155px !important; } }

@media (min-width: 768px) {
  .px-md-155 {
    padding-left: 155px !important;
    padding-right: 155px !important; } }

@media (min-width: 992px) {
  .mt-lg-155 {
    margin-top: 155px !important; } }

@media (min-width: 992px) {
  .mb-lg-155 {
    margin-bottom: 155px !important; } }

@media (min-width: 992px) {
  .me-lg-155 {
    margin-right: 155px !important; } }

@media (min-width: 992px) {
  .ms-lg-155 {
    margin-left: 155px !important; } }

@media (min-width: 992px) {
  .my-lg-155 {
    margin-top: 155px;
    margin-bottom: 155px !important; } }

@media (min-width: 992px) {
  .mx-lg-155 {
    margin-left: 155px !important;
    margin-right: 155px !important; } }

@media (min-width: 992px) {
  .pt-lg-155 {
    padding-top: 155px !important; } }

@media (min-width: 992px) {
  .pb-lg-155 {
    padding-bottom: 155px !important; } }

@media (min-width: 992px) {
  .pe-lg-155 {
    padding-right: 155px !important; } }

@media (min-width: 992px) {
  .ps-lg-155 {
    padding-left: 155px !important; } }

@media (min-width: 992px) {
  .py-lg-155 {
    padding-top: 155px !important;
    padding-bottom: 155px !important; } }

@media (min-width: 992px) {
  .px-lg-155 {
    padding-left: 155px !important;
    padding-right: 155px !important; } }

.mt-160 {
  margin-top: 160px; }

.mb-160 {
  margin-bottom: 160px; }

.me-160 {
  margin-right: 160px; }

.ms-160 {
  margin-left: 160px; }

.my-160 {
  margin-top: 160px;
  margin-bottom: 160px; }

.mx-160 {
  margin-left: 160px;
  margin-right: 160px; }

.pt-160 {
  padding-top: 160px; }

.pb-160 {
  padding-bottom: 160px; }

.pe-160 {
  padding-right: 160px; }

.ps-160 {
  padding-left: 160px; }

.py-160 {
  padding-top: 160px;
  padding-bottom: 160px; }

.px-160 {
  padding-left: 160px;
  padding-right: 160px; }

@media (min-width: 576px) {
  .mt-sm-160 {
    margin-top: 160px !important; } }

@media (min-width: 576px) {
  .mb-sm-160 {
    margin-bottom: 160px !important; } }

@media (min-width: 576px) {
  .me-sm-160 {
    margin-right: 160px !important; } }

@media (min-width: 576px) {
  .ms-sm-160 {
    margin-left: 160px !important; } }

@media (min-width: 576px) {
  .my-sm-160 {
    margin-top: 160px;
    margin-bottom: 160px !important; } }

@media (min-width: 576px) {
  .mx-sm-160 {
    margin-left: 160px !important;
    margin-right: 160px !important; } }

@media (min-width: 576px) {
  .pt-sm-160 {
    padding-top: 160px !important; } }

@media (min-width: 576px) {
  .pb-sm-160 {
    padding-bottom: 160px !important; } }

@media (min-width: 576px) {
  .pe-sm-160 {
    padding-right: 160px !important; } }

@media (min-width: 576px) {
  .ps-sm-160 {
    padding-left: 160px !important; } }

@media (min-width: 576px) {
  .py-sm-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important; } }

@media (min-width: 576px) {
  .px-sm-160 {
    padding-left: 160px !important;
    padding-right: 160px !important; } }

@media (min-width: 768px) {
  .pt-md-160 {
    padding-top: 160px !important; } }

@media (min-width: 768px) {
  .pb-md-160 {
    padding-bottom: 160px !important; } }

@media (min-width: 768px) {
  .pe-md-160 {
    padding-right: 160px !important; } }

@media (min-width: 768px) {
  .ps-md-160 {
    padding-left: 160px !important; } }

@media (min-width: 768px) {
  .py-md-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important; } }

@media (min-width: 768px) {
  .px-md-160 {
    padding-left: 160px !important;
    padding-right: 160px !important; } }

@media (min-width: 992px) {
  .mt-lg-160 {
    margin-top: 160px !important; } }

@media (min-width: 992px) {
  .mb-lg-160 {
    margin-bottom: 160px !important; } }

@media (min-width: 992px) {
  .me-lg-160 {
    margin-right: 160px !important; } }

@media (min-width: 992px) {
  .ms-lg-160 {
    margin-left: 160px !important; } }

@media (min-width: 992px) {
  .my-lg-160 {
    margin-top: 160px;
    margin-bottom: 160px !important; } }

@media (min-width: 992px) {
  .mx-lg-160 {
    margin-left: 160px !important;
    margin-right: 160px !important; } }

@media (min-width: 992px) {
  .pt-lg-160 {
    padding-top: 160px !important; } }

@media (min-width: 992px) {
  .pb-lg-160 {
    padding-bottom: 160px !important; } }

@media (min-width: 992px) {
  .pe-lg-160 {
    padding-right: 160px !important; } }

@media (min-width: 992px) {
  .ps-lg-160 {
    padding-left: 160px !important; } }

@media (min-width: 992px) {
  .py-lg-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important; } }

@media (min-width: 992px) {
  .px-lg-160 {
    padding-left: 160px !important;
    padding-right: 160px !important; } }

.mt-165 {
  margin-top: 165px; }

.mb-165 {
  margin-bottom: 165px; }

.me-165 {
  margin-right: 165px; }

.ms-165 {
  margin-left: 165px; }

.my-165 {
  margin-top: 165px;
  margin-bottom: 165px; }

.mx-165 {
  margin-left: 165px;
  margin-right: 165px; }

.pt-165 {
  padding-top: 165px; }

.pb-165 {
  padding-bottom: 165px; }

.pe-165 {
  padding-right: 165px; }

.ps-165 {
  padding-left: 165px; }

.py-165 {
  padding-top: 165px;
  padding-bottom: 165px; }

.px-165 {
  padding-left: 165px;
  padding-right: 165px; }

@media (min-width: 576px) {
  .mt-sm-165 {
    margin-top: 165px !important; } }

@media (min-width: 576px) {
  .mb-sm-165 {
    margin-bottom: 165px !important; } }

@media (min-width: 576px) {
  .me-sm-165 {
    margin-right: 165px !important; } }

@media (min-width: 576px) {
  .ms-sm-165 {
    margin-left: 165px !important; } }

@media (min-width: 576px) {
  .my-sm-165 {
    margin-top: 165px;
    margin-bottom: 165px !important; } }

@media (min-width: 576px) {
  .mx-sm-165 {
    margin-left: 165px !important;
    margin-right: 165px !important; } }

@media (min-width: 576px) {
  .pt-sm-165 {
    padding-top: 165px !important; } }

@media (min-width: 576px) {
  .pb-sm-165 {
    padding-bottom: 165px !important; } }

@media (min-width: 576px) {
  .pe-sm-165 {
    padding-right: 165px !important; } }

@media (min-width: 576px) {
  .ps-sm-165 {
    padding-left: 165px !important; } }

@media (min-width: 576px) {
  .py-sm-165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important; } }

@media (min-width: 576px) {
  .px-sm-165 {
    padding-left: 165px !important;
    padding-right: 165px !important; } }

@media (min-width: 768px) {
  .pt-md-165 {
    padding-top: 165px !important; } }

@media (min-width: 768px) {
  .pb-md-165 {
    padding-bottom: 165px !important; } }

@media (min-width: 768px) {
  .pe-md-165 {
    padding-right: 165px !important; } }

@media (min-width: 768px) {
  .ps-md-165 {
    padding-left: 165px !important; } }

@media (min-width: 768px) {
  .py-md-165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important; } }

@media (min-width: 768px) {
  .px-md-165 {
    padding-left: 165px !important;
    padding-right: 165px !important; } }

@media (min-width: 992px) {
  .mt-lg-165 {
    margin-top: 165px !important; } }

@media (min-width: 992px) {
  .mb-lg-165 {
    margin-bottom: 165px !important; } }

@media (min-width: 992px) {
  .me-lg-165 {
    margin-right: 165px !important; } }

@media (min-width: 992px) {
  .ms-lg-165 {
    margin-left: 165px !important; } }

@media (min-width: 992px) {
  .my-lg-165 {
    margin-top: 165px;
    margin-bottom: 165px !important; } }

@media (min-width: 992px) {
  .mx-lg-165 {
    margin-left: 165px !important;
    margin-right: 165px !important; } }

@media (min-width: 992px) {
  .pt-lg-165 {
    padding-top: 165px !important; } }

@media (min-width: 992px) {
  .pb-lg-165 {
    padding-bottom: 165px !important; } }

@media (min-width: 992px) {
  .pe-lg-165 {
    padding-right: 165px !important; } }

@media (min-width: 992px) {
  .ps-lg-165 {
    padding-left: 165px !important; } }

@media (min-width: 992px) {
  .py-lg-165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important; } }

@media (min-width: 992px) {
  .px-lg-165 {
    padding-left: 165px !important;
    padding-right: 165px !important; } }

.mt-170 {
  margin-top: 170px; }

.mb-170 {
  margin-bottom: 170px; }

.me-170 {
  margin-right: 170px; }

.ms-170 {
  margin-left: 170px; }

.my-170 {
  margin-top: 170px;
  margin-bottom: 170px; }

.mx-170 {
  margin-left: 170px;
  margin-right: 170px; }

.pt-170 {
  padding-top: 170px; }

.pb-170 {
  padding-bottom: 170px; }

.pe-170 {
  padding-right: 170px; }

.ps-170 {
  padding-left: 170px; }

.py-170 {
  padding-top: 170px;
  padding-bottom: 170px; }

.px-170 {
  padding-left: 170px;
  padding-right: 170px; }

@media (min-width: 576px) {
  .mt-sm-170 {
    margin-top: 170px !important; } }

@media (min-width: 576px) {
  .mb-sm-170 {
    margin-bottom: 170px !important; } }

@media (min-width: 576px) {
  .me-sm-170 {
    margin-right: 170px !important; } }

@media (min-width: 576px) {
  .ms-sm-170 {
    margin-left: 170px !important; } }

@media (min-width: 576px) {
  .my-sm-170 {
    margin-top: 170px;
    margin-bottom: 170px !important; } }

@media (min-width: 576px) {
  .mx-sm-170 {
    margin-left: 170px !important;
    margin-right: 170px !important; } }

@media (min-width: 576px) {
  .pt-sm-170 {
    padding-top: 170px !important; } }

@media (min-width: 576px) {
  .pb-sm-170 {
    padding-bottom: 170px !important; } }

@media (min-width: 576px) {
  .pe-sm-170 {
    padding-right: 170px !important; } }

@media (min-width: 576px) {
  .ps-sm-170 {
    padding-left: 170px !important; } }

@media (min-width: 576px) {
  .py-sm-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important; } }

@media (min-width: 576px) {
  .px-sm-170 {
    padding-left: 170px !important;
    padding-right: 170px !important; } }

@media (min-width: 768px) {
  .pt-md-170 {
    padding-top: 170px !important; } }

@media (min-width: 768px) {
  .pb-md-170 {
    padding-bottom: 170px !important; } }

@media (min-width: 768px) {
  .pe-md-170 {
    padding-right: 170px !important; } }

@media (min-width: 768px) {
  .ps-md-170 {
    padding-left: 170px !important; } }

@media (min-width: 768px) {
  .py-md-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important; } }

@media (min-width: 768px) {
  .px-md-170 {
    padding-left: 170px !important;
    padding-right: 170px !important; } }

@media (min-width: 992px) {
  .mt-lg-170 {
    margin-top: 170px !important; } }

@media (min-width: 992px) {
  .mb-lg-170 {
    margin-bottom: 170px !important; } }

@media (min-width: 992px) {
  .me-lg-170 {
    margin-right: 170px !important; } }

@media (min-width: 992px) {
  .ms-lg-170 {
    margin-left: 170px !important; } }

@media (min-width: 992px) {
  .my-lg-170 {
    margin-top: 170px;
    margin-bottom: 170px !important; } }

@media (min-width: 992px) {
  .mx-lg-170 {
    margin-left: 170px !important;
    margin-right: 170px !important; } }

@media (min-width: 992px) {
  .pt-lg-170 {
    padding-top: 170px !important; } }

@media (min-width: 992px) {
  .pb-lg-170 {
    padding-bottom: 170px !important; } }

@media (min-width: 992px) {
  .pe-lg-170 {
    padding-right: 170px !important; } }

@media (min-width: 992px) {
  .ps-lg-170 {
    padding-left: 170px !important; } }

@media (min-width: 992px) {
  .py-lg-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important; } }

@media (min-width: 992px) {
  .px-lg-170 {
    padding-left: 170px !important;
    padding-right: 170px !important; } }

.mt-175 {
  margin-top: 175px; }

.mb-175 {
  margin-bottom: 175px; }

.me-175 {
  margin-right: 175px; }

.ms-175 {
  margin-left: 175px; }

.my-175 {
  margin-top: 175px;
  margin-bottom: 175px; }

.mx-175 {
  margin-left: 175px;
  margin-right: 175px; }

.pt-175 {
  padding-top: 175px; }

.pb-175 {
  padding-bottom: 175px; }

.pe-175 {
  padding-right: 175px; }

.ps-175 {
  padding-left: 175px; }

.py-175 {
  padding-top: 175px;
  padding-bottom: 175px; }

.px-175 {
  padding-left: 175px;
  padding-right: 175px; }

@media (min-width: 576px) {
  .mt-sm-175 {
    margin-top: 175px !important; } }

@media (min-width: 576px) {
  .mb-sm-175 {
    margin-bottom: 175px !important; } }

@media (min-width: 576px) {
  .me-sm-175 {
    margin-right: 175px !important; } }

@media (min-width: 576px) {
  .ms-sm-175 {
    margin-left: 175px !important; } }

@media (min-width: 576px) {
  .my-sm-175 {
    margin-top: 175px;
    margin-bottom: 175px !important; } }

@media (min-width: 576px) {
  .mx-sm-175 {
    margin-left: 175px !important;
    margin-right: 175px !important; } }

@media (min-width: 576px) {
  .pt-sm-175 {
    padding-top: 175px !important; } }

@media (min-width: 576px) {
  .pb-sm-175 {
    padding-bottom: 175px !important; } }

@media (min-width: 576px) {
  .pe-sm-175 {
    padding-right: 175px !important; } }

@media (min-width: 576px) {
  .ps-sm-175 {
    padding-left: 175px !important; } }

@media (min-width: 576px) {
  .py-sm-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important; } }

@media (min-width: 576px) {
  .px-sm-175 {
    padding-left: 175px !important;
    padding-right: 175px !important; } }

@media (min-width: 768px) {
  .pt-md-175 {
    padding-top: 175px !important; } }

@media (min-width: 768px) {
  .pb-md-175 {
    padding-bottom: 175px !important; } }

@media (min-width: 768px) {
  .pe-md-175 {
    padding-right: 175px !important; } }

@media (min-width: 768px) {
  .ps-md-175 {
    padding-left: 175px !important; } }

@media (min-width: 768px) {
  .py-md-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important; } }

@media (min-width: 768px) {
  .px-md-175 {
    padding-left: 175px !important;
    padding-right: 175px !important; } }

@media (min-width: 992px) {
  .mt-lg-175 {
    margin-top: 175px !important; } }

@media (min-width: 992px) {
  .mb-lg-175 {
    margin-bottom: 175px !important; } }

@media (min-width: 992px) {
  .me-lg-175 {
    margin-right: 175px !important; } }

@media (min-width: 992px) {
  .ms-lg-175 {
    margin-left: 175px !important; } }

@media (min-width: 992px) {
  .my-lg-175 {
    margin-top: 175px;
    margin-bottom: 175px !important; } }

@media (min-width: 992px) {
  .mx-lg-175 {
    margin-left: 175px !important;
    margin-right: 175px !important; } }

@media (min-width: 992px) {
  .pt-lg-175 {
    padding-top: 175px !important; } }

@media (min-width: 992px) {
  .pb-lg-175 {
    padding-bottom: 175px !important; } }

@media (min-width: 992px) {
  .pe-lg-175 {
    padding-right: 175px !important; } }

@media (min-width: 992px) {
  .ps-lg-175 {
    padding-left: 175px !important; } }

@media (min-width: 992px) {
  .py-lg-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important; } }

@media (min-width: 992px) {
  .px-lg-175 {
    padding-left: 175px !important;
    padding-right: 175px !important; } }

.mt-180 {
  margin-top: 180px; }

.mb-180 {
  margin-bottom: 180px; }

.me-180 {
  margin-right: 180px; }

.ms-180 {
  margin-left: 180px; }

.my-180 {
  margin-top: 180px;
  margin-bottom: 180px; }

.mx-180 {
  margin-left: 180px;
  margin-right: 180px; }

.pt-180 {
  padding-top: 180px; }

.pb-180 {
  padding-bottom: 180px; }

.pe-180 {
  padding-right: 180px; }

.ps-180 {
  padding-left: 180px; }

.py-180 {
  padding-top: 180px;
  padding-bottom: 180px; }

.px-180 {
  padding-left: 180px;
  padding-right: 180px; }

@media (min-width: 576px) {
  .mt-sm-180 {
    margin-top: 180px !important; } }

@media (min-width: 576px) {
  .mb-sm-180 {
    margin-bottom: 180px !important; } }

@media (min-width: 576px) {
  .me-sm-180 {
    margin-right: 180px !important; } }

@media (min-width: 576px) {
  .ms-sm-180 {
    margin-left: 180px !important; } }

@media (min-width: 576px) {
  .my-sm-180 {
    margin-top: 180px;
    margin-bottom: 180px !important; } }

@media (min-width: 576px) {
  .mx-sm-180 {
    margin-left: 180px !important;
    margin-right: 180px !important; } }

@media (min-width: 576px) {
  .pt-sm-180 {
    padding-top: 180px !important; } }

@media (min-width: 576px) {
  .pb-sm-180 {
    padding-bottom: 180px !important; } }

@media (min-width: 576px) {
  .pe-sm-180 {
    padding-right: 180px !important; } }

@media (min-width: 576px) {
  .ps-sm-180 {
    padding-left: 180px !important; } }

@media (min-width: 576px) {
  .py-sm-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important; } }

@media (min-width: 576px) {
  .px-sm-180 {
    padding-left: 180px !important;
    padding-right: 180px !important; } }

@media (min-width: 768px) {
  .pt-md-180 {
    padding-top: 180px !important; } }

@media (min-width: 768px) {
  .pb-md-180 {
    padding-bottom: 180px !important; } }

@media (min-width: 768px) {
  .pe-md-180 {
    padding-right: 180px !important; } }

@media (min-width: 768px) {
  .ps-md-180 {
    padding-left: 180px !important; } }

@media (min-width: 768px) {
  .py-md-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important; } }

@media (min-width: 768px) {
  .px-md-180 {
    padding-left: 180px !important;
    padding-right: 180px !important; } }

@media (min-width: 992px) {
  .mt-lg-180 {
    margin-top: 180px !important; } }

@media (min-width: 992px) {
  .mb-lg-180 {
    margin-bottom: 180px !important; } }

@media (min-width: 992px) {
  .me-lg-180 {
    margin-right: 180px !important; } }

@media (min-width: 992px) {
  .ms-lg-180 {
    margin-left: 180px !important; } }

@media (min-width: 992px) {
  .my-lg-180 {
    margin-top: 180px;
    margin-bottom: 180px !important; } }

@media (min-width: 992px) {
  .mx-lg-180 {
    margin-left: 180px !important;
    margin-right: 180px !important; } }

@media (min-width: 992px) {
  .pt-lg-180 {
    padding-top: 180px !important; } }

@media (min-width: 992px) {
  .pb-lg-180 {
    padding-bottom: 180px !important; } }

@media (min-width: 992px) {
  .pe-lg-180 {
    padding-right: 180px !important; } }

@media (min-width: 992px) {
  .ps-lg-180 {
    padding-left: 180px !important; } }

@media (min-width: 992px) {
  .py-lg-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important; } }

@media (min-width: 992px) {
  .px-lg-180 {
    padding-left: 180px !important;
    padding-right: 180px !important; } }

.mt-185 {
  margin-top: 185px; }

.mb-185 {
  margin-bottom: 185px; }

.me-185 {
  margin-right: 185px; }

.ms-185 {
  margin-left: 185px; }

.my-185 {
  margin-top: 185px;
  margin-bottom: 185px; }

.mx-185 {
  margin-left: 185px;
  margin-right: 185px; }

.pt-185 {
  padding-top: 185px; }

.pb-185 {
  padding-bottom: 185px; }

.pe-185 {
  padding-right: 185px; }

.ps-185 {
  padding-left: 185px; }

.py-185 {
  padding-top: 185px;
  padding-bottom: 185px; }

.px-185 {
  padding-left: 185px;
  padding-right: 185px; }

@media (min-width: 576px) {
  .mt-sm-185 {
    margin-top: 185px !important; } }

@media (min-width: 576px) {
  .mb-sm-185 {
    margin-bottom: 185px !important; } }

@media (min-width: 576px) {
  .me-sm-185 {
    margin-right: 185px !important; } }

@media (min-width: 576px) {
  .ms-sm-185 {
    margin-left: 185px !important; } }

@media (min-width: 576px) {
  .my-sm-185 {
    margin-top: 185px;
    margin-bottom: 185px !important; } }

@media (min-width: 576px) {
  .mx-sm-185 {
    margin-left: 185px !important;
    margin-right: 185px !important; } }

@media (min-width: 576px) {
  .pt-sm-185 {
    padding-top: 185px !important; } }

@media (min-width: 576px) {
  .pb-sm-185 {
    padding-bottom: 185px !important; } }

@media (min-width: 576px) {
  .pe-sm-185 {
    padding-right: 185px !important; } }

@media (min-width: 576px) {
  .ps-sm-185 {
    padding-left: 185px !important; } }

@media (min-width: 576px) {
  .py-sm-185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important; } }

@media (min-width: 576px) {
  .px-sm-185 {
    padding-left: 185px !important;
    padding-right: 185px !important; } }

@media (min-width: 768px) {
  .pt-md-185 {
    padding-top: 185px !important; } }

@media (min-width: 768px) {
  .pb-md-185 {
    padding-bottom: 185px !important; } }

@media (min-width: 768px) {
  .pe-md-185 {
    padding-right: 185px !important; } }

@media (min-width: 768px) {
  .ps-md-185 {
    padding-left: 185px !important; } }

@media (min-width: 768px) {
  .py-md-185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important; } }

@media (min-width: 768px) {
  .px-md-185 {
    padding-left: 185px !important;
    padding-right: 185px !important; } }

@media (min-width: 992px) {
  .mt-lg-185 {
    margin-top: 185px !important; } }

@media (min-width: 992px) {
  .mb-lg-185 {
    margin-bottom: 185px !important; } }

@media (min-width: 992px) {
  .me-lg-185 {
    margin-right: 185px !important; } }

@media (min-width: 992px) {
  .ms-lg-185 {
    margin-left: 185px !important; } }

@media (min-width: 992px) {
  .my-lg-185 {
    margin-top: 185px;
    margin-bottom: 185px !important; } }

@media (min-width: 992px) {
  .mx-lg-185 {
    margin-left: 185px !important;
    margin-right: 185px !important; } }

@media (min-width: 992px) {
  .pt-lg-185 {
    padding-top: 185px !important; } }

@media (min-width: 992px) {
  .pb-lg-185 {
    padding-bottom: 185px !important; } }

@media (min-width: 992px) {
  .pe-lg-185 {
    padding-right: 185px !important; } }

@media (min-width: 992px) {
  .ps-lg-185 {
    padding-left: 185px !important; } }

@media (min-width: 992px) {
  .py-lg-185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important; } }

@media (min-width: 992px) {
  .px-lg-185 {
    padding-left: 185px !important;
    padding-right: 185px !important; } }

.mt-190 {
  margin-top: 190px; }

.mb-190 {
  margin-bottom: 190px; }

.me-190 {
  margin-right: 190px; }

.ms-190 {
  margin-left: 190px; }

.my-190 {
  margin-top: 190px;
  margin-bottom: 190px; }

.mx-190 {
  margin-left: 190px;
  margin-right: 190px; }

.pt-190 {
  padding-top: 190px; }

.pb-190 {
  padding-bottom: 190px; }

.pe-190 {
  padding-right: 190px; }

.ps-190 {
  padding-left: 190px; }

.py-190 {
  padding-top: 190px;
  padding-bottom: 190px; }

.px-190 {
  padding-left: 190px;
  padding-right: 190px; }

@media (min-width: 576px) {
  .mt-sm-190 {
    margin-top: 190px !important; } }

@media (min-width: 576px) {
  .mb-sm-190 {
    margin-bottom: 190px !important; } }

@media (min-width: 576px) {
  .me-sm-190 {
    margin-right: 190px !important; } }

@media (min-width: 576px) {
  .ms-sm-190 {
    margin-left: 190px !important; } }

@media (min-width: 576px) {
  .my-sm-190 {
    margin-top: 190px;
    margin-bottom: 190px !important; } }

@media (min-width: 576px) {
  .mx-sm-190 {
    margin-left: 190px !important;
    margin-right: 190px !important; } }

@media (min-width: 576px) {
  .pt-sm-190 {
    padding-top: 190px !important; } }

@media (min-width: 576px) {
  .pb-sm-190 {
    padding-bottom: 190px !important; } }

@media (min-width: 576px) {
  .pe-sm-190 {
    padding-right: 190px !important; } }

@media (min-width: 576px) {
  .ps-sm-190 {
    padding-left: 190px !important; } }

@media (min-width: 576px) {
  .py-sm-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important; } }

@media (min-width: 576px) {
  .px-sm-190 {
    padding-left: 190px !important;
    padding-right: 190px !important; } }

@media (min-width: 768px) {
  .pt-md-190 {
    padding-top: 190px !important; } }

@media (min-width: 768px) {
  .pb-md-190 {
    padding-bottom: 190px !important; } }

@media (min-width: 768px) {
  .pe-md-190 {
    padding-right: 190px !important; } }

@media (min-width: 768px) {
  .ps-md-190 {
    padding-left: 190px !important; } }

@media (min-width: 768px) {
  .py-md-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important; } }

@media (min-width: 768px) {
  .px-md-190 {
    padding-left: 190px !important;
    padding-right: 190px !important; } }

@media (min-width: 992px) {
  .mt-lg-190 {
    margin-top: 190px !important; } }

@media (min-width: 992px) {
  .mb-lg-190 {
    margin-bottom: 190px !important; } }

@media (min-width: 992px) {
  .me-lg-190 {
    margin-right: 190px !important; } }

@media (min-width: 992px) {
  .ms-lg-190 {
    margin-left: 190px !important; } }

@media (min-width: 992px) {
  .my-lg-190 {
    margin-top: 190px;
    margin-bottom: 190px !important; } }

@media (min-width: 992px) {
  .mx-lg-190 {
    margin-left: 190px !important;
    margin-right: 190px !important; } }

@media (min-width: 992px) {
  .pt-lg-190 {
    padding-top: 190px !important; } }

@media (min-width: 992px) {
  .pb-lg-190 {
    padding-bottom: 190px !important; } }

@media (min-width: 992px) {
  .pe-lg-190 {
    padding-right: 190px !important; } }

@media (min-width: 992px) {
  .ps-lg-190 {
    padding-left: 190px !important; } }

@media (min-width: 992px) {
  .py-lg-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important; } }

@media (min-width: 992px) {
  .px-lg-190 {
    padding-left: 190px !important;
    padding-right: 190px !important; } }

.mt-195 {
  margin-top: 195px; }

.mb-195 {
  margin-bottom: 195px; }

.me-195 {
  margin-right: 195px; }

.ms-195 {
  margin-left: 195px; }

.my-195 {
  margin-top: 195px;
  margin-bottom: 195px; }

.mx-195 {
  margin-left: 195px;
  margin-right: 195px; }

.pt-195 {
  padding-top: 195px; }

.pb-195 {
  padding-bottom: 195px; }

.pe-195 {
  padding-right: 195px; }

.ps-195 {
  padding-left: 195px; }

.py-195 {
  padding-top: 195px;
  padding-bottom: 195px; }

.px-195 {
  padding-left: 195px;
  padding-right: 195px; }

@media (min-width: 576px) {
  .mt-sm-195 {
    margin-top: 195px !important; } }

@media (min-width: 576px) {
  .mb-sm-195 {
    margin-bottom: 195px !important; } }

@media (min-width: 576px) {
  .me-sm-195 {
    margin-right: 195px !important; } }

@media (min-width: 576px) {
  .ms-sm-195 {
    margin-left: 195px !important; } }

@media (min-width: 576px) {
  .my-sm-195 {
    margin-top: 195px;
    margin-bottom: 195px !important; } }

@media (min-width: 576px) {
  .mx-sm-195 {
    margin-left: 195px !important;
    margin-right: 195px !important; } }

@media (min-width: 576px) {
  .pt-sm-195 {
    padding-top: 195px !important; } }

@media (min-width: 576px) {
  .pb-sm-195 {
    padding-bottom: 195px !important; } }

@media (min-width: 576px) {
  .pe-sm-195 {
    padding-right: 195px !important; } }

@media (min-width: 576px) {
  .ps-sm-195 {
    padding-left: 195px !important; } }

@media (min-width: 576px) {
  .py-sm-195 {
    padding-top: 195px !important;
    padding-bottom: 195px !important; } }

@media (min-width: 576px) {
  .px-sm-195 {
    padding-left: 195px !important;
    padding-right: 195px !important; } }

@media (min-width: 768px) {
  .pt-md-195 {
    padding-top: 195px !important; } }

@media (min-width: 768px) {
  .pb-md-195 {
    padding-bottom: 195px !important; } }

@media (min-width: 768px) {
  .pe-md-195 {
    padding-right: 195px !important; } }

@media (min-width: 768px) {
  .ps-md-195 {
    padding-left: 195px !important; } }

@media (min-width: 768px) {
  .py-md-195 {
    padding-top: 195px !important;
    padding-bottom: 195px !important; } }

@media (min-width: 768px) {
  .px-md-195 {
    padding-left: 195px !important;
    padding-right: 195px !important; } }

@media (min-width: 992px) {
  .mt-lg-195 {
    margin-top: 195px !important; } }

@media (min-width: 992px) {
  .mb-lg-195 {
    margin-bottom: 195px !important; } }

@media (min-width: 992px) {
  .me-lg-195 {
    margin-right: 195px !important; } }

@media (min-width: 992px) {
  .ms-lg-195 {
    margin-left: 195px !important; } }

@media (min-width: 992px) {
  .my-lg-195 {
    margin-top: 195px;
    margin-bottom: 195px !important; } }

@media (min-width: 992px) {
  .mx-lg-195 {
    margin-left: 195px !important;
    margin-right: 195px !important; } }

@media (min-width: 992px) {
  .pt-lg-195 {
    padding-top: 195px !important; } }

@media (min-width: 992px) {
  .pb-lg-195 {
    padding-bottom: 195px !important; } }

@media (min-width: 992px) {
  .pe-lg-195 {
    padding-right: 195px !important; } }

@media (min-width: 992px) {
  .ps-lg-195 {
    padding-left: 195px !important; } }

@media (min-width: 992px) {
  .py-lg-195 {
    padding-top: 195px !important;
    padding-bottom: 195px !important; } }

@media (min-width: 992px) {
  .px-lg-195 {
    padding-left: 195px !important;
    padding-right: 195px !important; } }

.mt-200 {
  margin-top: 200px; }

.mb-200 {
  margin-bottom: 200px; }

.me-200 {
  margin-right: 200px; }

.ms-200 {
  margin-left: 200px; }

.my-200 {
  margin-top: 200px;
  margin-bottom: 200px; }

.mx-200 {
  margin-left: 200px;
  margin-right: 200px; }

.pt-200 {
  padding-top: 200px; }

.pb-200 {
  padding-bottom: 200px; }

.pe-200 {
  padding-right: 200px; }

.ps-200 {
  padding-left: 200px; }

.py-200 {
  padding-top: 200px;
  padding-bottom: 200px; }

.px-200 {
  padding-left: 200px;
  padding-right: 200px; }

@media (min-width: 576px) {
  .mt-sm-200 {
    margin-top: 200px !important; } }

@media (min-width: 576px) {
  .mb-sm-200 {
    margin-bottom: 200px !important; } }

@media (min-width: 576px) {
  .me-sm-200 {
    margin-right: 200px !important; } }

@media (min-width: 576px) {
  .ms-sm-200 {
    margin-left: 200px !important; } }

@media (min-width: 576px) {
  .my-sm-200 {
    margin-top: 200px;
    margin-bottom: 200px !important; } }

@media (min-width: 576px) {
  .mx-sm-200 {
    margin-left: 200px !important;
    margin-right: 200px !important; } }

@media (min-width: 576px) {
  .pt-sm-200 {
    padding-top: 200px !important; } }

@media (min-width: 576px) {
  .pb-sm-200 {
    padding-bottom: 200px !important; } }

@media (min-width: 576px) {
  .pe-sm-200 {
    padding-right: 200px !important; } }

@media (min-width: 576px) {
  .ps-sm-200 {
    padding-left: 200px !important; } }

@media (min-width: 576px) {
  .py-sm-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important; } }

@media (min-width: 576px) {
  .px-sm-200 {
    padding-left: 200px !important;
    padding-right: 200px !important; } }

@media (min-width: 768px) {
  .pt-md-200 {
    padding-top: 200px !important; } }

@media (min-width: 768px) {
  .pb-md-200 {
    padding-bottom: 200px !important; } }

@media (min-width: 768px) {
  .pe-md-200 {
    padding-right: 200px !important; } }

@media (min-width: 768px) {
  .ps-md-200 {
    padding-left: 200px !important; } }

@media (min-width: 768px) {
  .py-md-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important; } }

@media (min-width: 768px) {
  .px-md-200 {
    padding-left: 200px !important;
    padding-right: 200px !important; } }

@media (min-width: 992px) {
  .mt-lg-200 {
    margin-top: 200px !important; } }

@media (min-width: 992px) {
  .mb-lg-200 {
    margin-bottom: 200px !important; } }

@media (min-width: 992px) {
  .me-lg-200 {
    margin-right: 200px !important; } }

@media (min-width: 992px) {
  .ms-lg-200 {
    margin-left: 200px !important; } }

@media (min-width: 992px) {
  .my-lg-200 {
    margin-top: 200px;
    margin-bottom: 200px !important; } }

@media (min-width: 992px) {
  .mx-lg-200 {
    margin-left: 200px !important;
    margin-right: 200px !important; } }

@media (min-width: 992px) {
  .pt-lg-200 {
    padding-top: 200px !important; } }

@media (min-width: 992px) {
  .pb-lg-200 {
    padding-bottom: 200px !important; } }

@media (min-width: 992px) {
  .pe-lg-200 {
    padding-right: 200px !important; } }

@media (min-width: 992px) {
  .ps-lg-200 {
    padding-left: 200px !important; } }

@media (min-width: 992px) {
  .py-lg-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important; } }

@media (min-width: 992px) {
  .px-lg-200 {
    padding-left: 200px !important;
    padding-right: 200px !important; } }

.mt-205 {
  margin-top: 205px; }

.mb-205 {
  margin-bottom: 205px; }

.me-205 {
  margin-right: 205px; }

.ms-205 {
  margin-left: 205px; }

.my-205 {
  margin-top: 205px;
  margin-bottom: 205px; }

.mx-205 {
  margin-left: 205px;
  margin-right: 205px; }

.pt-205 {
  padding-top: 205px; }

.pb-205 {
  padding-bottom: 205px; }

.pe-205 {
  padding-right: 205px; }

.ps-205 {
  padding-left: 205px; }

.py-205 {
  padding-top: 205px;
  padding-bottom: 205px; }

.px-205 {
  padding-left: 205px;
  padding-right: 205px; }

@media (min-width: 576px) {
  .mt-sm-205 {
    margin-top: 205px !important; } }

@media (min-width: 576px) {
  .mb-sm-205 {
    margin-bottom: 205px !important; } }

@media (min-width: 576px) {
  .me-sm-205 {
    margin-right: 205px !important; } }

@media (min-width: 576px) {
  .ms-sm-205 {
    margin-left: 205px !important; } }

@media (min-width: 576px) {
  .my-sm-205 {
    margin-top: 205px;
    margin-bottom: 205px !important; } }

@media (min-width: 576px) {
  .mx-sm-205 {
    margin-left: 205px !important;
    margin-right: 205px !important; } }

@media (min-width: 576px) {
  .pt-sm-205 {
    padding-top: 205px !important; } }

@media (min-width: 576px) {
  .pb-sm-205 {
    padding-bottom: 205px !important; } }

@media (min-width: 576px) {
  .pe-sm-205 {
    padding-right: 205px !important; } }

@media (min-width: 576px) {
  .ps-sm-205 {
    padding-left: 205px !important; } }

@media (min-width: 576px) {
  .py-sm-205 {
    padding-top: 205px !important;
    padding-bottom: 205px !important; } }

@media (min-width: 576px) {
  .px-sm-205 {
    padding-left: 205px !important;
    padding-right: 205px !important; } }

@media (min-width: 768px) {
  .pt-md-205 {
    padding-top: 205px !important; } }

@media (min-width: 768px) {
  .pb-md-205 {
    padding-bottom: 205px !important; } }

@media (min-width: 768px) {
  .pe-md-205 {
    padding-right: 205px !important; } }

@media (min-width: 768px) {
  .ps-md-205 {
    padding-left: 205px !important; } }

@media (min-width: 768px) {
  .py-md-205 {
    padding-top: 205px !important;
    padding-bottom: 205px !important; } }

@media (min-width: 768px) {
  .px-md-205 {
    padding-left: 205px !important;
    padding-right: 205px !important; } }

@media (min-width: 992px) {
  .mt-lg-205 {
    margin-top: 205px !important; } }

@media (min-width: 992px) {
  .mb-lg-205 {
    margin-bottom: 205px !important; } }

@media (min-width: 992px) {
  .me-lg-205 {
    margin-right: 205px !important; } }

@media (min-width: 992px) {
  .ms-lg-205 {
    margin-left: 205px !important; } }

@media (min-width: 992px) {
  .my-lg-205 {
    margin-top: 205px;
    margin-bottom: 205px !important; } }

@media (min-width: 992px) {
  .mx-lg-205 {
    margin-left: 205px !important;
    margin-right: 205px !important; } }

@media (min-width: 992px) {
  .pt-lg-205 {
    padding-top: 205px !important; } }

@media (min-width: 992px) {
  .pb-lg-205 {
    padding-bottom: 205px !important; } }

@media (min-width: 992px) {
  .pe-lg-205 {
    padding-right: 205px !important; } }

@media (min-width: 992px) {
  .ps-lg-205 {
    padding-left: 205px !important; } }

@media (min-width: 992px) {
  .py-lg-205 {
    padding-top: 205px !important;
    padding-bottom: 205px !important; } }

@media (min-width: 992px) {
  .px-lg-205 {
    padding-left: 205px !important;
    padding-right: 205px !important; } }

.mt-210 {
  margin-top: 210px; }

.mb-210 {
  margin-bottom: 210px; }

.me-210 {
  margin-right: 210px; }

.ms-210 {
  margin-left: 210px; }

.my-210 {
  margin-top: 210px;
  margin-bottom: 210px; }

.mx-210 {
  margin-left: 210px;
  margin-right: 210px; }

.pt-210 {
  padding-top: 210px; }

.pb-210 {
  padding-bottom: 210px; }

.pe-210 {
  padding-right: 210px; }

.ps-210 {
  padding-left: 210px; }

.py-210 {
  padding-top: 210px;
  padding-bottom: 210px; }

.px-210 {
  padding-left: 210px;
  padding-right: 210px; }

@media (min-width: 576px) {
  .mt-sm-210 {
    margin-top: 210px !important; } }

@media (min-width: 576px) {
  .mb-sm-210 {
    margin-bottom: 210px !important; } }

@media (min-width: 576px) {
  .me-sm-210 {
    margin-right: 210px !important; } }

@media (min-width: 576px) {
  .ms-sm-210 {
    margin-left: 210px !important; } }

@media (min-width: 576px) {
  .my-sm-210 {
    margin-top: 210px;
    margin-bottom: 210px !important; } }

@media (min-width: 576px) {
  .mx-sm-210 {
    margin-left: 210px !important;
    margin-right: 210px !important; } }

@media (min-width: 576px) {
  .pt-sm-210 {
    padding-top: 210px !important; } }

@media (min-width: 576px) {
  .pb-sm-210 {
    padding-bottom: 210px !important; } }

@media (min-width: 576px) {
  .pe-sm-210 {
    padding-right: 210px !important; } }

@media (min-width: 576px) {
  .ps-sm-210 {
    padding-left: 210px !important; } }

@media (min-width: 576px) {
  .py-sm-210 {
    padding-top: 210px !important;
    padding-bottom: 210px !important; } }

@media (min-width: 576px) {
  .px-sm-210 {
    padding-left: 210px !important;
    padding-right: 210px !important; } }

@media (min-width: 768px) {
  .pt-md-210 {
    padding-top: 210px !important; } }

@media (min-width: 768px) {
  .pb-md-210 {
    padding-bottom: 210px !important; } }

@media (min-width: 768px) {
  .pe-md-210 {
    padding-right: 210px !important; } }

@media (min-width: 768px) {
  .ps-md-210 {
    padding-left: 210px !important; } }

@media (min-width: 768px) {
  .py-md-210 {
    padding-top: 210px !important;
    padding-bottom: 210px !important; } }

@media (min-width: 768px) {
  .px-md-210 {
    padding-left: 210px !important;
    padding-right: 210px !important; } }

@media (min-width: 992px) {
  .mt-lg-210 {
    margin-top: 210px !important; } }

@media (min-width: 992px) {
  .mb-lg-210 {
    margin-bottom: 210px !important; } }

@media (min-width: 992px) {
  .me-lg-210 {
    margin-right: 210px !important; } }

@media (min-width: 992px) {
  .ms-lg-210 {
    margin-left: 210px !important; } }

@media (min-width: 992px) {
  .my-lg-210 {
    margin-top: 210px;
    margin-bottom: 210px !important; } }

@media (min-width: 992px) {
  .mx-lg-210 {
    margin-left: 210px !important;
    margin-right: 210px !important; } }

@media (min-width: 992px) {
  .pt-lg-210 {
    padding-top: 210px !important; } }

@media (min-width: 992px) {
  .pb-lg-210 {
    padding-bottom: 210px !important; } }

@media (min-width: 992px) {
  .pe-lg-210 {
    padding-right: 210px !important; } }

@media (min-width: 992px) {
  .ps-lg-210 {
    padding-left: 210px !important; } }

@media (min-width: 992px) {
  .py-lg-210 {
    padding-top: 210px !important;
    padding-bottom: 210px !important; } }

@media (min-width: 992px) {
  .px-lg-210 {
    padding-left: 210px !important;
    padding-right: 210px !important; } }

.mt-215 {
  margin-top: 215px; }

.mb-215 {
  margin-bottom: 215px; }

.me-215 {
  margin-right: 215px; }

.ms-215 {
  margin-left: 215px; }

.my-215 {
  margin-top: 215px;
  margin-bottom: 215px; }

.mx-215 {
  margin-left: 215px;
  margin-right: 215px; }

.pt-215 {
  padding-top: 215px; }

.pb-215 {
  padding-bottom: 215px; }

.pe-215 {
  padding-right: 215px; }

.ps-215 {
  padding-left: 215px; }

.py-215 {
  padding-top: 215px;
  padding-bottom: 215px; }

.px-215 {
  padding-left: 215px;
  padding-right: 215px; }

@media (min-width: 576px) {
  .mt-sm-215 {
    margin-top: 215px !important; } }

@media (min-width: 576px) {
  .mb-sm-215 {
    margin-bottom: 215px !important; } }

@media (min-width: 576px) {
  .me-sm-215 {
    margin-right: 215px !important; } }

@media (min-width: 576px) {
  .ms-sm-215 {
    margin-left: 215px !important; } }

@media (min-width: 576px) {
  .my-sm-215 {
    margin-top: 215px;
    margin-bottom: 215px !important; } }

@media (min-width: 576px) {
  .mx-sm-215 {
    margin-left: 215px !important;
    margin-right: 215px !important; } }

@media (min-width: 576px) {
  .pt-sm-215 {
    padding-top: 215px !important; } }

@media (min-width: 576px) {
  .pb-sm-215 {
    padding-bottom: 215px !important; } }

@media (min-width: 576px) {
  .pe-sm-215 {
    padding-right: 215px !important; } }

@media (min-width: 576px) {
  .ps-sm-215 {
    padding-left: 215px !important; } }

@media (min-width: 576px) {
  .py-sm-215 {
    padding-top: 215px !important;
    padding-bottom: 215px !important; } }

@media (min-width: 576px) {
  .px-sm-215 {
    padding-left: 215px !important;
    padding-right: 215px !important; } }

@media (min-width: 768px) {
  .pt-md-215 {
    padding-top: 215px !important; } }

@media (min-width: 768px) {
  .pb-md-215 {
    padding-bottom: 215px !important; } }

@media (min-width: 768px) {
  .pe-md-215 {
    padding-right: 215px !important; } }

@media (min-width: 768px) {
  .ps-md-215 {
    padding-left: 215px !important; } }

@media (min-width: 768px) {
  .py-md-215 {
    padding-top: 215px !important;
    padding-bottom: 215px !important; } }

@media (min-width: 768px) {
  .px-md-215 {
    padding-left: 215px !important;
    padding-right: 215px !important; } }

@media (min-width: 992px) {
  .mt-lg-215 {
    margin-top: 215px !important; } }

@media (min-width: 992px) {
  .mb-lg-215 {
    margin-bottom: 215px !important; } }

@media (min-width: 992px) {
  .me-lg-215 {
    margin-right: 215px !important; } }

@media (min-width: 992px) {
  .ms-lg-215 {
    margin-left: 215px !important; } }

@media (min-width: 992px) {
  .my-lg-215 {
    margin-top: 215px;
    margin-bottom: 215px !important; } }

@media (min-width: 992px) {
  .mx-lg-215 {
    margin-left: 215px !important;
    margin-right: 215px !important; } }

@media (min-width: 992px) {
  .pt-lg-215 {
    padding-top: 215px !important; } }

@media (min-width: 992px) {
  .pb-lg-215 {
    padding-bottom: 215px !important; } }

@media (min-width: 992px) {
  .pe-lg-215 {
    padding-right: 215px !important; } }

@media (min-width: 992px) {
  .ps-lg-215 {
    padding-left: 215px !important; } }

@media (min-width: 992px) {
  .py-lg-215 {
    padding-top: 215px !important;
    padding-bottom: 215px !important; } }

@media (min-width: 992px) {
  .px-lg-215 {
    padding-left: 215px !important;
    padding-right: 215px !important; } }

.mt-220 {
  margin-top: 220px; }

.mb-220 {
  margin-bottom: 220px; }

.me-220 {
  margin-right: 220px; }

.ms-220 {
  margin-left: 220px; }

.my-220 {
  margin-top: 220px;
  margin-bottom: 220px; }

.mx-220 {
  margin-left: 220px;
  margin-right: 220px; }

.pt-220 {
  padding-top: 220px; }

.pb-220 {
  padding-bottom: 220px; }

.pe-220 {
  padding-right: 220px; }

.ps-220 {
  padding-left: 220px; }

.py-220 {
  padding-top: 220px;
  padding-bottom: 220px; }

.px-220 {
  padding-left: 220px;
  padding-right: 220px; }

@media (min-width: 576px) {
  .mt-sm-220 {
    margin-top: 220px !important; } }

@media (min-width: 576px) {
  .mb-sm-220 {
    margin-bottom: 220px !important; } }

@media (min-width: 576px) {
  .me-sm-220 {
    margin-right: 220px !important; } }

@media (min-width: 576px) {
  .ms-sm-220 {
    margin-left: 220px !important; } }

@media (min-width: 576px) {
  .my-sm-220 {
    margin-top: 220px;
    margin-bottom: 220px !important; } }

@media (min-width: 576px) {
  .mx-sm-220 {
    margin-left: 220px !important;
    margin-right: 220px !important; } }

@media (min-width: 576px) {
  .pt-sm-220 {
    padding-top: 220px !important; } }

@media (min-width: 576px) {
  .pb-sm-220 {
    padding-bottom: 220px !important; } }

@media (min-width: 576px) {
  .pe-sm-220 {
    padding-right: 220px !important; } }

@media (min-width: 576px) {
  .ps-sm-220 {
    padding-left: 220px !important; } }

@media (min-width: 576px) {
  .py-sm-220 {
    padding-top: 220px !important;
    padding-bottom: 220px !important; } }

@media (min-width: 576px) {
  .px-sm-220 {
    padding-left: 220px !important;
    padding-right: 220px !important; } }

@media (min-width: 768px) {
  .pt-md-220 {
    padding-top: 220px !important; } }

@media (min-width: 768px) {
  .pb-md-220 {
    padding-bottom: 220px !important; } }

@media (min-width: 768px) {
  .pe-md-220 {
    padding-right: 220px !important; } }

@media (min-width: 768px) {
  .ps-md-220 {
    padding-left: 220px !important; } }

@media (min-width: 768px) {
  .py-md-220 {
    padding-top: 220px !important;
    padding-bottom: 220px !important; } }

@media (min-width: 768px) {
  .px-md-220 {
    padding-left: 220px !important;
    padding-right: 220px !important; } }

@media (min-width: 992px) {
  .mt-lg-220 {
    margin-top: 220px !important; } }

@media (min-width: 992px) {
  .mb-lg-220 {
    margin-bottom: 220px !important; } }

@media (min-width: 992px) {
  .me-lg-220 {
    margin-right: 220px !important; } }

@media (min-width: 992px) {
  .ms-lg-220 {
    margin-left: 220px !important; } }

@media (min-width: 992px) {
  .my-lg-220 {
    margin-top: 220px;
    margin-bottom: 220px !important; } }

@media (min-width: 992px) {
  .mx-lg-220 {
    margin-left: 220px !important;
    margin-right: 220px !important; } }

@media (min-width: 992px) {
  .pt-lg-220 {
    padding-top: 220px !important; } }

@media (min-width: 992px) {
  .pb-lg-220 {
    padding-bottom: 220px !important; } }

@media (min-width: 992px) {
  .pe-lg-220 {
    padding-right: 220px !important; } }

@media (min-width: 992px) {
  .ps-lg-220 {
    padding-left: 220px !important; } }

@media (min-width: 992px) {
  .py-lg-220 {
    padding-top: 220px !important;
    padding-bottom: 220px !important; } }

@media (min-width: 992px) {
  .px-lg-220 {
    padding-left: 220px !important;
    padding-right: 220px !important; } }

.mt-225 {
  margin-top: 225px; }

.mb-225 {
  margin-bottom: 225px; }

.me-225 {
  margin-right: 225px; }

.ms-225 {
  margin-left: 225px; }

.my-225 {
  margin-top: 225px;
  margin-bottom: 225px; }

.mx-225 {
  margin-left: 225px;
  margin-right: 225px; }

.pt-225 {
  padding-top: 225px; }

.pb-225 {
  padding-bottom: 225px; }

.pe-225 {
  padding-right: 225px; }

.ps-225 {
  padding-left: 225px; }

.py-225 {
  padding-top: 225px;
  padding-bottom: 225px; }

.px-225 {
  padding-left: 225px;
  padding-right: 225px; }

@media (min-width: 576px) {
  .mt-sm-225 {
    margin-top: 225px !important; } }

@media (min-width: 576px) {
  .mb-sm-225 {
    margin-bottom: 225px !important; } }

@media (min-width: 576px) {
  .me-sm-225 {
    margin-right: 225px !important; } }

@media (min-width: 576px) {
  .ms-sm-225 {
    margin-left: 225px !important; } }

@media (min-width: 576px) {
  .my-sm-225 {
    margin-top: 225px;
    margin-bottom: 225px !important; } }

@media (min-width: 576px) {
  .mx-sm-225 {
    margin-left: 225px !important;
    margin-right: 225px !important; } }

@media (min-width: 576px) {
  .pt-sm-225 {
    padding-top: 225px !important; } }

@media (min-width: 576px) {
  .pb-sm-225 {
    padding-bottom: 225px !important; } }

@media (min-width: 576px) {
  .pe-sm-225 {
    padding-right: 225px !important; } }

@media (min-width: 576px) {
  .ps-sm-225 {
    padding-left: 225px !important; } }

@media (min-width: 576px) {
  .py-sm-225 {
    padding-top: 225px !important;
    padding-bottom: 225px !important; } }

@media (min-width: 576px) {
  .px-sm-225 {
    padding-left: 225px !important;
    padding-right: 225px !important; } }

@media (min-width: 768px) {
  .pt-md-225 {
    padding-top: 225px !important; } }

@media (min-width: 768px) {
  .pb-md-225 {
    padding-bottom: 225px !important; } }

@media (min-width: 768px) {
  .pe-md-225 {
    padding-right: 225px !important; } }

@media (min-width: 768px) {
  .ps-md-225 {
    padding-left: 225px !important; } }

@media (min-width: 768px) {
  .py-md-225 {
    padding-top: 225px !important;
    padding-bottom: 225px !important; } }

@media (min-width: 768px) {
  .px-md-225 {
    padding-left: 225px !important;
    padding-right: 225px !important; } }

@media (min-width: 992px) {
  .mt-lg-225 {
    margin-top: 225px !important; } }

@media (min-width: 992px) {
  .mb-lg-225 {
    margin-bottom: 225px !important; } }

@media (min-width: 992px) {
  .me-lg-225 {
    margin-right: 225px !important; } }

@media (min-width: 992px) {
  .ms-lg-225 {
    margin-left: 225px !important; } }

@media (min-width: 992px) {
  .my-lg-225 {
    margin-top: 225px;
    margin-bottom: 225px !important; } }

@media (min-width: 992px) {
  .mx-lg-225 {
    margin-left: 225px !important;
    margin-right: 225px !important; } }

@media (min-width: 992px) {
  .pt-lg-225 {
    padding-top: 225px !important; } }

@media (min-width: 992px) {
  .pb-lg-225 {
    padding-bottom: 225px !important; } }

@media (min-width: 992px) {
  .pe-lg-225 {
    padding-right: 225px !important; } }

@media (min-width: 992px) {
  .ps-lg-225 {
    padding-left: 225px !important; } }

@media (min-width: 992px) {
  .py-lg-225 {
    padding-top: 225px !important;
    padding-bottom: 225px !important; } }

@media (min-width: 992px) {
  .px-lg-225 {
    padding-left: 225px !important;
    padding-right: 225px !important; } }

.mx-skazy-n30 {
  margin-left: -30px;
  margin-right: -30px; }

.wrapper {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: [row] auto; }
  @media (max-width: 991.98px) {
    .wrapper {
      grid-template-columns: [col] 100%; } }
  @media (max-width: 575.98px) {
    .wrapper {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 575.98px) {
    .wrapper {
      grid-template-columns: 100%;
      margin-top: 0 !important; } }
  .wrapper .bloc0 {
    grid-column: 1 / span 6;
    grid-row: row / span 2;
    height: 515px; }
    @media (max-width: 991.98px) {
      .wrapper .bloc0 {
        grid-column: 1;
        grid-row: row 1; } }
    @media (max-width: 767.98px) {
      .wrapper .bloc0 {
        height: 100%; } }
  .wrapper .bloc1 {
    height: 185px;
    grid-column: 7 / span 3;
    grid-row: row 1; }
    @media (max-width: 991.98px) {
      .wrapper .bloc1 {
        grid-column: 1;
        grid-row: row 2; } }
  .wrapper .bloc2 {
    height: 185px;
    grid-column: 10 / span 3;
    grid-row: row 1; }
    @media (max-width: 991.98px) {
      .wrapper .bloc2 {
        grid-column: 1;
        grid-row: row 3; } }
  .wrapper .bloc3 {
    height: 300px;
    grid-column: 7 / span 6;
    grid-row: 2; }
    @media (max-width: 991.98px) {
      .wrapper .bloc3 {
        grid-column: 1;
        grid-row: row 4; } }
  .wrapper .bloc4 {
    grid-column: 1 / span 4;
    grid-row: 3;
    height: 335px; }
    @media (max-width: 991.98px) {
      .wrapper .bloc4 {
        grid-column: 1;
        grid-row: row 5; } }
  .wrapper .bloc5 {
    grid-column: 5 / span 4;
    grid-row: 3;
    height: 335px; }
    @media (max-width: 991.98px) {
      .wrapper .bloc5 {
        grid-column: 1;
        grid-row: row 6; } }
  .wrapper .bloc6 {
    grid-column: 9 / span 4;
    grid-row: 3;
    height: 335px; }
    @media (max-width: 991.98px) {
      .wrapper .bloc6 {
        grid-column: 1;
        grid-row: row 7; } }

/* =========  reprise des couleurs des boutons de base ici
*/
/* =========  mise en forme des nav
*/
.uk-dotnav > * {
  padding-left: 0; }

.uk-dotnav > li:first-child > * {
  border-bottom-left-radius: 5px !important;
  border-top-left-radius: 5px !important; }

.uk-dotnav > li:last-child > * {
  border-bottom-right-radius: 5px !important;
  border-top-right-radius: 5px !important; }

.uk-dotnav > * > * {
  border-radius: 0;
  width: 50px; }

.uk-dotnav > .uk-active > * {
  background-color: #74A52F; }

.nav .nav-link {
  line-height: 20px; }

.dropdown-toggle.active::before, .nav-link.active::before {
  content: " ";
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #74A52F;
  position: relative;
  top: 20px;
  left: 50%; }

.active.dropdown-toggle {
  color: #74A52F; }

@media (min-width: 1200px) {
  .dropdown-toggle::after {
    border: 0;
    width: 26px;
    height: 26px;
    background-image: url('data:image/svg+xml;utf8,%3csvg width="26" height="26" xmlns="http://www.w3.org/2000/svg"%3e%3cg fill="none" fill-rule="evenodd"%3e%3cpath d="M0 26V0h26v26z"/%3e%3cpath fill="%2374A52F" fill-rule="nonzero" d="m16.25 13-4.597 4.597-1.531-1.533L13.186 13l-3.064-3.064 1.531-1.533z"/%3e%3c/g%3e%3c/svg%3e');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 26px;
    transform: rotate(90deg);
    position: relative;
    top: 1px; } }

@media (max-width: 1199.98px) {
  .dropdown-toggle::after {
    content: none; } }

.dropdown-item {
  white-space: normal; }
  .dropdown-item:after {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml;utf8,%3csvg width="24" height="24" xmlns="http://www.w3.org/2000/svg"%3e%3cg fill="none" fill-rule="evenodd"%3e%3cpath d="M0 0h24v24H0z"/%3e%3cpath fill="%2374A52F" fill-rule="nonzero" d="M16.05 7 21 12l-4.95 5-1.414-1.428 2.536-2.563L4 13.01v-2.02h13.172l-2.536-2.562z"/%3e%3c/g%3e%3c/svg%3e');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 24px;
    position: absolute;
    right: 10px; }

@media (min-width: 1200px) {
  .menu-homepage .item-101:before {
    content: '';
    display: block;
    position: absolute;
    left: -85px;
    top: -235px;
    background-color: #fff;
    width: 367px;
    height: 367px;
    border-radius: 400px; } }
  @media (min-width: 1200px) and (max-width: 1200px) {
    .menu-homepage .item-101:before {
      left: -130px;
      top: -250px; } }

@media (min-width: 1200px) {
  .menu-homepage .item-101 .active {
    position: relative;
    left: 30px;
    transition: all ease-in-out 0.2s; }
  .menu-homepage .nav-link, .menu-homepage .dropdown-toggle {
    color: #fff; }
  .menu-homepage .dropdown-toggle::after {
    background-image: url('data:image/svg+xml;utf8,%3csvg width="26" height="26" xmlns="http://www.w3.org/2000/svg"%3e%3cg fill="none" fill-rule="evenodd"%3e%3cpath d="M0 26V0h26v26z"/%3e%3cpath fill="%23fff" fill-rule="nonzero" d="m16.25 13-4.597 4.597-1.531-1.533L13.186 13l-3.064-3.064 1.531-1.533z"/%3e%3c/g%3e%3c/svg%3e'); }
  .menu-homepage .bg-gris-clair {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(240, 240, 240, 0.1); } }

@media (max-width: 1199.98px) {
  .menu-homepage {
    background-color: #fff; } }

@media (max-width: 1399.98px) {
  .nav-link {
    padding: 5px 10px; } }

/* =========  mise en forme des boutons bootstrap
*/
.list-group .list-group-item {
  background: none; }

.alert {
  color: #fff; }

.accordion-item {
  border: none !important; }

.accordion-button {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 26px; }

.accordion-button::after {
  background-image: url("../../src/images/ico-moins.svg"); }

.accordion-body {
  padding: 0; }

/*# sourceMappingURL=main.css.map */
