@charset "UTF-8";
/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --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: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, 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-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(109.8, 168, 253.8);
  --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

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

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] {
  -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: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

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

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: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

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: var(--bs-secondary-color);
  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]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

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

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

::file-selector-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: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

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

.row-cols-auto > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66666667%;
}

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

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

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

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

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

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

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

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

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

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .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;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .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;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .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;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .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;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .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;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
          box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 226, 254.6);
  --bs-table-border-color: rgb(165.28, 180.8, 203.68);
  --bs-table-striped-bg: rgb(196.27, 214.7, 241.87);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 203.4, 229.14);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 209.05, 235.505);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(225.6, 227.4, 229);
  --bs-table-border-color: rgb(180.48, 181.92, 183.2);
  --bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(203.04, 204.66, 206.1);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: rgb(209, 231, 220.8);
  --bs-table-border-color: rgb(167.2, 184.8, 176.64);
  --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 244.4, 252);
  --bs-table-border-color: rgb(165.28, 195.52, 201.6);
  --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: rgb(255, 242.6, 205.4);
  --bs-table-border-color: rgb(204, 194.08, 164.32);
  --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: rgb(248, 214.6, 217.8);
  --bs-table-border-color: rgb(198.4, 171.68, 174.24);
  --bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 193.14, 196.02);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: rgb(198.4, 199.2, 200);
  --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 224.1, 225);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: rgb(77.4, 80.6, 83.8);
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-webkit-input-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.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: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  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, -webkit-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, -webkit-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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
.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: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  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, -webkit-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, -webkit-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;
  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, -webkit-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::file-selector-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 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 + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.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-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-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.form-control-lg::file-selector-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 + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    -webkit-transition: none;
    transition: none;
  }
}
.form-select:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.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-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-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 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-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: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-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;
  -webkit-filter: none;
          filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: 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");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  -webkit-transition: background-position 0.15s ease-in-out;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    -webkit-transition: none;
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: 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-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.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;
  -webkit-filter: none;
          filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
          appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
       appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    -webkit-transition: none;
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-webkit-input-placeholder, .form-floating > .form-control-plaintext::-webkit-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder, .form-floating > .form-control-plaintext:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-ms-input-placeholder, .form-floating > .form-control-plaintext::-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder), .form-floating > .form-control-plaintext:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-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 {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  color: rgba(var(--bs-body-color-rgb), 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-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.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: var(--bs-border-radius-lg);
}

.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: var(--bs-border-radius-sm);
}

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  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):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  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: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  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: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.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: var(--bs-form-valid-border-color);
  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='%23198754' d='M2.3 6.73.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: var(--bs-form-valid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
          box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 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: var(--bs-form-valid-border-color);
}
.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"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.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");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  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: var(--bs-form-valid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
          box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
          box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.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: var(--bs-form-invalid-border-color);
  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: var(--bs-form-invalid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
          box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 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: var(--bs-form-invalid-border-color);
}
.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"] {
  --bs-form-select-bg-icon: 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");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  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: var(--bs-form-invalid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
          box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
          box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  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;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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, -webkit-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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
          box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
          box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
          box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
          box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(11.05, 93.5, 215.05);
  --bs-btn-hover-border-color: rgb(10.4, 88, 202.4);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(10.4, 88, 202.4);
  --bs-btn-active-border-color: rgb(9.75, 82.5, 189.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);
  --bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(86.4, 93.6, 100);
  --bs-btn-active-border-color: rgb(81, 87.75, 93.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(21.25, 114.75, 71.4);
  --bs-btn-hover-border-color: rgb(20, 108, 67.2);
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(20, 108, 67.2);
  --bs-btn-active-border-color: rgb(18.75, 101.25, 63);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);
  --bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(61.4, 212.6, 243);
  --bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 202.3, 44.2);
  --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 205.4, 56.6);
  --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(187, 45.05, 58.65);
  --bs-btn-hover-border-color: rgb(176, 42.4, 55.2);
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(176, 42.4, 55.2);
  --bs-btn-active-border-color: rgb(165, 39.75, 51.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
  --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(198.4, 199.2, 200);
  --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
  --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
  --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

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

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

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    -webkit-transition: none;
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  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 {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.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: var(--bs-dropdown-spacer);
}
.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: var(--bs-dropdown-spacer);
}
.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: var(--bs-dropdown-spacer);
}
.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: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.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: 0.5625rem;
  padding-left: 0.5625rem;
}
.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-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: calc(var(--bs-border-width) * -1);
}
.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 {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 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;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    -webkit-transition: none;
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          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 {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  -webkit-transition: var(--bs-navbar-toggler-transition);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    -webkit-transition: none;
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
          box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  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 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition: none;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: 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");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: 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");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.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: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

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

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            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;
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-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;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%285.2, 44, 101.2%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  -webkit-transition: var(--bs-accordion-transition);
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  -webkit-box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
          box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  -webkit-transform: var(--bs-accordion-btn-icon-transform);
          transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  -webkit-transition: var(--bs-accordion-btn-icon-transition);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: var(--bs-accordion-btn-focus-box-shadow);
          box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.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-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%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");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%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");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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, -webkit-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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    -webkit-transition: none;
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  -webkit-box-shadow: var(--bs-pagination-focus-box-shadow);
          box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

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

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  -webkit-transition: var(--bs-progress-bar-transition);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.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: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  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: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: 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 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  -webkit-box-shadow: var(--bs-btn-close-focus-shadow);
          box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.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: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  -webkit-filter: var(--bs-btn-close-white-filter);
          filter: var(--bs-btn-close-white-filter);
}

[data-bs-theme=dark] .btn-close {
  -webkit-filter: var(--bs-btn-close-white-filter);
          filter: var(--bs-btn-close-white-filter);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  -webkit-box-shadow: var(--bs-toast-box-shadow);
          box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

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

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")*/;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")*/;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  -webkit-filter: invert(1) grayscale(100);
          filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon {
  -webkit-filter: invert(1) grayscale(100);
          filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=dark].carousel .carousel-caption {
  color: #000;
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  -webkit-animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
          animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    -webkit-transform: none;
            transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    -webkit-transform: none;
            transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    -webkit-transform: none;
            transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    -webkit-transform: none;
            transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    -webkit-transform: none;
            transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  -webkit-transition: var(--bs-offcanvas-transition);
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    -webkit-transition: none;
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  -webkit-transform: none;
          transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

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

.offcanvas-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x)) calc(-0.5 * var(--bs-offcanvas-padding-y)) auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
          animation: placeholder-glow 2s ease-in-out infinite;
}

@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
          mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  -webkit-animation: placeholder-wave 2s linear infinite;
          animation: placeholder-wave 2s linear infinite;
}

@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  -webkit-box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
          box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.icon-link > .bi {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  -webkit-transition: 0.2s ease-in-out transform;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    -webkit-transition: none;
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  -webkit-transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
          transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

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

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

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.vstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

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

.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
     object-fit: 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;
}

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

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

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

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

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

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

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

.overflow-y-scroll {
  overflow-y: 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-inline-grid {
  display: inline-grid !important;
}

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

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

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

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

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

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

.shadow {
  -webkit-box-shadow: var(--bs-box-shadow) !important;
          box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  -webkit-box-shadow: var(--bs-box-shadow-sm) !important;
          box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  -webkit-box-shadow: var(--bs-box-shadow-lg) !important;
          box-shadow: var(--bs-box-shadow-lg) !important;
}

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

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.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-50 {
  top: 50% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !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;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !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: 3rem !important;
}

.m-auto {
  margin: auto !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: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !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: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !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: 3rem !important;
}

.mt-auto {
  margin-top: auto !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: 3rem !important;
}

.me-auto {
  margin-right: auto !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: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !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: 3rem !important;
}

.ms-auto {
  margin-left: auto !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: 3rem !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: 3rem !important;
  padding-left: 3rem !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: 3rem !important;
  padding-bottom: 3rem !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: 3rem !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: 3rem !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: 3rem !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: 3rem !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: 3rem !important;
}

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

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

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

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

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

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  -webkit-column-gap: 0 !important;
     -moz-column-gap: 0 !important;
          column-gap: 0 !important;
}

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

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

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

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

.column-gap-5 {
  -webkit-column-gap: 3rem !important;
     -moz-column-gap: 3rem !important;
          column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

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

.fst-normal {
  font-style: normal !important;
}

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

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

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

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

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

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !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-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-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-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !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-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !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;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-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-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-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-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

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

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !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-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

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

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -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 {
  border-radius: var(--bs-border-radius) !important;
}

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

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

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

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

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

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

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

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

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

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

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

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

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !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: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !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: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !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: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !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: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !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: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !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: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !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: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !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: 3rem !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: 3rem !important;
    padding-left: 3rem !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: 3rem !important;
    padding-bottom: 3rem !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: 3rem !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: 3rem !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: 3rem !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: 3rem !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: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !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: 3rem !important;
  }
  .m-md-auto {
    margin: auto !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: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !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: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !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: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !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: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !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: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !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: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !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: 3rem !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: 3rem !important;
    padding-left: 3rem !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: 3rem !important;
    padding-bottom: 3rem !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: 3rem !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: 3rem !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: 3rem !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: 3rem !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: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !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: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !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: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !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: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !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: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !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: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !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: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !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: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !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: 3rem !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: 3rem !important;
    padding-left: 3rem !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: 3rem !important;
    padding-bottom: 3rem !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: 3rem !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: 3rem !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: 3rem !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: 3rem !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: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !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: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !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: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !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: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !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: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !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: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !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: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !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: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !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: 3rem !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: 3rem !important;
    padding-left: 3rem !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: 3rem !important;
    padding-bottom: 3rem !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: 3rem !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: 3rem !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: 3rem !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: 3rem !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: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !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: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !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: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !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: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !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: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !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: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !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: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !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: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !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: 3rem !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: 3rem !important;
    padding-left: 3rem !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: 3rem !important;
    padding-bottom: 3rem !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: 3rem !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: 3rem !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: 3rem !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: 3rem !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: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !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-inline-grid {
    display: inline-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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

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

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

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

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

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

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

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

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

.select2-results {
  display: block;
}

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

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

.select2-results__option--selectable {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

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

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

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

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

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

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

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

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

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

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

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

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

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

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

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

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

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

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

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

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

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

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

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

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

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

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

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

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

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

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

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

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

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

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

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

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

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

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

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

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

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

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

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}

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

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

/*!
 * Select2 v4 Bootstrap 5 theme v1.3.0
*/
.select2-container--bootstrap-5 {
  display: block;
}

select + .select2-container--bootstrap-5 {
  z-index: 1;
}

.select2-container--bootstrap-5 :focus {
  outline: 0;
}

.select2-container--bootstrap-5 .select2-selection {
  width: 100%;
  min-height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .select2-container--bootstrap-5 .select2-selection {
    -webkit-transition: none;
    transition: none;
  }
}
.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
  border-color: #86b7fe;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection {
  border-bottom: 0 solid transparent;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection {
  border-top: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--bootstrap-5 .select2-search {
  width: 100%;
}

.select2-container--bootstrap-5 .select2-search--inline .select2-search__field {
  vertical-align: top;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear, .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear {
  position: absolute;
  top: 50%;
  right: 2.25rem;
  width: 0.75rem;
  height: 0.75rem;
  padding: 0.25em;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%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") 50%/0.75rem auto no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear:hover, .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear:hover {
  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") 50%/0.75rem auto no-repeat;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear > span, .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear > span {
  display: none;
}

.select2-container--bootstrap-5 + .select2-container--bootstrap-5 {
  z-index: 1056;
}

.select2-container--bootstrap-5 .select2-dropdown {
  z-index: 1056;
  overflow: hidden;
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  border-radius: 0.25rem;
}

.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--below {
  border-top: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--above {
  border-bottom: 0 solid transparent;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search {
  padding: 0.375rem 0.75rem;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-family: inherit;
  font-size: 1rem;
  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.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
    -webkit-transition: none;
    transition: none;
  }
}
.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus {
  border-color: #86b7fe;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options:not(.select2-results__options--nested) {
  max-height: 15rem;
  overflow-y: auto;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__message {
  color: #6c757d;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
  color: #000;
  background-color: #e9ecef;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
  color: #fff;
  background-color: #0d6efd;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--disabled, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-disabled=true] {
  color: #6c757d;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
  padding: 0.375rem;
  font-weight: 500;
  line-height: 1.5;
  color: #6c757d;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
  padding: 0.375rem 0.75rem;
}

.select2-container--bootstrap-5 .select2-selection--single {
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  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='%23343a40' 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 0.75rem center;
  background-size: 16px 12px;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
  padding: 0;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  font-weight: 400;
  line-height: 1.5;
  color: #6c757d;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__arrow {
  display: none;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.35em 0.65em;
  margin-right: 0.375rem;
  margin-bottom: 0.375rem;
  font-size: 1rem;
  color: #212529;
  cursor: auto;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  width: 0.75rem;
  height: 0.75rem;
  padding: 0.25em;
  margin-right: 0.25rem;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%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") 50%/0.75rem auto no-repeat;
  border: 0;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
  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") 50%/0.75rem auto no-repeat;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove > span {
  display: none;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search {
  display: block;
  width: 100%;
  height: 1.5rem;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field {
  width: 100%;
  height: 1.5rem;
  margin-top: 0;
  margin-left: 0;
  font-family: inherit;
  line-height: 1.5;
  background-color: transparent;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear {
  right: 0.75rem;
}

.select2-container--bootstrap-5.select2-container--disabled .select2-selection, .select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection {
  color: #6c757d;
  cursor: not-allowed;
  background-color: #e9ecef;
  border-color: #ced4da;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__clear, .select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__choice, .select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__choice {
  cursor: not-allowed;
}

.select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove, .select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  display: none;
}

.select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__rendered:not(:empty), .select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__rendered:not(:empty) {
  padding-bottom: 0;
}

.select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__rendered:not(:empty) + .select2-search, .select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__rendered:not(:empty) + .select2-search {
  display: none;
}

.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu).select2-container--bootstrap-5 .select2-selection, .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu).select2-container--bootstrap-5 .select2-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .btn ~ .select2-container--bootstrap-5 .select2-selection, .input-group > .dropdown-menu ~ .select2-container--bootstrap-5 .select2-selection, .input-group > .input-group-text ~ .select2-container--bootstrap-5 .select2-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group .select2-container--bootstrap-5 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.input-group .select2-container--bootstrap-5 .select2-selection {
  height: 100%;
}

.is-valid + .select2-container--bootstrap-5 .select2-selection, .was-validated select:valid + .select2-container--bootstrap-5 .select2-selection {
  border-color: #198754;
}

.is-valid + .select2-container--bootstrap-5.select2-container--focus .select2-selection, .is-valid + .select2-container--bootstrap-5.select2-container--open .select2-selection, .was-validated select:valid + .select2-container--bootstrap-5.select2-container--focus .select2-selection, .was-validated select:valid + .select2-container--bootstrap-5.select2-container--open .select2-selection {
  border-color: #198754;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.is-valid + .select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection, .was-validated select:valid + .select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection {
  border-bottom: 0 solid transparent;
}

.is-valid + .select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection, .was-validated select:valid + .select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection {
  border-top: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.is-invalid + .select2-container--bootstrap-5 .select2-selection, .was-validated select:invalid + .select2-container--bootstrap-5 .select2-selection {
  border-color: #dc3545;
}

.is-invalid + .select2-container--bootstrap-5.select2-container--focus .select2-selection, .is-invalid + .select2-container--bootstrap-5.select2-container--open .select2-selection, .was-validated select:invalid + .select2-container--bootstrap-5.select2-container--focus .select2-selection, .was-validated select:invalid + .select2-container--bootstrap-5.select2-container--open .select2-selection {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.is-invalid + .select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection, .was-validated select:invalid + .select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection {
  border-bottom: 0 solid transparent;
}

.is-invalid + .select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection, .was-validated select:invalid + .select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection {
  border-top: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--bootstrap-5 .select2--small.select2-selection {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__clear, .select2-container--bootstrap-5 .select2--small.select2-selection--single .select2-selection__clear {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0.125rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%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") 50%/0.5rem auto no-repeat;
}

.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__clear:hover, .select2-container--bootstrap-5 .select2--small.select2-selection--single .select2-selection__clear:hover {
  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") 50%/0.5rem auto no-repeat;
}

.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-search, .select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-search .select2-search__field, .select2-container--bootstrap-5 .select2--small.select2-selection--single .select2-search, .select2-container--bootstrap-5 .select2--small.select2-selection--single .select2-search .select2-search__field {
  height: 1.5em;
}

.select2-container--bootstrap-5 .select2--small.select2-dropdown {
  border-radius: 0.2rem;
}

.select2-container--bootstrap-5 .select2--small.select2-dropdown.select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--bootstrap-5 .select2--small.select2-dropdown.select2-dropdown--above {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-results__options .select2-results__option, .select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-search .select2-search__field {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
  padding: 0.25rem;
}

.select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
  padding: 0.25rem 0.5rem;
}

.select2-container--bootstrap-5 .select2--small.select2-selection--single {
  padding: 0.25rem 2.25rem 0.25rem 0.5rem;
}

.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  padding: 0.35em 0.65em;
  font-size: 0.875rem;
}

.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0.125rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%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") 50%/0.5rem auto no-repeat;
}

.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
  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") 50%/0.5rem auto no-repeat;
}

.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__clear {
  right: 0.5rem;
}

.select2-container--bootstrap-5 .select2--large.select2-selection {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__clear, .select2-container--bootstrap-5 .select2--large.select2-selection--single .select2-selection__clear {
  width: 1rem;
  height: 1rem;
  padding: 0.5rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%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") 50%/1rem auto no-repeat;
}

.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__clear:hover, .select2-container--bootstrap-5 .select2--large.select2-selection--single .select2-selection__clear:hover {
  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") 50%/1rem auto no-repeat;
}

.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-search, .select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-search .select2-search__field, .select2-container--bootstrap-5 .select2--large.select2-selection--single .select2-search, .select2-container--bootstrap-5 .select2--large.select2-selection--single .select2-search .select2-search__field {
  height: 1.5em;
}

.select2-container--bootstrap-5 .select2--large.select2-dropdown {
  border-radius: 0.3rem;
}

.select2-container--bootstrap-5 .select2--large.select2-dropdown.select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--bootstrap-5 .select2--large.select2-dropdown.select2-dropdown--above {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.select2-container--bootstrap-5 .select2--large.select2-dropdown .select2-results__options .select2-results__option, .select2-container--bootstrap-5 .select2--large.select2-dropdown .select2-search .select2-search__field {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}

.select2-container--bootstrap-5 .select2--large.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
  padding: 0.5rem;
}

.select2-container--bootstrap-5 .select2--large.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
  padding: 0.5rem 1rem;
}

.select2-container--bootstrap-5 .select2--large.select2-selection--single {
  padding: 0.5rem 2.25rem 0.5rem 1rem;
}

.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  padding: 0.35em 0.65em;
  font-size: 1.25rem;
}

.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  width: 1rem;
  height: 1rem;
  padding: 0.5rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%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") 50%/1rem auto no-repeat;
}

.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
  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") 50%/1rem auto no-repeat;
}

.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__clear {
  right: 1rem;
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear, .form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0.125rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%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") 50%/0.5rem auto no-repeat;
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear:hover, .form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear:hover {
  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") 50%/0.5rem auto no-repeat;
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-search, .form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field, .form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--single .select2-search, .form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--single .select2-search .select2-search__field {
  height: 1.5em;
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown {
  border-radius: 0.2rem;
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--above {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option, .form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
  padding: 0.25rem;
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
  padding: 0.25rem 0.5rem;
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--single {
  padding: 0.25rem 2.25rem 0.25rem 0.5rem;
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  padding: 0.35em 0.65em;
  font-size: 0.875rem;
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0.125rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%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") 50%/0.5rem auto no-repeat;
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
  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") 50%/0.5rem auto no-repeat;
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear {
  right: 0.5rem;
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear, .form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear {
  width: 1rem;
  height: 1rem;
  padding: 0.5rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%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") 50%/1rem auto no-repeat;
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear:hover, .form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear:hover {
  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") 50%/1rem auto no-repeat;
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-search, .form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field, .form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--single .select2-search, .form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--single .select2-search .select2-search__field {
  height: 1.5em;
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown {
  border-radius: 0.3rem;
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--above {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option, .form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
  padding: 0.5rem;
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
  padding: 0.5rem 1rem;
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--single {
  padding: 0.5rem 2.25rem 0.5rem 1rem;
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  padding: 0.35em 0.65em;
  font-size: 1.25rem;
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  width: 1rem;
  height: 1rem;
  padding: 0.5rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%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") 50%/1rem auto no-repeat;
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
  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") 50%/1rem auto no-repeat;
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear {
  right: 1rem;
}

:root {
  --iti-hover-color:rgba(0, 0, 0, 0.05);
  --iti-border-color:#ccc;
  --iti-dialcode-color:#999;
  --iti-dropdown-bg:white;
  --iti-spacer-horizontal:8px;
  --iti-flag-height:12px;
  --iti-flag-width:16px;
  --iti-border-width:1px;
  --iti-arrow-height:4px;
  --iti-arrow-width:6px;
  --iti-triangle-border:calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding:6px;
  --iti-arrow-color:#555;
  --iti-path-flags-1x:url("../img/flags.webp");
  --iti-path-flags-2x:url("../img/flags@2x.webp");
  --iti-path-globe-1x:url("../img/globe.webp");
  --iti-path-globe-2x:url("../img/globe@2x.webp");
  --iti-flag-sprite-width:3904px;
  --iti-flag-sprite-height:12px;
  --iti-mobile-popup-margin:30px;
}

.iti {
  position: relative;
  display: inline-block;
}

.iti * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti__a11y-text {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
}

.iti input.iti__tel-input, .iti input.iti__tel-input[type=tel], .iti input.iti__tel-input[type=text] {
  position: relative;
  z-index: 0;
  margin: 0 !important;
}

.iti__country-container {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: var(--iti-border-width);
}

.iti__selected-country {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  background: 0 0;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border-radius: 0;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}

.iti__selected-country-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal);
}

.iti__arrow {
  margin-left: var(--iti-arrow-padding);
  width: 0;
  height: 0;
  border-left: var(--iti-triangle-border) solid transparent;
  border-right: var(--iti-triangle-border) solid transparent;
  border-top: var(--iti-arrow-height) solid var(--iti-arrow-color);
}

[dir=rtl] .iti__arrow {
  margin-right: var(--iti-arrow-padding);
  margin-left: 0;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: var(--iti-arrow-height) solid var(--iti-arrow-color);
}

.iti__dropdown-content {
  border-radius: 3px;
  background-color: var(--iti-dropdown-bg);
}

.iti--inline-dropdown .iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-top: 3px;
  margin-left: calc(var(--iti-border-width) * -1);
  border: var(--iti-border-width) solid var(--iti-border-color);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.iti__search-input {
  width: 100%;
  border-width: 0;
  border-radius: 3px;
}

.iti__search-input + .iti__country-list {
  border-top: 1px solid var(--iti-border-color);
}

.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti--inline-dropdown .iti__country-list {
  max-height: 185px;
}

.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}

@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}
.iti__country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px var(--iti-spacer-horizontal);
  outline: 0;
}

.iti__dial-code {
  color: var(--iti-dialcode-color);
}

.iti__country.iti__highlight {
  background-color: var(--iti-hover-color);
}

.iti__country-list .iti__flag, .iti__country-name {
  margin-right: var(--iti-spacer-horizontal);
}

[dir=rtl] .iti__country-list .iti__flag, [dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: var(--iti-spacer-horizontal);
}

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover, .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover button {
  cursor: pointer;
}

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover, .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
  background-color: var(--iti-hover-color);
}

.iti .iti__selected-dial-code {
  margin-left: 4px;
}

[dir=rtl] .iti .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 4px;
}

.iti--container {
  position: fixed;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: var(--iti-border-width);
}

.iti--container:hover {
  cursor: pointer;
}

.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: var(--iti-mobile-popup-margin);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.iti--fullscreen-popup .iti__dropdown-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
  position: relative;
}

.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  --iti-flag-offset:100px;
  height: var(--iti-flag-height);
  width: var(--iti-flag-width);
  border-radius: 1px;
  -webkit-box-shadow: 0 0 1px 0 #888;
          box-shadow: 0 0 1px 0 #888;
  background-image: var(--iti-path-flags-1x);
  background-repeat: no-repeat;
  background-position: var(--iti-flag-offset) 0;
  background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height);
}

.iti__ac {
  --iti-flag-offset:0px;
}

.iti__ad {
  --iti-flag-offset:-16px;
}

.iti__ae {
  --iti-flag-offset:-32px;
}

.iti__af {
  --iti-flag-offset:-48px;
}

.iti__ag {
  --iti-flag-offset:-64px;
}

.iti__ai {
  --iti-flag-offset:-80px;
}

.iti__al {
  --iti-flag-offset:-96px;
}

.iti__am {
  --iti-flag-offset:-112px;
}

.iti__ao {
  --iti-flag-offset:-128px;
}

.iti__ar {
  --iti-flag-offset:-144px;
}

.iti__as {
  --iti-flag-offset:-160px;
}

.iti__at {
  --iti-flag-offset:-176px;
}

.iti__au {
  --iti-flag-offset:-192px;
}

.iti__aw {
  --iti-flag-offset:-208px;
}

.iti__ax {
  --iti-flag-offset:-224px;
}

.iti__az {
  --iti-flag-offset:-240px;
}

.iti__ba {
  --iti-flag-offset:-256px;
}

.iti__bb {
  --iti-flag-offset:-272px;
}

.iti__bd {
  --iti-flag-offset:-288px;
}

.iti__be {
  --iti-flag-offset:-304px;
}

.iti__bf {
  --iti-flag-offset:-320px;
}

.iti__bg {
  --iti-flag-offset:-336px;
}

.iti__bh {
  --iti-flag-offset:-352px;
}

.iti__bi {
  --iti-flag-offset:-368px;
}

.iti__bj {
  --iti-flag-offset:-384px;
}

.iti__bl {
  --iti-flag-offset:-400px;
}

.iti__bm {
  --iti-flag-offset:-416px;
}

.iti__bn {
  --iti-flag-offset:-432px;
}

.iti__bo {
  --iti-flag-offset:-448px;
}

.iti__bq {
  --iti-flag-offset:-464px;
}

.iti__br {
  --iti-flag-offset:-480px;
}

.iti__bs {
  --iti-flag-offset:-496px;
}

.iti__bt {
  --iti-flag-offset:-512px;
}

.iti__bw {
  --iti-flag-offset:-528px;
}

.iti__by {
  --iti-flag-offset:-544px;
}

.iti__bz {
  --iti-flag-offset:-560px;
}

.iti__ca {
  --iti-flag-offset:-576px;
}

.iti__cc {
  --iti-flag-offset:-592px;
}

.iti__cd {
  --iti-flag-offset:-608px;
}

.iti__cf {
  --iti-flag-offset:-624px;
}

.iti__cg {
  --iti-flag-offset:-640px;
}

.iti__ch {
  --iti-flag-offset:-656px;
}

.iti__ci {
  --iti-flag-offset:-672px;
}

.iti__ck {
  --iti-flag-offset:-688px;
}

.iti__cl {
  --iti-flag-offset:-704px;
}

.iti__cm {
  --iti-flag-offset:-720px;
}

.iti__cn {
  --iti-flag-offset:-736px;
}

.iti__co {
  --iti-flag-offset:-752px;
}

.iti__cr {
  --iti-flag-offset:-768px;
}

.iti__cu {
  --iti-flag-offset:-784px;
}

.iti__cv {
  --iti-flag-offset:-800px;
}

.iti__cw {
  --iti-flag-offset:-816px;
}

.iti__cx {
  --iti-flag-offset:-832px;
}

.iti__cy {
  --iti-flag-offset:-848px;
}

.iti__cz {
  --iti-flag-offset:-864px;
}

.iti__de {
  --iti-flag-offset:-880px;
}

.iti__dj {
  --iti-flag-offset:-896px;
}

.iti__dk {
  --iti-flag-offset:-912px;
}

.iti__dm {
  --iti-flag-offset:-928px;
}

.iti__do {
  --iti-flag-offset:-944px;
}

.iti__dz {
  --iti-flag-offset:-960px;
}

.iti__ec {
  --iti-flag-offset:-976px;
}

.iti__ee {
  --iti-flag-offset:-992px;
}

.iti__eg {
  --iti-flag-offset:-1008px;
}

.iti__eh {
  --iti-flag-offset:-1024px;
}

.iti__er {
  --iti-flag-offset:-1040px;
}

.iti__es {
  --iti-flag-offset:-1056px;
}

.iti__et {
  --iti-flag-offset:-1072px;
}

.iti__fi {
  --iti-flag-offset:-1088px;
}

.iti__fj {
  --iti-flag-offset:-1104px;
}

.iti__fk {
  --iti-flag-offset:-1120px;
}

.iti__fm {
  --iti-flag-offset:-1136px;
}

.iti__fo {
  --iti-flag-offset:-1152px;
}

.iti__fr {
  --iti-flag-offset:-1168px;
}

.iti__ga {
  --iti-flag-offset:-1184px;
}

.iti__gb {
  --iti-flag-offset:-1200px;
}

.iti__gd {
  --iti-flag-offset:-1216px;
}

.iti__ge {
  --iti-flag-offset:-1232px;
}

.iti__gf {
  --iti-flag-offset:-1248px;
}

.iti__gg {
  --iti-flag-offset:-1264px;
}

.iti__gh {
  --iti-flag-offset:-1280px;
}

.iti__gi {
  --iti-flag-offset:-1296px;
}

.iti__gl {
  --iti-flag-offset:-1312px;
}

.iti__gm {
  --iti-flag-offset:-1328px;
}

.iti__gn {
  --iti-flag-offset:-1344px;
}

.iti__gp {
  --iti-flag-offset:-1360px;
}

.iti__gq {
  --iti-flag-offset:-1376px;
}

.iti__gr {
  --iti-flag-offset:-1392px;
}

.iti__gt {
  --iti-flag-offset:-1408px;
}

.iti__gu {
  --iti-flag-offset:-1424px;
}

.iti__gw {
  --iti-flag-offset:-1440px;
}

.iti__gy {
  --iti-flag-offset:-1456px;
}

.iti__hk {
  --iti-flag-offset:-1472px;
}

.iti__hn {
  --iti-flag-offset:-1488px;
}

.iti__hr {
  --iti-flag-offset:-1504px;
}

.iti__ht {
  --iti-flag-offset:-1520px;
}

.iti__hu {
  --iti-flag-offset:-1536px;
}

.iti__id {
  --iti-flag-offset:-1552px;
}

.iti__ie {
  --iti-flag-offset:-1568px;
}

.iti__il {
  --iti-flag-offset:-1584px;
}

.iti__im {
  --iti-flag-offset:-1600px;
}

.iti__in {
  --iti-flag-offset:-1616px;
}

.iti__io {
  --iti-flag-offset:-1632px;
}

.iti__iq {
  --iti-flag-offset:-1648px;
}

.iti__ir {
  --iti-flag-offset:-1664px;
}

.iti__is {
  --iti-flag-offset:-1680px;
}

.iti__it {
  --iti-flag-offset:-1696px;
}

.iti__je {
  --iti-flag-offset:-1712px;
}

.iti__jm {
  --iti-flag-offset:-1728px;
}

.iti__jo {
  --iti-flag-offset:-1744px;
}

.iti__jp {
  --iti-flag-offset:-1760px;
}

.iti__ke {
  --iti-flag-offset:-1776px;
}

.iti__kg {
  --iti-flag-offset:-1792px;
}

.iti__kh {
  --iti-flag-offset:-1808px;
}

.iti__ki {
  --iti-flag-offset:-1824px;
}

.iti__km {
  --iti-flag-offset:-1840px;
}

.iti__kn {
  --iti-flag-offset:-1856px;
}

.iti__kp {
  --iti-flag-offset:-1872px;
}

.iti__kr {
  --iti-flag-offset:-1888px;
}

.iti__kw {
  --iti-flag-offset:-1904px;
}

.iti__ky {
  --iti-flag-offset:-1920px;
}

.iti__kz {
  --iti-flag-offset:-1936px;
}

.iti__la {
  --iti-flag-offset:-1952px;
}

.iti__lb {
  --iti-flag-offset:-1968px;
}

.iti__lc {
  --iti-flag-offset:-1984px;
}

.iti__li {
  --iti-flag-offset:-2000px;
}

.iti__lk {
  --iti-flag-offset:-2016px;
}

.iti__lr {
  --iti-flag-offset:-2032px;
}

.iti__ls {
  --iti-flag-offset:-2048px;
}

.iti__lt {
  --iti-flag-offset:-2064px;
}

.iti__lu {
  --iti-flag-offset:-2080px;
}

.iti__lv {
  --iti-flag-offset:-2096px;
}

.iti__ly {
  --iti-flag-offset:-2112px;
}

.iti__ma {
  --iti-flag-offset:-2128px;
}

.iti__mc {
  --iti-flag-offset:-2144px;
}

.iti__md {
  --iti-flag-offset:-2160px;
}

.iti__me {
  --iti-flag-offset:-2176px;
}

.iti__mf {
  --iti-flag-offset:-2192px;
}

.iti__mg {
  --iti-flag-offset:-2208px;
}

.iti__mh {
  --iti-flag-offset:-2224px;
}

.iti__mk {
  --iti-flag-offset:-2240px;
}

.iti__ml {
  --iti-flag-offset:-2256px;
}

.iti__mm {
  --iti-flag-offset:-2272px;
}

.iti__mn {
  --iti-flag-offset:-2288px;
}

.iti__mo {
  --iti-flag-offset:-2304px;
}

.iti__mp {
  --iti-flag-offset:-2320px;
}

.iti__mq {
  --iti-flag-offset:-2336px;
}

.iti__mr {
  --iti-flag-offset:-2352px;
}

.iti__ms {
  --iti-flag-offset:-2368px;
}

.iti__mt {
  --iti-flag-offset:-2384px;
}

.iti__mu {
  --iti-flag-offset:-2400px;
}

.iti__mv {
  --iti-flag-offset:-2416px;
}

.iti__mw {
  --iti-flag-offset:-2432px;
}

.iti__mx {
  --iti-flag-offset:-2448px;
}

.iti__my {
  --iti-flag-offset:-2464px;
}

.iti__mz {
  --iti-flag-offset:-2480px;
}

.iti__na {
  --iti-flag-offset:-2496px;
}

.iti__nc {
  --iti-flag-offset:-2512px;
}

.iti__ne {
  --iti-flag-offset:-2528px;
}

.iti__nf {
  --iti-flag-offset:-2544px;
}

.iti__ng {
  --iti-flag-offset:-2560px;
}

.iti__ni {
  --iti-flag-offset:-2576px;
}

.iti__nl {
  --iti-flag-offset:-2592px;
}

.iti__no {
  --iti-flag-offset:-2608px;
}

.iti__np {
  --iti-flag-offset:-2624px;
}

.iti__nr {
  --iti-flag-offset:-2640px;
}

.iti__nu {
  --iti-flag-offset:-2656px;
}

.iti__nz {
  --iti-flag-offset:-2672px;
}

.iti__om {
  --iti-flag-offset:-2688px;
}

.iti__pa {
  --iti-flag-offset:-2704px;
}

.iti__pe {
  --iti-flag-offset:-2720px;
}

.iti__pf {
  --iti-flag-offset:-2736px;
}

.iti__pg {
  --iti-flag-offset:-2752px;
}

.iti__ph {
  --iti-flag-offset:-2768px;
}

.iti__pk {
  --iti-flag-offset:-2784px;
}

.iti__pl {
  --iti-flag-offset:-2800px;
}

.iti__pm {
  --iti-flag-offset:-2816px;
}

.iti__pr {
  --iti-flag-offset:-2832px;
}

.iti__ps {
  --iti-flag-offset:-2848px;
}

.iti__pt {
  --iti-flag-offset:-2864px;
}

.iti__pw {
  --iti-flag-offset:-2880px;
}

.iti__py {
  --iti-flag-offset:-2896px;
}

.iti__qa {
  --iti-flag-offset:-2912px;
}

.iti__re {
  --iti-flag-offset:-2928px;
}

.iti__ro {
  --iti-flag-offset:-2944px;
}

.iti__rs {
  --iti-flag-offset:-2960px;
}

.iti__ru {
  --iti-flag-offset:-2976px;
}

.iti__rw {
  --iti-flag-offset:-2992px;
}

.iti__sa {
  --iti-flag-offset:-3008px;
}

.iti__sb {
  --iti-flag-offset:-3024px;
}

.iti__sc {
  --iti-flag-offset:-3040px;
}

.iti__sd {
  --iti-flag-offset:-3056px;
}

.iti__se {
  --iti-flag-offset:-3072px;
}

.iti__sg {
  --iti-flag-offset:-3088px;
}

.iti__sh {
  --iti-flag-offset:-3104px;
}

.iti__si {
  --iti-flag-offset:-3120px;
}

.iti__sj {
  --iti-flag-offset:-3136px;
}

.iti__sk {
  --iti-flag-offset:-3152px;
}

.iti__sl {
  --iti-flag-offset:-3168px;
}

.iti__sm {
  --iti-flag-offset:-3184px;
}

.iti__sn {
  --iti-flag-offset:-3200px;
}

.iti__so {
  --iti-flag-offset:-3216px;
}

.iti__sr {
  --iti-flag-offset:-3232px;
}

.iti__ss {
  --iti-flag-offset:-3248px;
}

.iti__st {
  --iti-flag-offset:-3264px;
}

.iti__sv {
  --iti-flag-offset:-3280px;
}

.iti__sx {
  --iti-flag-offset:-3296px;
}

.iti__sy {
  --iti-flag-offset:-3312px;
}

.iti__sz {
  --iti-flag-offset:-3328px;
}

.iti__tc {
  --iti-flag-offset:-3344px;
}

.iti__td {
  --iti-flag-offset:-3360px;
}

.iti__tg {
  --iti-flag-offset:-3376px;
}

.iti__th {
  --iti-flag-offset:-3392px;
}

.iti__tj {
  --iti-flag-offset:-3408px;
}

.iti__tk {
  --iti-flag-offset:-3424px;
}

.iti__tl {
  --iti-flag-offset:-3440px;
}

.iti__tm {
  --iti-flag-offset:-3456px;
}

.iti__tn {
  --iti-flag-offset:-3472px;
}

.iti__to {
  --iti-flag-offset:-3488px;
}

.iti__tr {
  --iti-flag-offset:-3504px;
}

.iti__tt {
  --iti-flag-offset:-3520px;
}

.iti__tv {
  --iti-flag-offset:-3536px;
}

.iti__tw {
  --iti-flag-offset:-3552px;
}

.iti__tz {
  --iti-flag-offset:-3568px;
}

.iti__ua {
  --iti-flag-offset:-3584px;
}

.iti__ug {
  --iti-flag-offset:-3600px;
}

.iti__us {
  --iti-flag-offset:-3616px;
}

.iti__uy {
  --iti-flag-offset:-3632px;
}

.iti__uz {
  --iti-flag-offset:-3648px;
}

.iti__va {
  --iti-flag-offset:-3664px;
}

.iti__vc {
  --iti-flag-offset:-3680px;
}

.iti__ve {
  --iti-flag-offset:-3696px;
}

.iti__vg {
  --iti-flag-offset:-3712px;
}

.iti__vi {
  --iti-flag-offset:-3728px;
}

.iti__vn {
  --iti-flag-offset:-3744px;
}

.iti__vu {
  --iti-flag-offset:-3760px;
}

.iti__wf {
  --iti-flag-offset:-3776px;
}

.iti__ws {
  --iti-flag-offset:-3792px;
}

.iti__xk {
  --iti-flag-offset:-3808px;
}

.iti__ye {
  --iti-flag-offset:-3824px;
}

.iti__yt {
  --iti-flag-offset:-3840px;
}

.iti__za {
  --iti-flag-offset:-3856px;
}

.iti__zm {
  --iti-flag-offset:-3872px;
}

.iti__zw {
  --iti-flag-offset:-3888px;
}

.iti__globe {
  background-image: var(--iti-path-globe-1x);
  background-size: contain;
  background-position: right;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 19px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2x) {
  .iti__flag {
    background-image: var(--iti-path-flags-2x);
  }
  .iti__globe {
    background-image: var(--iti-path-globe-2x);
  }
}
.iti {
  --iti-path-flags-1x: url("../img/libs/flags.webp");
  --iti-path-flags-2x: url("../img/libs/flags@2x.webp");
  --iti-path-globe-1x: url("../img/libs/globe.webp");
  --iti-path-globe-2x: url("../img/libs/globe@2x.webp");
  --iti-hover-color: transparent ;
}

.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: calc(100vw - 10px);
}

.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  -webkit-transition-property: visibility, opacity, -webkit-transform;
  transition-property: visibility, opacity, -webkit-transform;
  transition-property: transform, visibility, opacity;
  transition-property: transform, visibility, opacity, -webkit-transform;
}

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  -webkit-transform-origin: center top;
          transform-origin: center top;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  -webkit-transform-origin: center left;
          transform-origin: center left;
}

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  -webkit-transform-origin: center right;
          transform-origin: center right;
}

.tippy-box[data-inertia][data-state=visible] {
  -webkit-transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
          transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}

.date-picker {
  width: 170px;
  height: 25px;
  padding: 0;
  border: 0;
  line-height: 25px;
  padding-left: 10px;
  font-size: 12px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  cursor: pointer;
  color: #303030;
  position: relative;
  z-index: 2;
}

.date-picker-wrapper {
  position: absolute;
  z-index: 1;
  border: 1px solid #bfbfbf;
  background-color: #efefef;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 20px;
  color: #aaa;
  font-family: Arial, sans-serif;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: initial;
  box-sizing: initial;
}

.dp-clearfix {
  clear: both;
  height: 0;
  font-size: 0;
}

.date-picker-wrapper.inline-wrapper {
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
}

.date-picker-wrapper.single-date {
  width: auto;
}

.date-picker-wrapper.no-shortcuts {
  padding-bottom: 12px;
}

.date-picker-wrapper.no-topbar {
  padding-top: 12px;
}

.date-picker-wrapper .footer {
  font-size: 11px;
  padding-top: 3px;
}

.date-picker-wrapper b {
  color: #666;
  font-weight: 700;
}

.date-picker-wrapper a {
  color: #6bb4d6;
  text-decoration: underline;
}

.date-picker-wrapper .month-name {
  text-transform: uppercase;
}

.date-picker-wrapper .select-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.date-picker-wrapper .select-wrapper:hover {
  text-decoration: underline;
}

.date-picker-wrapper .month-element {
  display: inline-block;
  vertical-align: middle;
}

.date-picker-wrapper .select-wrapper select {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  top: -1px;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  outline: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: 0.01;
}

.date-picker-wrapper .month-wrapper {
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  background-color: #fff;
  padding: 5px;
  cursor: default;
  position: relative;
  _overflow: hidden;
}

.date-picker-wrapper .month-wrapper table {
  width: 190px;
  float: left;
}

.date-picker-wrapper .month-wrapper table.month2 {
  width: 190px;
  float: left;
}

.date-picker-wrapper .month-wrapper table th, .date-picker-wrapper .month-wrapper table td {
  vertical-align: middle;
  text-align: center;
  line-height: 14px;
  margin: 0px;
  padding: 0px;
}

.date-picker-wrapper .month-wrapper table .day {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #ccc;
  cursor: default;
}

.date-picker-wrapper .month-wrapper table div.day.lastMonth, .date-picker-wrapper .month-wrapper table div.day.nextMonth {
  color: #999;
  cursor: default;
}

.date-picker-wrapper .month-wrapper table .day.checked {
  background-color: #9cdbf7;
}

.date-picker-wrapper .month-wrapper table .week-name {
  height: 20px;
  line-height: 20px;
  font-weight: 100;
  text-transform: uppercase;
}

.date-picker-wrapper .month-wrapper table .day.has-tooltip {
  cursor: help !important;
}

.date-picker-wrapper .month-wrapper table .day.has-tooltip .tooltip {
  white-space: nowrap;
}

.date-picker-wrapper .time label {
  white-space: nowrap;
}

.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
  color: #333;
  cursor: pointer;
}

.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  background-color: #cdecfa;
}

.date-picker-wrapper .month-wrapper table .day.nextMonth, .date-picker-wrapper .month-wrapper table .day.lastMonth {
  display: none;
}

.date-picker-wrapper .month-wrapper table .day.real-today {
  background-color: #ffe684;
}

.date-picker-wrapper .month-wrapper table .day.real-today.checked, .date-picker-wrapper .month-wrapper table .day.real-today.hovering {
  background-color: #70ccd5;
}

.date-picker-wrapper table .caption {
  height: 40px;
}

.date-picker-wrapper table .caption > th:first-of-type, .date-picker-wrapper table .caption > th:last-of-type {
  width: 27px;
}

.date-picker-wrapper table .caption .next, .date-picker-wrapper table .caption .prev {
  padding: 0 5px;
  cursor: pointer;
}

.date-picker-wrapper table .caption .next:hover, .date-picker-wrapper table .caption .prev:hover {
  background-color: #ccc;
  color: white;
}

.date-picker-wrapper .gap {
  position: relative;
  z-index: 1;
  width: 15px;
  height: 100%;
  background-color: red;
  font-size: 0;
  line-height: 0;
  float: left;
  top: -5px;
  margin: 0 10px -10px;
  visibility: hidden;
  height: 0;
}

.date-picker-wrapper .gap .gap-lines {
  height: 100%;
  overflow: hidden;
}

.date-picker-wrapper .gap .gap-line {
  height: 15px;
  width: 15px;
  position: relative;
}

.date-picker-wrapper .gap .gap-line .gap-1 {
  z-index: 1;
  height: 0;
  border-left: 8px solid white;
  border-top: 8px solid #eee;
  border-bottom: 8px solid #eee;
}

.date-picker-wrapper .gap .gap-line .gap-2 {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-top: 8px solid white;
}

.date-picker-wrapper .gap .gap-line .gap-3 {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-bottom: 8px solid white;
}

.date-picker-wrapper .gap .gap-top-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 1px;
  background-color: #eee;
  z-index: 3;
}

.date-picker-wrapper .gap .gap-bottom-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 7px;
  background-color: #eee;
  z-index: 3;
}

.date-picker-wrapper .selected-days {
  display: none;
}

.date-picker-wrapper .drp_top-bar {
  line-height: 1.4;
  position: relative;
  padding: 10px 40px 10px 0;
}

.date-picker-wrapper .drp_top-bar .error-top, .date-picker-wrapper .drp_top-bar .normal-top {
  display: none;
}

.date-picker-wrapper .drp_top-bar .default-top {
  display: block;
}

.date-picker-wrapper .drp_top-bar.error .default-top {
  display: none;
}

.date-picker-wrapper .drp_top-bar.error .error-top {
  display: block;
  color: red;
}

.date-picker-wrapper .drp_top-bar.normal .default-top {
  display: none;
}

.date-picker-wrapper .drp_top-bar.normal .normal-top {
  display: block;
}

.date-picker-wrapper .drp_top-bar.normal .normal-top .selection-top {
  color: #333;
}

.date-picker-wrapper .drp_top-bar .apply-btn {
  position: absolute;
  right: 0px;
  top: 6px;
  padding: 3px 5px;
  margin: 0;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  color: #d9eef7;
  border: solid 1px #0076a3;
  background: #0095cd;
  background: -moz-linear-gradient(top, #00adee, #0078a5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00adee", endColorstr="#0078a5");
  color: white;
  line-height: initial;
}

.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
  cursor: pointer;
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -moz-linear-gradient(top, #fff, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ededed");
}

.date-picker-wrapper .time {
  position: relative;
}

.date-picker-wrapper.single-month .time {
  display: block;
}

.date-picker-wrapper .time input[type=range] {
  vertical-align: middle;
  width: 129px;
  padding: 0;
  margin: 0;
  height: 20px;
}

.date-picker-wrapper .time1 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}

/*time styling*/
.time2 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}

.date-picker-wrapper .time1 {
  float: left;
}

.date-picker-wrapper .time2 {
  float: right;
}

.date-picker-wrapper .hour {
  text-align: right;
}

.minute {
  text-align: right;
}

.date-picker-wrapper .hide {
  display: none;
}

.date-picker-wrapper .first-date-selected, .date-picker-wrapper .last-date-selected {
  background-color: #49e !important;
  color: white !important;
}

.date-picker-wrapper .date-range-length-tip {
  position: absolute;
  margin-top: -4px;
  margin-left: -8px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: none;
  background-color: yellow;
  padding: 0 6px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}

.date-picker-wrapper .date-range-length-tip:after {
  content: "";
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid yellow;
  left: 50%;
  margin-left: -4px;
  bottom: -4px;
}

.date-picker-wrapper.two-months.no-gap .month1 .next, .date-picker-wrapper.two-months.no-gap .month2 .prev {
  display: none;
}

.date-picker-wrapper .week-number {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #999;
  cursor: pointer;
}

.date-picker-wrapper .week-number.week-number-selected {
  color: #49e;
  font-weight: bold;
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23131316' stroke-width='1.31912' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 8px;
  padding: 8px;
  display: block;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 140px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }
  .daterangepicker {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }
  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }
  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
/**
 * Swiper 11.2.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 3, 2025
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Slide styles end */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Poppins-Regular.eot") format("eot");
  src: url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.svg") format("svg"), url("../fonts/Poppins-Regular.ttf") format("ttf");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Poppins-Medium.eot") format("eot");
  src: url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.svg") format("svg"), url("../fonts/Poppins-Medium.ttf") format("ttf");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Poppins-SemiBold.eot") format("eot");
  src: url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.svg") format("svg"), url("../fonts/Poppins-SemiBold.ttf") format("ttf");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Poppins-Bold.eot") format("eot");
  src: url("../fonts/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.svg") format("svg"), url("../fonts/Poppins-Bold.ttf") format("ttf");
  font-display: swap;
}
:root {
  --white: #fff;
  --black: #000;
  --baseLightGray: #eff3fa;
  --baseTextGray: #596b7a;
  --baseLineGray: #d4dce4;
  --primaryGray: #d6dade;
  --secondaryGray: #9aa2ac;
  --thirdGray: #d0d5dd;
  --lightGray: #d4dce4;
  --defaultGray: #f7f8fb;
  --disabledbutton: #b9bec9;
  --summaryGray: #91999f;
  --primaryBlue: #304659;
  --baseLightBlue: #148bdf;
  --lightBlue: #55b8ff;
  --platonicBlue: #89ceff;
  --text-color: #383942;
  --main-color: #131316;
  --main-blue: #148bdf;
  --light-blue: #90B7E4;
  --navy-blue: #181e3c;
  --errors: #bd1145;
  --header-bold-gray: #596b7a;
  --header-icon-gray: #8d939f;
  --secondary-gray: #9aa2ac;
  --svg-icon-path: #9aa0a9;
  --light-blue-bg: #f7faff;
  --super-light-blue-bg: #e6efff;
  --gray-bg: #f7f9fe;
  --dark-gray-bg: #576169;
  --ligh-gray-bg: #f6f9fe;
  --super-light-gray-bg: #f7f9fe;
  --status-promo-bg: #f1f1f1;
  --label-gray-bg: #f2f6ff;
  --disabled-btn-bg: #bbc4d9;
  --base-yellow: #ffce00;
  --base-orange: #ff7400;
  --base-red: #e0565b;
  --light-red: #F9E8ED;
  --light-green: #ecfcf0;
  --base-green: #02af72;
  --darker-green: #088c5e;
  --secondary-green: #65b857;
  --light-gray: #e3e7ee;
  --dark-gray: #767677;
  --icon-gray: #8d939f;
  --base-border: #d4dce4;
  --secondary-border: #d6dade;
  --section-border: #e7e7e7;
  --auth-border: #d0d5dd;
  --scrollThumbGray: #eaecf0;
  --base-border-line: 1px solid #d4dce4;
  --base-shadow: 0px 0px 20px 0px rgba(52, 60, 71, 0.30);
  --steps-shadow: 0px 10px 34px 0px #16204226;
  --card-shadow: 0px 0.02px 40px 0px #172c4a0a;
  --icon-shadow: 0px 12px 41px 0px #2525261c;
  --tel-dropdown-shadow: 0px 11px 33px 0px #343c471c;
  --header-profile-shadow: 0px 14px 30px 0px #343c4726;
  --base-transition: 300ms ease;
  --font-poppins: "Poppins", sans-serif;
  --font-primary: var(--font-poppins);
  --font-size: 14px;
  --bg-primary: var(--white);
  --text-color-primary: var(--main-color);
  --text-color-primary-hover: var(--black);
  --form-group-gap: 14px;
  --header-height: 0px;
  --custom-scrollbar-width: 6px;
}
@media (min-width: 1024px) {
  :root {
    --header-height: 73px;
    --footer-height: 92px;
  }
}
@media (max-width: 576px) {
  :root {
    --header-height: 73px;
    --footer-height: 80px;
  }
}
@media (max-width: 576px) {
  :root {
    --header-height: 66px;
  }
}

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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  font-size: var(--font-size);
  font-weight: normal;
  line-height: 20px;
  color: var(--text-color-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
  scroll-behavior: smooth;
}

body {
  padding-right: var(--current-scrollbar-width);
  background-color: var(--bg-primary);
  font-family: var(--font-primary);
}
body._lock {
  overflow: hidden;
}

h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
}

h1, .h1 {
  font-size: 22px;
  margin-bottom: 22px;
}

h2, .h2 {
  font-size: 20px;
}

h3, .h3 {
  font-size: 18px;
}

h4, .h4 {
  font-size: 16px;
}

ul,
ol,
li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

p {
  margin: 0;
}

a {
  color: var(--main-color);
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

main {
  padding: 0 30px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: auto;
}

button {
  padding: 0;
  cursor: pointer;
  background-color: initial;
  border: none;
}
button:focus {
  outline: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

textarea {
  resize: none;
}

section {
  position: relative;
  padding: 28px 0;
}

input,
select,
button,
textarea {
  font: inherit;
  color: inherit;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}

input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

fieldset {
  min-inline-size: -webkit-min-content;
  min-inline-size: -moz-min-content;
  min-inline-size: min-content;
  padding: 0;
  margin: 0;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  -o-border-image: none;
     border-image: none;
}

.bg-main-light {
  background-color: var(--ligh-gray-bg);
}

.bg-success, .success {
  background-color: var(--darker-green) !important;
}

.bg-warning, .warning {
  background-color: var(--base-orange) !important;
}

.bg-yellow, .start {
  background-color: var(--base-yellow) !important;
}

.bg-dark-grey {
  background-color: var(--dark-gray-bg);
}

.ai-processed {
  background-color: var(--disabled-btn-bg);
}

.text-main-blue {
  color: var(--main-blue);
}

.fs-16 {
  font-size: 16px;
}

.fs-14 {
  font-size: 14px;
}

.fs-12 {
  font-size: 12px;
}

.gap-30 {
  gap: 30px;
}

.separator {
  color: var(--base-border);
  font-weight: 300;
}

span.note {
  color: var(--main-blue);
}

.text-justify {
  text-align: justify;
}

.icon-card--visa {
  background-image: url("../img/content/payment-systems/visa.png");
  background-size: cover;
}

.icon-card--mastercard {
  background-image: url("../img/content/payment-systems/mastercard.png");
  background-size: cover;
}

.icon-card--american-express {
  background-image: url("../img/content/payment-systems/american-express.png");
  background-size: cover;
}

.btn-close {
  width: 16px;
  height: 16px;
  padding: 0;
  opacity: 1;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.4891 0.40807C15.9966 0.93243 15.9966 1.7826 15.4891 2.30696L9.87226 8.00363L15.4891 13.7003C15.9966 14.2247 15.9966 15.0749 15.4891 15.5992C14.9816 16.1236 14.134 16.1236 13.6265 15.5992L8.00961 9.90256L2.39272 15.5992C1.8852 16.1236 1.03764 16.1236 0.530118 15.5992C0.0225962 15.0749 0.0225958 14.2247 0.530118 13.7003L6.14699 8.00363L0.530118 2.30696C0.0225959 1.7826 0.0225958 0.93243 0.530118 0.40807C1.03764 -0.11629 1.8852 -0.11629 2.39272 0.40807L8.00961 6.10474L13.6265 0.40807C14.134 -0.11629 14.9816 -0.11629 15.4891 0.40807Z' fill='%238D939F'/%3e%3c/svg%3e");
}
.btn-close:hover {
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.4891 0.40807C15.9966 0.93243 15.9966 1.7826 15.4891 2.30696L9.87226 8.00363L15.4891 13.7003C15.9966 14.2247 15.9966 15.0749 15.4891 15.5992C14.9816 16.1236 14.134 16.1236 13.6265 15.5992L8.00961 9.90256L2.39272 15.5992C1.8852 16.1236 1.03764 16.1236 0.530118 15.5992C0.0225962 15.0749 0.0225958 14.2247 0.530118 13.7003L6.14699 8.00363L0.530118 2.30696C0.0225959 1.7826 0.0225958 0.93243 0.530118 0.40807C1.03764 -0.11629 1.8852 -0.11629 2.39272 0.40807L8.00961 6.10474L13.6265 0.40807C14.134 -0.11629 14.9816 -0.11629 15.4891 0.40807Z' fill='%23148BDF'/%3e%3c/svg%3e");
}

/**
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none">
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.6168 0.30605C12.0045 0.699324 12.0045 1.33695 11.6168 1.73022L7.40419 6.00273L11.6168 10.2752C12.0045 10.6685 12.0045 11.3061 11.6168 11.6994C11.229 12.0927 10.6003 12.0927 10.2126 11.6994L6 7.42689L1.78744 11.6994C1.39968 12.0927 0.771005 12.0927 0.383249 11.6994C-0.00450642 11.3061 -0.00450675 10.6685 0.383249 10.2752L4.59581 6.00273L0.383249 1.73022C-0.00450646 1.33695 -0.00450675 0.699324 0.383249 0.30605C0.771005 -0.087223 1.39968 -0.0872231 1.78744 0.30605L6 4.57856L10.2126 0.30605C10.6003 -0.0872231 11.229 -0.087223 11.6168 0.30605Z" fill="#8D939F"/>
</svg>
 */
.px-g0 {
  padding-left: 0px;
  padding-right: 0px;
}

.py-g0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.my-g0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mr-g0 {
  margin-right: 0px;
}

.mt-g0 {
  margin-top: 0px;
}

.ml-g0 {
  margin-left: 0px;
}

.mt-n0 {
  margin-top: -0px;
}

.mr-n0 {
  margin-right: -0px;
}

.mb-g0 {
  margin-bottom: 0px;
}

.pt-g0 {
  padding-top: 0px;
}

.pb-g0 {
  padding-bottom: 0px;
}

.mr-g0 {
  margin-right: 0px;
}

.mt-g0 {
  margin-top: 0px;
}

.pa-g0 {
  padding: 0px !important;
}

.px-g1 {
  padding-left: 1px;
  padding-right: 1px;
}

.py-g1 {
  padding-top: 1px;
  padding-bottom: 1px;
}

.my-g1 {
  margin-top: 1px;
  margin-bottom: 1px;
}

.mr-g1 {
  margin-right: 1px;
}

.mt-g1 {
  margin-top: 1px;
}

.ml-g1 {
  margin-left: 1px;
}

.mt-n1 {
  margin-top: -1px;
}

.mr-n1 {
  margin-right: -1px;
}

.mb-g1 {
  margin-bottom: 1px;
}

.pt-g1 {
  padding-top: 1px;
}

.pb-g1 {
  padding-bottom: 1px;
}

.mr-g1 {
  margin-right: 1px;
}

.mt-g1 {
  margin-top: 1px;
}

.pa-g1 {
  padding: 1px !important;
}

.px-g2 {
  padding-left: 2px;
  padding-right: 2px;
}

.py-g2 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.my-g2 {
  margin-top: 2px;
  margin-bottom: 2px;
}

.mr-g2 {
  margin-right: 2px;
}

.mt-g2 {
  margin-top: 2px;
}

.ml-g2 {
  margin-left: 2px;
}

.mt-n2 {
  margin-top: -2px;
}

.mr-n2 {
  margin-right: -2px;
}

.mb-g2 {
  margin-bottom: 2px;
}

.pt-g2 {
  padding-top: 2px;
}

.pb-g2 {
  padding-bottom: 2px;
}

.mr-g2 {
  margin-right: 2px;
}

.mt-g2 {
  margin-top: 2px;
}

.pa-g2 {
  padding: 2px !important;
}

.px-g3 {
  padding-left: 3px;
  padding-right: 3px;
}

.py-g3 {
  padding-top: 3px;
  padding-bottom: 3px;
}

.my-g3 {
  margin-top: 3px;
  margin-bottom: 3px;
}

.mr-g3 {
  margin-right: 3px;
}

.mt-g3 {
  margin-top: 3px;
}

.ml-g3 {
  margin-left: 3px;
}

.mt-n3 {
  margin-top: -3px;
}

.mr-n3 {
  margin-right: -3px;
}

.mb-g3 {
  margin-bottom: 3px;
}

.pt-g3 {
  padding-top: 3px;
}

.pb-g3 {
  padding-bottom: 3px;
}

.mr-g3 {
  margin-right: 3px;
}

.mt-g3 {
  margin-top: 3px;
}

.pa-g3 {
  padding: 3px !important;
}

.px-g4 {
  padding-left: 4px;
  padding-right: 4px;
}

.py-g4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.my-g4 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.mr-g4 {
  margin-right: 4px;
}

.mt-g4 {
  margin-top: 4px;
}

.ml-g4 {
  margin-left: 4px;
}

.mt-n4 {
  margin-top: -4px;
}

.mr-n4 {
  margin-right: -4px;
}

.mb-g4 {
  margin-bottom: 4px;
}

.pt-g4 {
  padding-top: 4px;
}

.pb-g4 {
  padding-bottom: 4px;
}

.mr-g4 {
  margin-right: 4px;
}

.mt-g4 {
  margin-top: 4px;
}

.pa-g4 {
  padding: 4px !important;
}

.px-g5 {
  padding-left: 5px;
  padding-right: 5px;
}

.py-g5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

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

.mr-g5 {
  margin-right: 5px;
}

.mt-g5 {
  margin-top: 5px;
}

.ml-g5 {
  margin-left: 5px;
}

.mt-n5 {
  margin-top: -5px;
}

.mr-n5 {
  margin-right: -5px;
}

.mb-g5 {
  margin-bottom: 5px;
}

.pt-g5 {
  padding-top: 5px;
}

.pb-g5 {
  padding-bottom: 5px;
}

.mr-g5 {
  margin-right: 5px;
}

.mt-g5 {
  margin-top: 5px;
}

.pa-g5 {
  padding: 5px !important;
}

.px-g6 {
  padding-left: 6px;
  padding-right: 6px;
}

.py-g6 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.my-g6 {
  margin-top: 6px;
  margin-bottom: 6px;
}

.mr-g6 {
  margin-right: 6px;
}

.mt-g6 {
  margin-top: 6px;
}

.ml-g6 {
  margin-left: 6px;
}

.mt-n6 {
  margin-top: -6px;
}

.mr-n6 {
  margin-right: -6px;
}

.mb-g6 {
  margin-bottom: 6px;
}

.pt-g6 {
  padding-top: 6px;
}

.pb-g6 {
  padding-bottom: 6px;
}

.mr-g6 {
  margin-right: 6px;
}

.mt-g6 {
  margin-top: 6px;
}

.pa-g6 {
  padding: 6px !important;
}

.px-g7 {
  padding-left: 7px;
  padding-right: 7px;
}

.py-g7 {
  padding-top: 7px;
  padding-bottom: 7px;
}

.my-g7 {
  margin-top: 7px;
  margin-bottom: 7px;
}

.mr-g7 {
  margin-right: 7px;
}

.mt-g7 {
  margin-top: 7px;
}

.ml-g7 {
  margin-left: 7px;
}

.mt-n7 {
  margin-top: -7px;
}

.mr-n7 {
  margin-right: -7px;
}

.mb-g7 {
  margin-bottom: 7px;
}

.pt-g7 {
  padding-top: 7px;
}

.pb-g7 {
  padding-bottom: 7px;
}

.mr-g7 {
  margin-right: 7px;
}

.mt-g7 {
  margin-top: 7px;
}

.pa-g7 {
  padding: 7px !important;
}

.px-g8 {
  padding-left: 8px;
  padding-right: 8px;
}

.py-g8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.my-g8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.mr-g8 {
  margin-right: 8px;
}

.mt-g8 {
  margin-top: 8px;
}

.ml-g8 {
  margin-left: 8px;
}

.mt-n8 {
  margin-top: -8px;
}

.mr-n8 {
  margin-right: -8px;
}

.mb-g8 {
  margin-bottom: 8px;
}

.pt-g8 {
  padding-top: 8px;
}

.pb-g8 {
  padding-bottom: 8px;
}

.mr-g8 {
  margin-right: 8px;
}

.mt-g8 {
  margin-top: 8px;
}

.pa-g8 {
  padding: 8px !important;
}

.px-g9 {
  padding-left: 9px;
  padding-right: 9px;
}

.py-g9 {
  padding-top: 9px;
  padding-bottom: 9px;
}

.my-g9 {
  margin-top: 9px;
  margin-bottom: 9px;
}

.mr-g9 {
  margin-right: 9px;
}

.mt-g9 {
  margin-top: 9px;
}

.ml-g9 {
  margin-left: 9px;
}

.mt-n9 {
  margin-top: -9px;
}

.mr-n9 {
  margin-right: -9px;
}

.mb-g9 {
  margin-bottom: 9px;
}

.pt-g9 {
  padding-top: 9px;
}

.pb-g9 {
  padding-bottom: 9px;
}

.mr-g9 {
  margin-right: 9px;
}

.mt-g9 {
  margin-top: 9px;
}

.pa-g9 {
  padding: 9px !important;
}

.px-g10 {
  padding-left: 10px;
  padding-right: 10px;
}

.py-g10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.my-g10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mr-g10 {
  margin-right: 10px;
}

.mt-g10 {
  margin-top: 10px;
}

.ml-g10 {
  margin-left: 10px;
}

.mt-n10 {
  margin-top: -10px;
}

.mr-n10 {
  margin-right: -10px;
}

.mb-g10 {
  margin-bottom: 10px;
}

.pt-g10 {
  padding-top: 10px;
}

.pb-g10 {
  padding-bottom: 10px;
}

.mr-g10 {
  margin-right: 10px;
}

.mt-g10 {
  margin-top: 10px;
}

.pa-g10 {
  padding: 10px !important;
}

.px-g11 {
  padding-left: 11px;
  padding-right: 11px;
}

.py-g11 {
  padding-top: 11px;
  padding-bottom: 11px;
}

.my-g11 {
  margin-top: 11px;
  margin-bottom: 11px;
}

.mr-g11 {
  margin-right: 11px;
}

.mt-g11 {
  margin-top: 11px;
}

.ml-g11 {
  margin-left: 11px;
}

.mt-n11 {
  margin-top: -11px;
}

.mr-n11 {
  margin-right: -11px;
}

.mb-g11 {
  margin-bottom: 11px;
}

.pt-g11 {
  padding-top: 11px;
}

.pb-g11 {
  padding-bottom: 11px;
}

.mr-g11 {
  margin-right: 11px;
}

.mt-g11 {
  margin-top: 11px;
}

.pa-g11 {
  padding: 11px !important;
}

.px-g12 {
  padding-left: 12px;
  padding-right: 12px;
}

.py-g12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.my-g12 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.mr-g12 {
  margin-right: 12px;
}

.mt-g12 {
  margin-top: 12px;
}

.ml-g12 {
  margin-left: 12px;
}

.mt-n12 {
  margin-top: -12px;
}

.mr-n12 {
  margin-right: -12px;
}

.mb-g12 {
  margin-bottom: 12px;
}

.pt-g12 {
  padding-top: 12px;
}

.pb-g12 {
  padding-bottom: 12px;
}

.mr-g12 {
  margin-right: 12px;
}

.mt-g12 {
  margin-top: 12px;
}

.pa-g12 {
  padding: 12px !important;
}

.px-g13 {
  padding-left: 13px;
  padding-right: 13px;
}

.py-g13 {
  padding-top: 13px;
  padding-bottom: 13px;
}

.my-g13 {
  margin-top: 13px;
  margin-bottom: 13px;
}

.mr-g13 {
  margin-right: 13px;
}

.mt-g13 {
  margin-top: 13px;
}

.ml-g13 {
  margin-left: 13px;
}

.mt-n13 {
  margin-top: -13px;
}

.mr-n13 {
  margin-right: -13px;
}

.mb-g13 {
  margin-bottom: 13px;
}

.pt-g13 {
  padding-top: 13px;
}

.pb-g13 {
  padding-bottom: 13px;
}

.mr-g13 {
  margin-right: 13px;
}

.mt-g13 {
  margin-top: 13px;
}

.pa-g13 {
  padding: 13px !important;
}

.px-g14 {
  padding-left: 14px;
  padding-right: 14px;
}

.py-g14 {
  padding-top: 14px;
  padding-bottom: 14px;
}

.my-g14 {
  margin-top: 14px;
  margin-bottom: 14px;
}

.mr-g14 {
  margin-right: 14px;
}

.mt-g14 {
  margin-top: 14px;
}

.ml-g14 {
  margin-left: 14px;
}

.mt-n14 {
  margin-top: -14px;
}

.mr-n14 {
  margin-right: -14px;
}

.mb-g14 {
  margin-bottom: 14px;
}

.pt-g14 {
  padding-top: 14px;
}

.pb-g14 {
  padding-bottom: 14px;
}

.mr-g14 {
  margin-right: 14px;
}

.mt-g14 {
  margin-top: 14px;
}

.pa-g14 {
  padding: 14px !important;
}

.px-g15 {
  padding-left: 15px;
  padding-right: 15px;
}

.py-g15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.my-g15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mr-g15 {
  margin-right: 15px;
}

.mt-g15 {
  margin-top: 15px;
}

.ml-g15 {
  margin-left: 15px;
}

.mt-n15 {
  margin-top: -15px;
}

.mr-n15 {
  margin-right: -15px;
}

.mb-g15 {
  margin-bottom: 15px;
}

.pt-g15 {
  padding-top: 15px;
}

.pb-g15 {
  padding-bottom: 15px;
}

.mr-g15 {
  margin-right: 15px;
}

.mt-g15 {
  margin-top: 15px;
}

.pa-g15 {
  padding: 15px !important;
}

.px-g16 {
  padding-left: 16px;
  padding-right: 16px;
}

.py-g16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.my-g16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.mr-g16 {
  margin-right: 16px;
}

.mt-g16 {
  margin-top: 16px;
}

.ml-g16 {
  margin-left: 16px;
}

.mt-n16 {
  margin-top: -16px;
}

.mr-n16 {
  margin-right: -16px;
}

.mb-g16 {
  margin-bottom: 16px;
}

.pt-g16 {
  padding-top: 16px;
}

.pb-g16 {
  padding-bottom: 16px;
}

.mr-g16 {
  margin-right: 16px;
}

.mt-g16 {
  margin-top: 16px;
}

.pa-g16 {
  padding: 16px !important;
}

.px-g17 {
  padding-left: 17px;
  padding-right: 17px;
}

.py-g17 {
  padding-top: 17px;
  padding-bottom: 17px;
}

.my-g17 {
  margin-top: 17px;
  margin-bottom: 17px;
}

.mr-g17 {
  margin-right: 17px;
}

.mt-g17 {
  margin-top: 17px;
}

.ml-g17 {
  margin-left: 17px;
}

.mt-n17 {
  margin-top: -17px;
}

.mr-n17 {
  margin-right: -17px;
}

.mb-g17 {
  margin-bottom: 17px;
}

.pt-g17 {
  padding-top: 17px;
}

.pb-g17 {
  padding-bottom: 17px;
}

.mr-g17 {
  margin-right: 17px;
}

.mt-g17 {
  margin-top: 17px;
}

.pa-g17 {
  padding: 17px !important;
}

.px-g18 {
  padding-left: 18px;
  padding-right: 18px;
}

.py-g18 {
  padding-top: 18px;
  padding-bottom: 18px;
}

.my-g18 {
  margin-top: 18px;
  margin-bottom: 18px;
}

.mr-g18 {
  margin-right: 18px;
}

.mt-g18 {
  margin-top: 18px;
}

.ml-g18 {
  margin-left: 18px;
}

.mt-n18 {
  margin-top: -18px;
}

.mr-n18 {
  margin-right: -18px;
}

.mb-g18 {
  margin-bottom: 18px;
}

.pt-g18 {
  padding-top: 18px;
}

.pb-g18 {
  padding-bottom: 18px;
}

.mr-g18 {
  margin-right: 18px;
}

.mt-g18 {
  margin-top: 18px;
}

.pa-g18 {
  padding: 18px !important;
}

.px-g19 {
  padding-left: 19px;
  padding-right: 19px;
}

.py-g19 {
  padding-top: 19px;
  padding-bottom: 19px;
}

.my-g19 {
  margin-top: 19px;
  margin-bottom: 19px;
}

.mr-g19 {
  margin-right: 19px;
}

.mt-g19 {
  margin-top: 19px;
}

.ml-g19 {
  margin-left: 19px;
}

.mt-n19 {
  margin-top: -19px;
}

.mr-n19 {
  margin-right: -19px;
}

.mb-g19 {
  margin-bottom: 19px;
}

.pt-g19 {
  padding-top: 19px;
}

.pb-g19 {
  padding-bottom: 19px;
}

.mr-g19 {
  margin-right: 19px;
}

.mt-g19 {
  margin-top: 19px;
}

.pa-g19 {
  padding: 19px !important;
}

.px-g20 {
  padding-left: 20px;
  padding-right: 20px;
}

.py-g20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.my-g20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mr-g20 {
  margin-right: 20px;
}

.mt-g20 {
  margin-top: 20px;
}

.ml-g20 {
  margin-left: 20px;
}

.mt-n20 {
  margin-top: -20px;
}

.mr-n20 {
  margin-right: -20px;
}

.mb-g20 {
  margin-bottom: 20px;
}

.pt-g20 {
  padding-top: 20px;
}

.pb-g20 {
  padding-bottom: 20px;
}

.mr-g20 {
  margin-right: 20px;
}

.mt-g20 {
  margin-top: 20px;
}

.pa-g20 {
  padding: 20px !important;
}

.px-g21 {
  padding-left: 21px;
  padding-right: 21px;
}

.py-g21 {
  padding-top: 21px;
  padding-bottom: 21px;
}

.my-g21 {
  margin-top: 21px;
  margin-bottom: 21px;
}

.mr-g21 {
  margin-right: 21px;
}

.mt-g21 {
  margin-top: 21px;
}

.ml-g21 {
  margin-left: 21px;
}

.mt-n21 {
  margin-top: -21px;
}

.mr-n21 {
  margin-right: -21px;
}

.mb-g21 {
  margin-bottom: 21px;
}

.pt-g21 {
  padding-top: 21px;
}

.pb-g21 {
  padding-bottom: 21px;
}

.mr-g21 {
  margin-right: 21px;
}

.mt-g21 {
  margin-top: 21px;
}

.pa-g21 {
  padding: 21px !important;
}

.px-g22 {
  padding-left: 22px;
  padding-right: 22px;
}

.py-g22 {
  padding-top: 22px;
  padding-bottom: 22px;
}

.my-g22 {
  margin-top: 22px;
  margin-bottom: 22px;
}

.mr-g22 {
  margin-right: 22px;
}

.mt-g22 {
  margin-top: 22px;
}

.ml-g22 {
  margin-left: 22px;
}

.mt-n22 {
  margin-top: -22px;
}

.mr-n22 {
  margin-right: -22px;
}

.mb-g22 {
  margin-bottom: 22px;
}

.pt-g22 {
  padding-top: 22px;
}

.pb-g22 {
  padding-bottom: 22px;
}

.mr-g22 {
  margin-right: 22px;
}

.mt-g22 {
  margin-top: 22px;
}

.pa-g22 {
  padding: 22px !important;
}

.px-g23 {
  padding-left: 23px;
  padding-right: 23px;
}

.py-g23 {
  padding-top: 23px;
  padding-bottom: 23px;
}

.my-g23 {
  margin-top: 23px;
  margin-bottom: 23px;
}

.mr-g23 {
  margin-right: 23px;
}

.mt-g23 {
  margin-top: 23px;
}

.ml-g23 {
  margin-left: 23px;
}

.mt-n23 {
  margin-top: -23px;
}

.mr-n23 {
  margin-right: -23px;
}

.mb-g23 {
  margin-bottom: 23px;
}

.pt-g23 {
  padding-top: 23px;
}

.pb-g23 {
  padding-bottom: 23px;
}

.mr-g23 {
  margin-right: 23px;
}

.mt-g23 {
  margin-top: 23px;
}

.pa-g23 {
  padding: 23px !important;
}

.px-g24 {
  padding-left: 24px;
  padding-right: 24px;
}

.py-g24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.my-g24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.mr-g24 {
  margin-right: 24px;
}

.mt-g24 {
  margin-top: 24px;
}

.ml-g24 {
  margin-left: 24px;
}

.mt-n24 {
  margin-top: -24px;
}

.mr-n24 {
  margin-right: -24px;
}

.mb-g24 {
  margin-bottom: 24px;
}

.pt-g24 {
  padding-top: 24px;
}

.pb-g24 {
  padding-bottom: 24px;
}

.mr-g24 {
  margin-right: 24px;
}

.mt-g24 {
  margin-top: 24px;
}

.pa-g24 {
  padding: 24px !important;
}

.px-g25 {
  padding-left: 25px;
  padding-right: 25px;
}

.py-g25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.my-g25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.mr-g25 {
  margin-right: 25px;
}

.mt-g25 {
  margin-top: 25px;
}

.ml-g25 {
  margin-left: 25px;
}

.mt-n25 {
  margin-top: -25px;
}

.mr-n25 {
  margin-right: -25px;
}

.mb-g25 {
  margin-bottom: 25px;
}

.pt-g25 {
  padding-top: 25px;
}

.pb-g25 {
  padding-bottom: 25px;
}

.mr-g25 {
  margin-right: 25px;
}

.mt-g25 {
  margin-top: 25px;
}

.pa-g25 {
  padding: 25px !important;
}

.px-g26 {
  padding-left: 26px;
  padding-right: 26px;
}

.py-g26 {
  padding-top: 26px;
  padding-bottom: 26px;
}

.my-g26 {
  margin-top: 26px;
  margin-bottom: 26px;
}

.mr-g26 {
  margin-right: 26px;
}

.mt-g26 {
  margin-top: 26px;
}

.ml-g26 {
  margin-left: 26px;
}

.mt-n26 {
  margin-top: -26px;
}

.mr-n26 {
  margin-right: -26px;
}

.mb-g26 {
  margin-bottom: 26px;
}

.pt-g26 {
  padding-top: 26px;
}

.pb-g26 {
  padding-bottom: 26px;
}

.mr-g26 {
  margin-right: 26px;
}

.mt-g26 {
  margin-top: 26px;
}

.pa-g26 {
  padding: 26px !important;
}

.px-g27 {
  padding-left: 27px;
  padding-right: 27px;
}

.py-g27 {
  padding-top: 27px;
  padding-bottom: 27px;
}

.my-g27 {
  margin-top: 27px;
  margin-bottom: 27px;
}

.mr-g27 {
  margin-right: 27px;
}

.mt-g27 {
  margin-top: 27px;
}

.ml-g27 {
  margin-left: 27px;
}

.mt-n27 {
  margin-top: -27px;
}

.mr-n27 {
  margin-right: -27px;
}

.mb-g27 {
  margin-bottom: 27px;
}

.pt-g27 {
  padding-top: 27px;
}

.pb-g27 {
  padding-bottom: 27px;
}

.mr-g27 {
  margin-right: 27px;
}

.mt-g27 {
  margin-top: 27px;
}

.pa-g27 {
  padding: 27px !important;
}

.px-g28 {
  padding-left: 28px;
  padding-right: 28px;
}

.py-g28 {
  padding-top: 28px;
  padding-bottom: 28px;
}

.my-g28 {
  margin-top: 28px;
  margin-bottom: 28px;
}

.mr-g28 {
  margin-right: 28px;
}

.mt-g28 {
  margin-top: 28px;
}

.ml-g28 {
  margin-left: 28px;
}

.mt-n28 {
  margin-top: -28px;
}

.mr-n28 {
  margin-right: -28px;
}

.mb-g28 {
  margin-bottom: 28px;
}

.pt-g28 {
  padding-top: 28px;
}

.pb-g28 {
  padding-bottom: 28px;
}

.mr-g28 {
  margin-right: 28px;
}

.mt-g28 {
  margin-top: 28px;
}

.pa-g28 {
  padding: 28px !important;
}

.px-g29 {
  padding-left: 29px;
  padding-right: 29px;
}

.py-g29 {
  padding-top: 29px;
  padding-bottom: 29px;
}

.my-g29 {
  margin-top: 29px;
  margin-bottom: 29px;
}

.mr-g29 {
  margin-right: 29px;
}

.mt-g29 {
  margin-top: 29px;
}

.ml-g29 {
  margin-left: 29px;
}

.mt-n29 {
  margin-top: -29px;
}

.mr-n29 {
  margin-right: -29px;
}

.mb-g29 {
  margin-bottom: 29px;
}

.pt-g29 {
  padding-top: 29px;
}

.pb-g29 {
  padding-bottom: 29px;
}

.mr-g29 {
  margin-right: 29px;
}

.mt-g29 {
  margin-top: 29px;
}

.pa-g29 {
  padding: 29px !important;
}

.px-g30 {
  padding-left: 30px;
  padding-right: 30px;
}

.py-g30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.my-g30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mr-g30 {
  margin-right: 30px;
}

.mt-g30 {
  margin-top: 30px;
}

.ml-g30 {
  margin-left: 30px;
}

.mt-n30 {
  margin-top: -30px;
}

.mr-n30 {
  margin-right: -30px;
}

.mb-g30 {
  margin-bottom: 30px;
}

.pt-g30 {
  padding-top: 30px;
}

.pb-g30 {
  padding-bottom: 30px;
}

.mr-g30 {
  margin-right: 30px;
}

.mt-g30 {
  margin-top: 30px;
}

.pa-g30 {
  padding: 30px !important;
}

.px-g31 {
  padding-left: 31px;
  padding-right: 31px;
}

.py-g31 {
  padding-top: 31px;
  padding-bottom: 31px;
}

.my-g31 {
  margin-top: 31px;
  margin-bottom: 31px;
}

.mr-g31 {
  margin-right: 31px;
}

.mt-g31 {
  margin-top: 31px;
}

.ml-g31 {
  margin-left: 31px;
}

.mt-n31 {
  margin-top: -31px;
}

.mr-n31 {
  margin-right: -31px;
}

.mb-g31 {
  margin-bottom: 31px;
}

.pt-g31 {
  padding-top: 31px;
}

.pb-g31 {
  padding-bottom: 31px;
}

.mr-g31 {
  margin-right: 31px;
}

.mt-g31 {
  margin-top: 31px;
}

.pa-g31 {
  padding: 31px !important;
}

.px-g32 {
  padding-left: 32px;
  padding-right: 32px;
}

.py-g32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.my-g32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.mr-g32 {
  margin-right: 32px;
}

.mt-g32 {
  margin-top: 32px;
}

.ml-g32 {
  margin-left: 32px;
}

.mt-n32 {
  margin-top: -32px;
}

.mr-n32 {
  margin-right: -32px;
}

.mb-g32 {
  margin-bottom: 32px;
}

.pt-g32 {
  padding-top: 32px;
}

.pb-g32 {
  padding-bottom: 32px;
}

.mr-g32 {
  margin-right: 32px;
}

.mt-g32 {
  margin-top: 32px;
}

.pa-g32 {
  padding: 32px !important;
}

.px-g33 {
  padding-left: 33px;
  padding-right: 33px;
}

.py-g33 {
  padding-top: 33px;
  padding-bottom: 33px;
}

.my-g33 {
  margin-top: 33px;
  margin-bottom: 33px;
}

.mr-g33 {
  margin-right: 33px;
}

.mt-g33 {
  margin-top: 33px;
}

.ml-g33 {
  margin-left: 33px;
}

.mt-n33 {
  margin-top: -33px;
}

.mr-n33 {
  margin-right: -33px;
}

.mb-g33 {
  margin-bottom: 33px;
}

.pt-g33 {
  padding-top: 33px;
}

.pb-g33 {
  padding-bottom: 33px;
}

.mr-g33 {
  margin-right: 33px;
}

.mt-g33 {
  margin-top: 33px;
}

.pa-g33 {
  padding: 33px !important;
}

.px-g34 {
  padding-left: 34px;
  padding-right: 34px;
}

.py-g34 {
  padding-top: 34px;
  padding-bottom: 34px;
}

.my-g34 {
  margin-top: 34px;
  margin-bottom: 34px;
}

.mr-g34 {
  margin-right: 34px;
}

.mt-g34 {
  margin-top: 34px;
}

.ml-g34 {
  margin-left: 34px;
}

.mt-n34 {
  margin-top: -34px;
}

.mr-n34 {
  margin-right: -34px;
}

.mb-g34 {
  margin-bottom: 34px;
}

.pt-g34 {
  padding-top: 34px;
}

.pb-g34 {
  padding-bottom: 34px;
}

.mr-g34 {
  margin-right: 34px;
}

.mt-g34 {
  margin-top: 34px;
}

.pa-g34 {
  padding: 34px !important;
}

.px-g35 {
  padding-left: 35px;
  padding-right: 35px;
}

.py-g35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.my-g35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.mr-g35 {
  margin-right: 35px;
}

.mt-g35 {
  margin-top: 35px;
}

.ml-g35 {
  margin-left: 35px;
}

.mt-n35 {
  margin-top: -35px;
}

.mr-n35 {
  margin-right: -35px;
}

.mb-g35 {
  margin-bottom: 35px;
}

.pt-g35 {
  padding-top: 35px;
}

.pb-g35 {
  padding-bottom: 35px;
}

.mr-g35 {
  margin-right: 35px;
}

.mt-g35 {
  margin-top: 35px;
}

.pa-g35 {
  padding: 35px !important;
}

.px-g36 {
  padding-left: 36px;
  padding-right: 36px;
}

.py-g36 {
  padding-top: 36px;
  padding-bottom: 36px;
}

.my-g36 {
  margin-top: 36px;
  margin-bottom: 36px;
}

.mr-g36 {
  margin-right: 36px;
}

.mt-g36 {
  margin-top: 36px;
}

.ml-g36 {
  margin-left: 36px;
}

.mt-n36 {
  margin-top: -36px;
}

.mr-n36 {
  margin-right: -36px;
}

.mb-g36 {
  margin-bottom: 36px;
}

.pt-g36 {
  padding-top: 36px;
}

.pb-g36 {
  padding-bottom: 36px;
}

.mr-g36 {
  margin-right: 36px;
}

.mt-g36 {
  margin-top: 36px;
}

.pa-g36 {
  padding: 36px !important;
}

.px-g37 {
  padding-left: 37px;
  padding-right: 37px;
}

.py-g37 {
  padding-top: 37px;
  padding-bottom: 37px;
}

.my-g37 {
  margin-top: 37px;
  margin-bottom: 37px;
}

.mr-g37 {
  margin-right: 37px;
}

.mt-g37 {
  margin-top: 37px;
}

.ml-g37 {
  margin-left: 37px;
}

.mt-n37 {
  margin-top: -37px;
}

.mr-n37 {
  margin-right: -37px;
}

.mb-g37 {
  margin-bottom: 37px;
}

.pt-g37 {
  padding-top: 37px;
}

.pb-g37 {
  padding-bottom: 37px;
}

.mr-g37 {
  margin-right: 37px;
}

.mt-g37 {
  margin-top: 37px;
}

.pa-g37 {
  padding: 37px !important;
}

.px-g38 {
  padding-left: 38px;
  padding-right: 38px;
}

.py-g38 {
  padding-top: 38px;
  padding-bottom: 38px;
}

.my-g38 {
  margin-top: 38px;
  margin-bottom: 38px;
}

.mr-g38 {
  margin-right: 38px;
}

.mt-g38 {
  margin-top: 38px;
}

.ml-g38 {
  margin-left: 38px;
}

.mt-n38 {
  margin-top: -38px;
}

.mr-n38 {
  margin-right: -38px;
}

.mb-g38 {
  margin-bottom: 38px;
}

.pt-g38 {
  padding-top: 38px;
}

.pb-g38 {
  padding-bottom: 38px;
}

.mr-g38 {
  margin-right: 38px;
}

.mt-g38 {
  margin-top: 38px;
}

.pa-g38 {
  padding: 38px !important;
}

.px-g39 {
  padding-left: 39px;
  padding-right: 39px;
}

.py-g39 {
  padding-top: 39px;
  padding-bottom: 39px;
}

.my-g39 {
  margin-top: 39px;
  margin-bottom: 39px;
}

.mr-g39 {
  margin-right: 39px;
}

.mt-g39 {
  margin-top: 39px;
}

.ml-g39 {
  margin-left: 39px;
}

.mt-n39 {
  margin-top: -39px;
}

.mr-n39 {
  margin-right: -39px;
}

.mb-g39 {
  margin-bottom: 39px;
}

.pt-g39 {
  padding-top: 39px;
}

.pb-g39 {
  padding-bottom: 39px;
}

.mr-g39 {
  margin-right: 39px;
}

.mt-g39 {
  margin-top: 39px;
}

.pa-g39 {
  padding: 39px !important;
}

.px-g40 {
  padding-left: 40px;
  padding-right: 40px;
}

.py-g40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.my-g40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mr-g40 {
  margin-right: 40px;
}

.mt-g40 {
  margin-top: 40px;
}

.ml-g40 {
  margin-left: 40px;
}

.mt-n40 {
  margin-top: -40px;
}

.mr-n40 {
  margin-right: -40px;
}

.mb-g40 {
  margin-bottom: 40px;
}

.pt-g40 {
  padding-top: 40px;
}

.pb-g40 {
  padding-bottom: 40px;
}

.mr-g40 {
  margin-right: 40px;
}

.mt-g40 {
  margin-top: 40px;
}

.pa-g40 {
  padding: 40px !important;
}

.px-g41 {
  padding-left: 41px;
  padding-right: 41px;
}

.py-g41 {
  padding-top: 41px;
  padding-bottom: 41px;
}

.my-g41 {
  margin-top: 41px;
  margin-bottom: 41px;
}

.mr-g41 {
  margin-right: 41px;
}

.mt-g41 {
  margin-top: 41px;
}

.ml-g41 {
  margin-left: 41px;
}

.mt-n41 {
  margin-top: -41px;
}

.mr-n41 {
  margin-right: -41px;
}

.mb-g41 {
  margin-bottom: 41px;
}

.pt-g41 {
  padding-top: 41px;
}

.pb-g41 {
  padding-bottom: 41px;
}

.mr-g41 {
  margin-right: 41px;
}

.mt-g41 {
  margin-top: 41px;
}

.pa-g41 {
  padding: 41px !important;
}

.px-g42 {
  padding-left: 42px;
  padding-right: 42px;
}

.py-g42 {
  padding-top: 42px;
  padding-bottom: 42px;
}

.my-g42 {
  margin-top: 42px;
  margin-bottom: 42px;
}

.mr-g42 {
  margin-right: 42px;
}

.mt-g42 {
  margin-top: 42px;
}

.ml-g42 {
  margin-left: 42px;
}

.mt-n42 {
  margin-top: -42px;
}

.mr-n42 {
  margin-right: -42px;
}

.mb-g42 {
  margin-bottom: 42px;
}

.pt-g42 {
  padding-top: 42px;
}

.pb-g42 {
  padding-bottom: 42px;
}

.mr-g42 {
  margin-right: 42px;
}

.mt-g42 {
  margin-top: 42px;
}

.pa-g42 {
  padding: 42px !important;
}

.px-g43 {
  padding-left: 43px;
  padding-right: 43px;
}

.py-g43 {
  padding-top: 43px;
  padding-bottom: 43px;
}

.my-g43 {
  margin-top: 43px;
  margin-bottom: 43px;
}

.mr-g43 {
  margin-right: 43px;
}

.mt-g43 {
  margin-top: 43px;
}

.ml-g43 {
  margin-left: 43px;
}

.mt-n43 {
  margin-top: -43px;
}

.mr-n43 {
  margin-right: -43px;
}

.mb-g43 {
  margin-bottom: 43px;
}

.pt-g43 {
  padding-top: 43px;
}

.pb-g43 {
  padding-bottom: 43px;
}

.mr-g43 {
  margin-right: 43px;
}

.mt-g43 {
  margin-top: 43px;
}

.pa-g43 {
  padding: 43px !important;
}

.px-g44 {
  padding-left: 44px;
  padding-right: 44px;
}

.py-g44 {
  padding-top: 44px;
  padding-bottom: 44px;
}

.my-g44 {
  margin-top: 44px;
  margin-bottom: 44px;
}

.mr-g44 {
  margin-right: 44px;
}

.mt-g44 {
  margin-top: 44px;
}

.ml-g44 {
  margin-left: 44px;
}

.mt-n44 {
  margin-top: -44px;
}

.mr-n44 {
  margin-right: -44px;
}

.mb-g44 {
  margin-bottom: 44px;
}

.pt-g44 {
  padding-top: 44px;
}

.pb-g44 {
  padding-bottom: 44px;
}

.mr-g44 {
  margin-right: 44px;
}

.mt-g44 {
  margin-top: 44px;
}

.pa-g44 {
  padding: 44px !important;
}

.px-g45 {
  padding-left: 45px;
  padding-right: 45px;
}

.py-g45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.my-g45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.mr-g45 {
  margin-right: 45px;
}

.mt-g45 {
  margin-top: 45px;
}

.ml-g45 {
  margin-left: 45px;
}

.mt-n45 {
  margin-top: -45px;
}

.mr-n45 {
  margin-right: -45px;
}

.mb-g45 {
  margin-bottom: 45px;
}

.pt-g45 {
  padding-top: 45px;
}

.pb-g45 {
  padding-bottom: 45px;
}

.mr-g45 {
  margin-right: 45px;
}

.mt-g45 {
  margin-top: 45px;
}

.pa-g45 {
  padding: 45px !important;
}

.px-g46 {
  padding-left: 46px;
  padding-right: 46px;
}

.py-g46 {
  padding-top: 46px;
  padding-bottom: 46px;
}

.my-g46 {
  margin-top: 46px;
  margin-bottom: 46px;
}

.mr-g46 {
  margin-right: 46px;
}

.mt-g46 {
  margin-top: 46px;
}

.ml-g46 {
  margin-left: 46px;
}

.mt-n46 {
  margin-top: -46px;
}

.mr-n46 {
  margin-right: -46px;
}

.mb-g46 {
  margin-bottom: 46px;
}

.pt-g46 {
  padding-top: 46px;
}

.pb-g46 {
  padding-bottom: 46px;
}

.mr-g46 {
  margin-right: 46px;
}

.mt-g46 {
  margin-top: 46px;
}

.pa-g46 {
  padding: 46px !important;
}

.px-g47 {
  padding-left: 47px;
  padding-right: 47px;
}

.py-g47 {
  padding-top: 47px;
  padding-bottom: 47px;
}

.my-g47 {
  margin-top: 47px;
  margin-bottom: 47px;
}

.mr-g47 {
  margin-right: 47px;
}

.mt-g47 {
  margin-top: 47px;
}

.ml-g47 {
  margin-left: 47px;
}

.mt-n47 {
  margin-top: -47px;
}

.mr-n47 {
  margin-right: -47px;
}

.mb-g47 {
  margin-bottom: 47px;
}

.pt-g47 {
  padding-top: 47px;
}

.pb-g47 {
  padding-bottom: 47px;
}

.mr-g47 {
  margin-right: 47px;
}

.mt-g47 {
  margin-top: 47px;
}

.pa-g47 {
  padding: 47px !important;
}

.px-g48 {
  padding-left: 48px;
  padding-right: 48px;
}

.py-g48 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.my-g48 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.mr-g48 {
  margin-right: 48px;
}

.mt-g48 {
  margin-top: 48px;
}

.ml-g48 {
  margin-left: 48px;
}

.mt-n48 {
  margin-top: -48px;
}

.mr-n48 {
  margin-right: -48px;
}

.mb-g48 {
  margin-bottom: 48px;
}

.pt-g48 {
  padding-top: 48px;
}

.pb-g48 {
  padding-bottom: 48px;
}

.mr-g48 {
  margin-right: 48px;
}

.mt-g48 {
  margin-top: 48px;
}

.pa-g48 {
  padding: 48px !important;
}

.px-g49 {
  padding-left: 49px;
  padding-right: 49px;
}

.py-g49 {
  padding-top: 49px;
  padding-bottom: 49px;
}

.my-g49 {
  margin-top: 49px;
  margin-bottom: 49px;
}

.mr-g49 {
  margin-right: 49px;
}

.mt-g49 {
  margin-top: 49px;
}

.ml-g49 {
  margin-left: 49px;
}

.mt-n49 {
  margin-top: -49px;
}

.mr-n49 {
  margin-right: -49px;
}

.mb-g49 {
  margin-bottom: 49px;
}

.pt-g49 {
  padding-top: 49px;
}

.pb-g49 {
  padding-bottom: 49px;
}

.mr-g49 {
  margin-right: 49px;
}

.mt-g49 {
  margin-top: 49px;
}

.pa-g49 {
  padding: 49px !important;
}

.px-g50 {
  padding-left: 50px;
  padding-right: 50px;
}

.py-g50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.my-g50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mr-g50 {
  margin-right: 50px;
}

.mt-g50 {
  margin-top: 50px;
}

.ml-g50 {
  margin-left: 50px;
}

.mt-n50 {
  margin-top: -50px;
}

.mr-n50 {
  margin-right: -50px;
}

.mb-g50 {
  margin-bottom: 50px;
}

.pt-g50 {
  padding-top: 50px;
}

.pb-g50 {
  padding-bottom: 50px;
}

.mr-g50 {
  margin-right: 50px;
}

.mt-g50 {
  margin-top: 50px;
}

.pa-g50 {
  padding: 50px !important;
}

.fs-h400-8 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-8_lh-16 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-8_lh-17 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-8_lh-18 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-8_lh-19 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-8_lh-20 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-8_lh-21 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-8_lh-22 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-8_lh-23 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-8_lh-24 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-8_lh-25 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-8_lh-26 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-8_lh-27 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-8_lh-28 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-8_lh-29 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-8_lh-30 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-8_lh-31 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-8_lh-32 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-8_lh-33 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-8_lh-34 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-8_lh-35 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-8_lh-36 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-8_lh-37 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-8_lh-38 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-8_lh-39 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-8_lh-40 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-8_lh-41 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-8_lh-42 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-8_lh-43 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-8_lh-44 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-8_lh-45 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-8_lh-46 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-8_lh-47 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-8_lh-48 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-8_lh-49 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-8_lh-50 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-8_lh-51 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-8_lh-52 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-8_lh-53 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-8_lh-54 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-8_lh-55 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-8_lh-56 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-8_lh-57 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-8_lh-58 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-8_lh-59 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-8_lh-60 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-8_lh-61 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-8_lh-62 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-8_lh-63 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-8_lh-64 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-8_lh-65 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-8_lh-66 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-8_lh-67 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-8_lh-68 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-8_lh-69 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-8_lh-70 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-8_lh-71 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-8_lh-72 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-8_lh-73 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-8_lh-74 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-8_lh-75 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-8_lh-76 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-8_lh-77 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-8_lh-78 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-8_lh-79 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-8_lh-80 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-9 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-9_lh-16 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-9_lh-17 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-9_lh-18 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-9_lh-19 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-9_lh-20 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-9_lh-21 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-9_lh-22 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-9_lh-23 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-9_lh-24 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-9_lh-25 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-9_lh-26 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-9_lh-27 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-9_lh-28 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-9_lh-29 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-9_lh-30 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-9_lh-31 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-9_lh-32 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-9_lh-33 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-9_lh-34 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-9_lh-35 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-9_lh-36 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-9_lh-37 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-9_lh-38 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-9_lh-39 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-9_lh-40 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-9_lh-41 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-9_lh-42 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-9_lh-43 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-9_lh-44 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-9_lh-45 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-9_lh-46 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-9_lh-47 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-9_lh-48 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-9_lh-49 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-9_lh-50 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-9_lh-51 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-9_lh-52 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-9_lh-53 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-9_lh-54 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-9_lh-55 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-9_lh-56 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-9_lh-57 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-9_lh-58 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-9_lh-59 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-9_lh-60 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-9_lh-61 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-9_lh-62 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-9_lh-63 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-9_lh-64 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-9_lh-65 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-9_lh-66 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-9_lh-67 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-9_lh-68 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-9_lh-69 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-9_lh-70 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-9_lh-71 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-9_lh-72 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-9_lh-73 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-9_lh-74 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-9_lh-75 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-9_lh-76 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-9_lh-77 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-9_lh-78 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-9_lh-79 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-9_lh-80 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-10 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-10_lh-16 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-10_lh-17 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-10_lh-18 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-10_lh-19 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-10_lh-20 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-10_lh-21 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-10_lh-22 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-10_lh-23 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-10_lh-24 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-10_lh-25 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-10_lh-26 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-10_lh-27 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-10_lh-28 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-10_lh-29 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-10_lh-30 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-10_lh-31 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-10_lh-32 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-10_lh-33 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-10_lh-34 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-10_lh-35 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-10_lh-36 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-10_lh-37 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-10_lh-38 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-10_lh-39 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-10_lh-40 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-10_lh-41 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-10_lh-42 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-10_lh-43 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-10_lh-44 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-10_lh-45 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-10_lh-46 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-10_lh-47 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-10_lh-48 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-10_lh-49 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-10_lh-50 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-10_lh-51 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-10_lh-52 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-10_lh-53 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-10_lh-54 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-10_lh-55 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-10_lh-56 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-10_lh-57 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-10_lh-58 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-10_lh-59 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-10_lh-60 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-10_lh-61 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-10_lh-62 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-10_lh-63 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-10_lh-64 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-10_lh-65 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-10_lh-66 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-10_lh-67 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-10_lh-68 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-10_lh-69 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-10_lh-70 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-10_lh-71 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-10_lh-72 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-10_lh-73 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-10_lh-74 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-10_lh-75 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-10_lh-76 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-10_lh-77 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-10_lh-78 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-10_lh-79 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-10_lh-80 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-11 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-11_lh-16 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-11_lh-17 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-11_lh-18 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-11_lh-19 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-11_lh-20 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-11_lh-21 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-11_lh-22 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-11_lh-23 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-11_lh-24 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-11_lh-25 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-11_lh-26 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-11_lh-27 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-11_lh-28 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-11_lh-29 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-11_lh-30 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-11_lh-31 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-11_lh-32 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-11_lh-33 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-11_lh-34 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-11_lh-35 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-11_lh-36 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-11_lh-37 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-11_lh-38 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-11_lh-39 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-11_lh-40 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-11_lh-41 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-11_lh-42 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-11_lh-43 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-11_lh-44 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-11_lh-45 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-11_lh-46 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-11_lh-47 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-11_lh-48 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-11_lh-49 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-11_lh-50 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-11_lh-51 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-11_lh-52 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-11_lh-53 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-11_lh-54 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-11_lh-55 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-11_lh-56 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-11_lh-57 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-11_lh-58 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-11_lh-59 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-11_lh-60 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-11_lh-61 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-11_lh-62 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-11_lh-63 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-11_lh-64 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-11_lh-65 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-11_lh-66 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-11_lh-67 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-11_lh-68 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-11_lh-69 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-11_lh-70 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-11_lh-71 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-11_lh-72 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-11_lh-73 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-11_lh-74 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-11_lh-75 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-11_lh-76 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-11_lh-77 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-11_lh-78 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-11_lh-79 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-11_lh-80 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-12 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-12_lh-16 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-12_lh-17 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-12_lh-18 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-12_lh-19 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-12_lh-20 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-12_lh-21 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-12_lh-22 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-12_lh-23 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-12_lh-24 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-12_lh-25 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-12_lh-26 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-12_lh-27 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-12_lh-28 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-12_lh-29 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-12_lh-30 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-12_lh-31 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-12_lh-32 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-12_lh-33 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-12_lh-34 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-12_lh-35 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-12_lh-36 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-12_lh-37 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-12_lh-38 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-12_lh-39 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-12_lh-40 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-12_lh-41 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-12_lh-42 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-12_lh-43 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-12_lh-44 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-12_lh-45 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-12_lh-46 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-12_lh-47 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-12_lh-48 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-12_lh-49 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-12_lh-50 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-12_lh-51 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-12_lh-52 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-12_lh-53 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-12_lh-54 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-12_lh-55 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-12_lh-56 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-12_lh-57 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-12_lh-58 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-12_lh-59 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-12_lh-60 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-12_lh-61 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-12_lh-62 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-12_lh-63 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-12_lh-64 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-12_lh-65 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-12_lh-66 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-12_lh-67 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-12_lh-68 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-12_lh-69 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-12_lh-70 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-12_lh-71 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-12_lh-72 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-12_lh-73 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-12_lh-74 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-12_lh-75 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-12_lh-76 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-12_lh-77 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-12_lh-78 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-12_lh-79 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-12_lh-80 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-13 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-13_lh-16 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-13_lh-17 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-13_lh-18 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-13_lh-19 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-13_lh-20 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-13_lh-21 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-13_lh-22 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-13_lh-23 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-13_lh-24 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-13_lh-25 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-13_lh-26 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-13_lh-27 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-13_lh-28 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-13_lh-29 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-13_lh-30 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-13_lh-31 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-13_lh-32 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-13_lh-33 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-13_lh-34 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-13_lh-35 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-13_lh-36 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-13_lh-37 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-13_lh-38 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-13_lh-39 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-13_lh-40 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-13_lh-41 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-13_lh-42 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-13_lh-43 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-13_lh-44 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-13_lh-45 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-13_lh-46 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-13_lh-47 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-13_lh-48 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-13_lh-49 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-13_lh-50 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-13_lh-51 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-13_lh-52 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-13_lh-53 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-13_lh-54 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-13_lh-55 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-13_lh-56 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-13_lh-57 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-13_lh-58 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-13_lh-59 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-13_lh-60 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-13_lh-61 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-13_lh-62 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-13_lh-63 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-13_lh-64 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-13_lh-65 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-13_lh-66 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-13_lh-67 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-13_lh-68 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-13_lh-69 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-13_lh-70 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-13_lh-71 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-13_lh-72 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-13_lh-73 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-13_lh-74 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-13_lh-75 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-13_lh-76 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-13_lh-77 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-13_lh-78 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-13_lh-79 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-13_lh-80 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-14 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-14_lh-16 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-14_lh-17 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-14_lh-18 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-14_lh-19 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-14_lh-20 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-14_lh-21 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-14_lh-22 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-14_lh-23 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-14_lh-24 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-14_lh-25 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-14_lh-26 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-14_lh-27 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-14_lh-28 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-14_lh-29 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-14_lh-30 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-14_lh-31 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-14_lh-32 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-14_lh-33 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-14_lh-34 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-14_lh-35 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-14_lh-36 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-14_lh-37 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-14_lh-38 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-14_lh-39 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-14_lh-40 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-14_lh-41 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-14_lh-42 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-14_lh-43 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-14_lh-44 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-14_lh-45 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-14_lh-46 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-14_lh-47 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-14_lh-48 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-14_lh-49 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-14_lh-50 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-14_lh-51 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-14_lh-52 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-14_lh-53 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-14_lh-54 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-14_lh-55 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-14_lh-56 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-14_lh-57 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-14_lh-58 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-14_lh-59 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-14_lh-60 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-14_lh-61 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-14_lh-62 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-14_lh-63 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-14_lh-64 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-14_lh-65 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-14_lh-66 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-14_lh-67 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-14_lh-68 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-14_lh-69 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-14_lh-70 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-14_lh-71 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-14_lh-72 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-14_lh-73 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-14_lh-74 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-14_lh-75 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-14_lh-76 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-14_lh-77 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-14_lh-78 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-14_lh-79 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-14_lh-80 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-15 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-15_lh-16 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-15_lh-17 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-15_lh-18 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-15_lh-19 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-15_lh-20 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-15_lh-21 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-15_lh-22 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-15_lh-23 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-15_lh-24 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-15_lh-25 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-15_lh-26 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-15_lh-27 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-15_lh-28 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-15_lh-29 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-15_lh-30 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-15_lh-31 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-15_lh-32 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-15_lh-33 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-15_lh-34 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-15_lh-35 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-15_lh-36 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-15_lh-37 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-15_lh-38 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-15_lh-39 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-15_lh-40 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-15_lh-41 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-15_lh-42 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-15_lh-43 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-15_lh-44 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-15_lh-45 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-15_lh-46 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-15_lh-47 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-15_lh-48 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-15_lh-49 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-15_lh-50 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-15_lh-51 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-15_lh-52 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-15_lh-53 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-15_lh-54 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-15_lh-55 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-15_lh-56 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-15_lh-57 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-15_lh-58 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-15_lh-59 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-15_lh-60 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-15_lh-61 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-15_lh-62 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-15_lh-63 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-15_lh-64 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-15_lh-65 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-15_lh-66 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-15_lh-67 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-15_lh-68 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-15_lh-69 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-15_lh-70 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-15_lh-71 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-15_lh-72 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-15_lh-73 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-15_lh-74 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-15_lh-75 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-15_lh-76 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-15_lh-77 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-15_lh-78 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-15_lh-79 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-15_lh-80 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-16 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-16_lh-16 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-16_lh-17 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-16_lh-18 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-16_lh-19 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-16_lh-20 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-16_lh-21 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-16_lh-22 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-16_lh-23 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-16_lh-24 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-16_lh-25 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-16_lh-26 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-16_lh-27 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-16_lh-28 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-16_lh-29 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-16_lh-30 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-16_lh-31 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-16_lh-32 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-16_lh-33 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-16_lh-34 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-16_lh-35 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-16_lh-36 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-16_lh-37 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-16_lh-38 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-16_lh-39 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-16_lh-40 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-16_lh-41 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-16_lh-42 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-16_lh-43 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-16_lh-44 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-16_lh-45 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-16_lh-46 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-16_lh-47 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-16_lh-48 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-16_lh-49 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-16_lh-50 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-16_lh-51 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-16_lh-52 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-16_lh-53 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-16_lh-54 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-16_lh-55 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-16_lh-56 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-16_lh-57 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-16_lh-58 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-16_lh-59 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-16_lh-60 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-16_lh-61 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-16_lh-62 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-16_lh-63 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-16_lh-64 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-16_lh-65 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-16_lh-66 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-16_lh-67 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-16_lh-68 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-16_lh-69 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-16_lh-70 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-16_lh-71 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-16_lh-72 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-16_lh-73 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-16_lh-74 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-16_lh-75 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-16_lh-76 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-16_lh-77 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-16_lh-78 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-16_lh-79 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-16_lh-80 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-17 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-17_lh-16 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-17_lh-17 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-17_lh-18 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-17_lh-19 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-17_lh-20 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-17_lh-21 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-17_lh-22 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-17_lh-23 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-17_lh-24 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-17_lh-25 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-17_lh-26 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-17_lh-27 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-17_lh-28 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-17_lh-29 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-17_lh-30 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-17_lh-31 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-17_lh-32 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-17_lh-33 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-17_lh-34 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-17_lh-35 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-17_lh-36 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-17_lh-37 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-17_lh-38 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-17_lh-39 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-17_lh-40 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-17_lh-41 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-17_lh-42 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-17_lh-43 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-17_lh-44 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-17_lh-45 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-17_lh-46 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-17_lh-47 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-17_lh-48 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-17_lh-49 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-17_lh-50 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-17_lh-51 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-17_lh-52 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-17_lh-53 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-17_lh-54 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-17_lh-55 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-17_lh-56 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-17_lh-57 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-17_lh-58 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-17_lh-59 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-17_lh-60 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-17_lh-61 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-17_lh-62 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-17_lh-63 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-17_lh-64 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-17_lh-65 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-17_lh-66 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-17_lh-67 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-17_lh-68 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-17_lh-69 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-17_lh-70 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-17_lh-71 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-17_lh-72 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-17_lh-73 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-17_lh-74 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-17_lh-75 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-17_lh-76 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-17_lh-77 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-17_lh-78 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-17_lh-79 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-17_lh-80 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-18 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-18_lh-16 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-18_lh-17 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-18_lh-18 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-18_lh-19 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-18_lh-20 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-18_lh-21 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-18_lh-22 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-18_lh-23 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-18_lh-24 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-18_lh-25 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-18_lh-26 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-18_lh-27 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-18_lh-28 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-18_lh-29 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-18_lh-30 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-18_lh-31 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-18_lh-32 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-18_lh-33 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-18_lh-34 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-18_lh-35 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-18_lh-36 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-18_lh-37 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-18_lh-38 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-18_lh-39 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-18_lh-40 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-18_lh-41 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-18_lh-42 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-18_lh-43 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-18_lh-44 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-18_lh-45 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-18_lh-46 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-18_lh-47 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-18_lh-48 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-18_lh-49 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-18_lh-50 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-18_lh-51 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-18_lh-52 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-18_lh-53 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-18_lh-54 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-18_lh-55 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-18_lh-56 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-18_lh-57 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-18_lh-58 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-18_lh-59 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-18_lh-60 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-18_lh-61 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-18_lh-62 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-18_lh-63 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-18_lh-64 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-18_lh-65 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-18_lh-66 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-18_lh-67 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-18_lh-68 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-18_lh-69 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-18_lh-70 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-18_lh-71 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-18_lh-72 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-18_lh-73 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-18_lh-74 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-18_lh-75 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-18_lh-76 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-18_lh-77 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-18_lh-78 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-18_lh-79 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-18_lh-80 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-19 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-19_lh-16 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-19_lh-17 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-19_lh-18 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-19_lh-19 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-19_lh-20 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-19_lh-21 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-19_lh-22 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-19_lh-23 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-19_lh-24 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-19_lh-25 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-19_lh-26 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-19_lh-27 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-19_lh-28 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-19_lh-29 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-19_lh-30 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-19_lh-31 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-19_lh-32 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-19_lh-33 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-19_lh-34 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-19_lh-35 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-19_lh-36 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-19_lh-37 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-19_lh-38 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-19_lh-39 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-19_lh-40 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-19_lh-41 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-19_lh-42 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-19_lh-43 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-19_lh-44 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-19_lh-45 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-19_lh-46 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-19_lh-47 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-19_lh-48 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-19_lh-49 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-19_lh-50 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-19_lh-51 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-19_lh-52 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-19_lh-53 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-19_lh-54 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-19_lh-55 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-19_lh-56 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-19_lh-57 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-19_lh-58 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-19_lh-59 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-19_lh-60 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-19_lh-61 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-19_lh-62 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-19_lh-63 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-19_lh-64 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-19_lh-65 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-19_lh-66 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-19_lh-67 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-19_lh-68 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-19_lh-69 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-19_lh-70 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-19_lh-71 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-19_lh-72 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-19_lh-73 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-19_lh-74 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-19_lh-75 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-19_lh-76 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-19_lh-77 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-19_lh-78 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-19_lh-79 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-19_lh-80 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-20 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-20_lh-16 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-20_lh-17 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-20_lh-18 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-20_lh-19 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-20_lh-20 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-20_lh-21 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-20_lh-22 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-20_lh-23 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-20_lh-24 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-20_lh-25 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-20_lh-26 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-20_lh-27 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-20_lh-28 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-20_lh-29 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-20_lh-30 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-20_lh-31 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-20_lh-32 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-20_lh-33 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-20_lh-34 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-20_lh-35 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-20_lh-36 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-20_lh-37 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-20_lh-38 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-20_lh-39 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-20_lh-40 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-20_lh-41 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-20_lh-42 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-20_lh-43 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-20_lh-44 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-20_lh-45 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-20_lh-46 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-20_lh-47 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-20_lh-48 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-20_lh-49 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-20_lh-50 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-20_lh-51 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-20_lh-52 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-20_lh-53 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-20_lh-54 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-20_lh-55 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-20_lh-56 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-20_lh-57 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-20_lh-58 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-20_lh-59 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-20_lh-60 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-20_lh-61 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-20_lh-62 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-20_lh-63 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-20_lh-64 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-20_lh-65 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-20_lh-66 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-20_lh-67 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-20_lh-68 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-20_lh-69 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-20_lh-70 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-20_lh-71 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-20_lh-72 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-20_lh-73 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-20_lh-74 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-20_lh-75 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-20_lh-76 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-20_lh-77 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-20_lh-78 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-20_lh-79 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-20_lh-80 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-21 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-21_lh-16 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-21_lh-17 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-21_lh-18 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-21_lh-19 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-21_lh-20 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-21_lh-21 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-21_lh-22 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-21_lh-23 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-21_lh-24 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-21_lh-25 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-21_lh-26 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-21_lh-27 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-21_lh-28 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-21_lh-29 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-21_lh-30 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-21_lh-31 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-21_lh-32 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-21_lh-33 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-21_lh-34 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-21_lh-35 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-21_lh-36 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-21_lh-37 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-21_lh-38 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-21_lh-39 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-21_lh-40 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-21_lh-41 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-21_lh-42 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-21_lh-43 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-21_lh-44 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-21_lh-45 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-21_lh-46 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-21_lh-47 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-21_lh-48 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-21_lh-49 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-21_lh-50 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-21_lh-51 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-21_lh-52 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-21_lh-53 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-21_lh-54 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-21_lh-55 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-21_lh-56 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-21_lh-57 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-21_lh-58 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-21_lh-59 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-21_lh-60 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-21_lh-61 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-21_lh-62 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-21_lh-63 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-21_lh-64 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-21_lh-65 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-21_lh-66 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-21_lh-67 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-21_lh-68 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-21_lh-69 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-21_lh-70 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-21_lh-71 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-21_lh-72 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-21_lh-73 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-21_lh-74 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-21_lh-75 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-21_lh-76 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-21_lh-77 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-21_lh-78 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-21_lh-79 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-21_lh-80 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-22 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-22_lh-16 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-22_lh-17 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-22_lh-18 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-22_lh-19 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-22_lh-20 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-22_lh-21 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-22_lh-22 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-22_lh-23 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-22_lh-24 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-22_lh-25 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-22_lh-26 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-22_lh-27 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-22_lh-28 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-22_lh-29 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-22_lh-30 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-22_lh-31 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-22_lh-32 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-22_lh-33 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-22_lh-34 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-22_lh-35 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-22_lh-36 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-22_lh-37 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-22_lh-38 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-22_lh-39 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-22_lh-40 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-22_lh-41 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-22_lh-42 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-22_lh-43 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-22_lh-44 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-22_lh-45 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-22_lh-46 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-22_lh-47 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-22_lh-48 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-22_lh-49 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-22_lh-50 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-22_lh-51 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-22_lh-52 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-22_lh-53 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-22_lh-54 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-22_lh-55 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-22_lh-56 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-22_lh-57 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-22_lh-58 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-22_lh-59 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-22_lh-60 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-22_lh-61 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-22_lh-62 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-22_lh-63 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-22_lh-64 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-22_lh-65 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-22_lh-66 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-22_lh-67 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-22_lh-68 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-22_lh-69 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-22_lh-70 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-22_lh-71 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-22_lh-72 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-22_lh-73 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-22_lh-74 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-22_lh-75 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-22_lh-76 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-22_lh-77 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-22_lh-78 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-22_lh-79 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-22_lh-80 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-23 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-23_lh-16 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-23_lh-17 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-23_lh-18 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-23_lh-19 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-23_lh-20 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-23_lh-21 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-23_lh-22 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-23_lh-23 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-23_lh-24 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-23_lh-25 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-23_lh-26 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-23_lh-27 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-23_lh-28 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-23_lh-29 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-23_lh-30 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-23_lh-31 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-23_lh-32 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-23_lh-33 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-23_lh-34 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-23_lh-35 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-23_lh-36 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-23_lh-37 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-23_lh-38 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-23_lh-39 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-23_lh-40 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-23_lh-41 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-23_lh-42 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-23_lh-43 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-23_lh-44 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-23_lh-45 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-23_lh-46 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-23_lh-47 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-23_lh-48 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-23_lh-49 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-23_lh-50 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-23_lh-51 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-23_lh-52 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-23_lh-53 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-23_lh-54 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-23_lh-55 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-23_lh-56 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-23_lh-57 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-23_lh-58 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-23_lh-59 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-23_lh-60 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-23_lh-61 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-23_lh-62 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-23_lh-63 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-23_lh-64 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-23_lh-65 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-23_lh-66 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-23_lh-67 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-23_lh-68 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-23_lh-69 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-23_lh-70 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-23_lh-71 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-23_lh-72 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-23_lh-73 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-23_lh-74 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-23_lh-75 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-23_lh-76 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-23_lh-77 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-23_lh-78 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-23_lh-79 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-23_lh-80 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-24 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-24_lh-16 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-24_lh-17 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-24_lh-18 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-24_lh-19 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-24_lh-20 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-24_lh-21 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-24_lh-22 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-24_lh-23 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-24_lh-24 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-24_lh-25 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-24_lh-26 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-24_lh-27 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-24_lh-28 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-24_lh-29 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-24_lh-30 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-24_lh-31 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-24_lh-32 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-24_lh-33 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-24_lh-34 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-24_lh-35 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-24_lh-36 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-24_lh-37 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-24_lh-38 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-24_lh-39 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-24_lh-40 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-24_lh-41 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-24_lh-42 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-24_lh-43 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-24_lh-44 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-24_lh-45 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-24_lh-46 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-24_lh-47 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-24_lh-48 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-24_lh-49 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-24_lh-50 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-24_lh-51 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-24_lh-52 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-24_lh-53 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-24_lh-54 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-24_lh-55 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-24_lh-56 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-24_lh-57 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-24_lh-58 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-24_lh-59 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-24_lh-60 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-24_lh-61 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-24_lh-62 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-24_lh-63 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-24_lh-64 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-24_lh-65 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-24_lh-66 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-24_lh-67 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-24_lh-68 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-24_lh-69 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-24_lh-70 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-24_lh-71 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-24_lh-72 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-24_lh-73 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-24_lh-74 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-24_lh-75 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-24_lh-76 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-24_lh-77 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-24_lh-78 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-24_lh-79 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-24_lh-80 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-25 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-25_lh-16 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-25_lh-17 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-25_lh-18 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-25_lh-19 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-25_lh-20 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-25_lh-21 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-25_lh-22 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-25_lh-23 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-25_lh-24 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-25_lh-25 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-25_lh-26 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-25_lh-27 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-25_lh-28 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-25_lh-29 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-25_lh-30 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-25_lh-31 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-25_lh-32 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-25_lh-33 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-25_lh-34 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-25_lh-35 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-25_lh-36 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-25_lh-37 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-25_lh-38 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-25_lh-39 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-25_lh-40 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-25_lh-41 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-25_lh-42 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-25_lh-43 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-25_lh-44 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-25_lh-45 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-25_lh-46 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-25_lh-47 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-25_lh-48 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-25_lh-49 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-25_lh-50 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-25_lh-51 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-25_lh-52 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-25_lh-53 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-25_lh-54 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-25_lh-55 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-25_lh-56 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-25_lh-57 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-25_lh-58 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-25_lh-59 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-25_lh-60 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-25_lh-61 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-25_lh-62 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-25_lh-63 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-25_lh-64 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-25_lh-65 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-25_lh-66 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-25_lh-67 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-25_lh-68 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-25_lh-69 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-25_lh-70 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-25_lh-71 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-25_lh-72 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-25_lh-73 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-25_lh-74 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-25_lh-75 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-25_lh-76 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-25_lh-77 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-25_lh-78 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-25_lh-79 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-25_lh-80 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-26 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-26_lh-16 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-26_lh-17 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-26_lh-18 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-26_lh-19 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-26_lh-20 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-26_lh-21 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-26_lh-22 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-26_lh-23 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-26_lh-24 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-26_lh-25 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-26_lh-26 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-26_lh-27 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-26_lh-28 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-26_lh-29 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-26_lh-30 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-26_lh-31 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-26_lh-32 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-26_lh-33 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-26_lh-34 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-26_lh-35 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-26_lh-36 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-26_lh-37 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-26_lh-38 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-26_lh-39 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-26_lh-40 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-26_lh-41 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-26_lh-42 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-26_lh-43 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-26_lh-44 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-26_lh-45 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-26_lh-46 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-26_lh-47 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-26_lh-48 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-26_lh-49 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-26_lh-50 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-26_lh-51 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-26_lh-52 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-26_lh-53 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-26_lh-54 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-26_lh-55 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-26_lh-56 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-26_lh-57 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-26_lh-58 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-26_lh-59 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-26_lh-60 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-26_lh-61 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-26_lh-62 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-26_lh-63 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-26_lh-64 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-26_lh-65 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-26_lh-66 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-26_lh-67 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-26_lh-68 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-26_lh-69 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-26_lh-70 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-26_lh-71 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-26_lh-72 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-26_lh-73 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-26_lh-74 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-26_lh-75 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-26_lh-76 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-26_lh-77 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-26_lh-78 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-26_lh-79 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-26_lh-80 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-27 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-27_lh-16 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-27_lh-17 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-27_lh-18 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-27_lh-19 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-27_lh-20 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-27_lh-21 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-27_lh-22 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-27_lh-23 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-27_lh-24 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-27_lh-25 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-27_lh-26 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-27_lh-27 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-27_lh-28 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-27_lh-29 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-27_lh-30 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-27_lh-31 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-27_lh-32 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-27_lh-33 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-27_lh-34 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-27_lh-35 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-27_lh-36 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-27_lh-37 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-27_lh-38 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-27_lh-39 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-27_lh-40 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-27_lh-41 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-27_lh-42 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-27_lh-43 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-27_lh-44 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-27_lh-45 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-27_lh-46 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-27_lh-47 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-27_lh-48 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-27_lh-49 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-27_lh-50 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-27_lh-51 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-27_lh-52 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-27_lh-53 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-27_lh-54 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-27_lh-55 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-27_lh-56 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-27_lh-57 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-27_lh-58 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-27_lh-59 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-27_lh-60 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-27_lh-61 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-27_lh-62 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-27_lh-63 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-27_lh-64 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-27_lh-65 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-27_lh-66 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-27_lh-67 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-27_lh-68 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-27_lh-69 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-27_lh-70 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-27_lh-71 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-27_lh-72 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-27_lh-73 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-27_lh-74 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-27_lh-75 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-27_lh-76 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-27_lh-77 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-27_lh-78 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-27_lh-79 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-27_lh-80 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-28 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-28_lh-16 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-28_lh-17 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-28_lh-18 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-28_lh-19 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-28_lh-20 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-28_lh-21 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-28_lh-22 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-28_lh-23 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-28_lh-24 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-28_lh-25 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-28_lh-26 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-28_lh-27 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-28_lh-28 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-28_lh-29 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-28_lh-30 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-28_lh-31 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-28_lh-32 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-28_lh-33 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-28_lh-34 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-28_lh-35 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-28_lh-36 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-28_lh-37 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-28_lh-38 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-28_lh-39 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-28_lh-40 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-28_lh-41 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-28_lh-42 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-28_lh-43 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-28_lh-44 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-28_lh-45 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-28_lh-46 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-28_lh-47 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-28_lh-48 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-28_lh-49 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-28_lh-50 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-28_lh-51 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-28_lh-52 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-28_lh-53 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-28_lh-54 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-28_lh-55 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-28_lh-56 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-28_lh-57 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-28_lh-58 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-28_lh-59 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-28_lh-60 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-28_lh-61 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-28_lh-62 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-28_lh-63 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-28_lh-64 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-28_lh-65 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-28_lh-66 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-28_lh-67 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-28_lh-68 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-28_lh-69 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-28_lh-70 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-28_lh-71 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-28_lh-72 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-28_lh-73 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-28_lh-74 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-28_lh-75 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-28_lh-76 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-28_lh-77 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-28_lh-78 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-28_lh-79 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-28_lh-80 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-29 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-29_lh-16 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-29_lh-17 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-29_lh-18 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-29_lh-19 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-29_lh-20 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-29_lh-21 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-29_lh-22 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-29_lh-23 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-29_lh-24 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-29_lh-25 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-29_lh-26 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-29_lh-27 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-29_lh-28 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-29_lh-29 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-29_lh-30 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-29_lh-31 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-29_lh-32 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-29_lh-33 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-29_lh-34 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-29_lh-35 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-29_lh-36 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-29_lh-37 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-29_lh-38 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-29_lh-39 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-29_lh-40 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-29_lh-41 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-29_lh-42 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-29_lh-43 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-29_lh-44 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-29_lh-45 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-29_lh-46 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-29_lh-47 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-29_lh-48 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-29_lh-49 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-29_lh-50 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-29_lh-51 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-29_lh-52 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-29_lh-53 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-29_lh-54 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-29_lh-55 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-29_lh-56 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-29_lh-57 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-29_lh-58 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-29_lh-59 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-29_lh-60 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-29_lh-61 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-29_lh-62 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-29_lh-63 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-29_lh-64 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-29_lh-65 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-29_lh-66 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-29_lh-67 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-29_lh-68 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-29_lh-69 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-29_lh-70 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-29_lh-71 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-29_lh-72 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-29_lh-73 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-29_lh-74 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-29_lh-75 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-29_lh-76 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-29_lh-77 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-29_lh-78 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-29_lh-79 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-29_lh-80 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-30 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-30_lh-16 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-30_lh-17 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-30_lh-18 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-30_lh-19 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-30_lh-20 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-30_lh-21 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-30_lh-22 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-30_lh-23 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-30_lh-24 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-30_lh-25 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-30_lh-26 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-30_lh-27 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-30_lh-28 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-30_lh-29 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-30_lh-30 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-30_lh-31 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-30_lh-32 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-30_lh-33 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-30_lh-34 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-30_lh-35 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-30_lh-36 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-30_lh-37 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-30_lh-38 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-30_lh-39 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-30_lh-40 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-30_lh-41 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-30_lh-42 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-30_lh-43 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-30_lh-44 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-30_lh-45 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-30_lh-46 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-30_lh-47 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-30_lh-48 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-30_lh-49 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-30_lh-50 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-30_lh-51 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-30_lh-52 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-30_lh-53 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-30_lh-54 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-30_lh-55 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-30_lh-56 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-30_lh-57 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-30_lh-58 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-30_lh-59 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-30_lh-60 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-30_lh-61 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-30_lh-62 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-30_lh-63 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-30_lh-64 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-30_lh-65 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-30_lh-66 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-30_lh-67 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-30_lh-68 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-30_lh-69 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-30_lh-70 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-30_lh-71 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-30_lh-72 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-30_lh-73 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-30_lh-74 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-30_lh-75 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-30_lh-76 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-30_lh-77 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-30_lh-78 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-30_lh-79 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-30_lh-80 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-31 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-31_lh-16 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-31_lh-17 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-31_lh-18 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-31_lh-19 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-31_lh-20 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-31_lh-21 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-31_lh-22 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-31_lh-23 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-31_lh-24 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-31_lh-25 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-31_lh-26 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-31_lh-27 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-31_lh-28 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-31_lh-29 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-31_lh-30 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-31_lh-31 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-31_lh-32 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-31_lh-33 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-31_lh-34 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-31_lh-35 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-31_lh-36 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-31_lh-37 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-31_lh-38 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-31_lh-39 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-31_lh-40 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-31_lh-41 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-31_lh-42 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-31_lh-43 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-31_lh-44 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-31_lh-45 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-31_lh-46 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-31_lh-47 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-31_lh-48 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-31_lh-49 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-31_lh-50 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-31_lh-51 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-31_lh-52 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-31_lh-53 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-31_lh-54 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-31_lh-55 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-31_lh-56 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-31_lh-57 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-31_lh-58 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-31_lh-59 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-31_lh-60 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-31_lh-61 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-31_lh-62 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-31_lh-63 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-31_lh-64 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-31_lh-65 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-31_lh-66 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-31_lh-67 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-31_lh-68 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-31_lh-69 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-31_lh-70 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-31_lh-71 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-31_lh-72 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-31_lh-73 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-31_lh-74 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-31_lh-75 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-31_lh-76 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-31_lh-77 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-31_lh-78 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-31_lh-79 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-31_lh-80 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-32 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-32_lh-16 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-32_lh-17 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-32_lh-18 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-32_lh-19 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-32_lh-20 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-32_lh-21 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-32_lh-22 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-32_lh-23 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-32_lh-24 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-32_lh-25 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-32_lh-26 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-32_lh-27 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-32_lh-28 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-32_lh-29 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-32_lh-30 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-32_lh-31 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-32_lh-32 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-32_lh-33 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-32_lh-34 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-32_lh-35 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-32_lh-36 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-32_lh-37 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-32_lh-38 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-32_lh-39 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-32_lh-40 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-32_lh-41 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-32_lh-42 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-32_lh-43 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-32_lh-44 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-32_lh-45 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-32_lh-46 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-32_lh-47 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-32_lh-48 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-32_lh-49 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-32_lh-50 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-32_lh-51 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-32_lh-52 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-32_lh-53 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-32_lh-54 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-32_lh-55 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-32_lh-56 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-32_lh-57 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-32_lh-58 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-32_lh-59 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-32_lh-60 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-32_lh-61 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-32_lh-62 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-32_lh-63 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-32_lh-64 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-32_lh-65 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-32_lh-66 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-32_lh-67 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-32_lh-68 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-32_lh-69 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-32_lh-70 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-32_lh-71 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-32_lh-72 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-32_lh-73 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-32_lh-74 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-32_lh-75 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-32_lh-76 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-32_lh-77 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-32_lh-78 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-32_lh-79 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-32_lh-80 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-33 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-33_lh-16 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-33_lh-17 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-33_lh-18 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-33_lh-19 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-33_lh-20 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-33_lh-21 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-33_lh-22 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-33_lh-23 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-33_lh-24 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-33_lh-25 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-33_lh-26 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-33_lh-27 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-33_lh-28 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-33_lh-29 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-33_lh-30 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-33_lh-31 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-33_lh-32 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-33_lh-33 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-33_lh-34 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-33_lh-35 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-33_lh-36 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-33_lh-37 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-33_lh-38 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-33_lh-39 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-33_lh-40 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-33_lh-41 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-33_lh-42 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-33_lh-43 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-33_lh-44 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-33_lh-45 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-33_lh-46 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-33_lh-47 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-33_lh-48 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-33_lh-49 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-33_lh-50 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-33_lh-51 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-33_lh-52 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-33_lh-53 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-33_lh-54 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-33_lh-55 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-33_lh-56 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-33_lh-57 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-33_lh-58 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-33_lh-59 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-33_lh-60 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-33_lh-61 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-33_lh-62 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-33_lh-63 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-33_lh-64 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-33_lh-65 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-33_lh-66 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-33_lh-67 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-33_lh-68 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-33_lh-69 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-33_lh-70 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-33_lh-71 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-33_lh-72 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-33_lh-73 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-33_lh-74 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-33_lh-75 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-33_lh-76 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-33_lh-77 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-33_lh-78 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-33_lh-79 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-33_lh-80 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-34 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-34_lh-16 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-34_lh-17 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-34_lh-18 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-34_lh-19 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-34_lh-20 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-34_lh-21 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-34_lh-22 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-34_lh-23 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-34_lh-24 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-34_lh-25 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-34_lh-26 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-34_lh-27 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-34_lh-28 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-34_lh-29 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-34_lh-30 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-34_lh-31 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-34_lh-32 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-34_lh-33 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-34_lh-34 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-34_lh-35 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-34_lh-36 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-34_lh-37 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-34_lh-38 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-34_lh-39 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-34_lh-40 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-34_lh-41 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-34_lh-42 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-34_lh-43 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-34_lh-44 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-34_lh-45 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-34_lh-46 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-34_lh-47 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-34_lh-48 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-34_lh-49 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-34_lh-50 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-34_lh-51 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-34_lh-52 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-34_lh-53 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-34_lh-54 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-34_lh-55 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-34_lh-56 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-34_lh-57 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-34_lh-58 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-34_lh-59 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-34_lh-60 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-34_lh-61 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-34_lh-62 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-34_lh-63 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-34_lh-64 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-34_lh-65 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-34_lh-66 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-34_lh-67 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-34_lh-68 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-34_lh-69 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-34_lh-70 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-34_lh-71 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-34_lh-72 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-34_lh-73 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-34_lh-74 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-34_lh-75 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-34_lh-76 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-34_lh-77 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-34_lh-78 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-34_lh-79 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-34_lh-80 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-35 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-35_lh-16 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-35_lh-17 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-35_lh-18 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-35_lh-19 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-35_lh-20 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-35_lh-21 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-35_lh-22 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-35_lh-23 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-35_lh-24 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-35_lh-25 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-35_lh-26 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-35_lh-27 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-35_lh-28 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-35_lh-29 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-35_lh-30 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-35_lh-31 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-35_lh-32 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-35_lh-33 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-35_lh-34 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-35_lh-35 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-35_lh-36 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-35_lh-37 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-35_lh-38 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-35_lh-39 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-35_lh-40 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-35_lh-41 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-35_lh-42 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-35_lh-43 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-35_lh-44 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-35_lh-45 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-35_lh-46 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-35_lh-47 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-35_lh-48 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-35_lh-49 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-35_lh-50 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-35_lh-51 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-35_lh-52 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-35_lh-53 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-35_lh-54 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-35_lh-55 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-35_lh-56 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-35_lh-57 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-35_lh-58 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-35_lh-59 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-35_lh-60 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-35_lh-61 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-35_lh-62 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-35_lh-63 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-35_lh-64 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-35_lh-65 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-35_lh-66 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-35_lh-67 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-35_lh-68 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-35_lh-69 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-35_lh-70 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-35_lh-71 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-35_lh-72 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-35_lh-73 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-35_lh-74 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-35_lh-75 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-35_lh-76 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-35_lh-77 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-35_lh-78 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-35_lh-79 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-35_lh-80 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-36 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-36_lh-16 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-36_lh-17 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-36_lh-18 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-36_lh-19 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-36_lh-20 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-36_lh-21 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-36_lh-22 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-36_lh-23 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-36_lh-24 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-36_lh-25 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-36_lh-26 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-36_lh-27 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-36_lh-28 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-36_lh-29 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-36_lh-30 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-36_lh-31 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-36_lh-32 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-36_lh-33 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-36_lh-34 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-36_lh-35 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-36_lh-36 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-36_lh-37 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-36_lh-38 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-36_lh-39 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-36_lh-40 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-36_lh-41 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-36_lh-42 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-36_lh-43 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-36_lh-44 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-36_lh-45 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-36_lh-46 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-36_lh-47 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-36_lh-48 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-36_lh-49 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-36_lh-50 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-36_lh-51 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-36_lh-52 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-36_lh-53 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-36_lh-54 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-36_lh-55 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-36_lh-56 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-36_lh-57 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-36_lh-58 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-36_lh-59 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-36_lh-60 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-36_lh-61 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-36_lh-62 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-36_lh-63 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-36_lh-64 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-36_lh-65 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-36_lh-66 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-36_lh-67 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-36_lh-68 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-36_lh-69 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-36_lh-70 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-36_lh-71 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-36_lh-72 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-36_lh-73 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-36_lh-74 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-36_lh-75 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-36_lh-76 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-36_lh-77 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-36_lh-78 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-36_lh-79 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-36_lh-80 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-37 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-37_lh-16 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-37_lh-17 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-37_lh-18 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-37_lh-19 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-37_lh-20 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-37_lh-21 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-37_lh-22 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-37_lh-23 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-37_lh-24 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-37_lh-25 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-37_lh-26 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-37_lh-27 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-37_lh-28 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-37_lh-29 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-37_lh-30 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-37_lh-31 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-37_lh-32 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-37_lh-33 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-37_lh-34 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-37_lh-35 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-37_lh-36 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-37_lh-37 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-37_lh-38 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-37_lh-39 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-37_lh-40 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-37_lh-41 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-37_lh-42 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-37_lh-43 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-37_lh-44 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-37_lh-45 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-37_lh-46 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-37_lh-47 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-37_lh-48 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-37_lh-49 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-37_lh-50 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-37_lh-51 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-37_lh-52 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-37_lh-53 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-37_lh-54 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-37_lh-55 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-37_lh-56 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-37_lh-57 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-37_lh-58 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-37_lh-59 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-37_lh-60 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-37_lh-61 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-37_lh-62 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-37_lh-63 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-37_lh-64 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-37_lh-65 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-37_lh-66 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-37_lh-67 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-37_lh-68 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-37_lh-69 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-37_lh-70 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-37_lh-71 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-37_lh-72 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-37_lh-73 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-37_lh-74 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-37_lh-75 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-37_lh-76 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-37_lh-77 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-37_lh-78 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-37_lh-79 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-37_lh-80 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-38 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-38_lh-16 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-38_lh-17 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-38_lh-18 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-38_lh-19 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-38_lh-20 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-38_lh-21 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-38_lh-22 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-38_lh-23 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-38_lh-24 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-38_lh-25 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-38_lh-26 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-38_lh-27 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-38_lh-28 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-38_lh-29 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-38_lh-30 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-38_lh-31 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-38_lh-32 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-38_lh-33 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-38_lh-34 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-38_lh-35 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-38_lh-36 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-38_lh-37 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-38_lh-38 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-38_lh-39 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-38_lh-40 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-38_lh-41 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-38_lh-42 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-38_lh-43 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-38_lh-44 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-38_lh-45 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-38_lh-46 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-38_lh-47 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-38_lh-48 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-38_lh-49 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-38_lh-50 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-38_lh-51 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-38_lh-52 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-38_lh-53 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-38_lh-54 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-38_lh-55 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-38_lh-56 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-38_lh-57 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-38_lh-58 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-38_lh-59 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-38_lh-60 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-38_lh-61 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-38_lh-62 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-38_lh-63 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-38_lh-64 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-38_lh-65 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-38_lh-66 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-38_lh-67 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-38_lh-68 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-38_lh-69 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-38_lh-70 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-38_lh-71 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-38_lh-72 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-38_lh-73 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-38_lh-74 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-38_lh-75 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-38_lh-76 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-38_lh-77 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-38_lh-78 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-38_lh-79 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-38_lh-80 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-39 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-39_lh-16 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-39_lh-17 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-39_lh-18 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-39_lh-19 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-39_lh-20 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-39_lh-21 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-39_lh-22 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-39_lh-23 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-39_lh-24 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-39_lh-25 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-39_lh-26 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-39_lh-27 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-39_lh-28 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-39_lh-29 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-39_lh-30 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-39_lh-31 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-39_lh-32 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-39_lh-33 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-39_lh-34 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-39_lh-35 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-39_lh-36 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-39_lh-37 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-39_lh-38 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-39_lh-39 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-39_lh-40 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-39_lh-41 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-39_lh-42 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-39_lh-43 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-39_lh-44 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-39_lh-45 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-39_lh-46 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-39_lh-47 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-39_lh-48 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-39_lh-49 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-39_lh-50 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-39_lh-51 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-39_lh-52 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-39_lh-53 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-39_lh-54 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-39_lh-55 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-39_lh-56 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-39_lh-57 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-39_lh-58 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-39_lh-59 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-39_lh-60 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-39_lh-61 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-39_lh-62 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-39_lh-63 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-39_lh-64 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-39_lh-65 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-39_lh-66 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-39_lh-67 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-39_lh-68 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-39_lh-69 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-39_lh-70 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-39_lh-71 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-39_lh-72 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-39_lh-73 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-39_lh-74 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-39_lh-75 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-39_lh-76 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-39_lh-77 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-39_lh-78 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-39_lh-79 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-39_lh-80 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-40 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-40_lh-16 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-40_lh-17 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-40_lh-18 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-40_lh-19 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-40_lh-20 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-40_lh-21 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-40_lh-22 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-40_lh-23 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-40_lh-24 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-40_lh-25 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-40_lh-26 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-40_lh-27 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-40_lh-28 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-40_lh-29 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-40_lh-30 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-40_lh-31 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-40_lh-32 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-40_lh-33 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-40_lh-34 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-40_lh-35 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-40_lh-36 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-40_lh-37 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-40_lh-38 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-40_lh-39 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-40_lh-40 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-40_lh-41 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-40_lh-42 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-40_lh-43 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-40_lh-44 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-40_lh-45 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-40_lh-46 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-40_lh-47 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-40_lh-48 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-40_lh-49 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-40_lh-50 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-40_lh-51 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-40_lh-52 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-40_lh-53 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-40_lh-54 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-40_lh-55 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-40_lh-56 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-40_lh-57 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-40_lh-58 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-40_lh-59 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-40_lh-60 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-40_lh-61 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-40_lh-62 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-40_lh-63 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-40_lh-64 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-40_lh-65 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-40_lh-66 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-40_lh-67 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-40_lh-68 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-40_lh-69 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-40_lh-70 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-40_lh-71 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-40_lh-72 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-40_lh-73 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-40_lh-74 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-40_lh-75 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-40_lh-76 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-40_lh-77 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-40_lh-78 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-40_lh-79 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-40_lh-80 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-41 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-41_lh-16 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-41_lh-17 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-41_lh-18 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-41_lh-19 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-41_lh-20 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-41_lh-21 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-41_lh-22 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-41_lh-23 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-41_lh-24 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-41_lh-25 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-41_lh-26 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-41_lh-27 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-41_lh-28 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-41_lh-29 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-41_lh-30 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-41_lh-31 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-41_lh-32 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-41_lh-33 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-41_lh-34 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-41_lh-35 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-41_lh-36 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-41_lh-37 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-41_lh-38 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-41_lh-39 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-41_lh-40 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-41_lh-41 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-41_lh-42 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-41_lh-43 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-41_lh-44 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-41_lh-45 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-41_lh-46 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-41_lh-47 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-41_lh-48 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-41_lh-49 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-41_lh-50 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-41_lh-51 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-41_lh-52 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-41_lh-53 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-41_lh-54 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-41_lh-55 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-41_lh-56 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-41_lh-57 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-41_lh-58 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-41_lh-59 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-41_lh-60 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-41_lh-61 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-41_lh-62 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-41_lh-63 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-41_lh-64 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-41_lh-65 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-41_lh-66 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-41_lh-67 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-41_lh-68 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-41_lh-69 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-41_lh-70 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-41_lh-71 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-41_lh-72 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-41_lh-73 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-41_lh-74 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-41_lh-75 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-41_lh-76 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-41_lh-77 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-41_lh-78 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-41_lh-79 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-41_lh-80 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-42 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-42_lh-16 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-42_lh-17 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-42_lh-18 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-42_lh-19 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-42_lh-20 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-42_lh-21 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-42_lh-22 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-42_lh-23 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-42_lh-24 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-42_lh-25 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-42_lh-26 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-42_lh-27 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-42_lh-28 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-42_lh-29 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-42_lh-30 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-42_lh-31 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-42_lh-32 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-42_lh-33 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-42_lh-34 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-42_lh-35 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-42_lh-36 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-42_lh-37 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-42_lh-38 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-42_lh-39 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-42_lh-40 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-42_lh-41 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-42_lh-42 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-42_lh-43 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-42_lh-44 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-42_lh-45 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-42_lh-46 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-42_lh-47 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-42_lh-48 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-42_lh-49 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-42_lh-50 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-42_lh-51 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-42_lh-52 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-42_lh-53 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-42_lh-54 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-42_lh-55 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-42_lh-56 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-42_lh-57 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-42_lh-58 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-42_lh-59 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-42_lh-60 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-42_lh-61 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-42_lh-62 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-42_lh-63 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-42_lh-64 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-42_lh-65 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-42_lh-66 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-42_lh-67 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-42_lh-68 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-42_lh-69 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-42_lh-70 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-42_lh-71 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-42_lh-72 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-42_lh-73 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-42_lh-74 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-42_lh-75 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-42_lh-76 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-42_lh-77 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-42_lh-78 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-42_lh-79 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-42_lh-80 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-43 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-43_lh-16 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-43_lh-17 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-43_lh-18 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-43_lh-19 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-43_lh-20 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-43_lh-21 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-43_lh-22 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-43_lh-23 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-43_lh-24 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-43_lh-25 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-43_lh-26 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-43_lh-27 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-43_lh-28 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-43_lh-29 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-43_lh-30 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-43_lh-31 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-43_lh-32 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-43_lh-33 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-43_lh-34 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-43_lh-35 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-43_lh-36 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-43_lh-37 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-43_lh-38 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-43_lh-39 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-43_lh-40 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-43_lh-41 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-43_lh-42 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-43_lh-43 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-43_lh-44 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-43_lh-45 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-43_lh-46 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-43_lh-47 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-43_lh-48 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-43_lh-49 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-43_lh-50 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-43_lh-51 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-43_lh-52 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-43_lh-53 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-43_lh-54 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-43_lh-55 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-43_lh-56 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-43_lh-57 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-43_lh-58 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-43_lh-59 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-43_lh-60 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-43_lh-61 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-43_lh-62 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-43_lh-63 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-43_lh-64 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-43_lh-65 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-43_lh-66 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-43_lh-67 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-43_lh-68 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-43_lh-69 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-43_lh-70 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-43_lh-71 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-43_lh-72 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-43_lh-73 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-43_lh-74 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-43_lh-75 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-43_lh-76 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-43_lh-77 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-43_lh-78 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-43_lh-79 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-43_lh-80 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-44 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-44_lh-16 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-44_lh-17 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-44_lh-18 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-44_lh-19 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-44_lh-20 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-44_lh-21 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-44_lh-22 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-44_lh-23 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-44_lh-24 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-44_lh-25 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-44_lh-26 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-44_lh-27 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-44_lh-28 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-44_lh-29 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-44_lh-30 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-44_lh-31 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-44_lh-32 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-44_lh-33 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-44_lh-34 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-44_lh-35 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-44_lh-36 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-44_lh-37 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-44_lh-38 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-44_lh-39 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-44_lh-40 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-44_lh-41 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-44_lh-42 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-44_lh-43 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-44_lh-44 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-44_lh-45 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-44_lh-46 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-44_lh-47 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-44_lh-48 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-44_lh-49 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-44_lh-50 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-44_lh-51 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-44_lh-52 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-44_lh-53 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-44_lh-54 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-44_lh-55 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-44_lh-56 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-44_lh-57 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-44_lh-58 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-44_lh-59 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-44_lh-60 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-44_lh-61 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-44_lh-62 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-44_lh-63 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-44_lh-64 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-44_lh-65 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-44_lh-66 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-44_lh-67 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-44_lh-68 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-44_lh-69 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-44_lh-70 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-44_lh-71 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-44_lh-72 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-44_lh-73 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-44_lh-74 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-44_lh-75 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-44_lh-76 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-44_lh-77 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-44_lh-78 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-44_lh-79 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-44_lh-80 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-45 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-45_lh-16 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-45_lh-17 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-45_lh-18 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-45_lh-19 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-45_lh-20 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-45_lh-21 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-45_lh-22 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-45_lh-23 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-45_lh-24 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-45_lh-25 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-45_lh-26 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-45_lh-27 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-45_lh-28 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-45_lh-29 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-45_lh-30 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-45_lh-31 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-45_lh-32 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-45_lh-33 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-45_lh-34 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-45_lh-35 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-45_lh-36 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-45_lh-37 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-45_lh-38 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-45_lh-39 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-45_lh-40 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-45_lh-41 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-45_lh-42 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-45_lh-43 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-45_lh-44 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-45_lh-45 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-45_lh-46 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-45_lh-47 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-45_lh-48 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-45_lh-49 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-45_lh-50 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-45_lh-51 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-45_lh-52 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-45_lh-53 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-45_lh-54 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-45_lh-55 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-45_lh-56 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-45_lh-57 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-45_lh-58 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-45_lh-59 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-45_lh-60 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-45_lh-61 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-45_lh-62 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-45_lh-63 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-45_lh-64 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-45_lh-65 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-45_lh-66 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-45_lh-67 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-45_lh-68 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-45_lh-69 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-45_lh-70 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-45_lh-71 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-45_lh-72 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-45_lh-73 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-45_lh-74 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-45_lh-75 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-45_lh-76 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-45_lh-77 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-45_lh-78 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-45_lh-79 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-45_lh-80 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-46 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-46_lh-16 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-46_lh-17 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-46_lh-18 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-46_lh-19 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-46_lh-20 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-46_lh-21 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-46_lh-22 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-46_lh-23 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-46_lh-24 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-46_lh-25 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-46_lh-26 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-46_lh-27 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-46_lh-28 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-46_lh-29 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-46_lh-30 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-46_lh-31 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-46_lh-32 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-46_lh-33 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-46_lh-34 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-46_lh-35 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-46_lh-36 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-46_lh-37 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-46_lh-38 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-46_lh-39 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-46_lh-40 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-46_lh-41 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-46_lh-42 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-46_lh-43 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-46_lh-44 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-46_lh-45 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-46_lh-46 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-46_lh-47 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-46_lh-48 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-46_lh-49 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-46_lh-50 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-46_lh-51 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-46_lh-52 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-46_lh-53 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-46_lh-54 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-46_lh-55 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-46_lh-56 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-46_lh-57 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-46_lh-58 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-46_lh-59 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-46_lh-60 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-46_lh-61 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-46_lh-62 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-46_lh-63 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-46_lh-64 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-46_lh-65 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-46_lh-66 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-46_lh-67 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-46_lh-68 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-46_lh-69 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-46_lh-70 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-46_lh-71 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-46_lh-72 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-46_lh-73 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-46_lh-74 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-46_lh-75 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-46_lh-76 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-46_lh-77 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-46_lh-78 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-46_lh-79 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-46_lh-80 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-47 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-47_lh-16 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-47_lh-17 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-47_lh-18 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-47_lh-19 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-47_lh-20 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-47_lh-21 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-47_lh-22 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-47_lh-23 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-47_lh-24 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-47_lh-25 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-47_lh-26 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-47_lh-27 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-47_lh-28 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-47_lh-29 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-47_lh-30 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-47_lh-31 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-47_lh-32 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-47_lh-33 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-47_lh-34 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-47_lh-35 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-47_lh-36 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-47_lh-37 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-47_lh-38 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-47_lh-39 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-47_lh-40 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-47_lh-41 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-47_lh-42 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-47_lh-43 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-47_lh-44 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-47_lh-45 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-47_lh-46 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-47_lh-47 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-47_lh-48 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-47_lh-49 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-47_lh-50 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-47_lh-51 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-47_lh-52 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-47_lh-53 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-47_lh-54 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-47_lh-55 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-47_lh-56 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-47_lh-57 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-47_lh-58 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-47_lh-59 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-47_lh-60 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-47_lh-61 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-47_lh-62 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-47_lh-63 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-47_lh-64 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-47_lh-65 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-47_lh-66 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-47_lh-67 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-47_lh-68 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-47_lh-69 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-47_lh-70 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-47_lh-71 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-47_lh-72 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-47_lh-73 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-47_lh-74 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-47_lh-75 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-47_lh-76 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-47_lh-77 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-47_lh-78 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-47_lh-79 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-47_lh-80 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-48 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-48_lh-16 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-48_lh-17 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-48_lh-18 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-48_lh-19 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-48_lh-20 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-48_lh-21 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-48_lh-22 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-48_lh-23 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-48_lh-24 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-48_lh-25 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-48_lh-26 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-48_lh-27 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-48_lh-28 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-48_lh-29 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-48_lh-30 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-48_lh-31 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-48_lh-32 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-48_lh-33 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-48_lh-34 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-48_lh-35 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-48_lh-36 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-48_lh-37 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-48_lh-38 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-48_lh-39 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-48_lh-40 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-48_lh-41 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-48_lh-42 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-48_lh-43 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-48_lh-44 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-48_lh-45 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-48_lh-46 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-48_lh-47 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-48_lh-48 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-48_lh-49 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-48_lh-50 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-48_lh-51 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-48_lh-52 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-48_lh-53 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-48_lh-54 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-48_lh-55 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-48_lh-56 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-48_lh-57 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-48_lh-58 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-48_lh-59 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-48_lh-60 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-48_lh-61 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-48_lh-62 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-48_lh-63 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-48_lh-64 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-48_lh-65 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-48_lh-66 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-48_lh-67 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-48_lh-68 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-48_lh-69 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-48_lh-70 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-48_lh-71 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-48_lh-72 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-48_lh-73 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-48_lh-74 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-48_lh-75 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-48_lh-76 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-48_lh-77 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-48_lh-78 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-48_lh-79 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-48_lh-80 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-49 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-49_lh-16 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-49_lh-17 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-49_lh-18 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-49_lh-19 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-49_lh-20 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-49_lh-21 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-49_lh-22 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-49_lh-23 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-49_lh-24 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-49_lh-25 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-49_lh-26 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-49_lh-27 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-49_lh-28 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-49_lh-29 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-49_lh-30 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-49_lh-31 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-49_lh-32 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-49_lh-33 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-49_lh-34 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-49_lh-35 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-49_lh-36 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-49_lh-37 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-49_lh-38 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-49_lh-39 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-49_lh-40 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-49_lh-41 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-49_lh-42 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-49_lh-43 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-49_lh-44 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-49_lh-45 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-49_lh-46 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-49_lh-47 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-49_lh-48 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-49_lh-49 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-49_lh-50 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-49_lh-51 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-49_lh-52 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-49_lh-53 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-49_lh-54 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-49_lh-55 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-49_lh-56 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-49_lh-57 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-49_lh-58 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-49_lh-59 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-49_lh-60 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-49_lh-61 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-49_lh-62 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-49_lh-63 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-49_lh-64 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-49_lh-65 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-49_lh-66 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-49_lh-67 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-49_lh-68 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-49_lh-69 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-49_lh-70 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-49_lh-71 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-49_lh-72 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-49_lh-73 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-49_lh-74 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-49_lh-75 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-49_lh-76 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-49_lh-77 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-49_lh-78 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-49_lh-79 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-49_lh-80 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-50 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-50_lh-16 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-50_lh-17 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-50_lh-18 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-50_lh-19 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-50_lh-20 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-50_lh-21 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-50_lh-22 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-50_lh-23 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-50_lh-24 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-50_lh-25 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-50_lh-26 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-50_lh-27 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-50_lh-28 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-50_lh-29 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-50_lh-30 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-50_lh-31 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-50_lh-32 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-50_lh-33 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-50_lh-34 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-50_lh-35 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-50_lh-36 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-50_lh-37 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-50_lh-38 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-50_lh-39 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-50_lh-40 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-50_lh-41 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-50_lh-42 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-50_lh-43 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-50_lh-44 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-50_lh-45 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-50_lh-46 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-50_lh-47 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-50_lh-48 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-50_lh-49 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-50_lh-50 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-50_lh-51 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-50_lh-52 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-50_lh-53 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-50_lh-54 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-50_lh-55 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-50_lh-56 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-50_lh-57 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-50_lh-58 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-50_lh-59 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-50_lh-60 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-50_lh-61 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-50_lh-62 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-50_lh-63 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-50_lh-64 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-50_lh-65 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-50_lh-66 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-50_lh-67 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-50_lh-68 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-50_lh-69 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-50_lh-70 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-50_lh-71 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-50_lh-72 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-50_lh-73 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-50_lh-74 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-50_lh-75 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-50_lh-76 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-50_lh-77 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-50_lh-78 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-50_lh-79 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-50_lh-80 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-51 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-51_lh-16 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-51_lh-17 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-51_lh-18 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-51_lh-19 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-51_lh-20 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-51_lh-21 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-51_lh-22 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-51_lh-23 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-51_lh-24 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-51_lh-25 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-51_lh-26 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-51_lh-27 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-51_lh-28 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-51_lh-29 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-51_lh-30 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-51_lh-31 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-51_lh-32 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-51_lh-33 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-51_lh-34 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-51_lh-35 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-51_lh-36 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-51_lh-37 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-51_lh-38 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-51_lh-39 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-51_lh-40 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-51_lh-41 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-51_lh-42 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-51_lh-43 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-51_lh-44 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-51_lh-45 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-51_lh-46 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-51_lh-47 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-51_lh-48 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-51_lh-49 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-51_lh-50 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-51_lh-51 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-51_lh-52 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-51_lh-53 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-51_lh-54 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-51_lh-55 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-51_lh-56 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-51_lh-57 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-51_lh-58 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-51_lh-59 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-51_lh-60 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-51_lh-61 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-51_lh-62 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-51_lh-63 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-51_lh-64 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-51_lh-65 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-51_lh-66 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-51_lh-67 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-51_lh-68 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-51_lh-69 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-51_lh-70 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-51_lh-71 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-51_lh-72 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-51_lh-73 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-51_lh-74 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-51_lh-75 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-51_lh-76 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-51_lh-77 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-51_lh-78 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-51_lh-79 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-51_lh-80 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-52 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-52_lh-16 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-52_lh-17 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-52_lh-18 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-52_lh-19 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-52_lh-20 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-52_lh-21 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-52_lh-22 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-52_lh-23 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-52_lh-24 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-52_lh-25 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-52_lh-26 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-52_lh-27 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-52_lh-28 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-52_lh-29 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-52_lh-30 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-52_lh-31 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-52_lh-32 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-52_lh-33 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-52_lh-34 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-52_lh-35 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-52_lh-36 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-52_lh-37 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-52_lh-38 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-52_lh-39 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-52_lh-40 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-52_lh-41 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-52_lh-42 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-52_lh-43 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-52_lh-44 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-52_lh-45 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-52_lh-46 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-52_lh-47 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-52_lh-48 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-52_lh-49 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-52_lh-50 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-52_lh-51 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-52_lh-52 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-52_lh-53 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-52_lh-54 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-52_lh-55 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-52_lh-56 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-52_lh-57 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-52_lh-58 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-52_lh-59 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-52_lh-60 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-52_lh-61 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-52_lh-62 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-52_lh-63 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-52_lh-64 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-52_lh-65 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-52_lh-66 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-52_lh-67 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-52_lh-68 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-52_lh-69 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-52_lh-70 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-52_lh-71 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-52_lh-72 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-52_lh-73 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-52_lh-74 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-52_lh-75 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-52_lh-76 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-52_lh-77 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-52_lh-78 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-52_lh-79 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-52_lh-80 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-53 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-53_lh-16 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-53_lh-17 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-53_lh-18 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-53_lh-19 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-53_lh-20 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-53_lh-21 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-53_lh-22 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-53_lh-23 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-53_lh-24 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-53_lh-25 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-53_lh-26 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-53_lh-27 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-53_lh-28 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-53_lh-29 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-53_lh-30 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-53_lh-31 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-53_lh-32 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-53_lh-33 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-53_lh-34 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-53_lh-35 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-53_lh-36 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-53_lh-37 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-53_lh-38 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-53_lh-39 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-53_lh-40 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-53_lh-41 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-53_lh-42 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-53_lh-43 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-53_lh-44 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-53_lh-45 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-53_lh-46 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-53_lh-47 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-53_lh-48 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-53_lh-49 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-53_lh-50 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-53_lh-51 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-53_lh-52 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-53_lh-53 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-53_lh-54 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-53_lh-55 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-53_lh-56 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-53_lh-57 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-53_lh-58 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-53_lh-59 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-53_lh-60 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-53_lh-61 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-53_lh-62 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-53_lh-63 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-53_lh-64 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-53_lh-65 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-53_lh-66 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-53_lh-67 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-53_lh-68 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-53_lh-69 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-53_lh-70 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-53_lh-71 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-53_lh-72 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-53_lh-73 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-53_lh-74 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-53_lh-75 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-53_lh-76 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-53_lh-77 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-53_lh-78 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-53_lh-79 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-53_lh-80 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-54 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-54_lh-16 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-54_lh-17 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-54_lh-18 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-54_lh-19 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-54_lh-20 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-54_lh-21 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-54_lh-22 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-54_lh-23 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-54_lh-24 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-54_lh-25 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-54_lh-26 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-54_lh-27 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-54_lh-28 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-54_lh-29 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-54_lh-30 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-54_lh-31 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-54_lh-32 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-54_lh-33 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-54_lh-34 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-54_lh-35 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-54_lh-36 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-54_lh-37 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-54_lh-38 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-54_lh-39 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-54_lh-40 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-54_lh-41 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-54_lh-42 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-54_lh-43 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-54_lh-44 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-54_lh-45 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-54_lh-46 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-54_lh-47 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-54_lh-48 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-54_lh-49 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-54_lh-50 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-54_lh-51 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-54_lh-52 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-54_lh-53 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-54_lh-54 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-54_lh-55 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-54_lh-56 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-54_lh-57 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-54_lh-58 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-54_lh-59 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-54_lh-60 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-54_lh-61 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-54_lh-62 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-54_lh-63 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-54_lh-64 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-54_lh-65 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-54_lh-66 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-54_lh-67 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-54_lh-68 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-54_lh-69 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-54_lh-70 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-54_lh-71 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-54_lh-72 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-54_lh-73 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-54_lh-74 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-54_lh-75 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-54_lh-76 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-54_lh-77 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-54_lh-78 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-54_lh-79 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-54_lh-80 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-55 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-55_lh-16 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-55_lh-17 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-55_lh-18 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-55_lh-19 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-55_lh-20 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-55_lh-21 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-55_lh-22 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-55_lh-23 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-55_lh-24 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-55_lh-25 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-55_lh-26 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-55_lh-27 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-55_lh-28 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-55_lh-29 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-55_lh-30 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-55_lh-31 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-55_lh-32 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-55_lh-33 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-55_lh-34 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-55_lh-35 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-55_lh-36 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-55_lh-37 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-55_lh-38 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-55_lh-39 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-55_lh-40 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-55_lh-41 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-55_lh-42 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-55_lh-43 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-55_lh-44 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-55_lh-45 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-55_lh-46 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-55_lh-47 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-55_lh-48 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-55_lh-49 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-55_lh-50 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-55_lh-51 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-55_lh-52 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-55_lh-53 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-55_lh-54 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-55_lh-55 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-55_lh-56 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-55_lh-57 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-55_lh-58 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-55_lh-59 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-55_lh-60 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-55_lh-61 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-55_lh-62 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-55_lh-63 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-55_lh-64 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-55_lh-65 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-55_lh-66 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-55_lh-67 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-55_lh-68 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-55_lh-69 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-55_lh-70 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-55_lh-71 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-55_lh-72 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-55_lh-73 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-55_lh-74 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-55_lh-75 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-55_lh-76 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-55_lh-77 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-55_lh-78 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-55_lh-79 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-55_lh-80 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-56 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-56_lh-16 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-56_lh-17 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-56_lh-18 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-56_lh-19 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-56_lh-20 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-56_lh-21 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-56_lh-22 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-56_lh-23 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-56_lh-24 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-56_lh-25 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-56_lh-26 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-56_lh-27 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-56_lh-28 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-56_lh-29 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-56_lh-30 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-56_lh-31 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-56_lh-32 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-56_lh-33 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-56_lh-34 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-56_lh-35 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-56_lh-36 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-56_lh-37 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-56_lh-38 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-56_lh-39 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-56_lh-40 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-56_lh-41 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-56_lh-42 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-56_lh-43 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-56_lh-44 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-56_lh-45 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-56_lh-46 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-56_lh-47 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-56_lh-48 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-56_lh-49 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-56_lh-50 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-56_lh-51 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-56_lh-52 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-56_lh-53 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-56_lh-54 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-56_lh-55 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-56_lh-56 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-56_lh-57 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-56_lh-58 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-56_lh-59 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-56_lh-60 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-56_lh-61 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-56_lh-62 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-56_lh-63 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-56_lh-64 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-56_lh-65 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-56_lh-66 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-56_lh-67 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-56_lh-68 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-56_lh-69 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-56_lh-70 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-56_lh-71 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-56_lh-72 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-56_lh-73 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-56_lh-74 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-56_lh-75 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-56_lh-76 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-56_lh-77 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-56_lh-78 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-56_lh-79 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-56_lh-80 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-57 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-57_lh-16 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-57_lh-17 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-57_lh-18 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-57_lh-19 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-57_lh-20 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-57_lh-21 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-57_lh-22 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-57_lh-23 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-57_lh-24 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-57_lh-25 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-57_lh-26 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-57_lh-27 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-57_lh-28 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-57_lh-29 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-57_lh-30 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-57_lh-31 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-57_lh-32 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-57_lh-33 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-57_lh-34 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-57_lh-35 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-57_lh-36 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-57_lh-37 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-57_lh-38 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-57_lh-39 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-57_lh-40 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-57_lh-41 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-57_lh-42 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-57_lh-43 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-57_lh-44 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-57_lh-45 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-57_lh-46 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-57_lh-47 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-57_lh-48 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-57_lh-49 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-57_lh-50 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-57_lh-51 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-57_lh-52 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-57_lh-53 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-57_lh-54 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-57_lh-55 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-57_lh-56 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-57_lh-57 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-57_lh-58 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-57_lh-59 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-57_lh-60 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-57_lh-61 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-57_lh-62 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-57_lh-63 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-57_lh-64 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-57_lh-65 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-57_lh-66 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-57_lh-67 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-57_lh-68 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-57_lh-69 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-57_lh-70 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-57_lh-71 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-57_lh-72 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-57_lh-73 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-57_lh-74 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-57_lh-75 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-57_lh-76 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-57_lh-77 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-57_lh-78 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-57_lh-79 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-57_lh-80 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-58 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-58_lh-16 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-58_lh-17 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-58_lh-18 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-58_lh-19 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-58_lh-20 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-58_lh-21 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-58_lh-22 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-58_lh-23 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-58_lh-24 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-58_lh-25 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-58_lh-26 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-58_lh-27 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-58_lh-28 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-58_lh-29 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-58_lh-30 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-58_lh-31 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-58_lh-32 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-58_lh-33 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-58_lh-34 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-58_lh-35 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-58_lh-36 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-58_lh-37 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-58_lh-38 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-58_lh-39 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-58_lh-40 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-58_lh-41 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-58_lh-42 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-58_lh-43 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-58_lh-44 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-58_lh-45 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-58_lh-46 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-58_lh-47 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-58_lh-48 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-58_lh-49 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-58_lh-50 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-58_lh-51 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-58_lh-52 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-58_lh-53 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-58_lh-54 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-58_lh-55 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-58_lh-56 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-58_lh-57 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-58_lh-58 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-58_lh-59 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-58_lh-60 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-58_lh-61 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-58_lh-62 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-58_lh-63 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-58_lh-64 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-58_lh-65 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-58_lh-66 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-58_lh-67 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-58_lh-68 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-58_lh-69 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-58_lh-70 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-58_lh-71 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-58_lh-72 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-58_lh-73 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-58_lh-74 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-58_lh-75 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-58_lh-76 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-58_lh-77 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-58_lh-78 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-58_lh-79 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-58_lh-80 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-59 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-59_lh-16 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-59_lh-17 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-59_lh-18 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-59_lh-19 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-59_lh-20 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-59_lh-21 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-59_lh-22 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-59_lh-23 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-59_lh-24 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-59_lh-25 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-59_lh-26 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-59_lh-27 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-59_lh-28 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-59_lh-29 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-59_lh-30 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-59_lh-31 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-59_lh-32 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-59_lh-33 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-59_lh-34 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-59_lh-35 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-59_lh-36 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-59_lh-37 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-59_lh-38 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-59_lh-39 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-59_lh-40 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-59_lh-41 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-59_lh-42 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-59_lh-43 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-59_lh-44 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-59_lh-45 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-59_lh-46 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-59_lh-47 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-59_lh-48 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-59_lh-49 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-59_lh-50 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-59_lh-51 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-59_lh-52 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-59_lh-53 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-59_lh-54 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-59_lh-55 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-59_lh-56 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-59_lh-57 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-59_lh-58 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-59_lh-59 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-59_lh-60 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-59_lh-61 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-59_lh-62 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-59_lh-63 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-59_lh-64 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-59_lh-65 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-59_lh-66 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-59_lh-67 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-59_lh-68 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-59_lh-69 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-59_lh-70 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-59_lh-71 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-59_lh-72 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-59_lh-73 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-59_lh-74 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-59_lh-75 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-59_lh-76 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-59_lh-77 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-59_lh-78 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-59_lh-79 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-59_lh-80 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-60 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-60_lh-16 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-60_lh-17 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-60_lh-18 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-60_lh-19 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-60_lh-20 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-60_lh-21 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-60_lh-22 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-60_lh-23 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-60_lh-24 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-60_lh-25 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-60_lh-26 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-60_lh-27 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-60_lh-28 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-60_lh-29 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-60_lh-30 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-60_lh-31 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-60_lh-32 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-60_lh-33 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-60_lh-34 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-60_lh-35 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-60_lh-36 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-60_lh-37 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-60_lh-38 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-60_lh-39 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-60_lh-40 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-60_lh-41 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-60_lh-42 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-60_lh-43 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-60_lh-44 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-60_lh-45 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-60_lh-46 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-60_lh-47 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-60_lh-48 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-60_lh-49 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-60_lh-50 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-60_lh-51 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-60_lh-52 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-60_lh-53 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-60_lh-54 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-60_lh-55 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-60_lh-56 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-60_lh-57 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-60_lh-58 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-60_lh-59 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-60_lh-60 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-60_lh-61 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-60_lh-62 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-60_lh-63 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-60_lh-64 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-60_lh-65 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-60_lh-66 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-60_lh-67 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-60_lh-68 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-60_lh-69 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-60_lh-70 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-60_lh-71 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-60_lh-72 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-60_lh-73 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-60_lh-74 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-60_lh-75 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-60_lh-76 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-60_lh-77 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-60_lh-78 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-60_lh-79 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-60_lh-80 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-61 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-61_lh-16 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-61_lh-17 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-61_lh-18 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-61_lh-19 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-61_lh-20 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-61_lh-21 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-61_lh-22 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-61_lh-23 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-61_lh-24 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-61_lh-25 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-61_lh-26 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-61_lh-27 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-61_lh-28 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-61_lh-29 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-61_lh-30 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-61_lh-31 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-61_lh-32 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-61_lh-33 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-61_lh-34 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-61_lh-35 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-61_lh-36 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-61_lh-37 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-61_lh-38 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-61_lh-39 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-61_lh-40 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-61_lh-41 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-61_lh-42 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-61_lh-43 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-61_lh-44 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-61_lh-45 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-61_lh-46 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-61_lh-47 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-61_lh-48 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-61_lh-49 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-61_lh-50 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-61_lh-51 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-61_lh-52 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-61_lh-53 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-61_lh-54 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-61_lh-55 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-61_lh-56 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-61_lh-57 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-61_lh-58 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-61_lh-59 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-61_lh-60 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-61_lh-61 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-61_lh-62 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-61_lh-63 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-61_lh-64 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-61_lh-65 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-61_lh-66 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-61_lh-67 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-61_lh-68 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-61_lh-69 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-61_lh-70 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-61_lh-71 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-61_lh-72 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-61_lh-73 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-61_lh-74 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-61_lh-75 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-61_lh-76 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-61_lh-77 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-61_lh-78 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-61_lh-79 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-61_lh-80 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-62 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-62_lh-16 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-62_lh-17 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-62_lh-18 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-62_lh-19 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-62_lh-20 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-62_lh-21 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-62_lh-22 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-62_lh-23 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-62_lh-24 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-62_lh-25 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-62_lh-26 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-62_lh-27 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-62_lh-28 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-62_lh-29 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-62_lh-30 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-62_lh-31 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-62_lh-32 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-62_lh-33 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-62_lh-34 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-62_lh-35 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-62_lh-36 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-62_lh-37 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-62_lh-38 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-62_lh-39 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-62_lh-40 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-62_lh-41 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-62_lh-42 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-62_lh-43 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-62_lh-44 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-62_lh-45 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-62_lh-46 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-62_lh-47 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-62_lh-48 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-62_lh-49 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-62_lh-50 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-62_lh-51 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-62_lh-52 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-62_lh-53 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-62_lh-54 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-62_lh-55 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-62_lh-56 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-62_lh-57 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-62_lh-58 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-62_lh-59 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-62_lh-60 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-62_lh-61 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-62_lh-62 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-62_lh-63 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-62_lh-64 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-62_lh-65 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-62_lh-66 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-62_lh-67 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-62_lh-68 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-62_lh-69 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-62_lh-70 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-62_lh-71 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-62_lh-72 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-62_lh-73 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-62_lh-74 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-62_lh-75 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-62_lh-76 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-62_lh-77 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-62_lh-78 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-62_lh-79 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-62_lh-80 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-63 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-63_lh-16 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-63_lh-17 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-63_lh-18 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-63_lh-19 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-63_lh-20 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-63_lh-21 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-63_lh-22 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-63_lh-23 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-63_lh-24 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-63_lh-25 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-63_lh-26 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-63_lh-27 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-63_lh-28 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-63_lh-29 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-63_lh-30 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-63_lh-31 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-63_lh-32 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-63_lh-33 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-63_lh-34 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-63_lh-35 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-63_lh-36 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-63_lh-37 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-63_lh-38 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-63_lh-39 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-63_lh-40 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-63_lh-41 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-63_lh-42 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-63_lh-43 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-63_lh-44 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-63_lh-45 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-63_lh-46 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-63_lh-47 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-63_lh-48 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-63_lh-49 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-63_lh-50 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-63_lh-51 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-63_lh-52 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-63_lh-53 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-63_lh-54 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-63_lh-55 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-63_lh-56 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-63_lh-57 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-63_lh-58 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-63_lh-59 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-63_lh-60 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-63_lh-61 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-63_lh-62 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-63_lh-63 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-63_lh-64 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-63_lh-65 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-63_lh-66 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-63_lh-67 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-63_lh-68 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-63_lh-69 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-63_lh-70 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-63_lh-71 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-63_lh-72 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-63_lh-73 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-63_lh-74 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-63_lh-75 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-63_lh-76 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-63_lh-77 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-63_lh-78 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-63_lh-79 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-63_lh-80 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-64 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-64_lh-16 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-64_lh-17 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-64_lh-18 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-64_lh-19 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-64_lh-20 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-64_lh-21 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-64_lh-22 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-64_lh-23 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-64_lh-24 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-64_lh-25 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-64_lh-26 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-64_lh-27 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-64_lh-28 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-64_lh-29 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-64_lh-30 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-64_lh-31 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-64_lh-32 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-64_lh-33 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-64_lh-34 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-64_lh-35 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-64_lh-36 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-64_lh-37 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-64_lh-38 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-64_lh-39 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-64_lh-40 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-64_lh-41 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-64_lh-42 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-64_lh-43 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-64_lh-44 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-64_lh-45 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-64_lh-46 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-64_lh-47 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-64_lh-48 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-64_lh-49 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-64_lh-50 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-64_lh-51 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-64_lh-52 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-64_lh-53 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-64_lh-54 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-64_lh-55 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-64_lh-56 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-64_lh-57 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-64_lh-58 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-64_lh-59 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-64_lh-60 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-64_lh-61 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-64_lh-62 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-64_lh-63 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-64_lh-64 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-64_lh-65 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-64_lh-66 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-64_lh-67 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-64_lh-68 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-64_lh-69 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-64_lh-70 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-64_lh-71 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-64_lh-72 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-64_lh-73 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-64_lh-74 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-64_lh-75 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-64_lh-76 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-64_lh-77 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-64_lh-78 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-64_lh-79 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-64_lh-80 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-65 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-65_lh-16 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-65_lh-17 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-65_lh-18 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-65_lh-19 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-65_lh-20 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-65_lh-21 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-65_lh-22 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-65_lh-23 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-65_lh-24 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-65_lh-25 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-65_lh-26 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-65_lh-27 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-65_lh-28 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-65_lh-29 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-65_lh-30 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-65_lh-31 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-65_lh-32 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-65_lh-33 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-65_lh-34 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-65_lh-35 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-65_lh-36 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-65_lh-37 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-65_lh-38 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-65_lh-39 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-65_lh-40 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-65_lh-41 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-65_lh-42 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-65_lh-43 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-65_lh-44 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-65_lh-45 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-65_lh-46 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-65_lh-47 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-65_lh-48 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-65_lh-49 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-65_lh-50 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-65_lh-51 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-65_lh-52 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-65_lh-53 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-65_lh-54 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-65_lh-55 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-65_lh-56 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-65_lh-57 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-65_lh-58 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-65_lh-59 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-65_lh-60 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-65_lh-61 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-65_lh-62 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-65_lh-63 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-65_lh-64 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-65_lh-65 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-65_lh-66 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-65_lh-67 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-65_lh-68 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-65_lh-69 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-65_lh-70 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-65_lh-71 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-65_lh-72 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-65_lh-73 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-65_lh-74 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-65_lh-75 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-65_lh-76 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-65_lh-77 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-65_lh-78 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-65_lh-79 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-65_lh-80 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-66 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-66_lh-16 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-66_lh-17 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-66_lh-18 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-66_lh-19 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-66_lh-20 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-66_lh-21 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-66_lh-22 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-66_lh-23 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-66_lh-24 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-66_lh-25 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-66_lh-26 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-66_lh-27 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-66_lh-28 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-66_lh-29 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-66_lh-30 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-66_lh-31 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-66_lh-32 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-66_lh-33 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-66_lh-34 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-66_lh-35 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-66_lh-36 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-66_lh-37 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-66_lh-38 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-66_lh-39 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-66_lh-40 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-66_lh-41 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-66_lh-42 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-66_lh-43 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-66_lh-44 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-66_lh-45 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-66_lh-46 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-66_lh-47 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-66_lh-48 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-66_lh-49 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-66_lh-50 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-66_lh-51 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-66_lh-52 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-66_lh-53 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-66_lh-54 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-66_lh-55 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-66_lh-56 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-66_lh-57 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-66_lh-58 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-66_lh-59 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-66_lh-60 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-66_lh-61 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-66_lh-62 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-66_lh-63 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-66_lh-64 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-66_lh-65 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-66_lh-66 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-66_lh-67 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-66_lh-68 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-66_lh-69 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-66_lh-70 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-66_lh-71 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-66_lh-72 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-66_lh-73 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-66_lh-74 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-66_lh-75 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-66_lh-76 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-66_lh-77 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-66_lh-78 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-66_lh-79 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-66_lh-80 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-67 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-67_lh-16 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-67_lh-17 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-67_lh-18 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-67_lh-19 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-67_lh-20 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-67_lh-21 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-67_lh-22 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-67_lh-23 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-67_lh-24 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-67_lh-25 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-67_lh-26 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-67_lh-27 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-67_lh-28 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-67_lh-29 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-67_lh-30 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-67_lh-31 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-67_lh-32 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-67_lh-33 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-67_lh-34 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-67_lh-35 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-67_lh-36 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-67_lh-37 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-67_lh-38 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-67_lh-39 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-67_lh-40 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-67_lh-41 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-67_lh-42 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-67_lh-43 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-67_lh-44 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-67_lh-45 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-67_lh-46 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-67_lh-47 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-67_lh-48 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-67_lh-49 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-67_lh-50 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-67_lh-51 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-67_lh-52 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-67_lh-53 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-67_lh-54 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-67_lh-55 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-67_lh-56 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-67_lh-57 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-67_lh-58 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-67_lh-59 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-67_lh-60 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-67_lh-61 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-67_lh-62 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-67_lh-63 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-67_lh-64 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-67_lh-65 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-67_lh-66 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-67_lh-67 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-67_lh-68 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-67_lh-69 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-67_lh-70 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-67_lh-71 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-67_lh-72 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-67_lh-73 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-67_lh-74 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-67_lh-75 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-67_lh-76 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-67_lh-77 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-67_lh-78 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-67_lh-79 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-67_lh-80 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-68 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-68_lh-16 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-68_lh-17 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-68_lh-18 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-68_lh-19 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-68_lh-20 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-68_lh-21 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-68_lh-22 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-68_lh-23 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-68_lh-24 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-68_lh-25 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-68_lh-26 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-68_lh-27 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-68_lh-28 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-68_lh-29 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-68_lh-30 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-68_lh-31 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-68_lh-32 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-68_lh-33 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-68_lh-34 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-68_lh-35 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-68_lh-36 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-68_lh-37 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-68_lh-38 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-68_lh-39 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-68_lh-40 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-68_lh-41 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-68_lh-42 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-68_lh-43 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-68_lh-44 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-68_lh-45 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-68_lh-46 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-68_lh-47 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-68_lh-48 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-68_lh-49 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-68_lh-50 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-68_lh-51 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-68_lh-52 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-68_lh-53 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-68_lh-54 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-68_lh-55 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-68_lh-56 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-68_lh-57 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-68_lh-58 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-68_lh-59 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-68_lh-60 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-68_lh-61 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-68_lh-62 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-68_lh-63 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-68_lh-64 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-68_lh-65 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-68_lh-66 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-68_lh-67 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-68_lh-68 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-68_lh-69 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-68_lh-70 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-68_lh-71 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-68_lh-72 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-68_lh-73 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-68_lh-74 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-68_lh-75 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-68_lh-76 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-68_lh-77 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-68_lh-78 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-68_lh-79 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-68_lh-80 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-69 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-69_lh-16 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-69_lh-17 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-69_lh-18 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-69_lh-19 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-69_lh-20 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-69_lh-21 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-69_lh-22 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-69_lh-23 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-69_lh-24 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-69_lh-25 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-69_lh-26 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-69_lh-27 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-69_lh-28 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-69_lh-29 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-69_lh-30 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-69_lh-31 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-69_lh-32 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-69_lh-33 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-69_lh-34 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-69_lh-35 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-69_lh-36 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-69_lh-37 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-69_lh-38 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-69_lh-39 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-69_lh-40 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-69_lh-41 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-69_lh-42 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-69_lh-43 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-69_lh-44 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-69_lh-45 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-69_lh-46 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-69_lh-47 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-69_lh-48 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-69_lh-49 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-69_lh-50 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-69_lh-51 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-69_lh-52 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-69_lh-53 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-69_lh-54 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-69_lh-55 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-69_lh-56 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-69_lh-57 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-69_lh-58 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-69_lh-59 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-69_lh-60 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-69_lh-61 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-69_lh-62 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-69_lh-63 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-69_lh-64 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-69_lh-65 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-69_lh-66 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-69_lh-67 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-69_lh-68 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-69_lh-69 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-69_lh-70 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-69_lh-71 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-69_lh-72 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-69_lh-73 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-69_lh-74 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-69_lh-75 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-69_lh-76 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-69_lh-77 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-69_lh-78 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-69_lh-79 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-69_lh-80 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-70 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-70_lh-16 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-70_lh-17 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-70_lh-18 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-70_lh-19 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-70_lh-20 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-70_lh-21 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-70_lh-22 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-70_lh-23 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-70_lh-24 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-70_lh-25 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-70_lh-26 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-70_lh-27 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-70_lh-28 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-70_lh-29 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-70_lh-30 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-70_lh-31 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-70_lh-32 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-70_lh-33 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-70_lh-34 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-70_lh-35 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-70_lh-36 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-70_lh-37 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-70_lh-38 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-70_lh-39 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-70_lh-40 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-70_lh-41 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-70_lh-42 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-70_lh-43 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-70_lh-44 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-70_lh-45 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-70_lh-46 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-70_lh-47 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-70_lh-48 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-70_lh-49 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-70_lh-50 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-70_lh-51 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-70_lh-52 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-70_lh-53 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-70_lh-54 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-70_lh-55 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-70_lh-56 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-70_lh-57 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-70_lh-58 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-70_lh-59 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-70_lh-60 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-70_lh-61 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-70_lh-62 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-70_lh-63 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-70_lh-64 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-70_lh-65 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-70_lh-66 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-70_lh-67 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-70_lh-68 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-70_lh-69 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-70_lh-70 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-70_lh-71 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-70_lh-72 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-70_lh-73 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-70_lh-74 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-70_lh-75 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-70_lh-76 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-70_lh-77 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-70_lh-78 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-70_lh-79 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-70_lh-80 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-71 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-71_lh-16 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-71_lh-17 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-71_lh-18 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-71_lh-19 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-71_lh-20 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-71_lh-21 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-71_lh-22 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-71_lh-23 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-71_lh-24 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-71_lh-25 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-71_lh-26 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-71_lh-27 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-71_lh-28 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-71_lh-29 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-71_lh-30 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-71_lh-31 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-71_lh-32 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-71_lh-33 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-71_lh-34 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-71_lh-35 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-71_lh-36 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-71_lh-37 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-71_lh-38 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-71_lh-39 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-71_lh-40 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-71_lh-41 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-71_lh-42 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-71_lh-43 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-71_lh-44 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-71_lh-45 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-71_lh-46 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-71_lh-47 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-71_lh-48 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-71_lh-49 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-71_lh-50 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-71_lh-51 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-71_lh-52 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-71_lh-53 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-71_lh-54 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-71_lh-55 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-71_lh-56 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-71_lh-57 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-71_lh-58 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-71_lh-59 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-71_lh-60 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-71_lh-61 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-71_lh-62 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-71_lh-63 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-71_lh-64 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-71_lh-65 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-71_lh-66 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-71_lh-67 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-71_lh-68 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-71_lh-69 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-71_lh-70 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-71_lh-71 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-71_lh-72 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-71_lh-73 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-71_lh-74 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-71_lh-75 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-71_lh-76 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-71_lh-77 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-71_lh-78 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-71_lh-79 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-71_lh-80 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-72 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-72_lh-16 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-72_lh-17 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-72_lh-18 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-72_lh-19 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-72_lh-20 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-72_lh-21 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-72_lh-22 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-72_lh-23 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-72_lh-24 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-72_lh-25 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-72_lh-26 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-72_lh-27 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-72_lh-28 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-72_lh-29 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-72_lh-30 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-72_lh-31 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-72_lh-32 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-72_lh-33 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-72_lh-34 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-72_lh-35 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-72_lh-36 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-72_lh-37 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-72_lh-38 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-72_lh-39 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-72_lh-40 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-72_lh-41 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-72_lh-42 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-72_lh-43 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-72_lh-44 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-72_lh-45 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-72_lh-46 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-72_lh-47 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-72_lh-48 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-72_lh-49 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-72_lh-50 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-72_lh-51 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-72_lh-52 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-72_lh-53 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-72_lh-54 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-72_lh-55 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-72_lh-56 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-72_lh-57 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-72_lh-58 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-72_lh-59 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-72_lh-60 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-72_lh-61 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-72_lh-62 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-72_lh-63 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-72_lh-64 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-72_lh-65 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-72_lh-66 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-72_lh-67 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-72_lh-68 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-72_lh-69 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-72_lh-70 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-72_lh-71 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-72_lh-72 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-72_lh-73 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-72_lh-74 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-72_lh-75 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-72_lh-76 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-72_lh-77 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-72_lh-78 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-72_lh-79 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-72_lh-80 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-73 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-73_lh-16 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-73_lh-17 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-73_lh-18 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-73_lh-19 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-73_lh-20 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-73_lh-21 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-73_lh-22 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-73_lh-23 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-73_lh-24 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-73_lh-25 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-73_lh-26 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-73_lh-27 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-73_lh-28 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-73_lh-29 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-73_lh-30 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-73_lh-31 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-73_lh-32 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-73_lh-33 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-73_lh-34 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-73_lh-35 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-73_lh-36 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-73_lh-37 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-73_lh-38 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-73_lh-39 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-73_lh-40 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-73_lh-41 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-73_lh-42 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-73_lh-43 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-73_lh-44 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-73_lh-45 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-73_lh-46 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-73_lh-47 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-73_lh-48 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-73_lh-49 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-73_lh-50 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-73_lh-51 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-73_lh-52 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-73_lh-53 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-73_lh-54 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-73_lh-55 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-73_lh-56 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-73_lh-57 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-73_lh-58 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-73_lh-59 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-73_lh-60 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-73_lh-61 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-73_lh-62 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-73_lh-63 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-73_lh-64 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-73_lh-65 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-73_lh-66 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-73_lh-67 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-73_lh-68 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-73_lh-69 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-73_lh-70 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-73_lh-71 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-73_lh-72 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-73_lh-73 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-73_lh-74 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-73_lh-75 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-73_lh-76 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-73_lh-77 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-73_lh-78 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-73_lh-79 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-73_lh-80 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-74 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-74_lh-16 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-74_lh-17 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-74_lh-18 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-74_lh-19 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-74_lh-20 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-74_lh-21 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-74_lh-22 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-74_lh-23 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-74_lh-24 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-74_lh-25 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-74_lh-26 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-74_lh-27 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-74_lh-28 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-74_lh-29 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-74_lh-30 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-74_lh-31 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-74_lh-32 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-74_lh-33 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-74_lh-34 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-74_lh-35 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-74_lh-36 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-74_lh-37 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-74_lh-38 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-74_lh-39 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-74_lh-40 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-74_lh-41 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-74_lh-42 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-74_lh-43 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-74_lh-44 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-74_lh-45 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-74_lh-46 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-74_lh-47 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-74_lh-48 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-74_lh-49 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-74_lh-50 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-74_lh-51 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-74_lh-52 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-74_lh-53 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-74_lh-54 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-74_lh-55 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-74_lh-56 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-74_lh-57 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-74_lh-58 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-74_lh-59 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-74_lh-60 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-74_lh-61 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-74_lh-62 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-74_lh-63 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-74_lh-64 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-74_lh-65 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-74_lh-66 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-74_lh-67 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-74_lh-68 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-74_lh-69 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-74_lh-70 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-74_lh-71 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-74_lh-72 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-74_lh-73 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-74_lh-74 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-74_lh-75 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-74_lh-76 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-74_lh-77 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-74_lh-78 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-74_lh-79 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-74_lh-80 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-75 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-75_lh-16 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-75_lh-17 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-75_lh-18 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-75_lh-19 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-75_lh-20 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-75_lh-21 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-75_lh-22 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-75_lh-23 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-75_lh-24 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-75_lh-25 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-75_lh-26 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-75_lh-27 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-75_lh-28 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-75_lh-29 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-75_lh-30 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-75_lh-31 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-75_lh-32 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-75_lh-33 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-75_lh-34 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-75_lh-35 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-75_lh-36 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-75_lh-37 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-75_lh-38 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-75_lh-39 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-75_lh-40 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-75_lh-41 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-75_lh-42 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-75_lh-43 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-75_lh-44 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-75_lh-45 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-75_lh-46 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-75_lh-47 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-75_lh-48 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-75_lh-49 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-75_lh-50 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-75_lh-51 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-75_lh-52 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-75_lh-53 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-75_lh-54 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-75_lh-55 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-75_lh-56 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-75_lh-57 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-75_lh-58 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-75_lh-59 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-75_lh-60 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-75_lh-61 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-75_lh-62 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-75_lh-63 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-75_lh-64 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-75_lh-65 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-75_lh-66 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-75_lh-67 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-75_lh-68 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-75_lh-69 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-75_lh-70 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-75_lh-71 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-75_lh-72 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-75_lh-73 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-75_lh-74 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-75_lh-75 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-75_lh-76 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-75_lh-77 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-75_lh-78 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-75_lh-79 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-75_lh-80 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-76 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-76_lh-16 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-76_lh-17 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-76_lh-18 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-76_lh-19 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-76_lh-20 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-76_lh-21 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-76_lh-22 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-76_lh-23 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-76_lh-24 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-76_lh-25 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-76_lh-26 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-76_lh-27 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-76_lh-28 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-76_lh-29 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-76_lh-30 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-76_lh-31 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-76_lh-32 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-76_lh-33 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-76_lh-34 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-76_lh-35 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-76_lh-36 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-76_lh-37 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-76_lh-38 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-76_lh-39 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-76_lh-40 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-76_lh-41 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-76_lh-42 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-76_lh-43 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-76_lh-44 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-76_lh-45 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-76_lh-46 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-76_lh-47 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-76_lh-48 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-76_lh-49 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-76_lh-50 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-76_lh-51 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-76_lh-52 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-76_lh-53 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-76_lh-54 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-76_lh-55 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-76_lh-56 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-76_lh-57 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-76_lh-58 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-76_lh-59 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-76_lh-60 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-76_lh-61 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-76_lh-62 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-76_lh-63 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-76_lh-64 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-76_lh-65 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-76_lh-66 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-76_lh-67 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-76_lh-68 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-76_lh-69 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-76_lh-70 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-76_lh-71 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-76_lh-72 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-76_lh-73 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-76_lh-74 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-76_lh-75 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-76_lh-76 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-76_lh-77 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-76_lh-78 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-76_lh-79 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-76_lh-80 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-77 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-77_lh-16 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-77_lh-17 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-77_lh-18 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-77_lh-19 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-77_lh-20 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-77_lh-21 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-77_lh-22 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-77_lh-23 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-77_lh-24 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-77_lh-25 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-77_lh-26 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-77_lh-27 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-77_lh-28 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-77_lh-29 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-77_lh-30 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-77_lh-31 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-77_lh-32 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-77_lh-33 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-77_lh-34 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-77_lh-35 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-77_lh-36 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-77_lh-37 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-77_lh-38 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-77_lh-39 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-77_lh-40 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-77_lh-41 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-77_lh-42 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-77_lh-43 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-77_lh-44 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-77_lh-45 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-77_lh-46 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-77_lh-47 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-77_lh-48 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-77_lh-49 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-77_lh-50 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-77_lh-51 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-77_lh-52 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-77_lh-53 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-77_lh-54 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-77_lh-55 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-77_lh-56 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-77_lh-57 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-77_lh-58 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-77_lh-59 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-77_lh-60 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-77_lh-61 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-77_lh-62 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-77_lh-63 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-77_lh-64 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-77_lh-65 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-77_lh-66 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-77_lh-67 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-77_lh-68 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-77_lh-69 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-77_lh-70 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-77_lh-71 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-77_lh-72 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-77_lh-73 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-77_lh-74 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-77_lh-75 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-77_lh-76 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-77_lh-77 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-77_lh-78 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-77_lh-79 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-77_lh-80 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-78 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-78_lh-16 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-78_lh-17 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-78_lh-18 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-78_lh-19 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-78_lh-20 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-78_lh-21 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-78_lh-22 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-78_lh-23 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-78_lh-24 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-78_lh-25 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-78_lh-26 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-78_lh-27 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-78_lh-28 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-78_lh-29 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-78_lh-30 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-78_lh-31 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-78_lh-32 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-78_lh-33 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-78_lh-34 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-78_lh-35 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-78_lh-36 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-78_lh-37 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-78_lh-38 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-78_lh-39 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-78_lh-40 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-78_lh-41 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-78_lh-42 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-78_lh-43 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-78_lh-44 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-78_lh-45 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-78_lh-46 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-78_lh-47 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-78_lh-48 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-78_lh-49 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-78_lh-50 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-78_lh-51 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-78_lh-52 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-78_lh-53 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-78_lh-54 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-78_lh-55 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-78_lh-56 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-78_lh-57 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-78_lh-58 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-78_lh-59 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-78_lh-60 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-78_lh-61 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-78_lh-62 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-78_lh-63 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-78_lh-64 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-78_lh-65 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-78_lh-66 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-78_lh-67 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-78_lh-68 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-78_lh-69 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-78_lh-70 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-78_lh-71 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-78_lh-72 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-78_lh-73 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-78_lh-74 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-78_lh-75 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-78_lh-76 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-78_lh-77 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-78_lh-78 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-78_lh-79 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-78_lh-80 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-79 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-79_lh-16 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-79_lh-17 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-79_lh-18 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-79_lh-19 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-79_lh-20 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-79_lh-21 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-79_lh-22 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-79_lh-23 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-79_lh-24 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-79_lh-25 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-79_lh-26 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-79_lh-27 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-79_lh-28 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-79_lh-29 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-79_lh-30 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-79_lh-31 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-79_lh-32 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-79_lh-33 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-79_lh-34 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-79_lh-35 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-79_lh-36 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-79_lh-37 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-79_lh-38 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-79_lh-39 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-79_lh-40 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-79_lh-41 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-79_lh-42 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-79_lh-43 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-79_lh-44 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-79_lh-45 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-79_lh-46 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-79_lh-47 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-79_lh-48 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-79_lh-49 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-79_lh-50 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-79_lh-51 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-79_lh-52 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-79_lh-53 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-79_lh-54 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-79_lh-55 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-79_lh-56 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-79_lh-57 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-79_lh-58 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-79_lh-59 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-79_lh-60 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-79_lh-61 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-79_lh-62 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-79_lh-63 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-79_lh-64 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-79_lh-65 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-79_lh-66 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-79_lh-67 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-79_lh-68 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-79_lh-69 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-79_lh-70 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-79_lh-71 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-79_lh-72 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-79_lh-73 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-79_lh-74 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-79_lh-75 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-79_lh-76 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-79_lh-77 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-79_lh-78 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-79_lh-79 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-79_lh-80 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h400-80 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-80_lh-16 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.fs-h400-80_lh-17 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.fs-h400-80_lh-18 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.fs-h400-80_lh-19 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.fs-h400-80_lh-20 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.fs-h400-80_lh-21 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fs-h400-80_lh-22 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.fs-h400-80_lh-23 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.fs-h400-80_lh-24 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.fs-h400-80_lh-25 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.fs-h400-80_lh-26 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.fs-h400-80_lh-27 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}

.fs-h400-80_lh-28 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.fs-h400-80_lh-29 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.fs-h400-80_lh-30 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.fs-h400-80_lh-31 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}

.fs-h400-80_lh-32 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

.fs-h400-80_lh-33 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
}

.fs-h400-80_lh-34 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

.fs-h400-80_lh-35 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
}

.fs-h400-80_lh-36 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.fs-h400-80_lh-37 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 37px !important;
}

.fs-h400-80_lh-38 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
}

.fs-h400-80_lh-39 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 39px !important;
}

.fs-h400-80_lh-40 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.fs-h400-80_lh-41 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 41px !important;
}

.fs-h400-80_lh-42 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
}

.fs-h400-80_lh-43 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}

.fs-h400-80_lh-44 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
}

.fs-h400-80_lh-45 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
}

.fs-h400-80_lh-46 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 46px !important;
}

.fs-h400-80_lh-47 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 47px !important;
}

.fs-h400-80_lh-48 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
}

.fs-h400-80_lh-49 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 49px !important;
}

.fs-h400-80_lh-50 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}

.fs-h400-80_lh-51 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 51px !important;
}

.fs-h400-80_lh-52 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 52px !important;
}

.fs-h400-80_lh-53 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}

.fs-h400-80_lh-54 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}

.fs-h400-80_lh-55 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 55px !important;
}

.fs-h400-80_lh-56 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 56px !important;
}

.fs-h400-80_lh-57 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 57px !important;
}

.fs-h400-80_lh-58 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 58px !important;
}

.fs-h400-80_lh-59 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}

.fs-h400-80_lh-60 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}

.fs-h400-80_lh-61 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 61px !important;
}

.fs-h400-80_lh-62 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 62px !important;
}

.fs-h400-80_lh-63 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 63px !important;
}

.fs-h400-80_lh-64 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 64px !important;
}

.fs-h400-80_lh-65 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.fs-h400-80_lh-66 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 66px !important;
}

.fs-h400-80_lh-67 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 67px !important;
}

.fs-h400-80_lh-68 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 68px !important;
}

.fs-h400-80_lh-69 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 69px !important;
}

.fs-h400-80_lh-70 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
}

.fs-h400-80_lh-71 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 71px !important;
}

.fs-h400-80_lh-72 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
}

.fs-h400-80_lh-73 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 73px !important;
}

.fs-h400-80_lh-74 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 74px !important;
}

.fs-h400-80_lh-75 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 75px !important;
}

.fs-h400-80_lh-76 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 76px !important;
}

.fs-h400-80_lh-77 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 77px !important;
}

.fs-h400-80_lh-78 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 78px !important;
}

.fs-h400-80_lh-79 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 79px !important;
}

.fs-h400-80_lh-80 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 80px !important;
}

.fs-h500-8 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-8_lh-16 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-8_lh-17 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-8_lh-18 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-8_lh-19 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-8_lh-20 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-8_lh-21 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-8_lh-22 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-8_lh-23 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-8_lh-24 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-8_lh-25 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-8_lh-26 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-8_lh-27 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-8_lh-28 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-8_lh-29 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-8_lh-30 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-8_lh-31 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-8_lh-32 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-8_lh-33 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-8_lh-34 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-8_lh-35 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-8_lh-36 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-8_lh-37 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-8_lh-38 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-8_lh-39 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-8_lh-40 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-8_lh-41 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-8_lh-42 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-8_lh-43 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-8_lh-44 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-8_lh-45 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-8_lh-46 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-8_lh-47 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-8_lh-48 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-8_lh-49 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-8_lh-50 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-8_lh-51 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-8_lh-52 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-8_lh-53 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-8_lh-54 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-8_lh-55 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-8_lh-56 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-8_lh-57 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-8_lh-58 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-8_lh-59 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-8_lh-60 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-8_lh-61 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-8_lh-62 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-8_lh-63 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-8_lh-64 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-8_lh-65 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-8_lh-66 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-8_lh-67 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-8_lh-68 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-8_lh-69 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-8_lh-70 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-8_lh-71 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-8_lh-72 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-8_lh-73 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-8_lh-74 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-8_lh-75 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-8_lh-76 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-8_lh-77 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-8_lh-78 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-8_lh-79 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-8_lh-80 {
  font-style: normal !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-9 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-9_lh-16 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-9_lh-17 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-9_lh-18 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-9_lh-19 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-9_lh-20 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-9_lh-21 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-9_lh-22 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-9_lh-23 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-9_lh-24 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-9_lh-25 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-9_lh-26 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-9_lh-27 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-9_lh-28 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-9_lh-29 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-9_lh-30 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-9_lh-31 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-9_lh-32 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-9_lh-33 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-9_lh-34 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-9_lh-35 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-9_lh-36 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-9_lh-37 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-9_lh-38 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-9_lh-39 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-9_lh-40 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-9_lh-41 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-9_lh-42 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-9_lh-43 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-9_lh-44 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-9_lh-45 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-9_lh-46 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-9_lh-47 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-9_lh-48 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-9_lh-49 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-9_lh-50 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-9_lh-51 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-9_lh-52 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-9_lh-53 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-9_lh-54 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-9_lh-55 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-9_lh-56 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-9_lh-57 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-9_lh-58 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-9_lh-59 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-9_lh-60 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-9_lh-61 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-9_lh-62 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-9_lh-63 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-9_lh-64 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-9_lh-65 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-9_lh-66 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-9_lh-67 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-9_lh-68 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-9_lh-69 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-9_lh-70 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-9_lh-71 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-9_lh-72 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-9_lh-73 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-9_lh-74 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-9_lh-75 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-9_lh-76 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-9_lh-77 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-9_lh-78 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-9_lh-79 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-9_lh-80 {
  font-style: normal !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-10 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-10_lh-16 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-10_lh-17 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-10_lh-18 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-10_lh-19 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-10_lh-20 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-10_lh-21 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-10_lh-22 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-10_lh-23 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-10_lh-24 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-10_lh-25 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-10_lh-26 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-10_lh-27 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-10_lh-28 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-10_lh-29 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-10_lh-30 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-10_lh-31 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-10_lh-32 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-10_lh-33 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-10_lh-34 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-10_lh-35 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-10_lh-36 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-10_lh-37 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-10_lh-38 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-10_lh-39 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-10_lh-40 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-10_lh-41 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-10_lh-42 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-10_lh-43 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-10_lh-44 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-10_lh-45 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-10_lh-46 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-10_lh-47 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-10_lh-48 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-10_lh-49 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-10_lh-50 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-10_lh-51 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-10_lh-52 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-10_lh-53 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-10_lh-54 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-10_lh-55 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-10_lh-56 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-10_lh-57 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-10_lh-58 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-10_lh-59 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-10_lh-60 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-10_lh-61 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-10_lh-62 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-10_lh-63 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-10_lh-64 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-10_lh-65 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-10_lh-66 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-10_lh-67 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-10_lh-68 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-10_lh-69 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-10_lh-70 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-10_lh-71 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-10_lh-72 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-10_lh-73 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-10_lh-74 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-10_lh-75 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-10_lh-76 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-10_lh-77 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-10_lh-78 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-10_lh-79 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-10_lh-80 {
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-11 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-11_lh-16 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-11_lh-17 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-11_lh-18 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-11_lh-19 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-11_lh-20 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-11_lh-21 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-11_lh-22 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-11_lh-23 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-11_lh-24 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-11_lh-25 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-11_lh-26 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-11_lh-27 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-11_lh-28 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-11_lh-29 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-11_lh-30 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-11_lh-31 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-11_lh-32 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-11_lh-33 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-11_lh-34 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-11_lh-35 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-11_lh-36 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-11_lh-37 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-11_lh-38 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-11_lh-39 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-11_lh-40 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-11_lh-41 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-11_lh-42 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-11_lh-43 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-11_lh-44 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-11_lh-45 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-11_lh-46 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-11_lh-47 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-11_lh-48 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-11_lh-49 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-11_lh-50 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-11_lh-51 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-11_lh-52 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-11_lh-53 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-11_lh-54 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-11_lh-55 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-11_lh-56 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-11_lh-57 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-11_lh-58 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-11_lh-59 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-11_lh-60 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-11_lh-61 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-11_lh-62 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-11_lh-63 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-11_lh-64 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-11_lh-65 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-11_lh-66 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-11_lh-67 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-11_lh-68 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-11_lh-69 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-11_lh-70 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-11_lh-71 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-11_lh-72 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-11_lh-73 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-11_lh-74 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-11_lh-75 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-11_lh-76 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-11_lh-77 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-11_lh-78 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-11_lh-79 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-11_lh-80 {
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-12 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-12_lh-16 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-12_lh-17 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-12_lh-18 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-12_lh-19 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-12_lh-20 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-12_lh-21 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-12_lh-22 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-12_lh-23 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-12_lh-24 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-12_lh-25 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-12_lh-26 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-12_lh-27 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-12_lh-28 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-12_lh-29 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-12_lh-30 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-12_lh-31 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-12_lh-32 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-12_lh-33 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-12_lh-34 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-12_lh-35 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-12_lh-36 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-12_lh-37 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-12_lh-38 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-12_lh-39 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-12_lh-40 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-12_lh-41 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-12_lh-42 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-12_lh-43 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-12_lh-44 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-12_lh-45 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-12_lh-46 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-12_lh-47 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-12_lh-48 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-12_lh-49 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-12_lh-50 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-12_lh-51 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-12_lh-52 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-12_lh-53 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-12_lh-54 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-12_lh-55 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-12_lh-56 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-12_lh-57 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-12_lh-58 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-12_lh-59 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-12_lh-60 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-12_lh-61 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-12_lh-62 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-12_lh-63 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-12_lh-64 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-12_lh-65 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-12_lh-66 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-12_lh-67 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-12_lh-68 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-12_lh-69 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-12_lh-70 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-12_lh-71 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-12_lh-72 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-12_lh-73 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-12_lh-74 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-12_lh-75 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-12_lh-76 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-12_lh-77 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-12_lh-78 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-12_lh-79 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-12_lh-80 {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-13 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-13_lh-16 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-13_lh-17 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-13_lh-18 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-13_lh-19 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-13_lh-20 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-13_lh-21 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-13_lh-22 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-13_lh-23 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-13_lh-24 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-13_lh-25 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-13_lh-26 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-13_lh-27 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-13_lh-28 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-13_lh-29 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-13_lh-30 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-13_lh-31 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-13_lh-32 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-13_lh-33 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-13_lh-34 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-13_lh-35 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-13_lh-36 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-13_lh-37 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-13_lh-38 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-13_lh-39 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-13_lh-40 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-13_lh-41 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-13_lh-42 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-13_lh-43 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-13_lh-44 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-13_lh-45 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-13_lh-46 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-13_lh-47 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-13_lh-48 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-13_lh-49 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-13_lh-50 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-13_lh-51 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-13_lh-52 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-13_lh-53 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-13_lh-54 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-13_lh-55 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-13_lh-56 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-13_lh-57 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-13_lh-58 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-13_lh-59 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-13_lh-60 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-13_lh-61 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-13_lh-62 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-13_lh-63 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-13_lh-64 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-13_lh-65 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-13_lh-66 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-13_lh-67 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-13_lh-68 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-13_lh-69 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-13_lh-70 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-13_lh-71 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-13_lh-72 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-13_lh-73 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-13_lh-74 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-13_lh-75 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-13_lh-76 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-13_lh-77 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-13_lh-78 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-13_lh-79 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-13_lh-80 {
  font-style: normal !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-14 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-14_lh-16 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-14_lh-17 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-14_lh-18 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-14_lh-19 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-14_lh-20 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-14_lh-21 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-14_lh-22 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-14_lh-23 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-14_lh-24 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-14_lh-25 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-14_lh-26 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-14_lh-27 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-14_lh-28 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-14_lh-29 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-14_lh-30 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-14_lh-31 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-14_lh-32 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-14_lh-33 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-14_lh-34 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-14_lh-35 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-14_lh-36 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-14_lh-37 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-14_lh-38 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-14_lh-39 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-14_lh-40 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-14_lh-41 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-14_lh-42 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-14_lh-43 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-14_lh-44 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-14_lh-45 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-14_lh-46 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-14_lh-47 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-14_lh-48 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-14_lh-49 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-14_lh-50 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-14_lh-51 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-14_lh-52 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-14_lh-53 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-14_lh-54 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-14_lh-55 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-14_lh-56 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-14_lh-57 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-14_lh-58 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-14_lh-59 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-14_lh-60 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-14_lh-61 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-14_lh-62 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-14_lh-63 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-14_lh-64 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-14_lh-65 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-14_lh-66 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-14_lh-67 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-14_lh-68 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-14_lh-69 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-14_lh-70 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-14_lh-71 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-14_lh-72 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-14_lh-73 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-14_lh-74 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-14_lh-75 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-14_lh-76 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-14_lh-77 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-14_lh-78 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-14_lh-79 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-14_lh-80 {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-15 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-15_lh-16 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-15_lh-17 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-15_lh-18 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-15_lh-19 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-15_lh-20 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-15_lh-21 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-15_lh-22 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-15_lh-23 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-15_lh-24 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-15_lh-25 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-15_lh-26 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-15_lh-27 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-15_lh-28 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-15_lh-29 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-15_lh-30 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-15_lh-31 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-15_lh-32 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-15_lh-33 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-15_lh-34 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-15_lh-35 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-15_lh-36 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-15_lh-37 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-15_lh-38 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-15_lh-39 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-15_lh-40 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-15_lh-41 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-15_lh-42 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-15_lh-43 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-15_lh-44 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-15_lh-45 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-15_lh-46 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-15_lh-47 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-15_lh-48 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-15_lh-49 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-15_lh-50 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-15_lh-51 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-15_lh-52 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-15_lh-53 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-15_lh-54 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-15_lh-55 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-15_lh-56 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-15_lh-57 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-15_lh-58 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-15_lh-59 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-15_lh-60 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-15_lh-61 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-15_lh-62 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-15_lh-63 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-15_lh-64 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-15_lh-65 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-15_lh-66 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-15_lh-67 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-15_lh-68 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-15_lh-69 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-15_lh-70 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-15_lh-71 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-15_lh-72 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-15_lh-73 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-15_lh-74 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-15_lh-75 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-15_lh-76 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-15_lh-77 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-15_lh-78 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-15_lh-79 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-15_lh-80 {
  font-style: normal !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-16 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-16_lh-16 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-16_lh-17 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-16_lh-18 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-16_lh-19 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-16_lh-20 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-16_lh-21 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-16_lh-22 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-16_lh-23 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-16_lh-24 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-16_lh-25 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-16_lh-26 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-16_lh-27 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-16_lh-28 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-16_lh-29 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-16_lh-30 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-16_lh-31 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-16_lh-32 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-16_lh-33 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-16_lh-34 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-16_lh-35 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-16_lh-36 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-16_lh-37 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-16_lh-38 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-16_lh-39 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-16_lh-40 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-16_lh-41 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-16_lh-42 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-16_lh-43 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-16_lh-44 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-16_lh-45 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-16_lh-46 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-16_lh-47 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-16_lh-48 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-16_lh-49 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-16_lh-50 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-16_lh-51 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-16_lh-52 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-16_lh-53 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-16_lh-54 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-16_lh-55 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-16_lh-56 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-16_lh-57 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-16_lh-58 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-16_lh-59 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-16_lh-60 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-16_lh-61 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-16_lh-62 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-16_lh-63 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-16_lh-64 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-16_lh-65 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-16_lh-66 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-16_lh-67 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-16_lh-68 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-16_lh-69 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-16_lh-70 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-16_lh-71 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-16_lh-72 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-16_lh-73 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-16_lh-74 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-16_lh-75 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-16_lh-76 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-16_lh-77 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-16_lh-78 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-16_lh-79 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-16_lh-80 {
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-17 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-17_lh-16 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-17_lh-17 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-17_lh-18 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-17_lh-19 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-17_lh-20 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-17_lh-21 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-17_lh-22 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-17_lh-23 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-17_lh-24 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-17_lh-25 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-17_lh-26 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-17_lh-27 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-17_lh-28 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-17_lh-29 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-17_lh-30 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-17_lh-31 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-17_lh-32 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-17_lh-33 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-17_lh-34 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-17_lh-35 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-17_lh-36 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-17_lh-37 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-17_lh-38 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-17_lh-39 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-17_lh-40 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-17_lh-41 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-17_lh-42 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-17_lh-43 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-17_lh-44 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-17_lh-45 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-17_lh-46 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-17_lh-47 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-17_lh-48 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-17_lh-49 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-17_lh-50 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-17_lh-51 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-17_lh-52 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-17_lh-53 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-17_lh-54 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-17_lh-55 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-17_lh-56 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-17_lh-57 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-17_lh-58 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-17_lh-59 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-17_lh-60 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-17_lh-61 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-17_lh-62 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-17_lh-63 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-17_lh-64 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-17_lh-65 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-17_lh-66 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-17_lh-67 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-17_lh-68 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-17_lh-69 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-17_lh-70 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-17_lh-71 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-17_lh-72 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-17_lh-73 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-17_lh-74 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-17_lh-75 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-17_lh-76 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-17_lh-77 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-17_lh-78 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-17_lh-79 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-17_lh-80 {
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-18 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-18_lh-16 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-18_lh-17 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-18_lh-18 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-18_lh-19 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-18_lh-20 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-18_lh-21 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-18_lh-22 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-18_lh-23 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-18_lh-24 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-18_lh-25 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-18_lh-26 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-18_lh-27 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-18_lh-28 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-18_lh-29 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-18_lh-30 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-18_lh-31 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-18_lh-32 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-18_lh-33 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-18_lh-34 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-18_lh-35 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-18_lh-36 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-18_lh-37 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-18_lh-38 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-18_lh-39 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-18_lh-40 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-18_lh-41 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-18_lh-42 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-18_lh-43 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-18_lh-44 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-18_lh-45 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-18_lh-46 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-18_lh-47 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-18_lh-48 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-18_lh-49 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-18_lh-50 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-18_lh-51 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-18_lh-52 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-18_lh-53 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-18_lh-54 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-18_lh-55 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-18_lh-56 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-18_lh-57 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-18_lh-58 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-18_lh-59 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-18_lh-60 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-18_lh-61 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-18_lh-62 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-18_lh-63 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-18_lh-64 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-18_lh-65 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-18_lh-66 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-18_lh-67 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-18_lh-68 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-18_lh-69 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-18_lh-70 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-18_lh-71 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-18_lh-72 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-18_lh-73 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-18_lh-74 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-18_lh-75 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-18_lh-76 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-18_lh-77 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-18_lh-78 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-18_lh-79 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-18_lh-80 {
  font-style: normal !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-19 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-19_lh-16 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-19_lh-17 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-19_lh-18 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-19_lh-19 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-19_lh-20 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-19_lh-21 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-19_lh-22 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-19_lh-23 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-19_lh-24 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-19_lh-25 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-19_lh-26 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-19_lh-27 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-19_lh-28 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-19_lh-29 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-19_lh-30 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-19_lh-31 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-19_lh-32 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-19_lh-33 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-19_lh-34 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-19_lh-35 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-19_lh-36 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-19_lh-37 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-19_lh-38 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-19_lh-39 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-19_lh-40 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-19_lh-41 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-19_lh-42 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-19_lh-43 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-19_lh-44 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-19_lh-45 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-19_lh-46 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-19_lh-47 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-19_lh-48 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-19_lh-49 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-19_lh-50 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-19_lh-51 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-19_lh-52 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-19_lh-53 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-19_lh-54 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-19_lh-55 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-19_lh-56 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-19_lh-57 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-19_lh-58 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-19_lh-59 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-19_lh-60 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-19_lh-61 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-19_lh-62 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-19_lh-63 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-19_lh-64 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-19_lh-65 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-19_lh-66 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-19_lh-67 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-19_lh-68 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-19_lh-69 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-19_lh-70 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-19_lh-71 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-19_lh-72 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-19_lh-73 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-19_lh-74 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-19_lh-75 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-19_lh-76 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-19_lh-77 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-19_lh-78 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-19_lh-79 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-19_lh-80 {
  font-style: normal !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-20 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-20_lh-16 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-20_lh-17 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-20_lh-18 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-20_lh-19 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-20_lh-20 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-20_lh-21 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-20_lh-22 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-20_lh-23 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-20_lh-24 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-20_lh-25 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-20_lh-26 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-20_lh-27 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-20_lh-28 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-20_lh-29 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-20_lh-30 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-20_lh-31 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-20_lh-32 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-20_lh-33 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-20_lh-34 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-20_lh-35 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-20_lh-36 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-20_lh-37 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-20_lh-38 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-20_lh-39 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-20_lh-40 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-20_lh-41 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-20_lh-42 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-20_lh-43 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-20_lh-44 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-20_lh-45 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-20_lh-46 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-20_lh-47 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-20_lh-48 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-20_lh-49 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-20_lh-50 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-20_lh-51 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-20_lh-52 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-20_lh-53 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-20_lh-54 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-20_lh-55 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-20_lh-56 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-20_lh-57 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-20_lh-58 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-20_lh-59 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-20_lh-60 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-20_lh-61 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-20_lh-62 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-20_lh-63 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-20_lh-64 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-20_lh-65 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-20_lh-66 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-20_lh-67 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-20_lh-68 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-20_lh-69 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-20_lh-70 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-20_lh-71 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-20_lh-72 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-20_lh-73 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-20_lh-74 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-20_lh-75 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-20_lh-76 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-20_lh-77 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-20_lh-78 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-20_lh-79 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-20_lh-80 {
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-21 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-21_lh-16 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-21_lh-17 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-21_lh-18 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-21_lh-19 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-21_lh-20 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-21_lh-21 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-21_lh-22 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-21_lh-23 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-21_lh-24 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-21_lh-25 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-21_lh-26 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-21_lh-27 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-21_lh-28 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-21_lh-29 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-21_lh-30 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-21_lh-31 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-21_lh-32 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-21_lh-33 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-21_lh-34 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-21_lh-35 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-21_lh-36 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-21_lh-37 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-21_lh-38 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-21_lh-39 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-21_lh-40 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-21_lh-41 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-21_lh-42 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-21_lh-43 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-21_lh-44 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-21_lh-45 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-21_lh-46 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-21_lh-47 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-21_lh-48 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-21_lh-49 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-21_lh-50 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-21_lh-51 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-21_lh-52 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-21_lh-53 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-21_lh-54 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-21_lh-55 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-21_lh-56 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-21_lh-57 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-21_lh-58 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-21_lh-59 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-21_lh-60 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-21_lh-61 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-21_lh-62 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-21_lh-63 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-21_lh-64 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-21_lh-65 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-21_lh-66 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-21_lh-67 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-21_lh-68 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-21_lh-69 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-21_lh-70 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-21_lh-71 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-21_lh-72 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-21_lh-73 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-21_lh-74 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-21_lh-75 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-21_lh-76 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-21_lh-77 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-21_lh-78 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-21_lh-79 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-21_lh-80 {
  font-style: normal !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-22 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-22_lh-16 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-22_lh-17 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-22_lh-18 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-22_lh-19 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-22_lh-20 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-22_lh-21 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-22_lh-22 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-22_lh-23 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-22_lh-24 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-22_lh-25 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-22_lh-26 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-22_lh-27 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-22_lh-28 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-22_lh-29 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-22_lh-30 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-22_lh-31 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-22_lh-32 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-22_lh-33 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-22_lh-34 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-22_lh-35 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-22_lh-36 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-22_lh-37 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-22_lh-38 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-22_lh-39 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-22_lh-40 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-22_lh-41 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-22_lh-42 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-22_lh-43 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-22_lh-44 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-22_lh-45 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-22_lh-46 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-22_lh-47 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-22_lh-48 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-22_lh-49 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-22_lh-50 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-22_lh-51 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-22_lh-52 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-22_lh-53 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-22_lh-54 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-22_lh-55 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-22_lh-56 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-22_lh-57 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-22_lh-58 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-22_lh-59 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-22_lh-60 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-22_lh-61 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-22_lh-62 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-22_lh-63 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-22_lh-64 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-22_lh-65 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-22_lh-66 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-22_lh-67 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-22_lh-68 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-22_lh-69 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-22_lh-70 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-22_lh-71 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-22_lh-72 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-22_lh-73 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-22_lh-74 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-22_lh-75 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-22_lh-76 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-22_lh-77 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-22_lh-78 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-22_lh-79 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-22_lh-80 {
  font-style: normal !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-23 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-23_lh-16 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-23_lh-17 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-23_lh-18 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-23_lh-19 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-23_lh-20 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-23_lh-21 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-23_lh-22 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-23_lh-23 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-23_lh-24 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-23_lh-25 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-23_lh-26 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-23_lh-27 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-23_lh-28 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-23_lh-29 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-23_lh-30 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-23_lh-31 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-23_lh-32 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-23_lh-33 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-23_lh-34 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-23_lh-35 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-23_lh-36 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-23_lh-37 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-23_lh-38 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-23_lh-39 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-23_lh-40 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-23_lh-41 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-23_lh-42 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-23_lh-43 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-23_lh-44 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-23_lh-45 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-23_lh-46 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-23_lh-47 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-23_lh-48 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-23_lh-49 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-23_lh-50 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-23_lh-51 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-23_lh-52 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-23_lh-53 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-23_lh-54 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-23_lh-55 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-23_lh-56 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-23_lh-57 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-23_lh-58 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-23_lh-59 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-23_lh-60 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-23_lh-61 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-23_lh-62 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-23_lh-63 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-23_lh-64 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-23_lh-65 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-23_lh-66 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-23_lh-67 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-23_lh-68 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-23_lh-69 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-23_lh-70 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-23_lh-71 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-23_lh-72 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-23_lh-73 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-23_lh-74 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-23_lh-75 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-23_lh-76 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-23_lh-77 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-23_lh-78 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-23_lh-79 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-23_lh-80 {
  font-style: normal !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-24 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-24_lh-16 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-24_lh-17 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-24_lh-18 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-24_lh-19 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-24_lh-20 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-24_lh-21 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-24_lh-22 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-24_lh-23 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-24_lh-24 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-24_lh-25 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-24_lh-26 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-24_lh-27 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-24_lh-28 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-24_lh-29 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-24_lh-30 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-24_lh-31 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-24_lh-32 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-24_lh-33 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-24_lh-34 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-24_lh-35 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-24_lh-36 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-24_lh-37 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-24_lh-38 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-24_lh-39 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-24_lh-40 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-24_lh-41 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-24_lh-42 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-24_lh-43 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-24_lh-44 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-24_lh-45 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-24_lh-46 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-24_lh-47 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-24_lh-48 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-24_lh-49 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-24_lh-50 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-24_lh-51 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-24_lh-52 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-24_lh-53 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-24_lh-54 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-24_lh-55 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-24_lh-56 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-24_lh-57 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-24_lh-58 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-24_lh-59 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-24_lh-60 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-24_lh-61 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-24_lh-62 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-24_lh-63 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-24_lh-64 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-24_lh-65 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-24_lh-66 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-24_lh-67 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-24_lh-68 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-24_lh-69 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-24_lh-70 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-24_lh-71 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-24_lh-72 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-24_lh-73 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-24_lh-74 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-24_lh-75 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-24_lh-76 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-24_lh-77 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-24_lh-78 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-24_lh-79 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-24_lh-80 {
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-25 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-25_lh-16 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-25_lh-17 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-25_lh-18 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-25_lh-19 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-25_lh-20 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-25_lh-21 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-25_lh-22 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-25_lh-23 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-25_lh-24 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-25_lh-25 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-25_lh-26 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-25_lh-27 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-25_lh-28 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-25_lh-29 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-25_lh-30 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-25_lh-31 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-25_lh-32 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-25_lh-33 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-25_lh-34 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-25_lh-35 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-25_lh-36 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-25_lh-37 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-25_lh-38 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-25_lh-39 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-25_lh-40 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-25_lh-41 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-25_lh-42 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-25_lh-43 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-25_lh-44 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-25_lh-45 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-25_lh-46 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-25_lh-47 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-25_lh-48 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-25_lh-49 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-25_lh-50 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-25_lh-51 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-25_lh-52 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-25_lh-53 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-25_lh-54 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-25_lh-55 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-25_lh-56 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-25_lh-57 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-25_lh-58 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-25_lh-59 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-25_lh-60 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-25_lh-61 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-25_lh-62 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-25_lh-63 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-25_lh-64 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-25_lh-65 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-25_lh-66 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-25_lh-67 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-25_lh-68 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-25_lh-69 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-25_lh-70 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-25_lh-71 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-25_lh-72 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-25_lh-73 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-25_lh-74 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-25_lh-75 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-25_lh-76 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-25_lh-77 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-25_lh-78 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-25_lh-79 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-25_lh-80 {
  font-style: normal !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-26 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-26_lh-16 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-26_lh-17 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-26_lh-18 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-26_lh-19 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-26_lh-20 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-26_lh-21 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-26_lh-22 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-26_lh-23 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-26_lh-24 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-26_lh-25 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-26_lh-26 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-26_lh-27 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-26_lh-28 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-26_lh-29 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-26_lh-30 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-26_lh-31 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-26_lh-32 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-26_lh-33 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-26_lh-34 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-26_lh-35 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-26_lh-36 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-26_lh-37 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-26_lh-38 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-26_lh-39 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-26_lh-40 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-26_lh-41 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-26_lh-42 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-26_lh-43 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-26_lh-44 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-26_lh-45 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-26_lh-46 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-26_lh-47 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-26_lh-48 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-26_lh-49 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-26_lh-50 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-26_lh-51 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-26_lh-52 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-26_lh-53 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-26_lh-54 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-26_lh-55 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-26_lh-56 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-26_lh-57 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-26_lh-58 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-26_lh-59 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-26_lh-60 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-26_lh-61 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-26_lh-62 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-26_lh-63 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-26_lh-64 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-26_lh-65 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-26_lh-66 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-26_lh-67 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-26_lh-68 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-26_lh-69 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-26_lh-70 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-26_lh-71 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-26_lh-72 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-26_lh-73 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-26_lh-74 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-26_lh-75 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-26_lh-76 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-26_lh-77 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-26_lh-78 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-26_lh-79 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-26_lh-80 {
  font-style: normal !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-27 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-27_lh-16 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-27_lh-17 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-27_lh-18 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-27_lh-19 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-27_lh-20 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-27_lh-21 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-27_lh-22 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-27_lh-23 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-27_lh-24 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-27_lh-25 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-27_lh-26 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-27_lh-27 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-27_lh-28 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-27_lh-29 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-27_lh-30 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-27_lh-31 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-27_lh-32 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-27_lh-33 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-27_lh-34 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-27_lh-35 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-27_lh-36 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-27_lh-37 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-27_lh-38 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-27_lh-39 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-27_lh-40 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-27_lh-41 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-27_lh-42 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-27_lh-43 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-27_lh-44 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-27_lh-45 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-27_lh-46 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-27_lh-47 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-27_lh-48 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-27_lh-49 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-27_lh-50 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-27_lh-51 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-27_lh-52 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-27_lh-53 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-27_lh-54 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-27_lh-55 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-27_lh-56 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-27_lh-57 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-27_lh-58 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-27_lh-59 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-27_lh-60 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-27_lh-61 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-27_lh-62 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-27_lh-63 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-27_lh-64 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-27_lh-65 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-27_lh-66 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-27_lh-67 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-27_lh-68 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-27_lh-69 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-27_lh-70 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-27_lh-71 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-27_lh-72 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-27_lh-73 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-27_lh-74 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-27_lh-75 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-27_lh-76 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-27_lh-77 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-27_lh-78 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-27_lh-79 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-27_lh-80 {
  font-style: normal !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-28 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-28_lh-16 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-28_lh-17 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-28_lh-18 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-28_lh-19 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-28_lh-20 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-28_lh-21 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-28_lh-22 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-28_lh-23 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-28_lh-24 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-28_lh-25 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-28_lh-26 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-28_lh-27 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-28_lh-28 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-28_lh-29 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-28_lh-30 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-28_lh-31 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-28_lh-32 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-28_lh-33 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-28_lh-34 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-28_lh-35 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-28_lh-36 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-28_lh-37 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-28_lh-38 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-28_lh-39 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-28_lh-40 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-28_lh-41 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-28_lh-42 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-28_lh-43 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-28_lh-44 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-28_lh-45 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-28_lh-46 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-28_lh-47 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-28_lh-48 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-28_lh-49 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-28_lh-50 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-28_lh-51 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-28_lh-52 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-28_lh-53 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-28_lh-54 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-28_lh-55 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-28_lh-56 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-28_lh-57 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-28_lh-58 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-28_lh-59 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-28_lh-60 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-28_lh-61 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-28_lh-62 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-28_lh-63 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-28_lh-64 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-28_lh-65 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-28_lh-66 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-28_lh-67 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-28_lh-68 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-28_lh-69 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-28_lh-70 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-28_lh-71 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-28_lh-72 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-28_lh-73 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-28_lh-74 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-28_lh-75 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-28_lh-76 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-28_lh-77 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-28_lh-78 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-28_lh-79 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-28_lh-80 {
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-29 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-29_lh-16 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-29_lh-17 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-29_lh-18 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-29_lh-19 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-29_lh-20 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-29_lh-21 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-29_lh-22 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-29_lh-23 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-29_lh-24 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-29_lh-25 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-29_lh-26 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-29_lh-27 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-29_lh-28 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-29_lh-29 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-29_lh-30 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-29_lh-31 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-29_lh-32 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-29_lh-33 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-29_lh-34 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-29_lh-35 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-29_lh-36 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-29_lh-37 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-29_lh-38 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-29_lh-39 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-29_lh-40 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-29_lh-41 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-29_lh-42 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-29_lh-43 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-29_lh-44 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-29_lh-45 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-29_lh-46 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-29_lh-47 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-29_lh-48 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-29_lh-49 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-29_lh-50 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-29_lh-51 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-29_lh-52 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-29_lh-53 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-29_lh-54 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-29_lh-55 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-29_lh-56 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-29_lh-57 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-29_lh-58 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-29_lh-59 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-29_lh-60 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-29_lh-61 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-29_lh-62 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-29_lh-63 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-29_lh-64 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-29_lh-65 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-29_lh-66 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-29_lh-67 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-29_lh-68 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-29_lh-69 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-29_lh-70 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-29_lh-71 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-29_lh-72 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-29_lh-73 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-29_lh-74 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-29_lh-75 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-29_lh-76 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-29_lh-77 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-29_lh-78 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-29_lh-79 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-29_lh-80 {
  font-style: normal !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-30 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-30_lh-16 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-30_lh-17 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-30_lh-18 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-30_lh-19 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-30_lh-20 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-30_lh-21 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-30_lh-22 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-30_lh-23 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-30_lh-24 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-30_lh-25 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-30_lh-26 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-30_lh-27 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-30_lh-28 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-30_lh-29 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-30_lh-30 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-30_lh-31 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-30_lh-32 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-30_lh-33 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-30_lh-34 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-30_lh-35 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-30_lh-36 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-30_lh-37 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-30_lh-38 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-30_lh-39 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-30_lh-40 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-30_lh-41 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-30_lh-42 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-30_lh-43 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-30_lh-44 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-30_lh-45 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-30_lh-46 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-30_lh-47 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-30_lh-48 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-30_lh-49 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-30_lh-50 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-30_lh-51 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-30_lh-52 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-30_lh-53 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-30_lh-54 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-30_lh-55 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-30_lh-56 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-30_lh-57 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-30_lh-58 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-30_lh-59 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-30_lh-60 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-30_lh-61 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-30_lh-62 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-30_lh-63 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-30_lh-64 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-30_lh-65 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-30_lh-66 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-30_lh-67 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-30_lh-68 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-30_lh-69 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-30_lh-70 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-30_lh-71 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-30_lh-72 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-30_lh-73 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-30_lh-74 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-30_lh-75 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-30_lh-76 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-30_lh-77 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-30_lh-78 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-30_lh-79 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-30_lh-80 {
  font-style: normal !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-31 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-31_lh-16 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-31_lh-17 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-31_lh-18 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-31_lh-19 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-31_lh-20 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-31_lh-21 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-31_lh-22 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-31_lh-23 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-31_lh-24 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-31_lh-25 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-31_lh-26 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-31_lh-27 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-31_lh-28 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-31_lh-29 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-31_lh-30 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-31_lh-31 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-31_lh-32 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-31_lh-33 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-31_lh-34 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-31_lh-35 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-31_lh-36 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-31_lh-37 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-31_lh-38 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-31_lh-39 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-31_lh-40 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-31_lh-41 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-31_lh-42 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-31_lh-43 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-31_lh-44 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-31_lh-45 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-31_lh-46 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-31_lh-47 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-31_lh-48 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-31_lh-49 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-31_lh-50 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-31_lh-51 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-31_lh-52 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-31_lh-53 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-31_lh-54 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-31_lh-55 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-31_lh-56 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-31_lh-57 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-31_lh-58 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-31_lh-59 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-31_lh-60 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-31_lh-61 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-31_lh-62 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-31_lh-63 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-31_lh-64 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-31_lh-65 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-31_lh-66 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-31_lh-67 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-31_lh-68 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-31_lh-69 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-31_lh-70 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-31_lh-71 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-31_lh-72 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-31_lh-73 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-31_lh-74 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-31_lh-75 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-31_lh-76 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-31_lh-77 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-31_lh-78 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-31_lh-79 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-31_lh-80 {
  font-style: normal !important;
  font-size: 31px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-32 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-32_lh-16 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-32_lh-17 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-32_lh-18 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-32_lh-19 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-32_lh-20 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-32_lh-21 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-32_lh-22 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-32_lh-23 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-32_lh-24 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-32_lh-25 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-32_lh-26 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-32_lh-27 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-32_lh-28 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-32_lh-29 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-32_lh-30 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-32_lh-31 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-32_lh-32 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-32_lh-33 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-32_lh-34 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-32_lh-35 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-32_lh-36 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-32_lh-37 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-32_lh-38 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-32_lh-39 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-32_lh-40 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-32_lh-41 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-32_lh-42 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-32_lh-43 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-32_lh-44 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-32_lh-45 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-32_lh-46 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-32_lh-47 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-32_lh-48 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-32_lh-49 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-32_lh-50 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-32_lh-51 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-32_lh-52 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-32_lh-53 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-32_lh-54 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-32_lh-55 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-32_lh-56 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-32_lh-57 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-32_lh-58 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-32_lh-59 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-32_lh-60 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-32_lh-61 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-32_lh-62 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-32_lh-63 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-32_lh-64 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-32_lh-65 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-32_lh-66 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-32_lh-67 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-32_lh-68 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-32_lh-69 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-32_lh-70 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-32_lh-71 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-32_lh-72 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-32_lh-73 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-32_lh-74 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-32_lh-75 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-32_lh-76 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-32_lh-77 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-32_lh-78 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-32_lh-79 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-32_lh-80 {
  font-style: normal !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-33 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-33_lh-16 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-33_lh-17 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-33_lh-18 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-33_lh-19 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-33_lh-20 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-33_lh-21 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-33_lh-22 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-33_lh-23 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-33_lh-24 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-33_lh-25 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-33_lh-26 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-33_lh-27 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-33_lh-28 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-33_lh-29 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-33_lh-30 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-33_lh-31 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-33_lh-32 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-33_lh-33 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-33_lh-34 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-33_lh-35 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-33_lh-36 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-33_lh-37 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-33_lh-38 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-33_lh-39 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-33_lh-40 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-33_lh-41 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-33_lh-42 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-33_lh-43 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-33_lh-44 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-33_lh-45 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-33_lh-46 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-33_lh-47 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-33_lh-48 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-33_lh-49 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-33_lh-50 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-33_lh-51 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-33_lh-52 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-33_lh-53 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-33_lh-54 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-33_lh-55 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-33_lh-56 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-33_lh-57 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-33_lh-58 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-33_lh-59 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-33_lh-60 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-33_lh-61 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-33_lh-62 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-33_lh-63 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-33_lh-64 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-33_lh-65 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-33_lh-66 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-33_lh-67 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-33_lh-68 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-33_lh-69 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-33_lh-70 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-33_lh-71 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-33_lh-72 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-33_lh-73 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-33_lh-74 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-33_lh-75 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-33_lh-76 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-33_lh-77 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-33_lh-78 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-33_lh-79 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-33_lh-80 {
  font-style: normal !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-34 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-34_lh-16 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-34_lh-17 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-34_lh-18 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-34_lh-19 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-34_lh-20 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-34_lh-21 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-34_lh-22 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-34_lh-23 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-34_lh-24 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-34_lh-25 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-34_lh-26 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-34_lh-27 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-34_lh-28 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-34_lh-29 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-34_lh-30 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-34_lh-31 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-34_lh-32 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-34_lh-33 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-34_lh-34 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-34_lh-35 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-34_lh-36 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-34_lh-37 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-34_lh-38 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-34_lh-39 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-34_lh-40 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-34_lh-41 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-34_lh-42 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-34_lh-43 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-34_lh-44 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-34_lh-45 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-34_lh-46 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-34_lh-47 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-34_lh-48 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-34_lh-49 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-34_lh-50 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-34_lh-51 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-34_lh-52 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-34_lh-53 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-34_lh-54 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-34_lh-55 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-34_lh-56 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-34_lh-57 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-34_lh-58 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-34_lh-59 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-34_lh-60 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-34_lh-61 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-34_lh-62 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-34_lh-63 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-34_lh-64 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-34_lh-65 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-34_lh-66 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-34_lh-67 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-34_lh-68 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-34_lh-69 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-34_lh-70 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-34_lh-71 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-34_lh-72 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-34_lh-73 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-34_lh-74 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-34_lh-75 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-34_lh-76 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-34_lh-77 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-34_lh-78 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-34_lh-79 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-34_lh-80 {
  font-style: normal !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-35 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-35_lh-16 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-35_lh-17 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-35_lh-18 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-35_lh-19 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-35_lh-20 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-35_lh-21 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-35_lh-22 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-35_lh-23 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-35_lh-24 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-35_lh-25 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-35_lh-26 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-35_lh-27 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-35_lh-28 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-35_lh-29 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-35_lh-30 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-35_lh-31 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-35_lh-32 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-35_lh-33 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-35_lh-34 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-35_lh-35 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-35_lh-36 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-35_lh-37 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-35_lh-38 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-35_lh-39 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-35_lh-40 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-35_lh-41 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-35_lh-42 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-35_lh-43 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-35_lh-44 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-35_lh-45 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-35_lh-46 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-35_lh-47 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-35_lh-48 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-35_lh-49 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-35_lh-50 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-35_lh-51 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-35_lh-52 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-35_lh-53 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-35_lh-54 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-35_lh-55 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-35_lh-56 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-35_lh-57 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-35_lh-58 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-35_lh-59 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-35_lh-60 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-35_lh-61 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-35_lh-62 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-35_lh-63 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-35_lh-64 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-35_lh-65 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-35_lh-66 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-35_lh-67 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-35_lh-68 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-35_lh-69 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-35_lh-70 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-35_lh-71 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-35_lh-72 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-35_lh-73 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-35_lh-74 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-35_lh-75 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-35_lh-76 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-35_lh-77 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-35_lh-78 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-35_lh-79 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-35_lh-80 {
  font-style: normal !important;
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-36 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-36_lh-16 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-36_lh-17 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-36_lh-18 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-36_lh-19 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-36_lh-20 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-36_lh-21 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-36_lh-22 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-36_lh-23 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-36_lh-24 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-36_lh-25 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-36_lh-26 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-36_lh-27 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-36_lh-28 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-36_lh-29 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-36_lh-30 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-36_lh-31 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-36_lh-32 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-36_lh-33 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-36_lh-34 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-36_lh-35 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-36_lh-36 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-36_lh-37 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-36_lh-38 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-36_lh-39 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-36_lh-40 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-36_lh-41 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-36_lh-42 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-36_lh-43 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-36_lh-44 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-36_lh-45 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-36_lh-46 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-36_lh-47 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-36_lh-48 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-36_lh-49 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-36_lh-50 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-36_lh-51 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-36_lh-52 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-36_lh-53 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-36_lh-54 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-36_lh-55 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-36_lh-56 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-36_lh-57 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-36_lh-58 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-36_lh-59 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-36_lh-60 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-36_lh-61 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-36_lh-62 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-36_lh-63 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-36_lh-64 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-36_lh-65 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-36_lh-66 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-36_lh-67 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-36_lh-68 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-36_lh-69 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-36_lh-70 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-36_lh-71 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-36_lh-72 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-36_lh-73 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-36_lh-74 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-36_lh-75 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-36_lh-76 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-36_lh-77 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-36_lh-78 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-36_lh-79 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-36_lh-80 {
  font-style: normal !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-37 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-37_lh-16 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-37_lh-17 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-37_lh-18 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-37_lh-19 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-37_lh-20 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-37_lh-21 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-37_lh-22 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-37_lh-23 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-37_lh-24 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-37_lh-25 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-37_lh-26 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-37_lh-27 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-37_lh-28 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-37_lh-29 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-37_lh-30 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-37_lh-31 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-37_lh-32 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-37_lh-33 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-37_lh-34 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-37_lh-35 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-37_lh-36 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-37_lh-37 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-37_lh-38 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-37_lh-39 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-37_lh-40 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-37_lh-41 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-37_lh-42 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-37_lh-43 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-37_lh-44 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-37_lh-45 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-37_lh-46 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-37_lh-47 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-37_lh-48 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-37_lh-49 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-37_lh-50 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-37_lh-51 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-37_lh-52 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-37_lh-53 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-37_lh-54 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-37_lh-55 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-37_lh-56 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-37_lh-57 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-37_lh-58 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-37_lh-59 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-37_lh-60 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-37_lh-61 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-37_lh-62 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-37_lh-63 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-37_lh-64 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-37_lh-65 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-37_lh-66 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-37_lh-67 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-37_lh-68 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-37_lh-69 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-37_lh-70 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-37_lh-71 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-37_lh-72 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-37_lh-73 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-37_lh-74 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-37_lh-75 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-37_lh-76 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-37_lh-77 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-37_lh-78 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-37_lh-79 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-37_lh-80 {
  font-style: normal !important;
  font-size: 37px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-38 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-38_lh-16 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-38_lh-17 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-38_lh-18 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-38_lh-19 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-38_lh-20 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-38_lh-21 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-38_lh-22 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-38_lh-23 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-38_lh-24 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-38_lh-25 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-38_lh-26 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-38_lh-27 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-38_lh-28 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-38_lh-29 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-38_lh-30 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-38_lh-31 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-38_lh-32 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-38_lh-33 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-38_lh-34 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-38_lh-35 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-38_lh-36 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-38_lh-37 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-38_lh-38 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-38_lh-39 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-38_lh-40 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-38_lh-41 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-38_lh-42 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-38_lh-43 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-38_lh-44 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-38_lh-45 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-38_lh-46 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-38_lh-47 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-38_lh-48 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-38_lh-49 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-38_lh-50 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-38_lh-51 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-38_lh-52 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-38_lh-53 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-38_lh-54 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-38_lh-55 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-38_lh-56 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-38_lh-57 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-38_lh-58 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-38_lh-59 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-38_lh-60 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-38_lh-61 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-38_lh-62 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-38_lh-63 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-38_lh-64 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-38_lh-65 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-38_lh-66 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-38_lh-67 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-38_lh-68 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-38_lh-69 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-38_lh-70 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-38_lh-71 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-38_lh-72 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-38_lh-73 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-38_lh-74 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-38_lh-75 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-38_lh-76 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-38_lh-77 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-38_lh-78 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-38_lh-79 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-38_lh-80 {
  font-style: normal !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-39 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-39_lh-16 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-39_lh-17 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-39_lh-18 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-39_lh-19 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-39_lh-20 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-39_lh-21 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-39_lh-22 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-39_lh-23 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-39_lh-24 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-39_lh-25 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-39_lh-26 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-39_lh-27 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-39_lh-28 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-39_lh-29 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-39_lh-30 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-39_lh-31 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-39_lh-32 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-39_lh-33 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-39_lh-34 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-39_lh-35 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-39_lh-36 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-39_lh-37 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-39_lh-38 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-39_lh-39 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-39_lh-40 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-39_lh-41 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-39_lh-42 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-39_lh-43 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-39_lh-44 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-39_lh-45 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-39_lh-46 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-39_lh-47 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-39_lh-48 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-39_lh-49 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-39_lh-50 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-39_lh-51 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-39_lh-52 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-39_lh-53 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-39_lh-54 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-39_lh-55 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-39_lh-56 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-39_lh-57 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-39_lh-58 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-39_lh-59 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-39_lh-60 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-39_lh-61 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-39_lh-62 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-39_lh-63 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-39_lh-64 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-39_lh-65 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-39_lh-66 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-39_lh-67 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-39_lh-68 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-39_lh-69 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-39_lh-70 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-39_lh-71 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-39_lh-72 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-39_lh-73 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-39_lh-74 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-39_lh-75 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-39_lh-76 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-39_lh-77 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-39_lh-78 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-39_lh-79 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-39_lh-80 {
  font-style: normal !important;
  font-size: 39px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-40 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-40_lh-16 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-40_lh-17 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-40_lh-18 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-40_lh-19 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-40_lh-20 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-40_lh-21 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-40_lh-22 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-40_lh-23 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-40_lh-24 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-40_lh-25 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-40_lh-26 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-40_lh-27 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-40_lh-28 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-40_lh-29 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-40_lh-30 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-40_lh-31 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-40_lh-32 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-40_lh-33 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-40_lh-34 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-40_lh-35 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-40_lh-36 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-40_lh-37 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-40_lh-38 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-40_lh-39 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-40_lh-40 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-40_lh-41 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-40_lh-42 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-40_lh-43 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-40_lh-44 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-40_lh-45 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-40_lh-46 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-40_lh-47 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-40_lh-48 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-40_lh-49 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-40_lh-50 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-40_lh-51 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-40_lh-52 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-40_lh-53 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-40_lh-54 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-40_lh-55 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-40_lh-56 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-40_lh-57 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-40_lh-58 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-40_lh-59 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-40_lh-60 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-40_lh-61 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-40_lh-62 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-40_lh-63 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-40_lh-64 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-40_lh-65 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-40_lh-66 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-40_lh-67 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-40_lh-68 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-40_lh-69 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-40_lh-70 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-40_lh-71 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-40_lh-72 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-40_lh-73 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-40_lh-74 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-40_lh-75 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-40_lh-76 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-40_lh-77 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-40_lh-78 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-40_lh-79 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-40_lh-80 {
  font-style: normal !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-41 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-41_lh-16 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-41_lh-17 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-41_lh-18 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-41_lh-19 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-41_lh-20 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-41_lh-21 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-41_lh-22 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-41_lh-23 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-41_lh-24 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-41_lh-25 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-41_lh-26 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-41_lh-27 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-41_lh-28 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-41_lh-29 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-41_lh-30 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-41_lh-31 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-41_lh-32 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-41_lh-33 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-41_lh-34 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-41_lh-35 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-41_lh-36 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-41_lh-37 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-41_lh-38 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-41_lh-39 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-41_lh-40 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-41_lh-41 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-41_lh-42 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-41_lh-43 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-41_lh-44 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-41_lh-45 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-41_lh-46 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-41_lh-47 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-41_lh-48 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-41_lh-49 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-41_lh-50 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-41_lh-51 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-41_lh-52 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-41_lh-53 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-41_lh-54 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-41_lh-55 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-41_lh-56 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-41_lh-57 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-41_lh-58 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-41_lh-59 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-41_lh-60 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-41_lh-61 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-41_lh-62 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-41_lh-63 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-41_lh-64 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-41_lh-65 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-41_lh-66 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-41_lh-67 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-41_lh-68 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-41_lh-69 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-41_lh-70 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-41_lh-71 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-41_lh-72 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-41_lh-73 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-41_lh-74 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-41_lh-75 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-41_lh-76 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-41_lh-77 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-41_lh-78 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-41_lh-79 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-41_lh-80 {
  font-style: normal !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-42 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-42_lh-16 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-42_lh-17 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-42_lh-18 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-42_lh-19 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-42_lh-20 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-42_lh-21 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-42_lh-22 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-42_lh-23 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-42_lh-24 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-42_lh-25 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-42_lh-26 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-42_lh-27 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-42_lh-28 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-42_lh-29 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-42_lh-30 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-42_lh-31 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-42_lh-32 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-42_lh-33 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-42_lh-34 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-42_lh-35 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-42_lh-36 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-42_lh-37 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-42_lh-38 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-42_lh-39 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-42_lh-40 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-42_lh-41 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-42_lh-42 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-42_lh-43 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-42_lh-44 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-42_lh-45 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-42_lh-46 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-42_lh-47 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-42_lh-48 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-42_lh-49 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-42_lh-50 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-42_lh-51 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-42_lh-52 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-42_lh-53 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-42_lh-54 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-42_lh-55 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-42_lh-56 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-42_lh-57 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-42_lh-58 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-42_lh-59 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-42_lh-60 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-42_lh-61 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-42_lh-62 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-42_lh-63 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-42_lh-64 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-42_lh-65 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-42_lh-66 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-42_lh-67 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-42_lh-68 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-42_lh-69 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-42_lh-70 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-42_lh-71 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-42_lh-72 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-42_lh-73 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-42_lh-74 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-42_lh-75 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-42_lh-76 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-42_lh-77 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-42_lh-78 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-42_lh-79 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-42_lh-80 {
  font-style: normal !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-43 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-43_lh-16 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-43_lh-17 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-43_lh-18 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-43_lh-19 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-43_lh-20 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-43_lh-21 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-43_lh-22 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-43_lh-23 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-43_lh-24 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-43_lh-25 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-43_lh-26 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-43_lh-27 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-43_lh-28 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-43_lh-29 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-43_lh-30 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-43_lh-31 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-43_lh-32 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-43_lh-33 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-43_lh-34 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-43_lh-35 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-43_lh-36 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-43_lh-37 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-43_lh-38 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-43_lh-39 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-43_lh-40 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-43_lh-41 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-43_lh-42 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-43_lh-43 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-43_lh-44 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-43_lh-45 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-43_lh-46 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-43_lh-47 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-43_lh-48 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-43_lh-49 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-43_lh-50 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-43_lh-51 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-43_lh-52 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-43_lh-53 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-43_lh-54 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-43_lh-55 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-43_lh-56 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-43_lh-57 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-43_lh-58 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-43_lh-59 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-43_lh-60 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-43_lh-61 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-43_lh-62 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-43_lh-63 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-43_lh-64 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-43_lh-65 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-43_lh-66 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-43_lh-67 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-43_lh-68 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-43_lh-69 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-43_lh-70 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-43_lh-71 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-43_lh-72 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-43_lh-73 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-43_lh-74 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-43_lh-75 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-43_lh-76 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-43_lh-77 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-43_lh-78 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-43_lh-79 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-43_lh-80 {
  font-style: normal !important;
  font-size: 43px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-44 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-44_lh-16 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-44_lh-17 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-44_lh-18 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-44_lh-19 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-44_lh-20 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-44_lh-21 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-44_lh-22 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-44_lh-23 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-44_lh-24 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-44_lh-25 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-44_lh-26 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-44_lh-27 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-44_lh-28 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-44_lh-29 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-44_lh-30 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-44_lh-31 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-44_lh-32 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-44_lh-33 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-44_lh-34 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-44_lh-35 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-44_lh-36 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-44_lh-37 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-44_lh-38 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-44_lh-39 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-44_lh-40 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-44_lh-41 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-44_lh-42 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-44_lh-43 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-44_lh-44 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-44_lh-45 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-44_lh-46 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-44_lh-47 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-44_lh-48 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-44_lh-49 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-44_lh-50 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-44_lh-51 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-44_lh-52 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-44_lh-53 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-44_lh-54 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-44_lh-55 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-44_lh-56 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-44_lh-57 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-44_lh-58 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-44_lh-59 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-44_lh-60 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-44_lh-61 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-44_lh-62 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-44_lh-63 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-44_lh-64 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-44_lh-65 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-44_lh-66 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-44_lh-67 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-44_lh-68 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-44_lh-69 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-44_lh-70 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-44_lh-71 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-44_lh-72 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-44_lh-73 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-44_lh-74 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-44_lh-75 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-44_lh-76 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-44_lh-77 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-44_lh-78 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-44_lh-79 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-44_lh-80 {
  font-style: normal !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-45 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-45_lh-16 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-45_lh-17 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-45_lh-18 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-45_lh-19 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-45_lh-20 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-45_lh-21 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-45_lh-22 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-45_lh-23 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-45_lh-24 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-45_lh-25 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-45_lh-26 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-45_lh-27 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-45_lh-28 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-45_lh-29 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-45_lh-30 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-45_lh-31 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-45_lh-32 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-45_lh-33 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-45_lh-34 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-45_lh-35 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-45_lh-36 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-45_lh-37 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-45_lh-38 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-45_lh-39 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-45_lh-40 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-45_lh-41 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-45_lh-42 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-45_lh-43 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-45_lh-44 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-45_lh-45 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-45_lh-46 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-45_lh-47 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-45_lh-48 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-45_lh-49 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-45_lh-50 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-45_lh-51 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-45_lh-52 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-45_lh-53 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-45_lh-54 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-45_lh-55 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-45_lh-56 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-45_lh-57 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-45_lh-58 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-45_lh-59 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-45_lh-60 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-45_lh-61 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-45_lh-62 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-45_lh-63 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-45_lh-64 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-45_lh-65 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-45_lh-66 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-45_lh-67 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-45_lh-68 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-45_lh-69 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-45_lh-70 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-45_lh-71 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-45_lh-72 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-45_lh-73 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-45_lh-74 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-45_lh-75 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-45_lh-76 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-45_lh-77 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-45_lh-78 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-45_lh-79 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-45_lh-80 {
  font-style: normal !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-46 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-46_lh-16 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-46_lh-17 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-46_lh-18 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-46_lh-19 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-46_lh-20 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-46_lh-21 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-46_lh-22 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-46_lh-23 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-46_lh-24 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-46_lh-25 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-46_lh-26 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-46_lh-27 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-46_lh-28 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-46_lh-29 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-46_lh-30 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-46_lh-31 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-46_lh-32 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-46_lh-33 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-46_lh-34 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-46_lh-35 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-46_lh-36 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-46_lh-37 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-46_lh-38 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-46_lh-39 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-46_lh-40 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-46_lh-41 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-46_lh-42 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-46_lh-43 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-46_lh-44 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-46_lh-45 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-46_lh-46 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-46_lh-47 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-46_lh-48 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-46_lh-49 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-46_lh-50 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-46_lh-51 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-46_lh-52 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-46_lh-53 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-46_lh-54 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-46_lh-55 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-46_lh-56 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-46_lh-57 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-46_lh-58 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-46_lh-59 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-46_lh-60 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-46_lh-61 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-46_lh-62 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-46_lh-63 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-46_lh-64 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-46_lh-65 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-46_lh-66 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-46_lh-67 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-46_lh-68 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-46_lh-69 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-46_lh-70 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-46_lh-71 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-46_lh-72 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-46_lh-73 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-46_lh-74 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-46_lh-75 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-46_lh-76 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-46_lh-77 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-46_lh-78 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-46_lh-79 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-46_lh-80 {
  font-style: normal !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-47 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-47_lh-16 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-47_lh-17 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-47_lh-18 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-47_lh-19 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-47_lh-20 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-47_lh-21 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-47_lh-22 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-47_lh-23 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-47_lh-24 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-47_lh-25 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-47_lh-26 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-47_lh-27 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-47_lh-28 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-47_lh-29 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-47_lh-30 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-47_lh-31 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-47_lh-32 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-47_lh-33 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-47_lh-34 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-47_lh-35 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-47_lh-36 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-47_lh-37 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-47_lh-38 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-47_lh-39 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-47_lh-40 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-47_lh-41 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-47_lh-42 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-47_lh-43 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-47_lh-44 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-47_lh-45 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-47_lh-46 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-47_lh-47 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-47_lh-48 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-47_lh-49 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-47_lh-50 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-47_lh-51 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-47_lh-52 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-47_lh-53 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-47_lh-54 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-47_lh-55 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-47_lh-56 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-47_lh-57 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-47_lh-58 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-47_lh-59 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-47_lh-60 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-47_lh-61 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-47_lh-62 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-47_lh-63 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-47_lh-64 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-47_lh-65 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-47_lh-66 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-47_lh-67 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-47_lh-68 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-47_lh-69 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-47_lh-70 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-47_lh-71 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-47_lh-72 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-47_lh-73 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-47_lh-74 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-47_lh-75 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-47_lh-76 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-47_lh-77 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-47_lh-78 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-47_lh-79 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-47_lh-80 {
  font-style: normal !important;
  font-size: 47px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-48 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-48_lh-16 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-48_lh-17 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-48_lh-18 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-48_lh-19 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-48_lh-20 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-48_lh-21 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-48_lh-22 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-48_lh-23 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-48_lh-24 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-48_lh-25 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-48_lh-26 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-48_lh-27 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-48_lh-28 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-48_lh-29 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-48_lh-30 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-48_lh-31 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-48_lh-32 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-48_lh-33 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-48_lh-34 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-48_lh-35 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-48_lh-36 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-48_lh-37 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-48_lh-38 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-48_lh-39 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-48_lh-40 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-48_lh-41 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-48_lh-42 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-48_lh-43 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-48_lh-44 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-48_lh-45 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-48_lh-46 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-48_lh-47 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-48_lh-48 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-48_lh-49 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-48_lh-50 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-48_lh-51 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-48_lh-52 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-48_lh-53 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-48_lh-54 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-48_lh-55 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-48_lh-56 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-48_lh-57 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-48_lh-58 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-48_lh-59 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-48_lh-60 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-48_lh-61 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-48_lh-62 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-48_lh-63 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-48_lh-64 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-48_lh-65 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-48_lh-66 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-48_lh-67 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-48_lh-68 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-48_lh-69 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-48_lh-70 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-48_lh-71 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-48_lh-72 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-48_lh-73 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-48_lh-74 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-48_lh-75 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-48_lh-76 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-48_lh-77 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-48_lh-78 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-48_lh-79 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-48_lh-80 {
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-49 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-49_lh-16 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-49_lh-17 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-49_lh-18 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-49_lh-19 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-49_lh-20 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-49_lh-21 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-49_lh-22 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-49_lh-23 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-49_lh-24 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-49_lh-25 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-49_lh-26 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-49_lh-27 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-49_lh-28 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-49_lh-29 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-49_lh-30 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-49_lh-31 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-49_lh-32 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-49_lh-33 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-49_lh-34 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-49_lh-35 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-49_lh-36 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-49_lh-37 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-49_lh-38 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-49_lh-39 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-49_lh-40 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-49_lh-41 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-49_lh-42 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-49_lh-43 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-49_lh-44 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-49_lh-45 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-49_lh-46 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-49_lh-47 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-49_lh-48 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-49_lh-49 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-49_lh-50 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-49_lh-51 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-49_lh-52 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-49_lh-53 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-49_lh-54 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-49_lh-55 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-49_lh-56 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-49_lh-57 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-49_lh-58 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-49_lh-59 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-49_lh-60 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-49_lh-61 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-49_lh-62 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-49_lh-63 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-49_lh-64 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-49_lh-65 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-49_lh-66 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-49_lh-67 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-49_lh-68 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-49_lh-69 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-49_lh-70 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-49_lh-71 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-49_lh-72 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-49_lh-73 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-49_lh-74 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-49_lh-75 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-49_lh-76 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-49_lh-77 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-49_lh-78 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-49_lh-79 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-49_lh-80 {
  font-style: normal !important;
  font-size: 49px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-50 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-50_lh-16 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-50_lh-17 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-50_lh-18 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-50_lh-19 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-50_lh-20 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-50_lh-21 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-50_lh-22 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-50_lh-23 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-50_lh-24 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-50_lh-25 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-50_lh-26 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-50_lh-27 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-50_lh-28 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-50_lh-29 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-50_lh-30 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-50_lh-31 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-50_lh-32 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-50_lh-33 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-50_lh-34 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-50_lh-35 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-50_lh-36 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-50_lh-37 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-50_lh-38 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-50_lh-39 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-50_lh-40 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-50_lh-41 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-50_lh-42 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-50_lh-43 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-50_lh-44 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-50_lh-45 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-50_lh-46 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-50_lh-47 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-50_lh-48 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-50_lh-49 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-50_lh-50 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-50_lh-51 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-50_lh-52 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-50_lh-53 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-50_lh-54 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-50_lh-55 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-50_lh-56 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-50_lh-57 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-50_lh-58 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-50_lh-59 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-50_lh-60 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-50_lh-61 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-50_lh-62 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-50_lh-63 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-50_lh-64 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-50_lh-65 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-50_lh-66 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-50_lh-67 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-50_lh-68 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-50_lh-69 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-50_lh-70 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-50_lh-71 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-50_lh-72 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-50_lh-73 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-50_lh-74 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-50_lh-75 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-50_lh-76 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-50_lh-77 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-50_lh-78 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-50_lh-79 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-50_lh-80 {
  font-style: normal !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-51 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-51_lh-16 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-51_lh-17 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-51_lh-18 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-51_lh-19 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-51_lh-20 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-51_lh-21 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-51_lh-22 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-51_lh-23 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-51_lh-24 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-51_lh-25 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-51_lh-26 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-51_lh-27 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-51_lh-28 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-51_lh-29 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-51_lh-30 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-51_lh-31 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-51_lh-32 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-51_lh-33 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-51_lh-34 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-51_lh-35 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-51_lh-36 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-51_lh-37 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-51_lh-38 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-51_lh-39 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-51_lh-40 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-51_lh-41 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-51_lh-42 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-51_lh-43 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-51_lh-44 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-51_lh-45 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-51_lh-46 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-51_lh-47 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-51_lh-48 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-51_lh-49 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-51_lh-50 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-51_lh-51 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-51_lh-52 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-51_lh-53 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-51_lh-54 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-51_lh-55 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-51_lh-56 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-51_lh-57 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-51_lh-58 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-51_lh-59 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-51_lh-60 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-51_lh-61 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-51_lh-62 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-51_lh-63 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-51_lh-64 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-51_lh-65 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-51_lh-66 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-51_lh-67 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-51_lh-68 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-51_lh-69 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-51_lh-70 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-51_lh-71 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-51_lh-72 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-51_lh-73 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-51_lh-74 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-51_lh-75 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-51_lh-76 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-51_lh-77 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-51_lh-78 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-51_lh-79 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-51_lh-80 {
  font-style: normal !important;
  font-size: 51px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-52 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-52_lh-16 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-52_lh-17 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-52_lh-18 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-52_lh-19 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-52_lh-20 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-52_lh-21 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-52_lh-22 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-52_lh-23 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-52_lh-24 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-52_lh-25 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-52_lh-26 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-52_lh-27 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-52_lh-28 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-52_lh-29 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-52_lh-30 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-52_lh-31 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-52_lh-32 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-52_lh-33 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-52_lh-34 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-52_lh-35 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-52_lh-36 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-52_lh-37 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-52_lh-38 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-52_lh-39 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-52_lh-40 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-52_lh-41 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-52_lh-42 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-52_lh-43 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-52_lh-44 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-52_lh-45 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-52_lh-46 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-52_lh-47 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-52_lh-48 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-52_lh-49 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-52_lh-50 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-52_lh-51 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-52_lh-52 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-52_lh-53 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-52_lh-54 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-52_lh-55 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-52_lh-56 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-52_lh-57 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-52_lh-58 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-52_lh-59 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-52_lh-60 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-52_lh-61 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-52_lh-62 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-52_lh-63 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-52_lh-64 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-52_lh-65 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-52_lh-66 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-52_lh-67 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-52_lh-68 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-52_lh-69 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-52_lh-70 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-52_lh-71 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-52_lh-72 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-52_lh-73 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-52_lh-74 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-52_lh-75 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-52_lh-76 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-52_lh-77 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-52_lh-78 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-52_lh-79 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-52_lh-80 {
  font-style: normal !important;
  font-size: 52px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-53 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-53_lh-16 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-53_lh-17 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-53_lh-18 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-53_lh-19 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-53_lh-20 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-53_lh-21 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-53_lh-22 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-53_lh-23 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-53_lh-24 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-53_lh-25 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-53_lh-26 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-53_lh-27 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-53_lh-28 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-53_lh-29 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-53_lh-30 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-53_lh-31 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-53_lh-32 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-53_lh-33 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-53_lh-34 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-53_lh-35 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-53_lh-36 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-53_lh-37 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-53_lh-38 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-53_lh-39 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-53_lh-40 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-53_lh-41 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-53_lh-42 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-53_lh-43 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-53_lh-44 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-53_lh-45 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-53_lh-46 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-53_lh-47 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-53_lh-48 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-53_lh-49 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-53_lh-50 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-53_lh-51 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-53_lh-52 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-53_lh-53 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-53_lh-54 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-53_lh-55 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-53_lh-56 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-53_lh-57 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-53_lh-58 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-53_lh-59 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-53_lh-60 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-53_lh-61 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-53_lh-62 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-53_lh-63 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-53_lh-64 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-53_lh-65 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-53_lh-66 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-53_lh-67 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-53_lh-68 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-53_lh-69 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-53_lh-70 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-53_lh-71 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-53_lh-72 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-53_lh-73 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-53_lh-74 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-53_lh-75 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-53_lh-76 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-53_lh-77 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-53_lh-78 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-53_lh-79 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-53_lh-80 {
  font-style: normal !important;
  font-size: 53px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-54 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-54_lh-16 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-54_lh-17 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-54_lh-18 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-54_lh-19 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-54_lh-20 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-54_lh-21 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-54_lh-22 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-54_lh-23 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-54_lh-24 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-54_lh-25 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-54_lh-26 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-54_lh-27 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-54_lh-28 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-54_lh-29 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-54_lh-30 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-54_lh-31 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-54_lh-32 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-54_lh-33 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-54_lh-34 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-54_lh-35 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-54_lh-36 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-54_lh-37 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-54_lh-38 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-54_lh-39 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-54_lh-40 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-54_lh-41 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-54_lh-42 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-54_lh-43 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-54_lh-44 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-54_lh-45 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-54_lh-46 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-54_lh-47 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-54_lh-48 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-54_lh-49 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-54_lh-50 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-54_lh-51 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-54_lh-52 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-54_lh-53 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-54_lh-54 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-54_lh-55 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-54_lh-56 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-54_lh-57 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-54_lh-58 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-54_lh-59 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-54_lh-60 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-54_lh-61 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-54_lh-62 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-54_lh-63 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-54_lh-64 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-54_lh-65 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-54_lh-66 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-54_lh-67 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-54_lh-68 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-54_lh-69 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-54_lh-70 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-54_lh-71 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-54_lh-72 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-54_lh-73 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-54_lh-74 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-54_lh-75 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-54_lh-76 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-54_lh-77 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-54_lh-78 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-54_lh-79 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-54_lh-80 {
  font-style: normal !important;
  font-size: 54px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-55 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-55_lh-16 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-55_lh-17 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-55_lh-18 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-55_lh-19 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-55_lh-20 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-55_lh-21 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-55_lh-22 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-55_lh-23 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-55_lh-24 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-55_lh-25 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-55_lh-26 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-55_lh-27 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-55_lh-28 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-55_lh-29 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-55_lh-30 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-55_lh-31 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-55_lh-32 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-55_lh-33 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-55_lh-34 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-55_lh-35 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-55_lh-36 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-55_lh-37 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-55_lh-38 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-55_lh-39 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-55_lh-40 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-55_lh-41 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-55_lh-42 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-55_lh-43 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-55_lh-44 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-55_lh-45 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-55_lh-46 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-55_lh-47 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-55_lh-48 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-55_lh-49 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-55_lh-50 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-55_lh-51 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-55_lh-52 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-55_lh-53 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-55_lh-54 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-55_lh-55 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-55_lh-56 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-55_lh-57 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-55_lh-58 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-55_lh-59 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-55_lh-60 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-55_lh-61 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-55_lh-62 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-55_lh-63 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-55_lh-64 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-55_lh-65 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-55_lh-66 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-55_lh-67 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-55_lh-68 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-55_lh-69 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-55_lh-70 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-55_lh-71 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-55_lh-72 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-55_lh-73 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-55_lh-74 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-55_lh-75 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-55_lh-76 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-55_lh-77 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-55_lh-78 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-55_lh-79 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-55_lh-80 {
  font-style: normal !important;
  font-size: 55px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-56 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-56_lh-16 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-56_lh-17 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-56_lh-18 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-56_lh-19 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-56_lh-20 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-56_lh-21 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-56_lh-22 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-56_lh-23 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-56_lh-24 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-56_lh-25 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-56_lh-26 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-56_lh-27 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-56_lh-28 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-56_lh-29 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-56_lh-30 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-56_lh-31 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-56_lh-32 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-56_lh-33 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-56_lh-34 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-56_lh-35 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-56_lh-36 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-56_lh-37 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-56_lh-38 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-56_lh-39 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-56_lh-40 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-56_lh-41 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-56_lh-42 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-56_lh-43 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-56_lh-44 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-56_lh-45 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-56_lh-46 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-56_lh-47 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-56_lh-48 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-56_lh-49 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-56_lh-50 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-56_lh-51 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-56_lh-52 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-56_lh-53 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-56_lh-54 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-56_lh-55 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-56_lh-56 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-56_lh-57 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-56_lh-58 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-56_lh-59 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-56_lh-60 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-56_lh-61 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-56_lh-62 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-56_lh-63 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-56_lh-64 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-56_lh-65 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-56_lh-66 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-56_lh-67 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-56_lh-68 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-56_lh-69 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-56_lh-70 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-56_lh-71 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-56_lh-72 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-56_lh-73 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-56_lh-74 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-56_lh-75 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-56_lh-76 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-56_lh-77 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-56_lh-78 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-56_lh-79 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-56_lh-80 {
  font-style: normal !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-57 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-57_lh-16 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-57_lh-17 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-57_lh-18 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-57_lh-19 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-57_lh-20 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-57_lh-21 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-57_lh-22 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-57_lh-23 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-57_lh-24 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-57_lh-25 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-57_lh-26 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-57_lh-27 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-57_lh-28 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-57_lh-29 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-57_lh-30 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-57_lh-31 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-57_lh-32 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-57_lh-33 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-57_lh-34 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-57_lh-35 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-57_lh-36 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-57_lh-37 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-57_lh-38 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-57_lh-39 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-57_lh-40 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-57_lh-41 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-57_lh-42 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-57_lh-43 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-57_lh-44 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-57_lh-45 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-57_lh-46 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-57_lh-47 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-57_lh-48 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-57_lh-49 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-57_lh-50 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-57_lh-51 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-57_lh-52 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-57_lh-53 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-57_lh-54 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-57_lh-55 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-57_lh-56 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-57_lh-57 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-57_lh-58 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-57_lh-59 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-57_lh-60 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-57_lh-61 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-57_lh-62 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-57_lh-63 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-57_lh-64 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-57_lh-65 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-57_lh-66 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-57_lh-67 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-57_lh-68 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-57_lh-69 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-57_lh-70 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-57_lh-71 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-57_lh-72 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-57_lh-73 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-57_lh-74 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-57_lh-75 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-57_lh-76 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-57_lh-77 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-57_lh-78 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-57_lh-79 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-57_lh-80 {
  font-style: normal !important;
  font-size: 57px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-58 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-58_lh-16 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-58_lh-17 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-58_lh-18 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-58_lh-19 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-58_lh-20 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-58_lh-21 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-58_lh-22 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-58_lh-23 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-58_lh-24 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-58_lh-25 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-58_lh-26 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-58_lh-27 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-58_lh-28 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-58_lh-29 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-58_lh-30 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-58_lh-31 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-58_lh-32 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-58_lh-33 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-58_lh-34 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-58_lh-35 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-58_lh-36 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-58_lh-37 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-58_lh-38 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-58_lh-39 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-58_lh-40 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-58_lh-41 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-58_lh-42 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-58_lh-43 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-58_lh-44 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-58_lh-45 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-58_lh-46 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-58_lh-47 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-58_lh-48 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-58_lh-49 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-58_lh-50 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-58_lh-51 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-58_lh-52 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-58_lh-53 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-58_lh-54 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-58_lh-55 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-58_lh-56 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-58_lh-57 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-58_lh-58 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-58_lh-59 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-58_lh-60 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-58_lh-61 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-58_lh-62 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-58_lh-63 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-58_lh-64 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-58_lh-65 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-58_lh-66 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-58_lh-67 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-58_lh-68 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-58_lh-69 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-58_lh-70 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-58_lh-71 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-58_lh-72 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-58_lh-73 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-58_lh-74 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-58_lh-75 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-58_lh-76 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-58_lh-77 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-58_lh-78 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-58_lh-79 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-58_lh-80 {
  font-style: normal !important;
  font-size: 58px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-59 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-59_lh-16 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-59_lh-17 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-59_lh-18 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-59_lh-19 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-59_lh-20 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-59_lh-21 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-59_lh-22 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-59_lh-23 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-59_lh-24 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-59_lh-25 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-59_lh-26 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-59_lh-27 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-59_lh-28 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-59_lh-29 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-59_lh-30 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-59_lh-31 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-59_lh-32 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-59_lh-33 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-59_lh-34 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-59_lh-35 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-59_lh-36 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-59_lh-37 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-59_lh-38 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-59_lh-39 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-59_lh-40 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-59_lh-41 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-59_lh-42 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-59_lh-43 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-59_lh-44 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-59_lh-45 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-59_lh-46 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-59_lh-47 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-59_lh-48 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-59_lh-49 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-59_lh-50 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-59_lh-51 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-59_lh-52 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-59_lh-53 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-59_lh-54 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-59_lh-55 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-59_lh-56 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-59_lh-57 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-59_lh-58 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-59_lh-59 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-59_lh-60 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-59_lh-61 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-59_lh-62 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-59_lh-63 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-59_lh-64 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-59_lh-65 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-59_lh-66 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-59_lh-67 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-59_lh-68 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-59_lh-69 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-59_lh-70 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-59_lh-71 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-59_lh-72 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-59_lh-73 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-59_lh-74 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-59_lh-75 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-59_lh-76 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-59_lh-77 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-59_lh-78 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-59_lh-79 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-59_lh-80 {
  font-style: normal !important;
  font-size: 59px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-60 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-60_lh-16 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-60_lh-17 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-60_lh-18 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-60_lh-19 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-60_lh-20 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-60_lh-21 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-60_lh-22 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-60_lh-23 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-60_lh-24 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-60_lh-25 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-60_lh-26 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-60_lh-27 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-60_lh-28 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-60_lh-29 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-60_lh-30 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-60_lh-31 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-60_lh-32 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-60_lh-33 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-60_lh-34 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-60_lh-35 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-60_lh-36 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-60_lh-37 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-60_lh-38 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-60_lh-39 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-60_lh-40 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-60_lh-41 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-60_lh-42 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-60_lh-43 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-60_lh-44 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-60_lh-45 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-60_lh-46 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-60_lh-47 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-60_lh-48 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-60_lh-49 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-60_lh-50 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-60_lh-51 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-60_lh-52 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-60_lh-53 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-60_lh-54 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-60_lh-55 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-60_lh-56 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-60_lh-57 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-60_lh-58 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-60_lh-59 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-60_lh-60 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-60_lh-61 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-60_lh-62 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-60_lh-63 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-60_lh-64 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-60_lh-65 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-60_lh-66 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-60_lh-67 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-60_lh-68 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-60_lh-69 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-60_lh-70 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-60_lh-71 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-60_lh-72 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-60_lh-73 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-60_lh-74 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-60_lh-75 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-60_lh-76 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-60_lh-77 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-60_lh-78 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-60_lh-79 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-60_lh-80 {
  font-style: normal !important;
  font-size: 60px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-61 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-61_lh-16 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-61_lh-17 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-61_lh-18 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-61_lh-19 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-61_lh-20 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-61_lh-21 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-61_lh-22 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-61_lh-23 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-61_lh-24 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-61_lh-25 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-61_lh-26 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-61_lh-27 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-61_lh-28 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-61_lh-29 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-61_lh-30 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-61_lh-31 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-61_lh-32 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-61_lh-33 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-61_lh-34 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-61_lh-35 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-61_lh-36 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-61_lh-37 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-61_lh-38 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-61_lh-39 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-61_lh-40 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-61_lh-41 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-61_lh-42 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-61_lh-43 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-61_lh-44 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-61_lh-45 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-61_lh-46 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-61_lh-47 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-61_lh-48 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-61_lh-49 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-61_lh-50 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-61_lh-51 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-61_lh-52 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-61_lh-53 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-61_lh-54 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-61_lh-55 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-61_lh-56 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-61_lh-57 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-61_lh-58 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-61_lh-59 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-61_lh-60 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-61_lh-61 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-61_lh-62 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-61_lh-63 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-61_lh-64 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-61_lh-65 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-61_lh-66 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-61_lh-67 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-61_lh-68 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-61_lh-69 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-61_lh-70 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-61_lh-71 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-61_lh-72 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-61_lh-73 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-61_lh-74 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-61_lh-75 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-61_lh-76 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-61_lh-77 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-61_lh-78 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-61_lh-79 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-61_lh-80 {
  font-style: normal !important;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-62 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-62_lh-16 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-62_lh-17 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-62_lh-18 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-62_lh-19 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-62_lh-20 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-62_lh-21 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-62_lh-22 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-62_lh-23 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-62_lh-24 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-62_lh-25 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-62_lh-26 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-62_lh-27 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-62_lh-28 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-62_lh-29 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-62_lh-30 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-62_lh-31 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-62_lh-32 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-62_lh-33 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-62_lh-34 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-62_lh-35 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-62_lh-36 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-62_lh-37 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-62_lh-38 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-62_lh-39 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-62_lh-40 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-62_lh-41 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-62_lh-42 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-62_lh-43 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-62_lh-44 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-62_lh-45 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-62_lh-46 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-62_lh-47 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-62_lh-48 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-62_lh-49 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-62_lh-50 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-62_lh-51 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-62_lh-52 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-62_lh-53 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-62_lh-54 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-62_lh-55 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-62_lh-56 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-62_lh-57 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-62_lh-58 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-62_lh-59 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-62_lh-60 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-62_lh-61 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-62_lh-62 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-62_lh-63 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-62_lh-64 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-62_lh-65 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-62_lh-66 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-62_lh-67 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-62_lh-68 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-62_lh-69 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-62_lh-70 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-62_lh-71 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-62_lh-72 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-62_lh-73 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-62_lh-74 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-62_lh-75 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-62_lh-76 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-62_lh-77 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-62_lh-78 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-62_lh-79 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-62_lh-80 {
  font-style: normal !important;
  font-size: 62px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-63 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-63_lh-16 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-63_lh-17 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-63_lh-18 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-63_lh-19 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-63_lh-20 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-63_lh-21 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-63_lh-22 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-63_lh-23 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-63_lh-24 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-63_lh-25 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-63_lh-26 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-63_lh-27 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-63_lh-28 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-63_lh-29 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-63_lh-30 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-63_lh-31 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-63_lh-32 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-63_lh-33 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-63_lh-34 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-63_lh-35 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-63_lh-36 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-63_lh-37 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-63_lh-38 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-63_lh-39 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-63_lh-40 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-63_lh-41 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-63_lh-42 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-63_lh-43 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-63_lh-44 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-63_lh-45 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-63_lh-46 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-63_lh-47 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-63_lh-48 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-63_lh-49 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-63_lh-50 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-63_lh-51 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-63_lh-52 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-63_lh-53 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-63_lh-54 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-63_lh-55 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-63_lh-56 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-63_lh-57 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-63_lh-58 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-63_lh-59 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-63_lh-60 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-63_lh-61 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-63_lh-62 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-63_lh-63 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-63_lh-64 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-63_lh-65 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-63_lh-66 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-63_lh-67 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-63_lh-68 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-63_lh-69 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-63_lh-70 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-63_lh-71 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-63_lh-72 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-63_lh-73 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-63_lh-74 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-63_lh-75 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-63_lh-76 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-63_lh-77 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-63_lh-78 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-63_lh-79 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-63_lh-80 {
  font-style: normal !important;
  font-size: 63px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-64 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-64_lh-16 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-64_lh-17 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-64_lh-18 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-64_lh-19 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-64_lh-20 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-64_lh-21 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-64_lh-22 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-64_lh-23 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-64_lh-24 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-64_lh-25 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-64_lh-26 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-64_lh-27 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-64_lh-28 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-64_lh-29 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-64_lh-30 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-64_lh-31 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-64_lh-32 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-64_lh-33 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-64_lh-34 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-64_lh-35 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-64_lh-36 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-64_lh-37 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-64_lh-38 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-64_lh-39 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-64_lh-40 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-64_lh-41 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-64_lh-42 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-64_lh-43 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-64_lh-44 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-64_lh-45 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-64_lh-46 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-64_lh-47 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-64_lh-48 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-64_lh-49 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-64_lh-50 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-64_lh-51 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-64_lh-52 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-64_lh-53 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-64_lh-54 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-64_lh-55 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-64_lh-56 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-64_lh-57 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-64_lh-58 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-64_lh-59 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-64_lh-60 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-64_lh-61 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-64_lh-62 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-64_lh-63 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-64_lh-64 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-64_lh-65 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-64_lh-66 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-64_lh-67 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-64_lh-68 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-64_lh-69 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-64_lh-70 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-64_lh-71 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-64_lh-72 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-64_lh-73 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-64_lh-74 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-64_lh-75 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-64_lh-76 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-64_lh-77 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-64_lh-78 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-64_lh-79 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-64_lh-80 {
  font-style: normal !important;
  font-size: 64px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-65 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-65_lh-16 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-65_lh-17 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-65_lh-18 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-65_lh-19 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-65_lh-20 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-65_lh-21 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-65_lh-22 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-65_lh-23 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-65_lh-24 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-65_lh-25 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-65_lh-26 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-65_lh-27 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-65_lh-28 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-65_lh-29 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-65_lh-30 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-65_lh-31 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-65_lh-32 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-65_lh-33 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-65_lh-34 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-65_lh-35 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-65_lh-36 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-65_lh-37 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-65_lh-38 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-65_lh-39 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-65_lh-40 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-65_lh-41 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-65_lh-42 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-65_lh-43 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-65_lh-44 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-65_lh-45 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-65_lh-46 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-65_lh-47 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-65_lh-48 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-65_lh-49 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-65_lh-50 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-65_lh-51 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-65_lh-52 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-65_lh-53 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-65_lh-54 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-65_lh-55 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-65_lh-56 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-65_lh-57 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-65_lh-58 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-65_lh-59 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-65_lh-60 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-65_lh-61 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-65_lh-62 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-65_lh-63 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-65_lh-64 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-65_lh-65 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-65_lh-66 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-65_lh-67 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-65_lh-68 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-65_lh-69 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-65_lh-70 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-65_lh-71 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-65_lh-72 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-65_lh-73 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-65_lh-74 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-65_lh-75 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-65_lh-76 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-65_lh-77 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-65_lh-78 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-65_lh-79 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-65_lh-80 {
  font-style: normal !important;
  font-size: 65px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-66 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-66_lh-16 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-66_lh-17 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-66_lh-18 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-66_lh-19 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-66_lh-20 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-66_lh-21 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-66_lh-22 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-66_lh-23 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-66_lh-24 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-66_lh-25 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-66_lh-26 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-66_lh-27 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-66_lh-28 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-66_lh-29 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-66_lh-30 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-66_lh-31 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-66_lh-32 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-66_lh-33 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-66_lh-34 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-66_lh-35 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-66_lh-36 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-66_lh-37 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-66_lh-38 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-66_lh-39 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-66_lh-40 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-66_lh-41 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-66_lh-42 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-66_lh-43 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-66_lh-44 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-66_lh-45 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-66_lh-46 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-66_lh-47 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-66_lh-48 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-66_lh-49 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-66_lh-50 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-66_lh-51 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-66_lh-52 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-66_lh-53 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-66_lh-54 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-66_lh-55 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-66_lh-56 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-66_lh-57 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-66_lh-58 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-66_lh-59 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-66_lh-60 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-66_lh-61 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-66_lh-62 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-66_lh-63 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-66_lh-64 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-66_lh-65 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-66_lh-66 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-66_lh-67 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-66_lh-68 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-66_lh-69 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-66_lh-70 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-66_lh-71 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-66_lh-72 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-66_lh-73 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-66_lh-74 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-66_lh-75 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-66_lh-76 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-66_lh-77 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-66_lh-78 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-66_lh-79 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-66_lh-80 {
  font-style: normal !important;
  font-size: 66px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-67 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-67_lh-16 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-67_lh-17 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-67_lh-18 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-67_lh-19 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-67_lh-20 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-67_lh-21 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-67_lh-22 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-67_lh-23 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-67_lh-24 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-67_lh-25 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-67_lh-26 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-67_lh-27 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-67_lh-28 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-67_lh-29 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-67_lh-30 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-67_lh-31 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-67_lh-32 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-67_lh-33 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-67_lh-34 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-67_lh-35 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-67_lh-36 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-67_lh-37 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-67_lh-38 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-67_lh-39 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-67_lh-40 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-67_lh-41 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-67_lh-42 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-67_lh-43 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-67_lh-44 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-67_lh-45 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-67_lh-46 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-67_lh-47 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-67_lh-48 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-67_lh-49 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-67_lh-50 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-67_lh-51 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-67_lh-52 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-67_lh-53 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-67_lh-54 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-67_lh-55 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-67_lh-56 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-67_lh-57 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-67_lh-58 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-67_lh-59 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-67_lh-60 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-67_lh-61 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-67_lh-62 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-67_lh-63 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-67_lh-64 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-67_lh-65 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-67_lh-66 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-67_lh-67 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-67_lh-68 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-67_lh-69 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-67_lh-70 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-67_lh-71 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-67_lh-72 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-67_lh-73 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-67_lh-74 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-67_lh-75 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-67_lh-76 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-67_lh-77 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-67_lh-78 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-67_lh-79 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-67_lh-80 {
  font-style: normal !important;
  font-size: 67px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-68 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-68_lh-16 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-68_lh-17 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-68_lh-18 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-68_lh-19 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-68_lh-20 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-68_lh-21 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-68_lh-22 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-68_lh-23 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-68_lh-24 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-68_lh-25 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-68_lh-26 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-68_lh-27 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-68_lh-28 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-68_lh-29 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-68_lh-30 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-68_lh-31 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-68_lh-32 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-68_lh-33 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-68_lh-34 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-68_lh-35 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-68_lh-36 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-68_lh-37 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-68_lh-38 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-68_lh-39 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-68_lh-40 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-68_lh-41 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-68_lh-42 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-68_lh-43 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-68_lh-44 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-68_lh-45 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-68_lh-46 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-68_lh-47 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-68_lh-48 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-68_lh-49 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-68_lh-50 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-68_lh-51 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-68_lh-52 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-68_lh-53 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-68_lh-54 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-68_lh-55 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-68_lh-56 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-68_lh-57 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-68_lh-58 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-68_lh-59 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-68_lh-60 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-68_lh-61 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-68_lh-62 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-68_lh-63 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-68_lh-64 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-68_lh-65 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-68_lh-66 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-68_lh-67 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-68_lh-68 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-68_lh-69 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-68_lh-70 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-68_lh-71 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-68_lh-72 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-68_lh-73 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-68_lh-74 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-68_lh-75 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-68_lh-76 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-68_lh-77 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-68_lh-78 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-68_lh-79 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-68_lh-80 {
  font-style: normal !important;
  font-size: 68px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-69 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-69_lh-16 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-69_lh-17 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-69_lh-18 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-69_lh-19 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-69_lh-20 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-69_lh-21 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-69_lh-22 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-69_lh-23 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-69_lh-24 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-69_lh-25 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-69_lh-26 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-69_lh-27 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-69_lh-28 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-69_lh-29 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-69_lh-30 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-69_lh-31 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-69_lh-32 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-69_lh-33 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-69_lh-34 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-69_lh-35 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-69_lh-36 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-69_lh-37 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-69_lh-38 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-69_lh-39 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-69_lh-40 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-69_lh-41 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-69_lh-42 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-69_lh-43 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-69_lh-44 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-69_lh-45 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-69_lh-46 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-69_lh-47 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-69_lh-48 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-69_lh-49 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-69_lh-50 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-69_lh-51 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-69_lh-52 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-69_lh-53 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-69_lh-54 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-69_lh-55 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-69_lh-56 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-69_lh-57 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-69_lh-58 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-69_lh-59 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-69_lh-60 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-69_lh-61 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-69_lh-62 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-69_lh-63 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-69_lh-64 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-69_lh-65 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-69_lh-66 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-69_lh-67 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-69_lh-68 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-69_lh-69 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-69_lh-70 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-69_lh-71 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-69_lh-72 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-69_lh-73 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-69_lh-74 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-69_lh-75 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-69_lh-76 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-69_lh-77 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-69_lh-78 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-69_lh-79 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-69_lh-80 {
  font-style: normal !important;
  font-size: 69px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-70 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-70_lh-16 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-70_lh-17 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-70_lh-18 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-70_lh-19 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-70_lh-20 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-70_lh-21 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-70_lh-22 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-70_lh-23 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-70_lh-24 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-70_lh-25 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-70_lh-26 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-70_lh-27 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-70_lh-28 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-70_lh-29 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-70_lh-30 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-70_lh-31 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-70_lh-32 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-70_lh-33 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-70_lh-34 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-70_lh-35 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-70_lh-36 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-70_lh-37 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-70_lh-38 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-70_lh-39 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-70_lh-40 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-70_lh-41 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-70_lh-42 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-70_lh-43 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-70_lh-44 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-70_lh-45 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-70_lh-46 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-70_lh-47 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-70_lh-48 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-70_lh-49 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-70_lh-50 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-70_lh-51 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-70_lh-52 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-70_lh-53 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-70_lh-54 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-70_lh-55 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-70_lh-56 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-70_lh-57 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-70_lh-58 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-70_lh-59 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-70_lh-60 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-70_lh-61 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-70_lh-62 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-70_lh-63 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-70_lh-64 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-70_lh-65 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-70_lh-66 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-70_lh-67 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-70_lh-68 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-70_lh-69 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-70_lh-70 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-70_lh-71 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-70_lh-72 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-70_lh-73 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-70_lh-74 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-70_lh-75 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-70_lh-76 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-70_lh-77 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-70_lh-78 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-70_lh-79 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-70_lh-80 {
  font-style: normal !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-71 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-71_lh-16 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-71_lh-17 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-71_lh-18 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-71_lh-19 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-71_lh-20 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-71_lh-21 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-71_lh-22 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-71_lh-23 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-71_lh-24 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-71_lh-25 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-71_lh-26 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-71_lh-27 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-71_lh-28 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-71_lh-29 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-71_lh-30 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-71_lh-31 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-71_lh-32 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-71_lh-33 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-71_lh-34 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-71_lh-35 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-71_lh-36 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-71_lh-37 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-71_lh-38 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-71_lh-39 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-71_lh-40 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-71_lh-41 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-71_lh-42 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-71_lh-43 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-71_lh-44 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-71_lh-45 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-71_lh-46 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-71_lh-47 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-71_lh-48 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-71_lh-49 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-71_lh-50 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-71_lh-51 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-71_lh-52 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-71_lh-53 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-71_lh-54 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-71_lh-55 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-71_lh-56 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-71_lh-57 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-71_lh-58 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-71_lh-59 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-71_lh-60 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-71_lh-61 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-71_lh-62 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-71_lh-63 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-71_lh-64 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-71_lh-65 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-71_lh-66 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-71_lh-67 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-71_lh-68 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-71_lh-69 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-71_lh-70 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-71_lh-71 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-71_lh-72 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-71_lh-73 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-71_lh-74 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-71_lh-75 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-71_lh-76 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-71_lh-77 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-71_lh-78 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-71_lh-79 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-71_lh-80 {
  font-style: normal !important;
  font-size: 71px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-72 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-72_lh-16 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-72_lh-17 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-72_lh-18 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-72_lh-19 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-72_lh-20 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-72_lh-21 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-72_lh-22 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-72_lh-23 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-72_lh-24 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-72_lh-25 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-72_lh-26 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-72_lh-27 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-72_lh-28 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-72_lh-29 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-72_lh-30 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-72_lh-31 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-72_lh-32 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-72_lh-33 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-72_lh-34 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-72_lh-35 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-72_lh-36 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-72_lh-37 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-72_lh-38 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-72_lh-39 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-72_lh-40 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-72_lh-41 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-72_lh-42 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-72_lh-43 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-72_lh-44 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-72_lh-45 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-72_lh-46 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-72_lh-47 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-72_lh-48 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-72_lh-49 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-72_lh-50 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-72_lh-51 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-72_lh-52 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-72_lh-53 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-72_lh-54 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-72_lh-55 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-72_lh-56 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-72_lh-57 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-72_lh-58 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-72_lh-59 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-72_lh-60 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-72_lh-61 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-72_lh-62 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-72_lh-63 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-72_lh-64 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-72_lh-65 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-72_lh-66 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-72_lh-67 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-72_lh-68 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-72_lh-69 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-72_lh-70 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-72_lh-71 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-72_lh-72 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-72_lh-73 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-72_lh-74 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-72_lh-75 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-72_lh-76 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-72_lh-77 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-72_lh-78 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-72_lh-79 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-72_lh-80 {
  font-style: normal !important;
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-73 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-73_lh-16 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-73_lh-17 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-73_lh-18 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-73_lh-19 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-73_lh-20 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-73_lh-21 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-73_lh-22 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-73_lh-23 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-73_lh-24 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-73_lh-25 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-73_lh-26 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-73_lh-27 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-73_lh-28 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-73_lh-29 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-73_lh-30 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-73_lh-31 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-73_lh-32 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-73_lh-33 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-73_lh-34 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-73_lh-35 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-73_lh-36 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-73_lh-37 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-73_lh-38 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-73_lh-39 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-73_lh-40 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-73_lh-41 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-73_lh-42 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-73_lh-43 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-73_lh-44 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-73_lh-45 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-73_lh-46 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-73_lh-47 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-73_lh-48 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-73_lh-49 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-73_lh-50 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-73_lh-51 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-73_lh-52 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-73_lh-53 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-73_lh-54 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-73_lh-55 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-73_lh-56 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-73_lh-57 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-73_lh-58 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-73_lh-59 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-73_lh-60 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-73_lh-61 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-73_lh-62 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-73_lh-63 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-73_lh-64 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-73_lh-65 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-73_lh-66 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-73_lh-67 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-73_lh-68 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-73_lh-69 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-73_lh-70 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-73_lh-71 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-73_lh-72 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-73_lh-73 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-73_lh-74 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-73_lh-75 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-73_lh-76 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-73_lh-77 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-73_lh-78 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-73_lh-79 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-73_lh-80 {
  font-style: normal !important;
  font-size: 73px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-74 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-74_lh-16 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-74_lh-17 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-74_lh-18 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-74_lh-19 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-74_lh-20 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-74_lh-21 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-74_lh-22 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-74_lh-23 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-74_lh-24 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-74_lh-25 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-74_lh-26 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-74_lh-27 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-74_lh-28 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-74_lh-29 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-74_lh-30 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-74_lh-31 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-74_lh-32 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-74_lh-33 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-74_lh-34 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-74_lh-35 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-74_lh-36 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-74_lh-37 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-74_lh-38 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-74_lh-39 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-74_lh-40 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-74_lh-41 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-74_lh-42 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-74_lh-43 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-74_lh-44 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-74_lh-45 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-74_lh-46 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-74_lh-47 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-74_lh-48 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-74_lh-49 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-74_lh-50 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-74_lh-51 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-74_lh-52 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-74_lh-53 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-74_lh-54 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-74_lh-55 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-74_lh-56 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-74_lh-57 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-74_lh-58 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-74_lh-59 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-74_lh-60 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-74_lh-61 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-74_lh-62 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-74_lh-63 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-74_lh-64 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-74_lh-65 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-74_lh-66 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-74_lh-67 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-74_lh-68 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-74_lh-69 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-74_lh-70 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-74_lh-71 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-74_lh-72 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-74_lh-73 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-74_lh-74 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-74_lh-75 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-74_lh-76 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-74_lh-77 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-74_lh-78 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-74_lh-79 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-74_lh-80 {
  font-style: normal !important;
  font-size: 74px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-75 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-75_lh-16 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-75_lh-17 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-75_lh-18 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-75_lh-19 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-75_lh-20 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-75_lh-21 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-75_lh-22 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-75_lh-23 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-75_lh-24 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-75_lh-25 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-75_lh-26 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-75_lh-27 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-75_lh-28 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-75_lh-29 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-75_lh-30 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-75_lh-31 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-75_lh-32 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-75_lh-33 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-75_lh-34 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-75_lh-35 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-75_lh-36 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-75_lh-37 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-75_lh-38 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-75_lh-39 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-75_lh-40 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-75_lh-41 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-75_lh-42 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-75_lh-43 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-75_lh-44 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-75_lh-45 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-75_lh-46 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-75_lh-47 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-75_lh-48 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-75_lh-49 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-75_lh-50 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-75_lh-51 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-75_lh-52 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-75_lh-53 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-75_lh-54 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-75_lh-55 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-75_lh-56 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-75_lh-57 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-75_lh-58 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-75_lh-59 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-75_lh-60 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-75_lh-61 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-75_lh-62 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-75_lh-63 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-75_lh-64 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-75_lh-65 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-75_lh-66 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-75_lh-67 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-75_lh-68 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-75_lh-69 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-75_lh-70 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-75_lh-71 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-75_lh-72 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-75_lh-73 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-75_lh-74 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-75_lh-75 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-75_lh-76 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-75_lh-77 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-75_lh-78 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-75_lh-79 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-75_lh-80 {
  font-style: normal !important;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-76 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-76_lh-16 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-76_lh-17 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-76_lh-18 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-76_lh-19 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-76_lh-20 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-76_lh-21 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-76_lh-22 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-76_lh-23 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-76_lh-24 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-76_lh-25 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-76_lh-26 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-76_lh-27 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-76_lh-28 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-76_lh-29 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-76_lh-30 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-76_lh-31 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-76_lh-32 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-76_lh-33 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-76_lh-34 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-76_lh-35 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-76_lh-36 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-76_lh-37 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-76_lh-38 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-76_lh-39 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-76_lh-40 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-76_lh-41 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-76_lh-42 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-76_lh-43 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-76_lh-44 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-76_lh-45 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-76_lh-46 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-76_lh-47 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-76_lh-48 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-76_lh-49 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-76_lh-50 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-76_lh-51 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-76_lh-52 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-76_lh-53 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-76_lh-54 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-76_lh-55 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-76_lh-56 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-76_lh-57 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-76_lh-58 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-76_lh-59 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-76_lh-60 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-76_lh-61 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-76_lh-62 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-76_lh-63 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-76_lh-64 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-76_lh-65 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-76_lh-66 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-76_lh-67 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-76_lh-68 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-76_lh-69 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-76_lh-70 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-76_lh-71 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-76_lh-72 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-76_lh-73 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-76_lh-74 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-76_lh-75 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-76_lh-76 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-76_lh-77 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-76_lh-78 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-76_lh-79 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-76_lh-80 {
  font-style: normal !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-77 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-77_lh-16 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-77_lh-17 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-77_lh-18 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-77_lh-19 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-77_lh-20 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-77_lh-21 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-77_lh-22 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-77_lh-23 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-77_lh-24 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-77_lh-25 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-77_lh-26 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-77_lh-27 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-77_lh-28 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-77_lh-29 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-77_lh-30 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-77_lh-31 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-77_lh-32 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-77_lh-33 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-77_lh-34 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-77_lh-35 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-77_lh-36 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-77_lh-37 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-77_lh-38 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-77_lh-39 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-77_lh-40 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-77_lh-41 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-77_lh-42 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-77_lh-43 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-77_lh-44 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-77_lh-45 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-77_lh-46 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-77_lh-47 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-77_lh-48 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-77_lh-49 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-77_lh-50 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-77_lh-51 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-77_lh-52 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-77_lh-53 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-77_lh-54 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-77_lh-55 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-77_lh-56 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-77_lh-57 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-77_lh-58 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-77_lh-59 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-77_lh-60 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-77_lh-61 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-77_lh-62 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-77_lh-63 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-77_lh-64 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-77_lh-65 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-77_lh-66 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-77_lh-67 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-77_lh-68 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-77_lh-69 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-77_lh-70 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-77_lh-71 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-77_lh-72 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-77_lh-73 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-77_lh-74 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-77_lh-75 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-77_lh-76 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-77_lh-77 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-77_lh-78 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-77_lh-79 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-77_lh-80 {
  font-style: normal !important;
  font-size: 77px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-78 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-78_lh-16 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-78_lh-17 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-78_lh-18 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-78_lh-19 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-78_lh-20 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-78_lh-21 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-78_lh-22 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-78_lh-23 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-78_lh-24 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-78_lh-25 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-78_lh-26 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-78_lh-27 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-78_lh-28 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-78_lh-29 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-78_lh-30 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-78_lh-31 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-78_lh-32 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-78_lh-33 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-78_lh-34 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-78_lh-35 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-78_lh-36 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-78_lh-37 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-78_lh-38 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-78_lh-39 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-78_lh-40 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-78_lh-41 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-78_lh-42 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-78_lh-43 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-78_lh-44 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-78_lh-45 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-78_lh-46 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-78_lh-47 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-78_lh-48 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-78_lh-49 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-78_lh-50 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-78_lh-51 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-78_lh-52 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-78_lh-53 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-78_lh-54 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-78_lh-55 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-78_lh-56 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-78_lh-57 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-78_lh-58 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-78_lh-59 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-78_lh-60 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-78_lh-61 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-78_lh-62 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-78_lh-63 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-78_lh-64 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-78_lh-65 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-78_lh-66 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-78_lh-67 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-78_lh-68 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-78_lh-69 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-78_lh-70 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-78_lh-71 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-78_lh-72 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-78_lh-73 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-78_lh-74 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-78_lh-75 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-78_lh-76 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-78_lh-77 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-78_lh-78 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-78_lh-79 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-78_lh-80 {
  font-style: normal !important;
  font-size: 78px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-79 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-79_lh-16 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-79_lh-17 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-79_lh-18 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-79_lh-19 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-79_lh-20 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-79_lh-21 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-79_lh-22 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-79_lh-23 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-79_lh-24 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-79_lh-25 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-79_lh-26 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-79_lh-27 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-79_lh-28 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-79_lh-29 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-79_lh-30 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-79_lh-31 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-79_lh-32 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-79_lh-33 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-79_lh-34 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-79_lh-35 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-79_lh-36 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-79_lh-37 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-79_lh-38 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-79_lh-39 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-79_lh-40 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-79_lh-41 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-79_lh-42 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-79_lh-43 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-79_lh-44 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-79_lh-45 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-79_lh-46 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-79_lh-47 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-79_lh-48 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-79_lh-49 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-79_lh-50 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-79_lh-51 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-79_lh-52 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-79_lh-53 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-79_lh-54 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-79_lh-55 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-79_lh-56 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-79_lh-57 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-79_lh-58 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-79_lh-59 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-79_lh-60 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-79_lh-61 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-79_lh-62 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-79_lh-63 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-79_lh-64 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-79_lh-65 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-79_lh-66 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-79_lh-67 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-79_lh-68 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-79_lh-69 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-79_lh-70 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-79_lh-71 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-79_lh-72 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-79_lh-73 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-79_lh-74 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-79_lh-75 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-79_lh-76 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-79_lh-77 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-79_lh-78 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-79_lh-79 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-79_lh-80 {
  font-style: normal !important;
  font-size: 79px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.fs-h500-80 {
  font-style: normal !important;
  letter-spacing: -0.44px;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-80_lh-16 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.fs-h500-80_lh-17 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
}

.fs-h500-80_lh-18 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}

.fs-h500-80_lh-19 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}

.fs-h500-80_lh-20 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fs-h500-80_lh-21 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.fs-h500-80_lh-22 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.fs-h500-80_lh-23 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.fs-h500-80_lh-24 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.fs-h500-80_lh-25 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.fs-h500-80_lh-26 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.fs-h500-80_lh-27 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
}

.fs-h500-80_lh-28 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.fs-h500-80_lh-29 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

.fs-h500-80_lh-30 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.fs-h500-80_lh-31 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 31px !important;
}

.fs-h500-80_lh-32 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}

.fs-h500-80_lh-33 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
}

.fs-h500-80_lh-34 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 34px !important;
}

.fs-h500-80_lh-35 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}

.fs-h500-80_lh-36 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.fs-h500-80_lh-37 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 37px !important;
}

.fs-h500-80_lh-38 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
}

.fs-h500-80_lh-39 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.fs-h500-80_lh-40 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.fs-h500-80_lh-41 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 41px !important;
}

.fs-h500-80_lh-42 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.fs-h500-80_lh-43 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
}

.fs-h500-80_lh-44 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.fs-h500-80_lh-45 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

.fs-h500-80_lh-46 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
}

.fs-h500-80_lh-47 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 47px !important;
}

.fs-h500-80_lh-48 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
}

.fs-h500-80_lh-49 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 49px !important;
}

.fs-h500-80_lh-50 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
}

.fs-h500-80_lh-51 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 51px !important;
}

.fs-h500-80_lh-52 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 52px !important;
}

.fs-h500-80_lh-53 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 53px !important;
}

.fs-h500-80_lh-54 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 54px !important;
}

.fs-h500-80_lh-55 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 55px !important;
}

.fs-h500-80_lh-56 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
}

.fs-h500-80_lh-57 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 57px !important;
}

.fs-h500-80_lh-58 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.fs-h500-80_lh-59 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 59px !important;
}

.fs-h500-80_lh-60 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 60px !important;
}

.fs-h500-80_lh-61 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 61px !important;
}

.fs-h500-80_lh-62 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 62px !important;
}

.fs-h500-80_lh-63 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 63px !important;
}

.fs-h500-80_lh-64 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 64px !important;
}

.fs-h500-80_lh-65 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 65px !important;
}

.fs-h500-80_lh-66 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 66px !important;
}

.fs-h500-80_lh-67 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 67px !important;
}

.fs-h500-80_lh-68 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 68px !important;
}

.fs-h500-80_lh-69 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 69px !important;
}

.fs-h500-80_lh-70 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 70px !important;
}

.fs-h500-80_lh-71 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 71px !important;
}

.fs-h500-80_lh-72 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 72px !important;
}

.fs-h500-80_lh-73 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 73px !important;
}

.fs-h500-80_lh-74 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 74px !important;
}

.fs-h500-80_lh-75 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
}

.fs-h500-80_lh-76 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 76px !important;
}

.fs-h500-80_lh-77 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 77px !important;
}

.fs-h500-80_lh-78 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 78px !important;
}

.fs-h500-80_lh-79 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 79px !important;
}

.fs-h500-80_lh-80 {
  font-style: normal !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 80px !important;
}

.he-0 {
  height: 0px;
}

.lh-0 {
  line-height: 0px;
}

.gap-g0 {
  gap: 0px;
}

.he-1 {
  height: 1px;
}

.lh-1 {
  line-height: 1px;
}

.gap-g1 {
  gap: 1px;
}

.he-2 {
  height: 2px;
}

.lh-2 {
  line-height: 2px;
}

.gap-g2 {
  gap: 2px;
}

.he-3 {
  height: 3px;
}

.lh-3 {
  line-height: 3px;
}

.gap-g3 {
  gap: 3px;
}

.he-4 {
  height: 4px;
}

.lh-4 {
  line-height: 4px;
}

.gap-g4 {
  gap: 4px;
}

.he-5 {
  height: 5px;
}

.lh-5 {
  line-height: 5px;
}

.gap-g5 {
  gap: 5px;
}

.he-6 {
  height: 6px;
}

.lh-6 {
  line-height: 6px;
}

.gap-g6 {
  gap: 6px;
}

.he-7 {
  height: 7px;
}

.lh-7 {
  line-height: 7px;
}

.gap-g7 {
  gap: 7px;
}

.he-8 {
  height: 8px;
}

.lh-8 {
  line-height: 8px;
}

.gap-g8 {
  gap: 8px;
}

.he-9 {
  height: 9px;
}

.lh-9 {
  line-height: 9px;
}

.gap-g9 {
  gap: 9px;
}

.he-10 {
  height: 10px;
}

.lh-10 {
  line-height: 10px;
}

.gap-g10 {
  gap: 10px;
}

.he-11 {
  height: 11px;
}

.lh-11 {
  line-height: 11px;
}

.gap-g11 {
  gap: 11px;
}

.he-12 {
  height: 12px;
}

.lh-12 {
  line-height: 12px;
}

.gap-g12 {
  gap: 12px;
}

.he-13 {
  height: 13px;
}

.lh-13 {
  line-height: 13px;
}

.gap-g13 {
  gap: 13px;
}

.he-14 {
  height: 14px;
}

.lh-14 {
  line-height: 14px;
}

.gap-g14 {
  gap: 14px;
}

.he-15 {
  height: 15px;
}

.lh-15 {
  line-height: 15px;
}

.gap-g15 {
  gap: 15px;
}

.he-16 {
  height: 16px;
}

.lh-16 {
  line-height: 16px;
}

.gap-g16 {
  gap: 16px;
}

.he-17 {
  height: 17px;
}

.lh-17 {
  line-height: 17px;
}

.gap-g17 {
  gap: 17px;
}

.he-18 {
  height: 18px;
}

.lh-18 {
  line-height: 18px;
}

.gap-g18 {
  gap: 18px;
}

.he-19 {
  height: 19px;
}

.lh-19 {
  line-height: 19px;
}

.gap-g19 {
  gap: 19px;
}

.he-20 {
  height: 20px;
}

.lh-20 {
  line-height: 20px;
}

.gap-g20 {
  gap: 20px;
}

.he-21 {
  height: 21px;
}

.lh-21 {
  line-height: 21px;
}

.gap-g21 {
  gap: 21px;
}

.he-22 {
  height: 22px;
}

.lh-22 {
  line-height: 22px;
}

.gap-g22 {
  gap: 22px;
}

.he-23 {
  height: 23px;
}

.lh-23 {
  line-height: 23px;
}

.gap-g23 {
  gap: 23px;
}

.he-24 {
  height: 24px;
}

.lh-24 {
  line-height: 24px;
}

.gap-g24 {
  gap: 24px;
}

.he-25 {
  height: 25px;
}

.lh-25 {
  line-height: 25px;
}

.gap-g25 {
  gap: 25px;
}

.he-26 {
  height: 26px;
}

.lh-26 {
  line-height: 26px;
}

.gap-g26 {
  gap: 26px;
}

.he-27 {
  height: 27px;
}

.lh-27 {
  line-height: 27px;
}

.gap-g27 {
  gap: 27px;
}

.he-28 {
  height: 28px;
}

.lh-28 {
  line-height: 28px;
}

.gap-g28 {
  gap: 28px;
}

.he-29 {
  height: 29px;
}

.lh-29 {
  line-height: 29px;
}

.gap-g29 {
  gap: 29px;
}

.he-30 {
  height: 30px;
}

.lh-30 {
  line-height: 30px;
}

.gap-g30 {
  gap: 30px;
}

.he-31 {
  height: 31px;
}

.lh-31 {
  line-height: 31px;
}

.gap-g31 {
  gap: 31px;
}

.he-32 {
  height: 32px;
}

.lh-32 {
  line-height: 32px;
}

.gap-g32 {
  gap: 32px;
}

.he-33 {
  height: 33px;
}

.lh-33 {
  line-height: 33px;
}

.gap-g33 {
  gap: 33px;
}

.he-34 {
  height: 34px;
}

.lh-34 {
  line-height: 34px;
}

.gap-g34 {
  gap: 34px;
}

.he-35 {
  height: 35px;
}

.lh-35 {
  line-height: 35px;
}

.gap-g35 {
  gap: 35px;
}

.he-36 {
  height: 36px;
}

.lh-36 {
  line-height: 36px;
}

.gap-g36 {
  gap: 36px;
}

.he-37 {
  height: 37px;
}

.lh-37 {
  line-height: 37px;
}

.gap-g37 {
  gap: 37px;
}

.he-38 {
  height: 38px;
}

.lh-38 {
  line-height: 38px;
}

.gap-g38 {
  gap: 38px;
}

.he-39 {
  height: 39px;
}

.lh-39 {
  line-height: 39px;
}

.gap-g39 {
  gap: 39px;
}

.he-40 {
  height: 40px;
}

.lh-40 {
  line-height: 40px;
}

.gap-g40 {
  gap: 40px;
}

.he-41 {
  height: 41px;
}

.lh-41 {
  line-height: 41px;
}

.gap-g41 {
  gap: 41px;
}

.he-42 {
  height: 42px;
}

.lh-42 {
  line-height: 42px;
}

.gap-g42 {
  gap: 42px;
}

.he-43 {
  height: 43px;
}

.lh-43 {
  line-height: 43px;
}

.gap-g43 {
  gap: 43px;
}

.he-44 {
  height: 44px;
}

.lh-44 {
  line-height: 44px;
}

.gap-g44 {
  gap: 44px;
}

.he-45 {
  height: 45px;
}

.lh-45 {
  line-height: 45px;
}

.gap-g45 {
  gap: 45px;
}

.he-46 {
  height: 46px;
}

.lh-46 {
  line-height: 46px;
}

.gap-g46 {
  gap: 46px;
}

.he-47 {
  height: 47px;
}

.lh-47 {
  line-height: 47px;
}

.gap-g47 {
  gap: 47px;
}

.he-48 {
  height: 48px;
}

.lh-48 {
  line-height: 48px;
}

.gap-g48 {
  gap: 48px;
}

.he-49 {
  height: 49px;
}

.lh-49 {
  line-height: 49px;
}

.gap-g49 {
  gap: 49px;
}

.he-50 {
  height: 50px;
}

.lh-50 {
  line-height: 50px;
}

.gap-g50 {
  gap: 50px;
}

.he-51 {
  height: 51px;
}

.lh-51 {
  line-height: 51px;
}

.gap-g51 {
  gap: 51px;
}

.he-52 {
  height: 52px;
}

.lh-52 {
  line-height: 52px;
}

.gap-g52 {
  gap: 52px;
}

.he-53 {
  height: 53px;
}

.lh-53 {
  line-height: 53px;
}

.gap-g53 {
  gap: 53px;
}

.he-54 {
  height: 54px;
}

.lh-54 {
  line-height: 54px;
}

.gap-g54 {
  gap: 54px;
}

.he-55 {
  height: 55px;
}

.lh-55 {
  line-height: 55px;
}

.gap-g55 {
  gap: 55px;
}

.he-56 {
  height: 56px;
}

.lh-56 {
  line-height: 56px;
}

.gap-g56 {
  gap: 56px;
}

.he-57 {
  height: 57px;
}

.lh-57 {
  line-height: 57px;
}

.gap-g57 {
  gap: 57px;
}

.he-58 {
  height: 58px;
}

.lh-58 {
  line-height: 58px;
}

.gap-g58 {
  gap: 58px;
}

.he-59 {
  height: 59px;
}

.lh-59 {
  line-height: 59px;
}

.gap-g59 {
  gap: 59px;
}

.he-60 {
  height: 60px;
}

.lh-60 {
  line-height: 60px;
}

.gap-g60 {
  gap: 60px;
}

.he-61 {
  height: 61px;
}

.lh-61 {
  line-height: 61px;
}

.gap-g61 {
  gap: 61px;
}

.he-62 {
  height: 62px;
}

.lh-62 {
  line-height: 62px;
}

.gap-g62 {
  gap: 62px;
}

.he-63 {
  height: 63px;
}

.lh-63 {
  line-height: 63px;
}

.gap-g63 {
  gap: 63px;
}

.he-64 {
  height: 64px;
}

.lh-64 {
  line-height: 64px;
}

.gap-g64 {
  gap: 64px;
}

.he-65 {
  height: 65px;
}

.lh-65 {
  line-height: 65px;
}

.gap-g65 {
  gap: 65px;
}

.he-66 {
  height: 66px;
}

.lh-66 {
  line-height: 66px;
}

.gap-g66 {
  gap: 66px;
}

.he-67 {
  height: 67px;
}

.lh-67 {
  line-height: 67px;
}

.gap-g67 {
  gap: 67px;
}

.he-68 {
  height: 68px;
}

.lh-68 {
  line-height: 68px;
}

.gap-g68 {
  gap: 68px;
}

.he-69 {
  height: 69px;
}

.lh-69 {
  line-height: 69px;
}

.gap-g69 {
  gap: 69px;
}

.he-70 {
  height: 70px;
}

.lh-70 {
  line-height: 70px;
}

.gap-g70 {
  gap: 70px;
}

.he-71 {
  height: 71px;
}

.lh-71 {
  line-height: 71px;
}

.gap-g71 {
  gap: 71px;
}

.he-72 {
  height: 72px;
}

.lh-72 {
  line-height: 72px;
}

.gap-g72 {
  gap: 72px;
}

.he-73 {
  height: 73px;
}

.lh-73 {
  line-height: 73px;
}

.gap-g73 {
  gap: 73px;
}

.he-74 {
  height: 74px;
}

.lh-74 {
  line-height: 74px;
}

.gap-g74 {
  gap: 74px;
}

.he-75 {
  height: 75px;
}

.lh-75 {
  line-height: 75px;
}

.gap-g75 {
  gap: 75px;
}

.he-76 {
  height: 76px;
}

.lh-76 {
  line-height: 76px;
}

.gap-g76 {
  gap: 76px;
}

.he-77 {
  height: 77px;
}

.lh-77 {
  line-height: 77px;
}

.gap-g77 {
  gap: 77px;
}

.he-78 {
  height: 78px;
}

.lh-78 {
  line-height: 78px;
}

.gap-g78 {
  gap: 78px;
}

.he-79 {
  height: 79px;
}

.lh-79 {
  line-height: 79px;
}

.gap-g79 {
  gap: 79px;
}

.he-80 {
  height: 80px;
}

.lh-80 {
  line-height: 80px;
}

.gap-g80 {
  gap: 80px;
}

.he-81 {
  height: 81px;
}

.lh-81 {
  line-height: 81px;
}

.gap-g81 {
  gap: 81px;
}

.he-82 {
  height: 82px;
}

.lh-82 {
  line-height: 82px;
}

.gap-g82 {
  gap: 82px;
}

.he-83 {
  height: 83px;
}

.lh-83 {
  line-height: 83px;
}

.gap-g83 {
  gap: 83px;
}

.he-84 {
  height: 84px;
}

.lh-84 {
  line-height: 84px;
}

.gap-g84 {
  gap: 84px;
}

.he-85 {
  height: 85px;
}

.lh-85 {
  line-height: 85px;
}

.gap-g85 {
  gap: 85px;
}

.he-86 {
  height: 86px;
}

.lh-86 {
  line-height: 86px;
}

.gap-g86 {
  gap: 86px;
}

.he-87 {
  height: 87px;
}

.lh-87 {
  line-height: 87px;
}

.gap-g87 {
  gap: 87px;
}

.he-88 {
  height: 88px;
}

.lh-88 {
  line-height: 88px;
}

.gap-g88 {
  gap: 88px;
}

.he-89 {
  height: 89px;
}

.lh-89 {
  line-height: 89px;
}

.gap-g89 {
  gap: 89px;
}

.he-90 {
  height: 90px;
}

.lh-90 {
  line-height: 90px;
}

.gap-g90 {
  gap: 90px;
}

.he-91 {
  height: 91px;
}

.lh-91 {
  line-height: 91px;
}

.gap-g91 {
  gap: 91px;
}

.he-92 {
  height: 92px;
}

.lh-92 {
  line-height: 92px;
}

.gap-g92 {
  gap: 92px;
}

.he-93 {
  height: 93px;
}

.lh-93 {
  line-height: 93px;
}

.gap-g93 {
  gap: 93px;
}

.he-94 {
  height: 94px;
}

.lh-94 {
  line-height: 94px;
}

.gap-g94 {
  gap: 94px;
}

.he-95 {
  height: 95px;
}

.lh-95 {
  line-height: 95px;
}

.gap-g95 {
  gap: 95px;
}

.he-96 {
  height: 96px;
}

.lh-96 {
  line-height: 96px;
}

.gap-g96 {
  gap: 96px;
}

.he-97 {
  height: 97px;
}

.lh-97 {
  line-height: 97px;
}

.gap-g97 {
  gap: 97px;
}

.he-98 {
  height: 98px;
}

.lh-98 {
  line-height: 98px;
}

.gap-g98 {
  gap: 98px;
}

.he-99 {
  height: 99px;
}

.lh-99 {
  line-height: 99px;
}

.gap-g99 {
  gap: 99px;
}

.he-100 {
  height: 100px;
}

.lh-100 {
  line-height: 100px;
}

.gap-g100 {
  gap: 100px;
}

.w-f0 {
  width: 0px;
}

.wm-f0 {
  min-width: 0px;
}

.w-f1 {
  width: 1px;
}

.wm-f1 {
  min-width: 1px;
}

.w-f2 {
  width: 2px;
}

.wm-f2 {
  min-width: 2px;
}

.w-f3 {
  width: 3px;
}

.wm-f3 {
  min-width: 3px;
}

.w-f4 {
  width: 4px;
}

.wm-f4 {
  min-width: 4px;
}

.w-f5 {
  width: 5px;
}

.wm-f5 {
  min-width: 5px;
}

.w-f6 {
  width: 6px;
}

.wm-f6 {
  min-width: 6px;
}

.w-f7 {
  width: 7px;
}

.wm-f7 {
  min-width: 7px;
}

.w-f8 {
  width: 8px;
}

.wm-f8 {
  min-width: 8px;
}

.w-f9 {
  width: 9px;
}

.wm-f9 {
  min-width: 9px;
}

.w-f10 {
  width: 10px;
}

.wm-f10 {
  min-width: 10px;
}

.w-f11 {
  width: 11px;
}

.wm-f11 {
  min-width: 11px;
}

.w-f12 {
  width: 12px;
}

.wm-f12 {
  min-width: 12px;
}

.w-f13 {
  width: 13px;
}

.wm-f13 {
  min-width: 13px;
}

.w-f14 {
  width: 14px;
}

.wm-f14 {
  min-width: 14px;
}

.w-f15 {
  width: 15px;
}

.wm-f15 {
  min-width: 15px;
}

.w-f16 {
  width: 16px;
}

.wm-f16 {
  min-width: 16px;
}

.w-f17 {
  width: 17px;
}

.wm-f17 {
  min-width: 17px;
}

.w-f18 {
  width: 18px;
}

.wm-f18 {
  min-width: 18px;
}

.w-f19 {
  width: 19px;
}

.wm-f19 {
  min-width: 19px;
}

.w-f20 {
  width: 20px;
}

.wm-f20 {
  min-width: 20px;
}

.w-f21 {
  width: 21px;
}

.wm-f21 {
  min-width: 21px;
}

.w-f22 {
  width: 22px;
}

.wm-f22 {
  min-width: 22px;
}

.w-f23 {
  width: 23px;
}

.wm-f23 {
  min-width: 23px;
}

.w-f24 {
  width: 24px;
}

.wm-f24 {
  min-width: 24px;
}

.w-f25 {
  width: 25px;
}

.wm-f25 {
  min-width: 25px;
}

.w-f26 {
  width: 26px;
}

.wm-f26 {
  min-width: 26px;
}

.w-f27 {
  width: 27px;
}

.wm-f27 {
  min-width: 27px;
}

.w-f28 {
  width: 28px;
}

.wm-f28 {
  min-width: 28px;
}

.w-f29 {
  width: 29px;
}

.wm-f29 {
  min-width: 29px;
}

.w-f30 {
  width: 30px;
}

.wm-f30 {
  min-width: 30px;
}

.w-f31 {
  width: 31px;
}

.wm-f31 {
  min-width: 31px;
}

.w-f32 {
  width: 32px;
}

.wm-f32 {
  min-width: 32px;
}

.w-f33 {
  width: 33px;
}

.wm-f33 {
  min-width: 33px;
}

.w-f34 {
  width: 34px;
}

.wm-f34 {
  min-width: 34px;
}

.w-f35 {
  width: 35px;
}

.wm-f35 {
  min-width: 35px;
}

.w-f36 {
  width: 36px;
}

.wm-f36 {
  min-width: 36px;
}

.w-f37 {
  width: 37px;
}

.wm-f37 {
  min-width: 37px;
}

.w-f38 {
  width: 38px;
}

.wm-f38 {
  min-width: 38px;
}

.w-f39 {
  width: 39px;
}

.wm-f39 {
  min-width: 39px;
}

.w-f40 {
  width: 40px;
}

.wm-f40 {
  min-width: 40px;
}

.w-f41 {
  width: 41px;
}

.wm-f41 {
  min-width: 41px;
}

.w-f42 {
  width: 42px;
}

.wm-f42 {
  min-width: 42px;
}

.w-f43 {
  width: 43px;
}

.wm-f43 {
  min-width: 43px;
}

.w-f44 {
  width: 44px;
}

.wm-f44 {
  min-width: 44px;
}

.w-f45 {
  width: 45px;
}

.wm-f45 {
  min-width: 45px;
}

.w-f46 {
  width: 46px;
}

.wm-f46 {
  min-width: 46px;
}

.w-f47 {
  width: 47px;
}

.wm-f47 {
  min-width: 47px;
}

.w-f48 {
  width: 48px;
}

.wm-f48 {
  min-width: 48px;
}

.w-f49 {
  width: 49px;
}

.wm-f49 {
  min-width: 49px;
}

.w-f50 {
  width: 50px;
}

.wm-f50 {
  min-width: 50px;
}

.w-f51 {
  width: 51px;
}

.wm-f51 {
  min-width: 51px;
}

.w-f52 {
  width: 52px;
}

.wm-f52 {
  min-width: 52px;
}

.w-f53 {
  width: 53px;
}

.wm-f53 {
  min-width: 53px;
}

.w-f54 {
  width: 54px;
}

.wm-f54 {
  min-width: 54px;
}

.w-f55 {
  width: 55px;
}

.wm-f55 {
  min-width: 55px;
}

.w-f56 {
  width: 56px;
}

.wm-f56 {
  min-width: 56px;
}

.w-f57 {
  width: 57px;
}

.wm-f57 {
  min-width: 57px;
}

.w-f58 {
  width: 58px;
}

.wm-f58 {
  min-width: 58px;
}

.w-f59 {
  width: 59px;
}

.wm-f59 {
  min-width: 59px;
}

.w-f60 {
  width: 60px;
}

.wm-f60 {
  min-width: 60px;
}

.w-f61 {
  width: 61px;
}

.wm-f61 {
  min-width: 61px;
}

.w-f62 {
  width: 62px;
}

.wm-f62 {
  min-width: 62px;
}

.w-f63 {
  width: 63px;
}

.wm-f63 {
  min-width: 63px;
}

.w-f64 {
  width: 64px;
}

.wm-f64 {
  min-width: 64px;
}

.w-f65 {
  width: 65px;
}

.wm-f65 {
  min-width: 65px;
}

.w-f66 {
  width: 66px;
}

.wm-f66 {
  min-width: 66px;
}

.w-f67 {
  width: 67px;
}

.wm-f67 {
  min-width: 67px;
}

.w-f68 {
  width: 68px;
}

.wm-f68 {
  min-width: 68px;
}

.w-f69 {
  width: 69px;
}

.wm-f69 {
  min-width: 69px;
}

.w-f70 {
  width: 70px;
}

.wm-f70 {
  min-width: 70px;
}

.w-f71 {
  width: 71px;
}

.wm-f71 {
  min-width: 71px;
}

.w-f72 {
  width: 72px;
}

.wm-f72 {
  min-width: 72px;
}

.w-f73 {
  width: 73px;
}

.wm-f73 {
  min-width: 73px;
}

.w-f74 {
  width: 74px;
}

.wm-f74 {
  min-width: 74px;
}

.w-f75 {
  width: 75px;
}

.wm-f75 {
  min-width: 75px;
}

.w-f76 {
  width: 76px;
}

.wm-f76 {
  min-width: 76px;
}

.w-f77 {
  width: 77px;
}

.wm-f77 {
  min-width: 77px;
}

.w-f78 {
  width: 78px;
}

.wm-f78 {
  min-width: 78px;
}

.w-f79 {
  width: 79px;
}

.wm-f79 {
  min-width: 79px;
}

.w-f80 {
  width: 80px;
}

.wm-f80 {
  min-width: 80px;
}

.w-f81 {
  width: 81px;
}

.wm-f81 {
  min-width: 81px;
}

.w-f82 {
  width: 82px;
}

.wm-f82 {
  min-width: 82px;
}

.w-f83 {
  width: 83px;
}

.wm-f83 {
  min-width: 83px;
}

.w-f84 {
  width: 84px;
}

.wm-f84 {
  min-width: 84px;
}

.w-f85 {
  width: 85px;
}

.wm-f85 {
  min-width: 85px;
}

.w-f86 {
  width: 86px;
}

.wm-f86 {
  min-width: 86px;
}

.w-f87 {
  width: 87px;
}

.wm-f87 {
  min-width: 87px;
}

.w-f88 {
  width: 88px;
}

.wm-f88 {
  min-width: 88px;
}

.w-f89 {
  width: 89px;
}

.wm-f89 {
  min-width: 89px;
}

.w-f90 {
  width: 90px;
}

.wm-f90 {
  min-width: 90px;
}

.w-f91 {
  width: 91px;
}

.wm-f91 {
  min-width: 91px;
}

.w-f92 {
  width: 92px;
}

.wm-f92 {
  min-width: 92px;
}

.w-f93 {
  width: 93px;
}

.wm-f93 {
  min-width: 93px;
}

.w-f94 {
  width: 94px;
}

.wm-f94 {
  min-width: 94px;
}

.w-f95 {
  width: 95px;
}

.wm-f95 {
  min-width: 95px;
}

.w-f96 {
  width: 96px;
}

.wm-f96 {
  min-width: 96px;
}

.w-f97 {
  width: 97px;
}

.wm-f97 {
  min-width: 97px;
}

.w-f98 {
  width: 98px;
}

.wm-f98 {
  min-width: 98px;
}

.w-f99 {
  width: 99px;
}

.wm-f99 {
  min-width: 99px;
}

.w-f100 {
  width: 100px;
}

.wm-f100 {
  min-width: 100px;
}

.w-f101 {
  width: 101px;
}

.wm-f101 {
  min-width: 101px;
}

.w-f102 {
  width: 102px;
}

.wm-f102 {
  min-width: 102px;
}

.w-f103 {
  width: 103px;
}

.wm-f103 {
  min-width: 103px;
}

.w-f104 {
  width: 104px;
}

.wm-f104 {
  min-width: 104px;
}

.w-f105 {
  width: 105px;
}

.wm-f105 {
  min-width: 105px;
}

.w-f106 {
  width: 106px;
}

.wm-f106 {
  min-width: 106px;
}

.w-f107 {
  width: 107px;
}

.wm-f107 {
  min-width: 107px;
}

.w-f108 {
  width: 108px;
}

.wm-f108 {
  min-width: 108px;
}

.w-f109 {
  width: 109px;
}

.wm-f109 {
  min-width: 109px;
}

.w-f110 {
  width: 110px;
}

.wm-f110 {
  min-width: 110px;
}

.w-f111 {
  width: 111px;
}

.wm-f111 {
  min-width: 111px;
}

.w-f112 {
  width: 112px;
}

.wm-f112 {
  min-width: 112px;
}

.w-f113 {
  width: 113px;
}

.wm-f113 {
  min-width: 113px;
}

.w-f114 {
  width: 114px;
}

.wm-f114 {
  min-width: 114px;
}

.w-f115 {
  width: 115px;
}

.wm-f115 {
  min-width: 115px;
}

.w-f116 {
  width: 116px;
}

.wm-f116 {
  min-width: 116px;
}

.w-f117 {
  width: 117px;
}

.wm-f117 {
  min-width: 117px;
}

.w-f118 {
  width: 118px;
}

.wm-f118 {
  min-width: 118px;
}

.w-f119 {
  width: 119px;
}

.wm-f119 {
  min-width: 119px;
}

.w-f120 {
  width: 120px;
}

.wm-f120 {
  min-width: 120px;
}

.w-f121 {
  width: 121px;
}

.wm-f121 {
  min-width: 121px;
}

.w-f122 {
  width: 122px;
}

.wm-f122 {
  min-width: 122px;
}

.w-f123 {
  width: 123px;
}

.wm-f123 {
  min-width: 123px;
}

.w-f124 {
  width: 124px;
}

.wm-f124 {
  min-width: 124px;
}

.w-f125 {
  width: 125px;
}

.wm-f125 {
  min-width: 125px;
}

.w-f126 {
  width: 126px;
}

.wm-f126 {
  min-width: 126px;
}

.w-f127 {
  width: 127px;
}

.wm-f127 {
  min-width: 127px;
}

.w-f128 {
  width: 128px;
}

.wm-f128 {
  min-width: 128px;
}

.w-f129 {
  width: 129px;
}

.wm-f129 {
  min-width: 129px;
}

.w-f130 {
  width: 130px;
}

.wm-f130 {
  min-width: 130px;
}

.w-f131 {
  width: 131px;
}

.wm-f131 {
  min-width: 131px;
}

.w-f132 {
  width: 132px;
}

.wm-f132 {
  min-width: 132px;
}

.w-f133 {
  width: 133px;
}

.wm-f133 {
  min-width: 133px;
}

.w-f134 {
  width: 134px;
}

.wm-f134 {
  min-width: 134px;
}

.w-f135 {
  width: 135px;
}

.wm-f135 {
  min-width: 135px;
}

.w-f136 {
  width: 136px;
}

.wm-f136 {
  min-width: 136px;
}

.w-f137 {
  width: 137px;
}

.wm-f137 {
  min-width: 137px;
}

.w-f138 {
  width: 138px;
}

.wm-f138 {
  min-width: 138px;
}

.w-f139 {
  width: 139px;
}

.wm-f139 {
  min-width: 139px;
}

.w-f140 {
  width: 140px;
}

.wm-f140 {
  min-width: 140px;
}

.w-f141 {
  width: 141px;
}

.wm-f141 {
  min-width: 141px;
}

.w-f142 {
  width: 142px;
}

.wm-f142 {
  min-width: 142px;
}

.w-f143 {
  width: 143px;
}

.wm-f143 {
  min-width: 143px;
}

.w-f144 {
  width: 144px;
}

.wm-f144 {
  min-width: 144px;
}

.w-f145 {
  width: 145px;
}

.wm-f145 {
  min-width: 145px;
}

.w-f146 {
  width: 146px;
}

.wm-f146 {
  min-width: 146px;
}

.w-f147 {
  width: 147px;
}

.wm-f147 {
  min-width: 147px;
}

.w-f148 {
  width: 148px;
}

.wm-f148 {
  min-width: 148px;
}

.w-f149 {
  width: 149px;
}

.wm-f149 {
  min-width: 149px;
}

.w-f150 {
  width: 150px;
}

.wm-f150 {
  min-width: 150px;
}

.w-f151 {
  width: 151px;
}

.wm-f151 {
  min-width: 151px;
}

.w-f152 {
  width: 152px;
}

.wm-f152 {
  min-width: 152px;
}

.w-f153 {
  width: 153px;
}

.wm-f153 {
  min-width: 153px;
}

.w-f154 {
  width: 154px;
}

.wm-f154 {
  min-width: 154px;
}

.w-f155 {
  width: 155px;
}

.wm-f155 {
  min-width: 155px;
}

.w-f156 {
  width: 156px;
}

.wm-f156 {
  min-width: 156px;
}

.w-f157 {
  width: 157px;
}

.wm-f157 {
  min-width: 157px;
}

.w-f158 {
  width: 158px;
}

.wm-f158 {
  min-width: 158px;
}

.w-f159 {
  width: 159px;
}

.wm-f159 {
  min-width: 159px;
}

.w-f160 {
  width: 160px;
}

.wm-f160 {
  min-width: 160px;
}

.w-f161 {
  width: 161px;
}

.wm-f161 {
  min-width: 161px;
}

.w-f162 {
  width: 162px;
}

.wm-f162 {
  min-width: 162px;
}

.w-f163 {
  width: 163px;
}

.wm-f163 {
  min-width: 163px;
}

.w-f164 {
  width: 164px;
}

.wm-f164 {
  min-width: 164px;
}

.w-f165 {
  width: 165px;
}

.wm-f165 {
  min-width: 165px;
}

.w-f166 {
  width: 166px;
}

.wm-f166 {
  min-width: 166px;
}

.w-f167 {
  width: 167px;
}

.wm-f167 {
  min-width: 167px;
}

.w-f168 {
  width: 168px;
}

.wm-f168 {
  min-width: 168px;
}

.w-f169 {
  width: 169px;
}

.wm-f169 {
  min-width: 169px;
}

.w-f170 {
  width: 170px;
}

.wm-f170 {
  min-width: 170px;
}

.w-f171 {
  width: 171px;
}

.wm-f171 {
  min-width: 171px;
}

.w-f172 {
  width: 172px;
}

.wm-f172 {
  min-width: 172px;
}

.w-f173 {
  width: 173px;
}

.wm-f173 {
  min-width: 173px;
}

.w-f174 {
  width: 174px;
}

.wm-f174 {
  min-width: 174px;
}

.w-f175 {
  width: 175px;
}

.wm-f175 {
  min-width: 175px;
}

.w-f176 {
  width: 176px;
}

.wm-f176 {
  min-width: 176px;
}

.w-f177 {
  width: 177px;
}

.wm-f177 {
  min-width: 177px;
}

.w-f178 {
  width: 178px;
}

.wm-f178 {
  min-width: 178px;
}

.w-f179 {
  width: 179px;
}

.wm-f179 {
  min-width: 179px;
}

.w-f180 {
  width: 180px;
}

.wm-f180 {
  min-width: 180px;
}

.w-f181 {
  width: 181px;
}

.wm-f181 {
  min-width: 181px;
}

.w-f182 {
  width: 182px;
}

.wm-f182 {
  min-width: 182px;
}

.w-f183 {
  width: 183px;
}

.wm-f183 {
  min-width: 183px;
}

.w-f184 {
  width: 184px;
}

.wm-f184 {
  min-width: 184px;
}

.w-f185 {
  width: 185px;
}

.wm-f185 {
  min-width: 185px;
}

.w-f186 {
  width: 186px;
}

.wm-f186 {
  min-width: 186px;
}

.w-f187 {
  width: 187px;
}

.wm-f187 {
  min-width: 187px;
}

.w-f188 {
  width: 188px;
}

.wm-f188 {
  min-width: 188px;
}

.w-f189 {
  width: 189px;
}

.wm-f189 {
  min-width: 189px;
}

.w-f190 {
  width: 190px;
}

.wm-f190 {
  min-width: 190px;
}

.w-f191 {
  width: 191px;
}

.wm-f191 {
  min-width: 191px;
}

.w-f192 {
  width: 192px;
}

.wm-f192 {
  min-width: 192px;
}

.w-f193 {
  width: 193px;
}

.wm-f193 {
  min-width: 193px;
}

.w-f194 {
  width: 194px;
}

.wm-f194 {
  min-width: 194px;
}

.w-f195 {
  width: 195px;
}

.wm-f195 {
  min-width: 195px;
}

.w-f196 {
  width: 196px;
}

.wm-f196 {
  min-width: 196px;
}

.w-f197 {
  width: 197px;
}

.wm-f197 {
  min-width: 197px;
}

.w-f198 {
  width: 198px;
}

.wm-f198 {
  min-width: 198px;
}

.w-f199 {
  width: 199px;
}

.wm-f199 {
  min-width: 199px;
}

.w-f200 {
  width: 200px;
}

.wm-f200 {
  min-width: 200px;
}

.w-f201 {
  width: 201px;
}

.wm-f201 {
  min-width: 201px;
}

.w-f202 {
  width: 202px;
}

.wm-f202 {
  min-width: 202px;
}

.w-f203 {
  width: 203px;
}

.wm-f203 {
  min-width: 203px;
}

.w-f204 {
  width: 204px;
}

.wm-f204 {
  min-width: 204px;
}

.w-f205 {
  width: 205px;
}

.wm-f205 {
  min-width: 205px;
}

.w-f206 {
  width: 206px;
}

.wm-f206 {
  min-width: 206px;
}

.w-f207 {
  width: 207px;
}

.wm-f207 {
  min-width: 207px;
}

.w-f208 {
  width: 208px;
}

.wm-f208 {
  min-width: 208px;
}

.w-f209 {
  width: 209px;
}

.wm-f209 {
  min-width: 209px;
}

.w-f210 {
  width: 210px;
}

.wm-f210 {
  min-width: 210px;
}

.w-f211 {
  width: 211px;
}

.wm-f211 {
  min-width: 211px;
}

.w-f212 {
  width: 212px;
}

.wm-f212 {
  min-width: 212px;
}

.w-f213 {
  width: 213px;
}

.wm-f213 {
  min-width: 213px;
}

.w-f214 {
  width: 214px;
}

.wm-f214 {
  min-width: 214px;
}

.w-f215 {
  width: 215px;
}

.wm-f215 {
  min-width: 215px;
}

.w-f216 {
  width: 216px;
}

.wm-f216 {
  min-width: 216px;
}

.w-f217 {
  width: 217px;
}

.wm-f217 {
  min-width: 217px;
}

.w-f218 {
  width: 218px;
}

.wm-f218 {
  min-width: 218px;
}

.w-f219 {
  width: 219px;
}

.wm-f219 {
  min-width: 219px;
}

.w-f220 {
  width: 220px;
}

.wm-f220 {
  min-width: 220px;
}

.w-f221 {
  width: 221px;
}

.wm-f221 {
  min-width: 221px;
}

.w-f222 {
  width: 222px;
}

.wm-f222 {
  min-width: 222px;
}

.w-f223 {
  width: 223px;
}

.wm-f223 {
  min-width: 223px;
}

.w-f224 {
  width: 224px;
}

.wm-f224 {
  min-width: 224px;
}

.w-f225 {
  width: 225px;
}

.wm-f225 {
  min-width: 225px;
}

.w-f226 {
  width: 226px;
}

.wm-f226 {
  min-width: 226px;
}

.w-f227 {
  width: 227px;
}

.wm-f227 {
  min-width: 227px;
}

.w-f228 {
  width: 228px;
}

.wm-f228 {
  min-width: 228px;
}

.w-f229 {
  width: 229px;
}

.wm-f229 {
  min-width: 229px;
}

.w-f230 {
  width: 230px;
}

.wm-f230 {
  min-width: 230px;
}

.w-f231 {
  width: 231px;
}

.wm-f231 {
  min-width: 231px;
}

.w-f232 {
  width: 232px;
}

.wm-f232 {
  min-width: 232px;
}

.w-f233 {
  width: 233px;
}

.wm-f233 {
  min-width: 233px;
}

.w-f234 {
  width: 234px;
}

.wm-f234 {
  min-width: 234px;
}

.w-f235 {
  width: 235px;
}

.wm-f235 {
  min-width: 235px;
}

.w-f236 {
  width: 236px;
}

.wm-f236 {
  min-width: 236px;
}

.w-f237 {
  width: 237px;
}

.wm-f237 {
  min-width: 237px;
}

.w-f238 {
  width: 238px;
}

.wm-f238 {
  min-width: 238px;
}

.w-f239 {
  width: 239px;
}

.wm-f239 {
  min-width: 239px;
}

.w-f240 {
  width: 240px;
}

.wm-f240 {
  min-width: 240px;
}

.w-f241 {
  width: 241px;
}

.wm-f241 {
  min-width: 241px;
}

.w-f242 {
  width: 242px;
}

.wm-f242 {
  min-width: 242px;
}

.w-f243 {
  width: 243px;
}

.wm-f243 {
  min-width: 243px;
}

.w-f244 {
  width: 244px;
}

.wm-f244 {
  min-width: 244px;
}

.w-f245 {
  width: 245px;
}

.wm-f245 {
  min-width: 245px;
}

.w-f246 {
  width: 246px;
}

.wm-f246 {
  min-width: 246px;
}

.w-f247 {
  width: 247px;
}

.wm-f247 {
  min-width: 247px;
}

.w-f248 {
  width: 248px;
}

.wm-f248 {
  min-width: 248px;
}

.w-f249 {
  width: 249px;
}

.wm-f249 {
  min-width: 249px;
}

.w-f250 {
  width: 250px;
}

.wm-f250 {
  min-width: 250px;
}

.w-f251 {
  width: 251px;
}

.wm-f251 {
  min-width: 251px;
}

.w-f252 {
  width: 252px;
}

.wm-f252 {
  min-width: 252px;
}

.w-f253 {
  width: 253px;
}

.wm-f253 {
  min-width: 253px;
}

.w-f254 {
  width: 254px;
}

.wm-f254 {
  min-width: 254px;
}

.w-f255 {
  width: 255px;
}

.wm-f255 {
  min-width: 255px;
}

.w-f256 {
  width: 256px;
}

.wm-f256 {
  min-width: 256px;
}

.w-f257 {
  width: 257px;
}

.wm-f257 {
  min-width: 257px;
}

.w-f258 {
  width: 258px;
}

.wm-f258 {
  min-width: 258px;
}

.w-f259 {
  width: 259px;
}

.wm-f259 {
  min-width: 259px;
}

.w-f260 {
  width: 260px;
}

.wm-f260 {
  min-width: 260px;
}

.w-f261 {
  width: 261px;
}

.wm-f261 {
  min-width: 261px;
}

.w-f262 {
  width: 262px;
}

.wm-f262 {
  min-width: 262px;
}

.w-f263 {
  width: 263px;
}

.wm-f263 {
  min-width: 263px;
}

.w-f264 {
  width: 264px;
}

.wm-f264 {
  min-width: 264px;
}

.w-f265 {
  width: 265px;
}

.wm-f265 {
  min-width: 265px;
}

.w-f266 {
  width: 266px;
}

.wm-f266 {
  min-width: 266px;
}

.w-f267 {
  width: 267px;
}

.wm-f267 {
  min-width: 267px;
}

.w-f268 {
  width: 268px;
}

.wm-f268 {
  min-width: 268px;
}

.w-f269 {
  width: 269px;
}

.wm-f269 {
  min-width: 269px;
}

.w-f270 {
  width: 270px;
}

.wm-f270 {
  min-width: 270px;
}

.w-f271 {
  width: 271px;
}

.wm-f271 {
  min-width: 271px;
}

.w-f272 {
  width: 272px;
}

.wm-f272 {
  min-width: 272px;
}

.w-f273 {
  width: 273px;
}

.wm-f273 {
  min-width: 273px;
}

.w-f274 {
  width: 274px;
}

.wm-f274 {
  min-width: 274px;
}

.w-f275 {
  width: 275px;
}

.wm-f275 {
  min-width: 275px;
}

.w-f276 {
  width: 276px;
}

.wm-f276 {
  min-width: 276px;
}

.w-f277 {
  width: 277px;
}

.wm-f277 {
  min-width: 277px;
}

.w-f278 {
  width: 278px;
}

.wm-f278 {
  min-width: 278px;
}

.w-f279 {
  width: 279px;
}

.wm-f279 {
  min-width: 279px;
}

.w-f280 {
  width: 280px;
}

.wm-f280 {
  min-width: 280px;
}

.w-f281 {
  width: 281px;
}

.wm-f281 {
  min-width: 281px;
}

.w-f282 {
  width: 282px;
}

.wm-f282 {
  min-width: 282px;
}

.w-f283 {
  width: 283px;
}

.wm-f283 {
  min-width: 283px;
}

.w-f284 {
  width: 284px;
}

.wm-f284 {
  min-width: 284px;
}

.w-f285 {
  width: 285px;
}

.wm-f285 {
  min-width: 285px;
}

.w-f286 {
  width: 286px;
}

.wm-f286 {
  min-width: 286px;
}

.w-f287 {
  width: 287px;
}

.wm-f287 {
  min-width: 287px;
}

.w-f288 {
  width: 288px;
}

.wm-f288 {
  min-width: 288px;
}

.w-f289 {
  width: 289px;
}

.wm-f289 {
  min-width: 289px;
}

.w-f290 {
  width: 290px;
}

.wm-f290 {
  min-width: 290px;
}

.w-f291 {
  width: 291px;
}

.wm-f291 {
  min-width: 291px;
}

.w-f292 {
  width: 292px;
}

.wm-f292 {
  min-width: 292px;
}

.w-f293 {
  width: 293px;
}

.wm-f293 {
  min-width: 293px;
}

.w-f294 {
  width: 294px;
}

.wm-f294 {
  min-width: 294px;
}

.w-f295 {
  width: 295px;
}

.wm-f295 {
  min-width: 295px;
}

.w-f296 {
  width: 296px;
}

.wm-f296 {
  min-width: 296px;
}

.w-f297 {
  width: 297px;
}

.wm-f297 {
  min-width: 297px;
}

.w-f298 {
  width: 298px;
}

.wm-f298 {
  min-width: 298px;
}

.w-f299 {
  width: 299px;
}

.wm-f299 {
  min-width: 299px;
}

.w-f300 {
  width: 300px;
}

.wm-f300 {
  min-width: 300px;
}

.w-f301 {
  width: 301px;
}

.wm-f301 {
  min-width: 301px;
}

.w-f302 {
  width: 302px;
}

.wm-f302 {
  min-width: 302px;
}

.w-f303 {
  width: 303px;
}

.wm-f303 {
  min-width: 303px;
}

.w-f304 {
  width: 304px;
}

.wm-f304 {
  min-width: 304px;
}

.w-f305 {
  width: 305px;
}

.wm-f305 {
  min-width: 305px;
}

.w-f306 {
  width: 306px;
}

.wm-f306 {
  min-width: 306px;
}

.w-f307 {
  width: 307px;
}

.wm-f307 {
  min-width: 307px;
}

.w-f308 {
  width: 308px;
}

.wm-f308 {
  min-width: 308px;
}

.w-f309 {
  width: 309px;
}

.wm-f309 {
  min-width: 309px;
}

.w-f310 {
  width: 310px;
}

.wm-f310 {
  min-width: 310px;
}

.w-f311 {
  width: 311px;
}

.wm-f311 {
  min-width: 311px;
}

.w-f312 {
  width: 312px;
}

.wm-f312 {
  min-width: 312px;
}

.w-f313 {
  width: 313px;
}

.wm-f313 {
  min-width: 313px;
}

.w-f314 {
  width: 314px;
}

.wm-f314 {
  min-width: 314px;
}

.w-f315 {
  width: 315px;
}

.wm-f315 {
  min-width: 315px;
}

.w-f316 {
  width: 316px;
}

.wm-f316 {
  min-width: 316px;
}

.w-f317 {
  width: 317px;
}

.wm-f317 {
  min-width: 317px;
}

.w-f318 {
  width: 318px;
}

.wm-f318 {
  min-width: 318px;
}

.w-f319 {
  width: 319px;
}

.wm-f319 {
  min-width: 319px;
}

.w-f320 {
  width: 320px;
}

.wm-f320 {
  min-width: 320px;
}

.w-f321 {
  width: 321px;
}

.wm-f321 {
  min-width: 321px;
}

.w-f322 {
  width: 322px;
}

.wm-f322 {
  min-width: 322px;
}

.w-f323 {
  width: 323px;
}

.wm-f323 {
  min-width: 323px;
}

.w-f324 {
  width: 324px;
}

.wm-f324 {
  min-width: 324px;
}

.w-f325 {
  width: 325px;
}

.wm-f325 {
  min-width: 325px;
}

.w-f326 {
  width: 326px;
}

.wm-f326 {
  min-width: 326px;
}

.w-f327 {
  width: 327px;
}

.wm-f327 {
  min-width: 327px;
}

.w-f328 {
  width: 328px;
}

.wm-f328 {
  min-width: 328px;
}

.w-f329 {
  width: 329px;
}

.wm-f329 {
  min-width: 329px;
}

.w-f330 {
  width: 330px;
}

.wm-f330 {
  min-width: 330px;
}

.w-f331 {
  width: 331px;
}

.wm-f331 {
  min-width: 331px;
}

.w-f332 {
  width: 332px;
}

.wm-f332 {
  min-width: 332px;
}

.w-f333 {
  width: 333px;
}

.wm-f333 {
  min-width: 333px;
}

.w-f334 {
  width: 334px;
}

.wm-f334 {
  min-width: 334px;
}

.w-f335 {
  width: 335px;
}

.wm-f335 {
  min-width: 335px;
}

.w-f336 {
  width: 336px;
}

.wm-f336 {
  min-width: 336px;
}

.w-f337 {
  width: 337px;
}

.wm-f337 {
  min-width: 337px;
}

.w-f338 {
  width: 338px;
}

.wm-f338 {
  min-width: 338px;
}

.w-f339 {
  width: 339px;
}

.wm-f339 {
  min-width: 339px;
}

.w-f340 {
  width: 340px;
}

.wm-f340 {
  min-width: 340px;
}

.w-f341 {
  width: 341px;
}

.wm-f341 {
  min-width: 341px;
}

.w-f342 {
  width: 342px;
}

.wm-f342 {
  min-width: 342px;
}

.w-f343 {
  width: 343px;
}

.wm-f343 {
  min-width: 343px;
}

.w-f344 {
  width: 344px;
}

.wm-f344 {
  min-width: 344px;
}

.w-f345 {
  width: 345px;
}

.wm-f345 {
  min-width: 345px;
}

.w-f346 {
  width: 346px;
}

.wm-f346 {
  min-width: 346px;
}

.w-f347 {
  width: 347px;
}

.wm-f347 {
  min-width: 347px;
}

.w-f348 {
  width: 348px;
}

.wm-f348 {
  min-width: 348px;
}

.w-f349 {
  width: 349px;
}

.wm-f349 {
  min-width: 349px;
}

.w-f350 {
  width: 350px;
}

.wm-f350 {
  min-width: 350px;
}

.w-f351 {
  width: 351px;
}

.wm-f351 {
  min-width: 351px;
}

.w-f352 {
  width: 352px;
}

.wm-f352 {
  min-width: 352px;
}

.w-f353 {
  width: 353px;
}

.wm-f353 {
  min-width: 353px;
}

.w-f354 {
  width: 354px;
}

.wm-f354 {
  min-width: 354px;
}

.w-f355 {
  width: 355px;
}

.wm-f355 {
  min-width: 355px;
}

.w-f356 {
  width: 356px;
}

.wm-f356 {
  min-width: 356px;
}

.w-f357 {
  width: 357px;
}

.wm-f357 {
  min-width: 357px;
}

.w-f358 {
  width: 358px;
}

.wm-f358 {
  min-width: 358px;
}

.w-f359 {
  width: 359px;
}

.wm-f359 {
  min-width: 359px;
}

.w-f360 {
  width: 360px;
}

.wm-f360 {
  min-width: 360px;
}

.w-f361 {
  width: 361px;
}

.wm-f361 {
  min-width: 361px;
}

.w-f362 {
  width: 362px;
}

.wm-f362 {
  min-width: 362px;
}

.w-f363 {
  width: 363px;
}

.wm-f363 {
  min-width: 363px;
}

.w-f364 {
  width: 364px;
}

.wm-f364 {
  min-width: 364px;
}

.w-f365 {
  width: 365px;
}

.wm-f365 {
  min-width: 365px;
}

.w-f366 {
  width: 366px;
}

.wm-f366 {
  min-width: 366px;
}

.w-f367 {
  width: 367px;
}

.wm-f367 {
  min-width: 367px;
}

.w-f368 {
  width: 368px;
}

.wm-f368 {
  min-width: 368px;
}

.w-f369 {
  width: 369px;
}

.wm-f369 {
  min-width: 369px;
}

.w-f370 {
  width: 370px;
}

.wm-f370 {
  min-width: 370px;
}

.w-f371 {
  width: 371px;
}

.wm-f371 {
  min-width: 371px;
}

.w-f372 {
  width: 372px;
}

.wm-f372 {
  min-width: 372px;
}

.w-f373 {
  width: 373px;
}

.wm-f373 {
  min-width: 373px;
}

.w-f374 {
  width: 374px;
}

.wm-f374 {
  min-width: 374px;
}

.w-f375 {
  width: 375px;
}

.wm-f375 {
  min-width: 375px;
}

.w-f376 {
  width: 376px;
}

.wm-f376 {
  min-width: 376px;
}

.w-f377 {
  width: 377px;
}

.wm-f377 {
  min-width: 377px;
}

.w-f378 {
  width: 378px;
}

.wm-f378 {
  min-width: 378px;
}

.w-f379 {
  width: 379px;
}

.wm-f379 {
  min-width: 379px;
}

.w-f380 {
  width: 380px;
}

.wm-f380 {
  min-width: 380px;
}

.w-f381 {
  width: 381px;
}

.wm-f381 {
  min-width: 381px;
}

.w-f382 {
  width: 382px;
}

.wm-f382 {
  min-width: 382px;
}

.w-f383 {
  width: 383px;
}

.wm-f383 {
  min-width: 383px;
}

.w-f384 {
  width: 384px;
}

.wm-f384 {
  min-width: 384px;
}

.w-f385 {
  width: 385px;
}

.wm-f385 {
  min-width: 385px;
}

.w-f386 {
  width: 386px;
}

.wm-f386 {
  min-width: 386px;
}

.w-f387 {
  width: 387px;
}

.wm-f387 {
  min-width: 387px;
}

.w-f388 {
  width: 388px;
}

.wm-f388 {
  min-width: 388px;
}

.w-f389 {
  width: 389px;
}

.wm-f389 {
  min-width: 389px;
}

.w-f390 {
  width: 390px;
}

.wm-f390 {
  min-width: 390px;
}

.w-f391 {
  width: 391px;
}

.wm-f391 {
  min-width: 391px;
}

.w-f392 {
  width: 392px;
}

.wm-f392 {
  min-width: 392px;
}

.w-f393 {
  width: 393px;
}

.wm-f393 {
  min-width: 393px;
}

.w-f394 {
  width: 394px;
}

.wm-f394 {
  min-width: 394px;
}

.w-f395 {
  width: 395px;
}

.wm-f395 {
  min-width: 395px;
}

.w-f396 {
  width: 396px;
}

.wm-f396 {
  min-width: 396px;
}

.w-f397 {
  width: 397px;
}

.wm-f397 {
  min-width: 397px;
}

.w-f398 {
  width: 398px;
}

.wm-f398 {
  min-width: 398px;
}

.w-f399 {
  width: 399px;
}

.wm-f399 {
  min-width: 399px;
}

.w-f400 {
  width: 400px;
}

.wm-f400 {
  min-width: 400px;
}

.w-f401 {
  width: 401px;
}

.wm-f401 {
  min-width: 401px;
}

.w-f402 {
  width: 402px;
}

.wm-f402 {
  min-width: 402px;
}

.w-f403 {
  width: 403px;
}

.wm-f403 {
  min-width: 403px;
}

.w-f404 {
  width: 404px;
}

.wm-f404 {
  min-width: 404px;
}

.w-f405 {
  width: 405px;
}

.wm-f405 {
  min-width: 405px;
}

.w-f406 {
  width: 406px;
}

.wm-f406 {
  min-width: 406px;
}

.w-f407 {
  width: 407px;
}

.wm-f407 {
  min-width: 407px;
}

.w-f408 {
  width: 408px;
}

.wm-f408 {
  min-width: 408px;
}

.w-f409 {
  width: 409px;
}

.wm-f409 {
  min-width: 409px;
}

.w-f410 {
  width: 410px;
}

.wm-f410 {
  min-width: 410px;
}

.w-f411 {
  width: 411px;
}

.wm-f411 {
  min-width: 411px;
}

.w-f412 {
  width: 412px;
}

.wm-f412 {
  min-width: 412px;
}

.w-f413 {
  width: 413px;
}

.wm-f413 {
  min-width: 413px;
}

.w-f414 {
  width: 414px;
}

.wm-f414 {
  min-width: 414px;
}

.w-f415 {
  width: 415px;
}

.wm-f415 {
  min-width: 415px;
}

.w-f416 {
  width: 416px;
}

.wm-f416 {
  min-width: 416px;
}

.w-f417 {
  width: 417px;
}

.wm-f417 {
  min-width: 417px;
}

.w-f418 {
  width: 418px;
}

.wm-f418 {
  min-width: 418px;
}

.w-f419 {
  width: 419px;
}

.wm-f419 {
  min-width: 419px;
}

.w-f420 {
  width: 420px;
}

.wm-f420 {
  min-width: 420px;
}

.w-f421 {
  width: 421px;
}

.wm-f421 {
  min-width: 421px;
}

.w-f422 {
  width: 422px;
}

.wm-f422 {
  min-width: 422px;
}

.w-f423 {
  width: 423px;
}

.wm-f423 {
  min-width: 423px;
}

.w-f424 {
  width: 424px;
}

.wm-f424 {
  min-width: 424px;
}

.w-f425 {
  width: 425px;
}

.wm-f425 {
  min-width: 425px;
}

.w-f426 {
  width: 426px;
}

.wm-f426 {
  min-width: 426px;
}

.w-f427 {
  width: 427px;
}

.wm-f427 {
  min-width: 427px;
}

.w-f428 {
  width: 428px;
}

.wm-f428 {
  min-width: 428px;
}

.w-f429 {
  width: 429px;
}

.wm-f429 {
  min-width: 429px;
}

.w-f430 {
  width: 430px;
}

.wm-f430 {
  min-width: 430px;
}

.w-f431 {
  width: 431px;
}

.wm-f431 {
  min-width: 431px;
}

.w-f432 {
  width: 432px;
}

.wm-f432 {
  min-width: 432px;
}

.w-f433 {
  width: 433px;
}

.wm-f433 {
  min-width: 433px;
}

.w-f434 {
  width: 434px;
}

.wm-f434 {
  min-width: 434px;
}

.w-f435 {
  width: 435px;
}

.wm-f435 {
  min-width: 435px;
}

.w-f436 {
  width: 436px;
}

.wm-f436 {
  min-width: 436px;
}

.w-f437 {
  width: 437px;
}

.wm-f437 {
  min-width: 437px;
}

.w-f438 {
  width: 438px;
}

.wm-f438 {
  min-width: 438px;
}

.w-f439 {
  width: 439px;
}

.wm-f439 {
  min-width: 439px;
}

.w-f440 {
  width: 440px;
}

.wm-f440 {
  min-width: 440px;
}

.w-f441 {
  width: 441px;
}

.wm-f441 {
  min-width: 441px;
}

.w-f442 {
  width: 442px;
}

.wm-f442 {
  min-width: 442px;
}

.w-f443 {
  width: 443px;
}

.wm-f443 {
  min-width: 443px;
}

.w-f444 {
  width: 444px;
}

.wm-f444 {
  min-width: 444px;
}

.w-f445 {
  width: 445px;
}

.wm-f445 {
  min-width: 445px;
}

.w-f446 {
  width: 446px;
}

.wm-f446 {
  min-width: 446px;
}

.w-f447 {
  width: 447px;
}

.wm-f447 {
  min-width: 447px;
}

.w-f448 {
  width: 448px;
}

.wm-f448 {
  min-width: 448px;
}

.w-f449 {
  width: 449px;
}

.wm-f449 {
  min-width: 449px;
}

.w-f450 {
  width: 450px;
}

.wm-f450 {
  min-width: 450px;
}

.w-f451 {
  width: 451px;
}

.wm-f451 {
  min-width: 451px;
}

.w-f452 {
  width: 452px;
}

.wm-f452 {
  min-width: 452px;
}

.w-f453 {
  width: 453px;
}

.wm-f453 {
  min-width: 453px;
}

.w-f454 {
  width: 454px;
}

.wm-f454 {
  min-width: 454px;
}

.w-f455 {
  width: 455px;
}

.wm-f455 {
  min-width: 455px;
}

.w-f456 {
  width: 456px;
}

.wm-f456 {
  min-width: 456px;
}

.w-f457 {
  width: 457px;
}

.wm-f457 {
  min-width: 457px;
}

.w-f458 {
  width: 458px;
}

.wm-f458 {
  min-width: 458px;
}

.w-f459 {
  width: 459px;
}

.wm-f459 {
  min-width: 459px;
}

.w-f460 {
  width: 460px;
}

.wm-f460 {
  min-width: 460px;
}

.w-f461 {
  width: 461px;
}

.wm-f461 {
  min-width: 461px;
}

.w-f462 {
  width: 462px;
}

.wm-f462 {
  min-width: 462px;
}

.w-f463 {
  width: 463px;
}

.wm-f463 {
  min-width: 463px;
}

.w-f464 {
  width: 464px;
}

.wm-f464 {
  min-width: 464px;
}

.w-f465 {
  width: 465px;
}

.wm-f465 {
  min-width: 465px;
}

.w-f466 {
  width: 466px;
}

.wm-f466 {
  min-width: 466px;
}

.w-f467 {
  width: 467px;
}

.wm-f467 {
  min-width: 467px;
}

.w-f468 {
  width: 468px;
}

.wm-f468 {
  min-width: 468px;
}

.w-f469 {
  width: 469px;
}

.wm-f469 {
  min-width: 469px;
}

.w-f470 {
  width: 470px;
}

.wm-f470 {
  min-width: 470px;
}

.w-f471 {
  width: 471px;
}

.wm-f471 {
  min-width: 471px;
}

.w-f472 {
  width: 472px;
}

.wm-f472 {
  min-width: 472px;
}

.w-f473 {
  width: 473px;
}

.wm-f473 {
  min-width: 473px;
}

.w-f474 {
  width: 474px;
}

.wm-f474 {
  min-width: 474px;
}

.w-f475 {
  width: 475px;
}

.wm-f475 {
  min-width: 475px;
}

.w-f476 {
  width: 476px;
}

.wm-f476 {
  min-width: 476px;
}

.w-f477 {
  width: 477px;
}

.wm-f477 {
  min-width: 477px;
}

.w-f478 {
  width: 478px;
}

.wm-f478 {
  min-width: 478px;
}

.w-f479 {
  width: 479px;
}

.wm-f479 {
  min-width: 479px;
}

.w-f480 {
  width: 480px;
}

.wm-f480 {
  min-width: 480px;
}

.w-f481 {
  width: 481px;
}

.wm-f481 {
  min-width: 481px;
}

.w-f482 {
  width: 482px;
}

.wm-f482 {
  min-width: 482px;
}

.w-f483 {
  width: 483px;
}

.wm-f483 {
  min-width: 483px;
}

.w-f484 {
  width: 484px;
}

.wm-f484 {
  min-width: 484px;
}

.w-f485 {
  width: 485px;
}

.wm-f485 {
  min-width: 485px;
}

.w-f486 {
  width: 486px;
}

.wm-f486 {
  min-width: 486px;
}

.w-f487 {
  width: 487px;
}

.wm-f487 {
  min-width: 487px;
}

.w-f488 {
  width: 488px;
}

.wm-f488 {
  min-width: 488px;
}

.w-f489 {
  width: 489px;
}

.wm-f489 {
  min-width: 489px;
}

.w-f490 {
  width: 490px;
}

.wm-f490 {
  min-width: 490px;
}

.w-f491 {
  width: 491px;
}

.wm-f491 {
  min-width: 491px;
}

.w-f492 {
  width: 492px;
}

.wm-f492 {
  min-width: 492px;
}

.w-f493 {
  width: 493px;
}

.wm-f493 {
  min-width: 493px;
}

.w-f494 {
  width: 494px;
}

.wm-f494 {
  min-width: 494px;
}

.w-f495 {
  width: 495px;
}

.wm-f495 {
  min-width: 495px;
}

.w-f496 {
  width: 496px;
}

.wm-f496 {
  min-width: 496px;
}

.w-f497 {
  width: 497px;
}

.wm-f497 {
  min-width: 497px;
}

.w-f498 {
  width: 498px;
}

.wm-f498 {
  min-width: 498px;
}

.w-f499 {
  width: 499px;
}

.wm-f499 {
  min-width: 499px;
}

.w-f500 {
  width: 500px;
}

.wm-f500 {
  min-width: 500px;
}

/* TIMELINE */
.timeline {
  width: 100%;
}
.timeline--default {
  display: grid;
  grid-template-columns: 84px 1px minmax(84px, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
.timeline--default__date {
  text-align: left;
  width: 202px;
}
.timeline--default__time {
  text-align: right;
}
.timeline--default__separator {
  width: 1px;
  background-color: #D4DCE4;
  height: 1.2em;
}
.timeline--check, .timeline--item__content {
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.timeline--item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  position: relative;
}
.timeline--item__content {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.timeline--item__content > div {
  margin-top: 1px;
}
.timeline--item:not(:last-child) {
  margin-bottom: 17px;
}
.timeline--item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 20.5px;
  width: 2px;
  height: 6px;
  background-repeat: repeat-y;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2' height='6' viewBox='0 0 2 6' fill='none'%3E%3Cpath d='M1 0L1 6' stroke='%23088C5E'/%3E%3C/svg%3E");
}
.timeline--item:has(.timeline--check__grey):not(:last-child)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2' height='6' viewBox='0 0 2 6' fill='none'%3E%3Cpath d='M1 0L1 6' stroke='%23D4DCE4'/%3E%3C/svg%3E");
}
.timeline--check__green > svg {
  stroke-width: 1.5px;
  stroke: #088C5E;
  width: 16px;
  height: 16px;
  fill: white;
}
.timeline--check__grey > svg {
  stroke-width: 1.5px;
  stroke: #D4DCE4;
  width: 16px;
  height: 16px;
  fill: white;
}
.timeline--check__green ~ .timeline--item__content .timeline--check__status {
  color: #088C5E;
}
.timeline--check__green ~ .timeline--item__content .timeline--check__status.timeline--default {
  color: #131316 !important;
}
.timeline--check__grey ~ .timeline--item__content .timeline--check__status {
  color: #131316;
}
.timeline--check__status {
  font-family: Poppins, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
}

.separator-x {
  width: 1px;
  height: 18px;
  background-color: #D4DCE4;
  display: inline-block;
}

.card > hr {
  position: relative;
  -webkit-transform: scaleY(0.8);
          transform: scaleY(0.8);
  -webkit-transform-origin: center;
  transform-origin: center;
  border-top: var(--bs-border-width) var(--bs-border-style) var(--base-border) !important;
  width: 100%;
  opacity: 1;
}

.card.border {
  border: 1px solid var(--base-border) !important;
}

.form-label {
  margin-bottom: 6px !important;
  line-height: 18px;
}

.btn-link {
  line-height: 18px !important;
}

.btn:active {
  background-color: var(--white) !important;
  color: var(--main-blue) !important;
  border-color: var(--main-blue) !important;
}

.cases-filter .select2-dropdown {
  width: 226px !important;
}

.form-select:disabled {
  background-color: #f6f9fe !important;
  pointer-events: none;
  cursor: not-allowed;
  background-image: none !important;
}

.form-select {
  border-radius: 8px;
}

.tooltip-assignees {
  margin-right: -20px;
  bottom: calc(100% + 14px);
}
.tooltip-assignees__report {
  margin-bottom: 5px !important;
  margin-left: -29px !important;
  border-radius: 8px;
}
.tooltip-assignees__report .tooltip-arrow {
  margin-left: 29px;
  width: 15px !important;
  height: 15px !important;
  bottom: calc(-3 * var(--bs-tooltip-arrow-height)) !important;
}
.tooltip-assignees__report .tooltip-arrow::before {
  top: -2px !important;
  border-width: 7px 7px 0 !important;
  border-top-color: var(--bs-tooltip-bg) !important;
}
.tooltip-assignees__report .tooltip-inner {
  padding: 11px 16px !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  border-radius: 8px;
  font-family: Poppins, serif;
  color: #131316;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__message {
  padding: 10px 16px !important;
  height: 100% !important;
}

.modal-dialog .btn.js__modal-delete-confirm, .modal-dialog .btn.cancel {
  padding: 9px 26px !important;
  height: 36px;
}

.fn {
  font-family: Poppins, serif;
  font-style: normal;
  -webkit-font-feature-settings: "liga" off, "clig" off;
          font-feature-settings: "liga" off, "clig" off;
}
.fn-14 {
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}
.fn-18 {
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}
.fn-22 {
  font-size: 22px !important;
  font-weight: 500 !important;
  letter-spacing: -0.44px !important;
}

.cases .badge {
  height: 25px;
  padding: 4.251px 10px;
}

.form-disabled input, .form-disabled select, .form-disabled textarea, .form-disabled label, .form-disabled span[role=combobox] {
  pointer-events: none;
  cursor: not-allowed;
  background-color: #F6F9FE !important;
}
.form-disabled button, .form-disabled [type=button], .form-disabled [type=submit] {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}
.form-disabled .input-email__holder, .form-disabled .info-popup {
  display: none;
}

.sidebar-btn[data-bs-toggle=offcanvas] {
  height: 40px !important;
  padding: 4.251px 12.754px !important;
  border: 0 !important;
}
.sidebar-btn[data-bs-toggle=offcanvas]:hover {
  -webkit-box-shadow: 0 0 0 1px #131316 !important;
          box-shadow: 0 0 0 1px #131316 !important;
}

.sidebar-btn.inner-btn {
  height: 40px !important;
  padding: 4.251px 12.754px !important;
}
.sidebar-btn.inner-btn > .icon {
  margin-top: -2px !important;
}

.form-select {
  border: var(--bs-border-width) solid var(--base-border) !important;
}

.input-email__wrapper {
  height: 44px;
}
.input-email__wrapper .form-field__input {
  height: auto !important;
}

.trash-grey > .icon-delete {
  stroke: #8D939F !important;
}

.component__dropdown2 > .form-label {
  font-size: 14px;
  font-family: var(--font-primary), serif;
  color: var(--main-color);
  font-weight: 400;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.component__dropdown2 > .select2-container .badge-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  min-width: 21px;
  padding: 3px 7px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
  background: #FCEBED;
  color: #BD1145;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px;
  margin-left: 8px;
}

.cases .select2-selection .select2-custom-option > .badge-number {
  display: none;
}

.users-heading button[aria-controls=add-user] {
  padding: 11px 15px 11px 12px;
  gap: 2px;
}

.dropdown-tx > .dropdown-menu {
  min-width: 105px;
}
.dropdown-tx > .dropdown-menu > .dropdown-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dropdown-tx > .dropdown-menu > .dropdown-item > a > span {
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}
.dropdown-tx > .dropdown-menu > .dropdown-item > a > svg {
  margin-right: 0 !important;
  margin-top: 0 !important;
  stroke: #131316 !important;
  stroke-width: 1.5px !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

/*.transactions .table tr:hover td {
  background-color: var(--white) !important;
}*/
.tab-pane > .card {
  border: 1px solid var(--base-border) !important;
}

.text-blue {
  color: var(--main-blue) !important;
}

.report-mode-main .file-wrap > #file-content main {
  /*display: block !important;*/
}
.report-mode-main .file-wrap > #file-content .medical-chronology tr td li > a {
  margin-left: 0 !important;
}
.report-mode-main .file-wrap > #file-content .medical-chronology tr td > a {
  display: block;
  float: right;
}
.report-mode-main .file-wrap > #file-content #submission-summary table tr td:first-of-type {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.report-mode-main .file-wrap > #file-content b {
  font-size: 12.092px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 15.719px;
}
.report-mode-main .file-wrap > #file-content table tr td:first-child {
  width: 184.444px !important;
  padding: 12.092px 14.51px !important;
}

.invite-plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.invite-plus > svg {
  margin-top: -1px;
  width: 14px;
  height: 14px;
  fill: none;
  stroke: var(--main-blue);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5px;
}

.report--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 22px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.report--container h4, .report--container .h4 {
  color: #131316;
  -webkit-font-feature-settings: "liga" off, "clig" off;
          font-feature-settings: "liga" off, "clig" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.report--block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}

.active-report {
  border-color: var(--main-blue) !important;
}
.active-report > svg {
  stroke: var(--main-blue) !important;
}

.payment-method .form-field[data-type=radio-group], .payment-method .form-field {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.payment-method .form-field[data-type=radio-group] .info-popup {
  position: relative !important;
  display: block !important;
  margin-top: -12px !important;
  margin-left: -6px !important;
}
.payment-method .form-field[data-type=radio-group] .info-popup .info-popup__content {
  display: none;
}
.payment-method .form-field .form-label {
  line-height: 18px !important;
}
.payment-method .form-field .info-popup {
  position: relative !important;
  margin-left: 2px !important;
}
.payment-method .global-form-field {
  gap: 6px !important;
  margin-bottom: 0 !important;
}

button.locked {
  cursor: default !important;
}

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

input[type=search]::-ms-clear,
input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.elements--left, .elements--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.elements--list {
  line-height: 28px;
}
.elements--list ul {
  list-style-type: none;
  padding-left: 0;
}
.elements--list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #383942;
  font-family: Poppins, serif;
  font-style: normal;
  font-weight: 400;
}
.elements--list li > span {
  color: #131316;
  font-size: 14px;
  font-weight: 500;
}
.elements--list li:before {
  content: "●";
  font-size: 20px;
  margin-right: 6px;
  vertical-align: middle;
  margin-top: -1px;
}
.elements--list li:nth-child(1):before {
  color: #088C5E;
}
.elements--list li:nth-child(2):before {
  color: #148BDF;
}
.elements--list li:nth-child(3):before {
  color: #8D939F;
}
.elements--list li {
  color: #333;
}

.report-ordering-dashboard-forward-report-sidebar-assignees .js-user-selected-remove {
  margin-top: -3px;
}
.report-ordering-dashboard-forward-report-sidebar-assignees .js-user-selected-remove .icon-close {
  width: 8.5px;
  height: 8.5px;
  stroke-width: 3px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.report-ordering-dashboard-forward-report-sidebar-assignees__list {
  border-radius: 10px !important;
  border: 0 !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(52, 60, 71, 0.3) !important;
          box-shadow: 0 0 20px 0 rgba(52, 60, 71, 0.3) !important;
  top: calc(100% + 10px) !important;
  scrollbar-color: #D4DCE4 white;
  scrollbar-width: thin;
  max-height: 203px !important;
}

.data-protection-request-form {
  border-top: 1px solid var(--base-border);
}
.data-protection-request-form .data-content {
  max-width: 661px;
  margin: 0 auto;
}
.data-protection-request-form h1, .data-protection-request-form .h1 {
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: -0.44px;
  font-size: 22px;
}
.data-protection-request-form p.text-justify {
  font-size: 14px;
}
.data-protection-request-form .form-field__title, .data-protection-request-form .form-label {
  font-size: 14px;
}
.data-protection-request-form .back-btn {
  margin-left: -5px;
  margin-bottom: 12px;
  font-size: 14px;
}
.data-protection-request-form .back-btn .icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.data-protection-request-form form {
  margin: 32px 0 24px;
}
.data-protection-request-form form .js-field-error {
  margin-bottom: 15px;
}
.data-protection-request-form form .component__dropdown2 .invalid-feedback {
  display: inline-block;
}
.data-protection-request-form form .component__itidropdown {
  margin-bottom: 18px;
}
.data-protection-request-form form #request_details-wrapper {
  display: none;
}
.data-protection-request-form form #request_details-wrapper #request_details {
  min-height: 92px;
  padding: 9px 14px;
  height: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.data-protection-request-form form #request_details-wrapper .js-field-error {
  visibility: hidden;
}
.data-protection-request-form form #request_details-wrapper.visible #request_details {
  min-height: 120px;
  padding: 9px 14px;
}
.data-protection-request-form form #request_details-wrapper.visible .js-field-error {
  visibility: inherit;
}
.data-protection-request-form form #request_details-wrapper._invalid .js-field-error {
  visibility: visible;
}
.data-protection-request-form form #request_details-wrapper._invalid #request_details {
  border-color: var(--errors);
}
.data-protection-request-form form .component__dropdown2 .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: var(--main-color);
}
.data-protection-request-form .shield {
  gap: 7px;
}
.data-protection-request-form .icon-shield {
  -ms-flex-preferred-size: 16px;
      flex-basis: 16px;
  width: 16px;
  min-width: 16px;
  height: 18px;
  fill: var(--main-blue);
}
.data-protection-request-form .btn-link {
  font-weight: 500;
  font-size: 14px;
}
.data-protection-request-form .submit-btn {
  font-size: 14px;
}
.data-protection-request-form a {
  color: var(--main-blue);
}

.form-field__input-wrap {
  position: relative;
}
.form-field__input-wrap svg {
  position: absolute;
}
.form-field__input-wrap svg.calendar {
  left: 15px;
  top: 11px;
}
.form-field__input-wrap:has(svg.calendar) input {
  padding-left: 40px;
}
.form-field__input {
  width: 100%;
  height: 44px;
  padding: 9px 14px;
  font-size: 14px;
  line-height: 24px;
  color: var(--text-color);
  border: 1px solid var(--lightGray);
  border-radius: 8px;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-field__input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 24px;
  color: var(--icon-gray);
  font-weight: 400;
  font-family: inherit;
}
.form-field__input::-moz-placeholder {
  font-size: 14px;
  line-height: 24px;
  color: var(--icon-gray);
  font-weight: 400;
  font-family: inherit;
}
.form-field__input:-ms-input-placeholder {
  font-size: 14px;
  line-height: 24px;
  color: var(--icon-gray);
  font-weight: 400;
  font-family: inherit;
}
.form-field__input::-ms-input-placeholder {
  font-size: 14px;
  line-height: 24px;
  color: var(--icon-gray);
  font-weight: 400;
  font-family: inherit;
}
.form-field__input::placeholder {
  font-size: 14px;
  line-height: 24px;
  color: var(--icon-gray);
  font-weight: 400;
  font-family: inherit;
}
.form-field__input:focus {
  border-color: var(--main-blue);
  outline: none;
}
.form-field__title {
  font-size: 14px;
  font-family: var(--font-primary);
  color: var(--main-color);
  font-weight: 400;
  margin-bottom: 6px;
  font-style: normal;
  line-height: 18px;
  display: block;
}
.form-field__error {
  opacity: 0;
  visibility: hidden;
  height: 0;
  display: inline-block;
  font-family: var(--font-primary);
  font-weight: 400;
  color: var(--errors);
  font-size: 14px;
  line-height: 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 0;
}
.form-field__error-global {
  opacity: 0;
  visibility: hidden;
  height: 0;
  display: block;
  font-family: var(--font-primary);
  font-weight: 400;
  color: var(--errors);
  font-size: 14px;
  line-height: 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 0;
}
.form-field__error-global.active {
  opacity: 1;
  visibility: visible;
  height: auto;
  margin-top: 10px;
}
.form-field__readonly-symbol {
  width: 19px;
  height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1.5px solid var(--secondaryGray);
  position: absolute;
  padding: 3px;
  top: 13.5px;
  right: 14px;
}
.form-field__readonly-symbol .icon {
  width: 9px;
  height: 9px;
  -o-object-fit: contain;
     object-fit: contain;
  fill: var(--secondaryGray);
}
.form-field__card-symbol {
  position: absolute;
  width: 20px;
  height: 20px;
  padding: 3px;
  top: 12px;
  border: 1.5px solid var(--secondaryGray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  right: 14px;
}
.form-field__card-symbol .icon {
  width: 10px;
  height: 10px;
  -o-object-fit: contain;
     object-fit: contain;
  fill: var(--secondaryGray);
}
.form-field._invalid .form-field__input,
.form-field._invalid .checkbox__custom {
  border-color: var(--errors);
}
.form-field._invalid .form-field__error {
  opacity: 1;
  visibility: visible;
  height: 18px;
  margin-top: 4px;
  margin-bottom: 16px;
}
.form-field.is-readonly input {
  background: transparent;
}
.form-field .tooltip-popup {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 12px 16px;
  bottom: auto;
  top: -24px;
  left: auto;
  right: 10px;
  -webkit-transform: none;
          transform: none;
}
.form-field .tooltip-popup:empty {
  display: none;
}
.form-field .tooltip-popup:after {
  left: auto;
  right: 50px;
}
.form-field .tooltip-popup:before {
  left: auto;
  right: 49px;
}

.input-email__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--lightGray);
  border-radius: 8px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  position: relative;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.input-email__wrapper .info-popup {
  position: absolute;
  width: 141px;
  height: 100%;
  right: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.input-email__wrapper .info-popup__content {
  color: var(--main-color);
  background-color: var(--white);
  border: 1px solid var(--base-border);
  -webkit-box-shadow: var(--base-shadow);
          box-shadow: var(--base-shadow);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 12px 15px;
  line-height: 18px;
  border-radius: 8px;
  right: 0;
  top: -40px;
  height: 44px;
}
.input-email__wrapper .info-popup__content:before {
  content: "";
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid var(--base-border);
  bottom: -9px;
  left: calc(87% - 9px);
  position: absolute;
}
.input-email__wrapper .info-popup__content:after {
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid var(--white);
  bottom: -8px;
  left: calc(87% - 8px);
  position: absolute;
}
.input-email__wrapper .info-popup:hover .info-popup__content {
  visibility: visible;
  opacity: 1;
  scale: 1;
}
.input-email__wrapper input {
  border: none;
  font-size: 14px;
  font-weight: 400;
}
.input-email__wrapper input:disabled {
  border: none;
}
.input-email__wrapper .input-email__holder {
  padding: 12px 10px;
  border-left: 1px solid var(--lightGray);
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  width: 193px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.input-email__wrapper:has(input:focus) {
  border: 1px solid var(--main-blue);
}

textarea.form-control::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 24px;
  color: var(--icon-gray);
  font-weight: 400;
  font-family: inherit;
}

textarea.form-control::-moz-placeholder {
  font-size: 14px;
  line-height: 24px;
  color: var(--icon-gray);
  font-weight: 400;
  font-family: inherit;
}

textarea.form-control:-ms-input-placeholder {
  font-size: 14px;
  line-height: 24px;
  color: var(--icon-gray);
  font-weight: 400;
  font-family: inherit;
}

textarea.form-control::-ms-input-placeholder {
  font-size: 14px;
  line-height: 24px;
  color: var(--icon-gray);
  font-weight: 400;
  font-family: inherit;
}

textarea.form-control::placeholder {
  font-size: 14px;
  line-height: 24px;
  color: var(--icon-gray);
  font-weight: 400;
  font-family: inherit;
}

.form__bottom {
  margin-bottom: 26px;
}
.form__top {
  margin-top: 12px;
}
.form-upload__error {
  display: none;
  font-family: var(--font-primary), serif;
  font-weight: 400;
  color: var(--errors);
  font-size: 14px;
  line-height: 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 6px;
}

.component__itidropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.component__itidropdown .iti {
  width: 100%;
}
.component__itidropdown-input {
  background-image: none !important;
  border-radius: 8px;
  padding: 9px 14px;
  padding-left: 90px !important;
  font-size: 14px;
  line-height: 24px;
}
.component__itidropdown-input::-webkit-input-placeholder {
  color: var(--icon-gray);
}
.component__itidropdown-input::-moz-placeholder {
  color: var(--icon-gray);
}
.component__itidropdown-input:-ms-input-placeholder {
  color: var(--icon-gray);
}
.component__itidropdown-input::-ms-input-placeholder {
  color: var(--icon-gray);
}
.component__itidropdown-input::placeholder {
  color: var(--icon-gray);
}
.component__itidropdown-input:focus {
  border-color: var(--main-blue);
}
.is-invalid .component__itidropdown-error {
  display: block;
}
.component__itidropdown .iti__selected-country {
  padding-right: 26px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-right: 1px solid var(--lightGray);
  background-color: #F6F9FE;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M0.945312 1.15625L6.63092 6.84186L12.3165 1.15625' stroke='%23131316' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 12px 10px;
  background-position: 58px center;
}
.component__itidropdown .iti__selected-country[aria-expanded=true] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M0.945312 6.84375L6.63092 1.15814L12.3165 6.84375' stroke='%23131316' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.is-invalid .component__itidropdown .iti__selected-country {
  border-color: var(--bs-form-invalid-border-color);
}
.component__itidropdown .iti__arrow {
  display: none;
}
.component__itidropdown .iti__flag {
  -webkit-transform: scaleX(1.3) scaleY(1.1);
          transform: scaleX(1.3) scaleY(1.1);
}
.component__itidropdown .iti__selected-country-primary {
  width: 34px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 4px;
}
.component__itidropdown .iti__selected-dial-code {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}
.component__itidropdown .iti--inline-dropdown .iti__dropdown-content {
  overflow: hidden;
  margin-top: 10px;
  border: none;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(52, 60, 71, 0.3);
          box-shadow: 0px 0px 20px 0px rgba(52, 60, 71, 0.3);
}
.component__itidropdown .iti__country-list {
  overflow: hidden;
}
.component__itidropdown .iti__country {
  padding-left: 12px;
}
.component__itidropdown .iti__country.iti__highlight {
  background-color: var(--ligh-gray-bg);
}
.component__itidropdown .iti__country.iti__active {
  position: relative;
}
.component__itidropdown .iti__country.iti__active:after {
  position: absolute;
  display: block;
  content: "";
  width: 17px;
  height: 17px;
  top: 50%;
  right: 16px;
  margin-top: -8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 18' fill='none'%3E%3Crect y='0.5' width='17' height='17' rx='4.62558' fill='%23148BDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.1042 5.73346L7.03256 10.628L5.68673 9.19012C5.43881 8.95637 5.04923 8.9422 4.76589 9.14054C4.48964 9.34595 4.41172 9.7072 4.58172 9.99762L6.17548 12.5901C6.33131 12.831 6.60047 12.9797 6.90506 12.9797C7.19547 12.9797 7.47173 12.831 7.62756 12.5901C7.88256 12.2572 12.7488 6.45595 12.7488 6.45595C13.3863 5.80429 12.6142 5.23054 12.1042 5.72637V5.73346Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}
.component__itidropdown._invalid .iti__tel-input {
  border-color: var(--errors);
}
.component__itidropdown._invalid .iti__selected-country {
  border-right: 1px solid var(--errors);
}
.component__itidropdown.is-invalid .iti__tel-input {
  border-color: var(--errors);
}
.component__itidropdown.is-invalid .iti__selected-country {
  border-right: 1px solid var(--errors);
}
.component__itidropdown:has(button[aria-expanded=true]) .iti__selected-country {
  border-right: 1px solid var(--main-blue);
}
.component__itidropdown:has(button[aria-expanded=true]) input {
  border-color: var(--main-blue);
}
.component__itidropdown:has(input:focus) .iti__selected-country {
  border-right: 1px solid var(--main-blue);
}

.component__dropdown2 {
  width: 100%;
}
.component__dropdown2 .select2-container .select2-selection--single {
  height: 44px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M0.945312 1.15625L6.63092 6.84186L12.3165 1.15625' stroke='%23131316' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 12px 10px;
}
.component__dropdown2 .select2-container.select2-container--open .select2-selection--single {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M0.945312 6.84375L6.63092 1.15814L12.3165 6.84375' stroke='%23131316' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.component__dropdown2 .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  font-size: 14px;
  color: var(--main-color);
}
.component__dropdown2 .select2-container--bootstrap-5 .select2-selection--single {
  padding: 11px 15px 13px 18px;
  border-color: var(--base-border);
}
.component__dropdown2 .select2-container--bootstrap-5 .select2-selection {
  border-radius: 0.572rem;
}
.component__dropdown2 .select2-container--bootstrap-5.select2-container--focus .select2-selection {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0.572rem;
  border: 1px solid var(--main-blue);
}
.component__dropdown2 .select2-container--bootstrap-5.select2-container--focus .select2-selection {
  border: 1px solid var(--base-border);
}
.component__dropdown2 .select2-container--bootstrap-5.select2-container--open .select2-selection {
  border: 1px solid var(--main-blue);
}
.component__dropdown2 .select2-container--bootstrap-5.select2-container--focus .select2-selection {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.component__dropdown2 .select2-container--bootstrap-5.select2-container--open .select2-selection {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.component__dropdown2 .select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection {
  border: 1px solid var(--main-blue);
  border-radius: 0.572rem;
}
.component__dropdown2 .select2-container--bootstrap-5.select2-container--disabled .select2-selection {
  background-color: transparent;
}
.component__dropdown2 .select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection {
  background-color: transparent;
}

.is-invalid + .select2-container--bootstrap-5 .select2-selection {
  border-color: var(--errors) !important;
}

._invalid .select2-container--bootstrap-5 .select2-selection {
  border-color: var(--errors) !important;
}

._invalid .invalid-feedback {
  display: inline-block;
}

.was-validated select:invalid + .select2-container--bootstrap-5 .select2-selection {
  border-color: val(--errors);
}

.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--below {
  margin-top: 10px;
  border: none;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(52, 60, 71, 0.3);
          box-shadow: 0px 0px 20px 0px rgba(52, 60, 71, 0.3);
}

.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--above {
  border: none;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(52, 60, 71, 0.3);
          box-shadow: 0px 0px 20px 0px rgba(52, 60, 71, 0.3);
  top: -10px;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options {
  scrollbar-color: #D4DCE4 white;
  scrollbar-width: thin;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
  padding: 0.61rem 0.75rem;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option .option-clear-selection-btn {
  color: var(--main-blue);
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option .option-clear-selection-btn:hover {
  text-decoration: underline;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected {
  position: relative;
  background-color: #fff;
  color: black;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected:before {
  position: absolute;
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  top: 50%;
  right: 16px;
  margin-top: -9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='18' viewBox='0 0 17 18' fill='none'%3E%3Crect y='0.5' width='17' height='17' rx='4.62558' fill='%23148BDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.1052 5.73346L7.03354 10.628L5.6877 9.19012C5.43979 8.95637 5.0502 8.9422 4.76687 9.14054C4.49062 9.34595 4.4127 9.7072 4.5827 9.99762L6.17645 12.5901C6.33228 12.831 6.60145 12.9797 6.90603 12.9797C7.19645 12.9797 7.4727 12.831 7.62854 12.5901C7.88354 12.2572 12.7498 6.45595 12.7498 6.45595C13.3873 5.80429 12.6152 5.23054 12.1052 5.72637V5.73346Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: var(--ligh-gray-bg);
  color: black;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option:has(.option-clear-selection-btn) {
  background-color: transparent !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
  border-radius: 8px;
  border: 1px solid var(--baseLineGray, #D4DCE4);
  padding: 9px 10px 9px 35px;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field::-webkit-input-placeholder {
  color: var(--icon-gray);
  font-weight: 400;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field::-moz-placeholder {
  color: var(--icon-gray);
  font-weight: 400;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:-ms-input-placeholder {
  color: var(--icon-gray);
  font-weight: 400;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field::-ms-input-placeholder {
  color: var(--icon-gray);
  font-weight: 400;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field::placeholder {
  color: var(--icon-gray);
  font-weight: 400;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search {
  padding: 16px;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
  padding: 0 !important;
  height: 40px;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option .select2-custom-option, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option .option-clear-selection-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  height: 100%;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option .select2-custom-option .option-text, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option .option-clear-selection-btn .option-text {
  margin-top: 1px;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
  padding-left: 35px;
  background-repeat: no-repeat;
  background-position: 12px center;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.25 15.125L12.4792 12.3542M14.4583 7.60417C14.4583 11.3206 11.4456 14.3333 7.72917 14.3333C4.01275 14.3333 1 11.3206 1 7.60417C1 3.88775 4.01275 0.875 7.72917 0.875C11.4456 0.875 14.4583 3.88775 14.4583 7.60417Z' stroke='%238D939F' stroke-width='1.58333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

header .navbar {
  height: 80px;
}
@media (min-width: 992px) and (max-width: 1120px) {
  header .navbar .btn-dark, header .navbar .btn-light {
    padding: 8px 12px;
    font-size: 13px;
  }
}
@media (min-width: 992px) and (max-width: 1120px) {
  header .navbar .dark-link {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  header .navbar {
    height: 68px;
  }
}
header .navbar .container {
  max-width: 1192px;
}
@media (max-width: 991px) {
  header .navbar .container {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  header .navbar .container {
    padding: 0 20px;
  }
}
header .navbar .navbar-brand {
  margin-right: 58px;
}
@media (min-width: 992px) and (max-width: 1120px) {
  header .navbar .navbar-brand {
    margin-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1120px) {
  header .navbar .navbar-brand img {
    max-width: 135px;
  }
}
header .navbar .navbar-toggler {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  padding: 0;
}
header .navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("../img/content/multi-page/burger-menu.png");
  background-size: contain;
  width: 27px;
  height: 27px;
}
header .navbar .navbar-nav .nav-item .nav-link {
  color: var(--main-color);
}
@media (min-width: 992px) and (max-width: 1120px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 13px;
  }
}
header .navbar .navbar-nav .nav-item .nav-link.show {
  color: var(--main-blue);
}
header .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
header .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
  display: block;
  border-top: 0;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  vertical-align: 2px;
  border: none;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M0.945312 6.84375L6.63092 1.15814L12.3165 6.84375' stroke='%23131316' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
header .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle.show:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  vertical-align: -1px;
  margin-top: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M0.945312 6.84375L6.63092 1.15814L12.3165 6.84375' stroke='%23148BDF' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
header .navbar .navbar-nav .nav-item .nav-link:hover {
  text-decoration: underline;
}
header .navbar .navbar-nav .nav-item .dropdown-menu {
  border-radius: 14px;
  border: 1px solid var(--base-border);
  background: #FFF;
  -webkit-box-shadow: 0 14px 35px 0 rgba(22, 32, 66, 0.18);
          box-shadow: 0 14px 35px 0 rgba(22, 32, 66, 0.18);
  padding: 20px;
  margin-top: 7px;
}
header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0;
}
header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
}
header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item .title {
  font-weight: 600;
  color: var(--main-color);
}
header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item .desc {
  color: var(--main-color);
}
header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item .menu-icon {
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 7.667px;
  border: 1px solid var(--base-border);
}
header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}
header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover svg path {
  stroke: var(--main-blue);
}
header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover .menu-icon.fill svg path {
  fill: var(--main-blue);
}
header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover .menu-icon.fill-transparent svg path {
  fill: var(--main-blue);
  stroke: transparent;
}
header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover .menu-icon {
  border: 1px solid var(--main-blue);
}
header .navbar .navbar-nav .nav-item .dropdown-menu.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

#mobileMenu {
  width: 100%;
}
@media (min-width: 768px) {
  #mobileMenu {
    width: 432px;
  }
}
#mobileMenu .offcanvas-header {
  padding: 15px 26px 2px 26px;
}
#mobileMenu .offcanvas-header img {
  max-width: 171px;
}
#mobileMenu .home-link {
  display: block;
  text-align: center;
  margin-bottom: 16px;
}
#mobileMenu .offcanvas-body {
  padding: 0 26px 26px 26px;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
}
#mobileMenu .offcanvas-body hr {
  border-top: 1px solid var(--base-border);
  opacity: 1;
  margin-bottom: 38px;
}
#mobileMenu .offcanvas-body a {
  display: block;
  text-align: center;
  padding-top: 10px;
}
#mobileMenu .accordion .accordion-item {
  border: none;
}
#mobileMenu .accordion .accordion-item .list-group {
  border-radius: 10px;
  background: #F6F9FE;
  padding: 0 18px;
  margin-bottom: 15px;
}
#mobileMenu .accordion .accordion-item .list-group-item {
  background: transparent;
  padding: 18px 0;
}
#mobileMenu .accordion .accordion-item .list-group-item .menu-icon {
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 46px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 7.667px;
  border: 1px solid var(--base-border);
  background: var(--white);
}
#mobileMenu .accordion .accordion-item .list-group-item:hover {
  background-color: transparent;
}
#mobileMenu .accordion .accordion-item .list-group-item:hover svg path {
  stroke: var(--main-blue);
}
#mobileMenu .accordion .accordion-item .list-group-item:hover .menu-icon.fill svg path {
  fill: var(--main-blue);
}
#mobileMenu .accordion .accordion-item .list-group-item:hover .menu-icon.fill-transparent svg path {
  fill: var(--main-blue);
  stroke: transparent;
}
#mobileMenu .accordion .accordion-item .list-group-item:hover .menu-icon {
  border: 1px solid var(--main-blue);
}
#mobileMenu .accordion .accordion-item .list-group-item a {
  text-align: left;
  padding-top: 0;
}
#mobileMenu .accordion .accordion-item .list-group-item a .title {
  font-weight: 600;
}
#mobileMenu .accordion .accordion-item .accordion-button {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--main-color);
  padding: 10px 0;
  margin-bottom: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#mobileMenu .accordion .accordion-item .accordion-button:after {
  margin-left: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M0.945312 6.84375L6.63092 1.15814L12.3165 6.84375' stroke='%23131316' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 12px;
  height: 6px;
  background-size: contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#mobileMenu .accordion .accordion-item .accordion-button:not(.collapsed):after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
#mobileMenu .offcanvas-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px 26px 30px 26px;
  gap: 14px;
}
#mobileMenu .offcanvas-footer a {
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  #mobileMenu .offcanvas-footer a {
    display: none;
  }
}

footer {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  background: #0D0E10;
  padding: 64px 0 32px;
  color: var(--white);
}
@media (max-width: 767px) {
  footer .gap-g52 {
    gap: 42px;
  }
}
@media (max-width: 767px) {
  footer {
    padding-top: 44px;
  }
}
footer .container {
  max-width: 1192px;
}
@media (max-width: 992px) {
  footer .container {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  footer .container {
    padding: 0 20px;
  }
}
footer a {
  color: var(--white);
}
footer a:hover {
  color: #5DA0EF;
}
footer ul li {
  margin-bottom: 12px;
}
footer ul li hr {
  margin: 12px 0;
}
@media (max-width: 767px) {
  footer ul.two-col {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
footer .logo {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 992px) {
  footer .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  footer .logo {
    margin-bottom: 46px;
  }
}
@media (min-width: 991px) {
  footer .logo {
    width: 320px;
    text-align: left;
  }
}
@media (min-width: 1120px) {
  footer .logo div:first-child img {
    width: 211px;
    margin-bottom: 8px;
    margin-top: -8px;
  }
}
footer .separator {
  width: 1px;
  height: 14px;
  background: #fff;
  margin: 0 16px;
}
footer .social {
  gap: 12px;
}
footer .social li {
  margin-bottom: 0;
}
footer .social li a:hover svg path {
  fill: #5DA0EF;
}
footer hr {
  margin: 54px 0 32px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  opacity: 1;
}
@media (max-width: 767px) {
  footer hr {
    margin-top: 34px;
  }
}
footer .footer-col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: none;
  /*
  &:nth-child(6) {
    @media(max-width: 767px) {
      margin-left: -36px;
    }
  }*/
}
@media (max-width: 767px) {
  footer .footer-col:nth-child(2) {
    margin-left: -50px;
  }
}
@media (max-width: 767px) {
  footer .footer-col {
    padding-left: 10px;
  }
}

.btn-light {
  padding: 8px 18px;
  border-radius: 8px;
  border: 1px solid var(--disabled-btn-bg);
  font-weight: 500;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: var(--white);
  text-transform: capitalize;
}
.btn-light:hover {
  border: 1px solid var(--text-color);
}

.btn-dark {
  padding: 8px 18px;
  border-radius: 8px;
  background: var(--text-color);
  border: 1px solid var(--text-color);
  color: var(--white);
  font-weight: 500;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-transform: capitalize;
}
.btn-dark:hover {
  background: transparent;
  color: var(--text-color);
}

.dark-link {
  color: var(--main-color);
}
.dark-link:hover {
  text-decoration: underline;
}

.btn-primary {
  padding: 10px 24px;
  border-radius: 8px;
  background: var(--main-blue);
  border: 1px solid var(--main-blue);
  color: var(--white);
  font-weight: 500;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-transform: capitalize;
}
.btn-primary:hover {
  border: 1px solid #5DA0EF;
  color: #5DA0EF;
  background: transparent;
}

.btn-white {
  padding: 10px 24px;
  border-radius: 8px;
  background: var(--white);
  border: 1px solid var(--white);
  color: var(--main-color);
  font-weight: 500;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-transform: capitalize;
}
.btn-white:hover {
  background: transparent;
  color: var(--white);
}

.hero-title {
  text-align: center;
  max-width: 775px;
  margin: 0 auto;
}
.hero-title .sub-title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.96px;
  color: var(--icon-gray);
  margin-bottom: 12px;
  display: inline-block;
}
@media (max-width: 767px) {
  .hero-title .sub-title {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.84px;
  }
}
.hero-title h1, .hero-title .h1 {
  font-size: 48px;
  font-weight: 500;
  line-height: 57px;
  text-transform: capitalize;
  margin-bottom: 21px;
  letter-spacing: -0.96px;
}
@media (max-width: 992px) {
  .hero-title h1, .hero-title .h1 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.8px;
  }
}
@media (max-width: 767px) {
  .hero-title h1, .hero-title .h1 {
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -1.44px;
  }
}
.hero-title h1 span.color, .hero-title .h1 span.color {
  border-radius: 8px;
  background: #E3EEFB;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 0 10px;
  display: inline-block;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .hero-title h1 span.color, .hero-title .h1 span.color {
    display: inline;
  }
}
@media (max-width: 767px) {
  .hero-title h1 br, .hero-title .h1 br {
    display: none;
  }
}
.hero-title p {
  font-size: 16px;
  line-height: 26px;
}
.hero-title p b {
  font-weight: 600;
}
.hero-title .button-wrapper {
  margin-top: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .hero-title .button-wrapper .btn-dark {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero-title .button-wrapper .btn-light {
    background: var(--text-color);
    border: 1px solid var(--text-color);
    color: var(--white);
  }
}
@media (max-width: 767px) {
  .hero-title .button-wrapper .btn-light:hover {
    background: transparent;
    color: var(--text-color);
  }
}

.multi-page-main {
  padding: 0 !important;
  overflow: hidden;
}
.multi-page-main .container {
  max-width: 1192px;
}
@media (max-width: 992px) {
  .multi-page-main .container {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .multi-page-main .container {
    padding: 0 20px;
  }
}

.title-section {
  font-size: 40px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 48px !important;
  letter-spacing: -0.8px;
  text-transform: capitalize;
}
.title-section span {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  border-radius: 8px;
  background: #E3EEFB;
  padding: 6px 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 767px) {
  .title-section span {
    font-size: 14px;
    letter-spacing: 0.84px;
    font-weight: 500;
  }
}
@media (max-width: 992px) {
  .title-section span {
    font-size: 16px;
    letter-spacing: 0.96px;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .title-section {
    font-size: 30px !important;
    font-weight: 500;
    line-height: 36px !important;
    letter-spacing: -1.2px;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .title-section {
    text-align: center;
  }
}

section.hero .left-img {
  width: 30.3%;
}
@media (max-width: 767px) {
  section.hero .left-img {
    width: 100%;
  }
}
section.hero .right-img {
  width: 69.7%;
}
@media (min-width: 360px) and (max-width: 992px) {
  section.hero img {
    margin-top: 35px;
  }
}

section.challenge {
  padding: 100px 0;
  border-top: 1px solid var(--base-border);
  border-bottom: 1px solid var(--base-border);
}
@media (min-width: 768px) and (max-width: 992px) {
  section.challenge {
    border-top: none;
  }
}
@media (max-width: 992px) {
  section.challenge {
    padding: 60px 0 0 0;
  }
}
section.challenge .title-section {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  section.challenge .title-section {
    margin-bottom: 50px;
  }
}
section.challenge h3, section.challenge .h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.6px;
  text-transform: capitalize;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  section.challenge h3, section.challenge .h3 {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -1.04px;
  }
}
section.challenge h4, section.challenge .h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.4px;
  text-transform: capitalize;
  margin-bottom: 8px;
}
section.challenge img {
  max-width: 460px;
}
@media (min-width: 767px) and (max-width: 992px) {
  section.challenge .w-md-50 {
    width: 50% !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  section.challenge .intro-description {
    max-width: 330px;
  }
}

.intro--py {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 992px) {
  .intro--py {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .intro--mtn {
    margin-top: -50px !important;
  }
}
@media (max-width: 992px) {
  .intro--mtn {
    margin-top: -30px;
  }
}
.intro--description {
  color: #131316;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.intro #sketch-intro {
  position: absolute;
  z-index: -1;
  overflow: visible;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 59.5%;
  margin-top: 8px;
}
.intro #sketch-intro canvas {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 992px) {
  .intro #sketch-intro {
    position: relative;
    height: 100%;
    top: 0;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  .intro #sketch-intro canvas {
    display: block;
    position: relative;
    height: 100%;
    top: 0;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}

.platform {
  padding: 90px 0;
}
.platform--description {
  max-width: 690px;
}
@media (max-width: 992px) {
  .platform--title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.platform--swiper {
  overflow: hidden;
}
.platform--swiper__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1172px;
  height: 374px;
  padding: 0 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
  background: linear-gradient(146deg, rgba(247, 248, 250, 0.3) 0%, #F6F8FB 79.89%), #FFF;
}
.platform--swiper__item:last-child {
  padding-right: 60px;
}
@media (max-width: 992px) {
  .platform--swiper__item:last-child {
    padding-right: 0;
  }
}
.platform--swiper__item-0 {
  background-image: url(../img/content/multi-page/cover-22.png);
  background-size: contain;
  width: 600px;
  height: 550px;
  background-position: right;
  background-repeat: no-repeat;
  margin: 45px -80px 0 0;
}
@media (max-width: 767px) {
  .platform--swiper__item-0 {
    margin: 10px 0 0 0 !important;
    height: 218px !important;
    width: 347px !important;
  }
}
@media (max-width: 992px) {
  .platform--swiper__item-0 {
    margin: 0 88px 0 0;
    height: 370px;
    width: 755px;
  }
}
.platform--swiper__item-1 {
  background-image: url(../img/content/multi-page/cover-23.png);
  background-size: contain;
  width: 500px;
  height: 550px;
  background-position: right;
  background-repeat: no-repeat;
  margin: 10px -20px 0 0;
}
@media (max-width: 767px) {
  .platform--swiper__item-1 {
    margin: 15px auto 0 0 !important;
    height: 220px !important;
    width: 340px !important;
  }
}
@media (max-width: 992px) {
  .platform--swiper__item-1 {
    margin: 15px auto 0 auto;
    height: 350px;
    width: 550px;
  }
}
.platform--swiper__item-2 {
  background-image: url(../img/content/multi-page/cover-24.png);
  background-size: contain;
  width: 480px;
  height: 330px;
  background-position: right;
  background-repeat: no-repeat;
  margin: 50px 0 0 0;
  -webkit-box-shadow: 0 7px 37px 0 rgba(12, 15, 23, 0.12);
          box-shadow: 0 7px 37px 0 rgba(12, 15, 23, 0.12);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media (max-width: 767px) {
  .platform--swiper__item-2 {
    margin: 35px auto 0 0 !important;
    height: 220px !important;
    width: 320px !important;
  }
}
@media (max-width: 992px) {
  .platform--swiper__item-2 {
    margin: 35px auto 0 auto;
    height: 380px;
    width: 555px;
  }
}
.platform--swiper__item-3 {
  background-image: url(../img/content/multi-page/cover-25.png);
  background-size: contain;
  width: 480px;
  height: 330px;
  background-position: right;
  background-repeat: no-repeat;
  margin: 50px 0 0 0;
  -webkit-box-shadow: 0 7px 37px 0 rgba(12, 15, 23, 0.12);
          box-shadow: 0 7px 37px 0 rgba(12, 15, 23, 0.12);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media (max-width: 767px) {
  .platform--swiper__item-3 {
    margin: 35px auto 0 0 !important;
    height: 220px !important;
    width: 320px !important;
  }
}
@media (max-width: 992px) {
  .platform--swiper__item-3 {
    margin: 35px auto 0 auto;
    height: 380px;
    width: 555px;
  }
}
@media (max-width: 992px) {
  .platform--swiper__item-svg {
    width: 100%;
    height: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .platform--swiper__item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    padding: 60px 0 0 0;
  }
}
@media (max-width: 767px) {
  .platform--swiper__item {
    padding: 40px 0 0 0;
  }
}
.platform--swiper__item > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
@media (max-width: 992px) {
  .platform--swiper__item > div:first-child {
    width: inherit;
    padding: 0 20px 0 20px;
  }
  .platform--swiper__item > div:first-child #sketch-platform {
    text-align: center;
  }
}
.platform--swiper__item > div:first-child > h1, .platform--swiper__item > div:first-child > .h1, .platform--swiper__item > div:first-child > span {
  color: #131316;
}
@media (max-width: 992px) {
  .platform--swiper__item > div:first-child > h1, .platform--swiper__item > div:first-child > .h1, .platform--swiper__item > div:first-child > span {
    text-align: center;
  }
}
.platform--swiper__item > div:first-child > h1, .platform--swiper__item > div:first-child > .h1 {
  width: 448px;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: -0.68px;
  text-transform: capitalize;
  margin: 0 !important;
}
@media (max-width: 992px) {
  .platform--swiper__item > div:first-child > h1, .platform--swiper__item > div:first-child > .h1 {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.6px;
    width: auto;
  }
}
.platform--swiper__item > div:first-child > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
  width: 426px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 992px) {
  .platform--swiper__item > div:first-child > span {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
  }
}
.platform--swiper__item > div:last-child .platform--swiper__item-svg {
  width: 100%;
  max-width: 528px;
}
@media (max-width: 992px) {
  .platform--swiper__item > div:last-child .platform--swiper__item-svg {
    margin-top: 24px;
    padding: 0;
  }
}
.platform--board {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media (max-width: 992px) {
  .platform--board {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.platform--board-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
}
.platform--board-controls__next, .platform--board-controls__prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 46px;
  height: 46px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9.857px;
  cursor: pointer;
  border-radius: 23px;
  border: 1px solid #D4DCE4;
}
.platform--board-controls__next:hover, .platform--board-controls__prev:hover {
  border: 1px solid #5a5b66;
}
.platform--board-chips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
@media (max-width: 992px) {
  .platform--board-chips {
    display: none;
  }
}
.platform--board-chips > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 9.27px 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6.828px;
  border-radius: 9.27px;
  border: 1px solid #D4DCE4;
  background: #FFF;
  cursor: pointer;
}
.platform--board-chips > div.active {
  border-radius: 9.27px;
  border: 1px solid var(--Accent, #148BDF);
  background: #FFF;
  color: var(--main-blue);
}
.platform--board-chips > div:hover {
  border: 1px solid var(--main-color);
  background: #FFF;
  color: var(--main-color);
}

.reviews {
  padding: 80px 94px;
  border-bottom: 1px solid #EDEBEB;
  background: linear-gradient(142deg, rgba(247, 249, 251, 0.2) 6%, #F6F8FB 83.14%);
}
@media (max-width: 992px) {
  .reviews {
    padding: 60px 0;
  }
}
.reviews--description {
  color: #131316;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.reviews--clients {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: auto;
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .reviews--clients {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    gap: 30px;
    position: relative;
  }
}
.reviews--clients__preview {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
}
@media (min-width: 300px) and (max-width: 1100px) {
  .reviews--clients__preview {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
  }
}
@media (min-width: 1100px) and (max-width: 1390px) {
  .reviews--clients__preview {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    max-width: 35%;
  }
}
@media (max-width: 767px) {
  .reviews--clients__preview {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
}
@media (max-width: 992px) {
  .reviews--clients__preview {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.reviews--clients__preview > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.reviews--clients__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  height: auto;
  border-radius: 16px;
  border: 1px solid #D4DCE4;
  background: #F8FAFC;
  position: relative;
}
@media (max-width: 767px) {
  .reviews--clients__slider {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
}
@media (max-width: 992px) {
  .reviews--clients__slider {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.reviews--clients__slider-content {
  white-space: normal;
  word-wrap: break-word;
  width: 100%;
  height: 100%;
}
.reviews--clients__slider::before {
  content: "";
  position: absolute;
  width: 78px;
  height: 56px;
  right: 35px;
  top: -22px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="78" height="56" viewBox="0 0 78 56" fill="none"><g clip-path="url(%23clip0_14795_57717)"><path d="M16.5503 36.2349C15.0766 44.2766 12.6301 50.0529 10.6796 53.6307C9.91869 55.0293 11.4743 56.5859 12.8565 55.7812C29.1779 46.3218 36.3345 32.5229 37.2254 21.459C37.9912 11.9133 31.4462 2.08503 21.5253 0.293717C11.5995 -1.4928 2.0975 5.05458 0.296316 14.9259C-1.59156 25.2715 5.74322 35.2099 16.5503 36.2349Z" fill="%23148BDF"/><path d="M57.2643 36.2361C55.7906 44.2779 53.344 50.0541 51.3936 53.632C50.6326 55.0305 52.1882 56.5871 53.5704 55.7825C69.8918 46.323 77.0484 32.5242 77.9394 21.4602C78.7051 11.9146 72.1602 2.08629 62.2392 0.294984C52.3182 -1.49633 42.8114 5.05585 41.0151 14.9224C39.1272 25.268 46.462 35.2064 57.2691 36.2313L57.2643 36.2361Z" fill="%23148BDF"/></g><defs><clipPath id="clip0_14795_57717"><rect width="78" height="56" fill="white"/></clipPath></defs></svg>');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.reviews--clients__slider-title {
  color: #131316;
  -webkit-font-feature-settings: "liga" off, "clig" off;
          font-feature-settings: "liga" off, "clig" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
.reviews--clients__slider-name {
  color: #383942;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.reviews--clients__slider-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-top: 1px solid #D4DCE4;
}
.reviews--clients__slider-footer-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
}
.reviews--clients__slider-footer-controls--next, .reviews--clients__slider-footer-controls--prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 46px;
  height: 46px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9.857px;
  cursor: pointer;
  border-radius: 23px;
  border: 1px solid #D4DCE4;
}
.reviews--clients__slider-footer-controls--next:hover, .reviews--clients__slider-footer-controls--prev:hover {
  border: 1px solid #5a5b66;
}
.reviews--clients__slider-swiper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  white-space: normal;
  word-wrap: break-word;
  width: inherit;
  height: 100%;
}
.reviews--clients__slider-swiper > .swiper-wrapper > .swiper-slide {
  color: #131316;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 992px) {
  .reviews--clients__slider-swiper > .swiper-wrapper > .swiper-slide {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .reviews--clients__slider {
    height: 100%;
    width: 100%;
  }
}

.btn-home {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 10px 24px;
  border-radius: 8px;
  background: #383942;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  border: 1px solid transparent;
}
.btn-home:hover {
  border: 1px solid #5a5b66;
  background: #FFF;
  color: #383942;
}

.text-description {
  color: #131316;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 992px) {
  .text-description {
    font-size: 14px;
    line-height: 22px;
  }
}

.solution {
  border-bottom: 1px solid #EDEBEB;
  background: #FAFAFA;
  padding: 90px 0;
}
@media (max-width: 767px) {
  .solution {
    padding: 60px 0;
  }
}
.solution--description {
  color: #131316;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 992px) {
  .solution--description {
    text-align: center;
  }
}
.solution .steps {
  margin-top: 52px;
}
@media (max-width: 767px) {
  .solution .steps {
    margin-top: 40px;
  }
}
.solution .steps .step {
  border-radius: 16px;
  background: var(--white);
  -webkit-box-shadow: 0 14px 35px 0 rgba(12, 16, 29, 0.06);
          box-shadow: 0 14px 35px 0 rgba(12, 16, 29, 0.06);
  width: 100%;
}
@media (max-width: 992px) {
  .solution .steps .step {
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .solution .steps .step {
    padding: 26px;
  }
}
.solution .steps .step__block {
  padding: 26px 28px;
}
.solution .steps .step__block--description {
  color: #131316;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  max-width: 360px;
}
@media (max-width: 767px) {
  .solution .steps .step__block {
    text-align: center;
    padding: 0;
    margin-top: 22px;
  }
}
.solution .steps .step__block-number {
  color: var(--main-blue);
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 24px;
  line-height: 24px;
}
.solution .steps .step__block h4, .solution .steps .step__block .h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.48px;
  text-transform: capitalize;
}
.solution .steps .step__block h4 span, .solution .steps .step__block .h4 span {
  color: var(--main-blue);
  margin-right: 8px;
  display: inline-block;
}
@media (max-width: 767px) {
  .solution .steps .step__block h4, .solution .steps .step__block .h4 {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0.44px;
    margin-bottom: 8px;
  }
}
.solution .steps .step img {
  max-width: 145px;
  max-height: 130px;
}
@media (max-width: 992px) {
  .solution .title-section {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 12px;
  }
}

section.count {
  background: linear-gradient(131deg, #0669FD 23.89%, #148BDF 90.9%);
  padding: 74px 0;
  position: relative;
  cursor: default;
}
@media (max-width: 767px) {
  section.count {
    padding: 60px 0;
  }
}
section.count:after {
  content: "";
  background-image: url("../img/content/multi-page/counter-bg.png");
  width: 809px;
  height: 414px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  section.count:after {
    background-image: url("../img/content/multi-page/counter-bg-mob.png");
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
            transform: none;
    top: auto;
    right: 0;
    background-size: cover;
  }
}
section.count .count-number {
  color: var(--white);
  font-size: 80px;
  font-weight: 500;
  line-height: 68px;
  letter-spacing: -1.6px;
  text-transform: capitalize;
  margin-bottom: 18px;
}
@media (max-width: 992px) {
  section.count .count-number {
    font-size: 60px;
    line-height: 68px;
  }
}
@media (max-width: 767px) {
  section.count .count-number {
    font-size: 50px;
    line-height: 38px;
    letter-spacing: -1px;
  }
}
section.count p {
  color: var(--white);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 992px) {
  section.count p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 992px) {
  section.count p br {
    display: none;
  }
}
section.count .review, section.count .days {
  position: relative;
}
section.count .review:after, section.count .days:after {
  content: "";
  height: 216px;
  width: 1px;
  opacity: 0.6;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(49.52%, #FFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 49.52%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  right: 10px;
  top: -30px;
}
@media (max-width: 992px) {
  section.count .review:after, section.count .days:after {
    content: none;
  }
}
section.count .days {
  position: relative;
}
section.count .days:after {
  content: "";
  height: 216px;
  width: 1px;
  opacity: 0.6;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(49.52%, #FFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 49.52%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  right: -10px;
  top: -30px;
}
@media (max-width: 992px) {
  section.count .days:after {
    content: none;
  }
}
section.count .count-separator {
  width: 100%;
  height: 1px;
  opacity: 0.6;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(49.52%, #FFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 49.52%, rgba(255, 255, 255, 0) 100%);
  margin: 50px auto;
  max-width: 376px;
}

section.support {
  padding: 80px 0;
}
@media (max-width: 767px) {
  section.support {
    padding: 60px 0;
  }
}
@media (max-width: 992px) {
  section.support .gap-g42 {
    gap: 0;
  }
}
@media (min-width: 992px) {
  section.support .w-lg-50 {
    width: 50% !important;
  }
}
section.support .title-section {
  margin-bottom: 18px;
}
section.support p {
  font-size: 16px;
}
section.support .support-accordion {
  width: 100%;
}
section.support .support-accordion .accordion-item {
  border-left: 0 !important;
  border-right: 0 !important;
  border-left: 1px solid var(--base-border);
  border-right: 1px solid var(--base-border);
}
section.support .support-accordion .accordion-item .accordion-body {
  padding: 0 0 22px 0;
  font-size: 14px;
  line-height: 23px;
}
section.support .support-accordion .accordion-item .accordion-body p {
  font-size: 14px;
}
section.support .support-accordion .accordion-button {
  padding: 20px 25px 20px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  min-height: 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  section.support .support-accordion .accordion-button {
    font-size: 14px;
    line-height: 22px;
  }
}
section.support .support-accordion .accordion-button:not(.collapsed) {
  color: var(--main-color);
  background: var(--white);
}
section.support .support-accordion .accordion-button:after {
  content: "";
  position: absolute;
  right: 0;
  width: 18px;
  height: 10px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='10' viewBox='0 0 18 10' fill='none'><path d='M1.5 1.25L9 8.75L16.5 1.25' stroke='%23131316' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
section.support .support-accordion .accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 992px) {
  section.support #faqAccordionRight .accordion-item:first-child {
    border-top: none;
  }
}

.star-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.emulation-container {
  margin-top: 42px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 488px;
  height: 332px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: none;
          transform: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: #FFF;
  -webkit-box-shadow: 0 7px 37px 0 rgba(12, 15, 23, 0.06);
          box-shadow: 0 7px 37px 0 rgba(12, 15, 23, 0.06);
}
@media (max-width: 767px) {
  .emulation-container {
    scale: 0.8;
    width: 450px;
    top: 33px;
    margin-top: 0;
  }
}
.emulation-container-cursor {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 99999;
  pointer-events: none;
  width: 13px;
  height: 13px;
  background: rgba(118, 118, 128, 0.95);
  border: 3px solid rgba(118, 118, 128, 0.95);
  border-radius: 50%;
}
.emulation-container-cursor::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  border: 5px solid rgba(24, 24, 25, 0.8);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  pointer-events: none;
}
.emulation-container-cursor.pulse::after {
  -webkit-animation: pulse-wave 0.8s ease-out forwards;
          animation: pulse-wave 0.8s ease-out forwards;
}
.emulation-container--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8.788px 21.971px 9.667px 21.971px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9.667px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.emulation-container--header__after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  gap: 5.273px;
}
.emulation-container--header__after-skeleton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4.686px;
}
.emulation-container--header__after-skeleton__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4.686px;
  width: 69.568px;
  height: 6px;
  border-radius: 6.384px;
  opacity: 0.3;
  background: #BBC4D9;
  overflow: hidden;
}
.emulation-container--header__after-skeleton__item::after {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.5)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  -webkit-animation: shimmer 1.2s infinite;
          animation: shimmer 1.2s infinite;
}
.emulation-container--header__before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23.395px;
}
.emulation-container--header__before-elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  padding: 2px 4px;
  height: 28px;
  border-radius: 5.706px;
  border: 0.571px solid #efefef;
  background: #F6F9FE;
}
.emulation-container--header__before-elements button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6.53px 5.706px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 4.565px;
  color: #383942;
  text-align: center;
  -webkit-font-feature-settings: "liga" off, "clig" off;
          font-feature-settings: "liga" off, "clig" off;
  font-size: 8.735px;
  font-style: normal;
  font-weight: 500;
  line-height: 14.124px;
}
.emulation-container--header__before-elements button.active {
  background: #148BDF;
  color: #FFF;
}
.emulation-container--search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 26.365px;
  padding: 4.394px 21.971px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-top: 0.439px solid #efefef;
  border-bottom: 0.439px solid #efefef;
  background: #FFF;
}
.emulation-container--search-elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.emulation-container--search-elements__skeleton {
  position: relative;
  width: 174.943px;
  height: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 6.384px;
  opacity: 0.3;
  background: #BBC4D9;
}
.emulation-container--search-elements__skeleton::after {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.5)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  -webkit-animation: shimmer 1.2s infinite;
          animation: shimmer 1.2s infinite;
}
.emulation-container--search-elements__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 14.062px;
  height: 14.062px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7.91px;
  border-radius: 2.637px;
  border: 0.439px solid #efefef;
  background: #FFF;
}
.emulation-container--body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  height: 100%;
  background: #F4F7FE;
}
.emulation-container--body-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 21.971px;
  height: 100%;
  padding: 7.47px 4.394px 15.819px 4.394px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8.788px;
  background: #FFF;
}
.emulation-container--body-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  background: #F4F7FE;
  overflow: hidden;
  height: 258px;
}
.emulation-container--body-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 21.971px;
  height: 100%;
  padding: 16.698px 4.394px 15.819px 4.394px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8.788px;
  background: #FFF;
}
.emulation-container--body-end__line {
  width: 13.183px;
  height: 0.439px;
  background: #efefef;
}
.emulation-container--body-end__percentage {
  color: #131316;
  -webkit-font-feature-settings: "liga" off, "clig" off;
          font-feature-settings: "liga" off, "clig" off;
  font-size: 5.273px;
  font-style: normal;
  font-weight: 500;
  line-height: 8.788px;
}

.scroll-content {
  position: absolute;
  -webkit-transition: top 0.4s ease-out;
  transition: top 0.4s ease-out;
}

.scrollbar {
  position: absolute;
  right: 20px;
  width: 4px;
  border-radius: 18px;
  overflow: hidden;
  height: 100%;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .scrollbar {
    right: 5px;
  }
}

.thumb {
  width: 100%;
  background: #D4DCE4;
  border-radius: 18px;
  cursor: pointer;
  position: absolute;
  top: 0;
  -webkit-transition: top 0.4s ease-out;
  transition: top 0.4s ease-out;
}

.summaries {
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 382.33px;
  padding: 22.733px 31.236px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFF;
  -webkit-box-shadow: 0 2.067px 15.5px 0 rgba(12, 15, 23, 0.06);
          box-shadow: 0 2.067px 15.5px 0 rgba(12, 15, 23, 0.06);
  border-radius: 3px;
}
.summaries--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 319.858px;
  padding-bottom: 6.717px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.summaries--header__title {
  color: #131316;
  font-size: 9.996px;
  font-style: normal;
  font-weight: 500;
  line-height: 16.243px;
  letter-spacing: -0.4px;
  text-transform: capitalize;
}
.summaries--header__view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.394px;
  color: #131316;
  -webkit-font-feature-settings: "liga" off, "clig" off;
          font-feature-settings: "liga" off, "clig" off;
  font-size: 6.247px;
  font-style: normal;
  font-weight: 400;
  overflow: auto;
}
.summaries--table {
  border: 1px solid #e1e8ef;
}
.summaries--table thead.black {
  background: #131316;
  border: 1px solid #131316;
}
.summaries--table thead.black > tr > th > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9.529px;
}
.summaries--table thead.black > tr > th > div .text {
  color: #FFF;
  -webkit-font-feature-settings: "liga" off, "clig" off;
          font-feature-settings: "liga" off, "clig" off;
  font-size: 5.956px;
  font-style: normal;
  font-weight: 600;
  margin-top: 2px;
}
.summaries--table thead.grey > tr > th {
  height: 34px;
  padding: 0 5px;
  border: 1px solid #e1e8ef;
  background: #F6F9FE;
  color: #131316;
  text-align: center;
  -webkit-font-feature-settings: "liga" off, "clig" off;
          font-feature-settings: "liga" off, "clig" off;
  font-size: 6.247px;
  font-style: normal;
  font-weight: 600;
  line-height: 8.121px;
}
.summaries--table tbody > tr > td {
  border: 1px solid #e1e8ef;
  color: #131316;
  text-align: center;
  -webkit-font-feature-settings: "liga" off, "clig" off;
          font-feature-settings: "liga" off, "clig" off;
  font-size: 6.247px;
  font-style: normal;
  font-weight: 400;
}
.summaries--table tbody > tr > td.bold {
  font-weight: 600;
}
.summaries--table tbody > tr > td.bold:first-child {
  text-align: left;
}
.summaries--table tbody > tr > td.bg {
  background: #F5F8FE;
}
.summaries--table tbody > tr > td:first-child {
  color: #131316;
  -webkit-font-feature-settings: "liga" off, "clig" off;
          font-feature-settings: "liga" off, "clig" off;
  font-size: 5.956px;
  font-style: normal;
  font-weight: 600;
  width: 80.995px;
  height: 21.44px;
  padding: 5.956px 7.147px;
}
.summaries--table tbody > tr > td:first-child.normal {
  font-weight: 500;
  text-align: left;
}
.summaries .skeleton {
  position: relative;
  height: 5px;
  border-radius: 5px;
  opacity: 0.3;
  background: #BBC4D9;
}
.summaries .skeleton::after {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.5)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  -webkit-animation: shimmer 1.2s infinite;
          animation: shimmer 1.2s infinite;
}

@-webkit-keyframes shimmer {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes shimmer {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes pulse-wave {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(2);
            transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
@keyframes pulse-wave {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(2);
            transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
.promo {
  background: linear-gradient(327deg, #090A0B 10.03%, #282F34 80.17%);
  padding: 103px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.promo:after {
  content: "";
  background-image: url(../img/content/multi-page/cover-3.png);
  width: 100%;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
@media (max-width: 992px) {
  .promo:after {
    background-image: url("../img/content/multi-page/promo-bg-tablet.png");
  }
}
@media (max-width: 767px) {
  .promo:after {
    background-image: url("../img/content/multi-page/counter-bg-mob.png");
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
            transform: none;
    top: auto;
    right: 0;
    background-size: cover;
  }
}
.promo h1, .promo .h1 {
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -0.8px;
  text-transform: capitalize;
  color: var(--white);
  margin-bottom: 18px;
}
@media (max-width: 992px) {
  .promo h1, .promo .h1 {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.72px;
  }
}
@media (max-width: 767px) {
  .promo h1, .promo .h1 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -1.2px;
  }
}
.promo p {
  color: var(--white);
  max-width: 675px;
  margin: 0 auto;
  font-size: 16px;
}
.promo .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .promo .button-wrapper .btn-primary {
    display: none;
  }
}
@media (max-width: 767px) {
  .promo .button-wrapper .btn-white {
    background: var(--main-blue);
    border: 1px solid var(--main-blue);
    color: var(--white);
  }
}
@media (max-width: 767px) {
  .promo .button-wrapper .btn-white:hover {
    border: 1px solid #5DA0EF;
    color: #5DA0EF;
    background: transparent;
  }
}
@media (max-width: 767px) {
  .promo {
    padding: 70px 0 70px 0;
  }
}

.law-firms-content .hero {
  padding: 60px 0 90px 0;
  background-image: url("../img/content/multi-page/hero-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
}
@media (max-width: 767px) {
  .law-firms-content .hero {
    background-size: auto;
    padding: 54px 0 70px 0;
  }
}
.law-firms-content .hero .hero-title h1, .law-firms-content .hero .hero-title .h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.law-firms-content .hero .hero-title h1 span:first-child, .law-firms-content .hero .hero-title .h1 span:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.law-firms-content .hero .hero-title h1 span:nth-child(2), .law-firms-content .hero .hero-title .h1 span:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.law-firms-content .legal-teams {
  padding: 90px 0 90px 0;
  border-top: 1px solid rgba(212, 220, 228, 0.4);
}
@media (max-width: 767px) {
  .law-firms-content .legal-teams {
    padding: 60px 0 50px 0;
  }
}
.law-firms-content .billing-summaries {
  padding: 0 0 90px 0;
}
@media (max-width: 767px) {
  .law-firms-content .billing-summaries {
    padding: 0 0 60px 0;
  }
}
.law-firms-content .blocks-with-icons {
  background-image: url("../img/content/multi-page/hero-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
}
@media (max-width: 767px) {
  .law-firms-content .blocks-with-icons {
    background-size: auto;
    padding: 60px 0 60px 0;
  }
}
.law-firms-content .features {
  text-align: center;
}
.law-firms-content .features .separator {
  height: 100%;
  width: 1px;
  opacity: 0.6;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(49.52%, rgba(45, 48, 54, 0.4)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(45, 48, 54, 0.4) 49.52%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 992px) {
  .law-firms-content .features .separator {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(49.52%, rgba(45, 48, 54, 0.4)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(45, 48, 54, 0.4) 49.52%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 1px;
  }
}
.law-firms-content .features a {
  color: var(--main-blue);
  margin-top: 32px;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
}
.law-firms-content .features a svg {
  display: none;
}
.law-firms-content .features a:hover {
  text-decoration: underline;
}
.law-firms-content .features a:hover:after {
  -webkit-transform: translate(4px, -50%);
          transform: translate(4px, -50%);
}
.law-firms-content .features a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -22px;
  width: 15px;
  height: 12px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='15' height='12' viewBox='0 0 15 12' fill='none'><path d='M1 6H14M14 6L9.125 1.125M14 6L9.125 10.875' stroke='%23148BDF' stroke-width='1.625' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.law-firms-content .features__item {
  padding-top: 62px;
  padding-bottom: 62px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .law-firms-content .features__item {
    max-width: 450px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .law-firms-content .features__item {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.law-firms-content .features__item h4, .law-firms-content .features__item .h4 {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -0.56px;
  text-transform: capitalize;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .law-firms-content .features__item h4, .law-firms-content .features__item .h4 {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -1.04px;
  }
}
.law-firms-content .features__item p {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .law-firms-content .features__item p {
    margin-bottom: 26px;
  }
}
.law-firms-content .promo p {
  max-width: 882px;
}

.content-right .description, .content-left .description {
  max-width: 470px;
}
.content-right .description h2, .content-right .description .h2, .content-left .description h2, .content-left .description .h2 {
  font-size: 34px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.68px;
  text-transform: capitalize;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .content-right .description h2, .content-right .description .h2, .content-left .description h2, .content-left .description .h2 {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -1.04px;
  }
}
.content-right .description a, .content-left .description a {
  margin-top: 24px;
  position: relative;
  cursor: pointer;
  color: var(--main-blue);
  display: inline-block;
  text-transform: capitalize;
  font-weight: 500;
}
.content-right .description a svg, .content-left .description a svg {
  display: none;
}
.content-right .description a:hover, .content-left .description a:hover {
  text-decoration: underline;
}
.content-right .description a:hover:after, .content-left .description a:hover:after {
  -webkit-transform: translate(4px, -50%);
          transform: translate(4px, -50%);
}
.content-right .description a:after, .content-left .description a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -22px;
  width: 15px;
  height: 12px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='15' height='12' viewBox='0 0 15 12' fill='none'><path d='M1 6H14M14 6L9.125 1.125M14 6L9.125 10.875' stroke='%23148BDF' stroke-width='1.625' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.content-right .description p, .content-left .description p {
  line-height: 24px;
}
@media (max-width: 992px) {
  .content-right .description, .content-left .description {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .content-right .description, .content-left .description {
    margin-top: 34px;
  }
}
.content-right img, .content-left img {
  max-width: 560px;
  width: 100%;
}
@media (min-width: 993px) and (max-width: 1099px) {
  .content-right img, .content-left img {
    max-width: 485px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .content-right img, .content-left img {
    max-width: 100%;
  }
}

.link {
  position: relative;
  cursor: pointer;
  color: var(--main-blue);
  display: inline-block;
  text-transform: capitalize;
  font-weight: 500;
}
.link svg {
  display: none;
}
.link:hover {
  text-decoration: underline;
}
.link:hover:after {
  -webkit-transform: translate(4px, -50%);
          transform: translate(4px, -50%);
}
.link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -22px;
  width: 15px;
  height: 12px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='15' height='12' viewBox='0 0 15 12' fill='none'><path d='M1 6H14M14 6L9.125 1.125M14 6L9.125 10.875' stroke='%23148BDF' stroke-width='1.625' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media (max-width: 767px) {
  .terms-and-conditions-content, .privacy-policy, .cookie-policy {
    border-top: 1px solid var(--base-border);
  }
}
.terms-and-conditions-content .container, .privacy-policy .container, .cookie-policy .container {
  padding-top: 60px;
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .terms-and-conditions-content .container, .privacy-policy .container, .cookie-policy .container {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.terms-and-conditions-content .container p, .privacy-policy .container p, .cookie-policy .container p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 15px;
}
.terms-and-conditions-content .container h2, .terms-and-conditions-content .container .h2, .privacy-policy .container h2, .privacy-policy .container .h2, .cookie-policy .container h2, .cookie-policy .container .h2 {
  margin-bottom: 16px;
  font-size: 18px;
}
.terms-and-conditions-content .container strong, .privacy-policy .container strong, .cookie-policy .container strong {
  font-weight: 600;
}
.terms-and-conditions-content .container hr, .privacy-policy .container hr, .cookie-policy .container hr {
  border-top: 1px solid var(--base-border);
  margin: 30px 0;
  opacity: 1;
}
.terms-and-conditions-content .table-responsive, .privacy-policy .table-responsive, .cookie-policy .table-responsive {
  margin-bottom: 25px;
}
.terms-and-conditions-content a, .privacy-policy a, .cookie-policy a {
  color: var(--main-blue);
}
.terms-and-conditions-content a:hover, .privacy-policy a:hover, .cookie-policy a:hover {
  text-decoration: underline;
}

.data-protection-request-form .btn-link {
  color: var(--main-blue);
  padding: 0;
  text-decoration: none;
  border: none;
  margin-left: 0;
}
.data-protection-request-form .btn-link:hover {
  text-decoration: underline;
}
.data-protection-request-form .btn-link:hover span:after {
  content: none;
}
.data-protection-request-form .btn-link svg {
  display: none;
}
.data-protection-request-form .btn-link:first-of-type {
  position: relative;
  margin-left: 23px;
}
.data-protection-request-form .btn-link:first-of-type:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -22px;
  width: 15px;
  height: 12px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='15' height='12' viewBox='0 0 15 12' fill='none'><path d='M14 6H1M1 6L5.875 1.125M1 6L5.875 10.875' stroke='%23148BDF' stroke-width='1.625' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.data-protection-request-form .btn-link:first-of-type:hover:before {
  -webkit-transform: translate(-4px, -50%);
          transform: translate(-4px, -50%);
}
.data-protection-request-form .btn-wrap .btn-link:before {
  content: none;
}

.blocks-with-icons {
  padding: 90px 0 80px 0;
  border-top: 1px solid var(--base-border);
  border-bottom: 1px solid var(--base-border);
  background: #FAFAFA;
}
.blocks-with-icons h2, .blocks-with-icons .h2 {
  font-size: 38px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.76px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .blocks-with-icons h2, .blocks-with-icons .h2 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.72px;
  }
}
@media (max-width: 767px) {
  .blocks-with-icons h2, .blocks-with-icons .h2 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -1.2px;
  }
}
.blocks-with-icons p {
  margin-bottom: 52px;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 992px) {
  .blocks-with-icons p {
    margin-bottom: 40px;
  }
}
.blocks-with-icons .block-with-icon {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  border-radius: 16px;
  background: #FFF;
  -webkit-box-shadow: 0 14px 35px 0 rgba(12, 16, 29, 0.06);
          box-shadow: 0 14px 35px 0 rgba(12, 16, 29, 0.06);
  padding: 30px 22px 24px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
.blocks-with-icons .block-with-icon .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  border: 1px solid var(--base-border);
}
.blocks-with-icons .block-with-icon h5, .blocks-with-icons .block-with-icon .h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .blocks-with-icons .block-with-icon h5 br, .blocks-with-icons .block-with-icon .h5 br {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .blocks-with-icons .block-with-icon {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 14px;
    width: 100%;
    padding: 18px;
  }
}
@media (max-width: 767px) {
  .blocks-with-icons .block-with-icon {
    width: 100%;
  }
}
.blocks-with-icons .btn-dark {
  display: inline-block;
  margin-top: 88px;
}
@media (max-width: 992px) {
  .blocks-with-icons .btn-dark {
    margin-top: 40px;
  }
}

.insurance-professionals-content .hero {
  padding: 60px 0 90px 0;
  background-image: url("../img/content/multi-page/hero-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
}
@media (max-width: 767px) {
  .insurance-professionals-content .hero {
    background-size: auto;
    padding: 54px 0 70px 0;
  }
}
.insurance-professionals-content .hero .hero-title h1, .insurance-professionals-content .hero .hero-title .h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.insurance-professionals-content .hero .hero-title h1 span:first-child, .insurance-professionals-content .hero .hero-title .h1 span:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.insurance-professionals-content .hero .hero-title h1 span:nth-child(2), .insurance-professionals-content .hero .hero-title .h1 span:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.insurance-professionals-content .medical-records {
  padding: 90px 0 90px 0;
  border-top: 1px solid rgba(212, 220, 228, 0.4);
}
@media (max-width: 767px) {
  .insurance-professionals-content .medical-records {
    padding: 60px 0 50px 0;
  }
}
.insurance-professionals-content .ai-summaries {
  padding: 0;
}
.insurance-professionals-content .ai-summaries .wrapper {
  border-radius: 14px;
  background: linear-gradient(146deg, rgba(247, 248, 250, 0.3) 0%, #F6F8FB 79.89%);
  padding: 0 0 0 70px;
}
@media (max-width: 992px) {
  .insurance-professionals-content .ai-summaries .wrapper {
    padding: 0;
  }
}
.insurance-professionals-content .ai-summaries .wrapper img {
  min-height: 374px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .insurance-professionals-content .ai-summaries .wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .insurance-professionals-content .ai-summaries .wrapper .description {
    padding: 20px 20px 30px 20px;
  }
}
.insurance-professionals-content .billing-summary {
  padding: 80px 0 0 0;
}
@media (max-width: 767px) {
  .insurance-professionals-content .billing-summary {
    padding: 50px 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .insurance-professionals-content .billing-summary h2 br, .insurance-professionals-content .billing-summary .h2 br {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .insurance-professionals-content .billing-summary .content-right .description {
    max-width: 580px;
  }
}
.insurance-professionals-content .time {
  padding: 80px 0 90px 0;
}
@media (max-width: 767px) {
  .insurance-professionals-content .time {
    padding: 50px 0 60px 0;
  }
}

.medical-experts-content .hero {
  padding: 60px 0 90px 0;
  background-image: url("../img/content/multi-page/hero-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
}
@media (max-width: 767px) {
  .medical-experts-content .hero {
    background-size: auto;
    padding: 54px 0 70px 0;
  }
}
.medical-experts-content .hero .hero-title h1, .medical-experts-content .hero .hero-title .h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.medical-experts-content .hero .hero-title h1 span:first-child, .medical-experts-content .hero .hero-title .h1 span:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.medical-experts-content .hero .hero-title h1 span:nth-child(2), .medical-experts-content .hero .hero-title .h1 span:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.medical-experts-content .juris {
  padding: 90px 0 80px 0;
  border-top: 1px solid rgba(212, 220, 228, 0.4);
}
@media (max-width: 767px) {
  .medical-experts-content .juris {
    padding: 60px 0 50px 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .medical-experts-content .juris .description {
    max-width: 600px;
  }
}
.medical-experts-content .collaborative-features {
  padding: 0 0 90px 0;
}
@media (max-width: 767px) {
  .medical-experts-content .collaborative-features {
    padding: 0 0 50px 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .medical-experts-content .collaborative-features .description {
    max-width: 505px;
  }
}
.medical-experts-content .treatments {
  border-bottom: 1px solid #EDEBEB;
  background: #FAFAFA;
  padding: 90px 0 90px 0;
}
@media (max-width: 767px) {
  .medical-experts-content .treatments {
    padding: 60px 0 60px 0;
  }
}
.medical-experts-content .treatments h2, .medical-experts-content .treatments .h2 {
  font-size: 38px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.76px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .medical-experts-content .treatments h2, .medical-experts-content .treatments .h2 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.72px;
  }
}
@media (max-width: 767px) {
  .medical-experts-content .treatments h2, .medical-experts-content .treatments .h2 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -1.2px;
  }
}
.medical-experts-content .treatments a {
  color: var(--main-blue);
  display: inline-block;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
}
.medical-experts-content .treatments a svg {
  display: none;
}
.medical-experts-content .treatments a:hover {
  text-decoration: underline;
}
.medical-experts-content .treatments a:hover:after {
  -webkit-transform: translate(4px, -50%);
          transform: translate(4px, -50%);
}
.medical-experts-content .treatments a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -22px;
  width: 15px;
  height: 12px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='15' height='12' viewBox='0 0 15 12' fill='none'><path d='M1 6H14M14 6L9.125 1.125M14 6L9.125 10.875' stroke='%23148BDF' stroke-width='1.625' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.medical-experts-content .treatments p {
  max-width: 786px;
  margin: 0 auto;
}
.medical-experts-content .treatments .steps {
  margin: 52px 0;
}
@media (max-width: 992px) {
  .medical-experts-content .treatments .steps {
    margin: 40px 0;
  }
}
.medical-experts-content .treatments .steps .step {
  border-radius: 16px;
  background: var(--white);
  -webkit-box-shadow: 0 14px 35px 0 rgba(12, 16, 29, 0.06);
          box-shadow: 0 14px 35px 0 rgba(12, 16, 29, 0.06);
  width: 100%;
  padding: 20px 28px;
}
@media (max-width: 767px) {
  .medical-experts-content .treatments .steps .step {
    text-align: center;
    padding: 30px 22px 24px 22px;
  }
}
.medical-experts-content .treatments .steps .step h4, .medical-experts-content .treatments .steps .step .h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.44px;
  text-transform: capitalize;
}
.medical-experts-content .treatments .steps .step .icon {
  width: 62px;
  height: 62px;
  border-radius: 11px;
  border: 1px solid var(--base-border);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .medical-experts-content .treatments .steps .step .icon {
    margin-bottom: 14px;
  }
}
.medical-experts-content .your-team {
  padding: 90px 0 90px 0;
  border-top: 1px solid rgba(212, 220, 228, 0.4);
}
@media (max-width: 767px) {
  .medical-experts-content .your-team {
    padding: 60px 0 60px 0;
  }
}

.insight-plus--text-reviewed > h1, .insight-plus--text-reviewed > .h1 {
  max-width: 400px;
}
@media (max-width: 992px) {
  .insight-plus--text-reviewed > h1, .insight-plus--text-reviewed > .h1 {
    max-width: 100%;
  }
}
.insight-plus--text-reviewed > p.block-3 {
  max-width: 455px;
}
@media (max-width: 767px) {
  .insight-plus--text-reviewed > p.block-3 {
    margin: 0 auto !important;
    max-width: 98% !important;
  }
}
@media (max-width: 992px) {
  .insight-plus--text-reviewed > p.block-3 {
    max-width: 90%;
    margin: 0 auto;
  }
}
.insight-plus--text-after > p.block-1 {
  max-width: 475px;
}
@media (max-width: 992px) {
  .insight-plus--text-after > p.block-1 {
    margin: 0 auto;
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .insight-plus--text-before > p.block-2 {
    margin: 0 auto !important;
    max-width: 98% !important;
  }
}
@media (max-width: 992px) {
  .insight-plus--text-before > p.block-2 {
    margin: 0 auto;
    max-width: 83%;
  }
}
.insight-plus--section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 90px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  padding: 90px 0 !important;
  position: relative;
}
@media (max-width: 767px) {
  .insight-plus--section {
    padding: 60px 20px !important;
    gap: 60px !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .insight-plus--section {
    padding: 90px 50px !important;
    gap: 90px !important;
  }
}
@media (min-width: 300px) and (max-width: 992px) {
  .insight-plus--after > div:first-child > div, .insight-plus--after > div:first-child > a, .insight-plus--before > div:last-child > div, .insight-plus--before > div:last-child > a {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.insight-plus--after > div:first-child > div, .insight-plus--after > div:first-child > a {
  margin-right: 80px;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .insight-plus--after > div:first-child > div, .insight-plus--after > div:first-child > a {
    margin-right: 20px !important;
  }
}
.insight-plus--before > div:last-child > div, .insight-plus--before > div:last-child > a {
  margin-left: 80px;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .insight-plus--before > div:last-child > div, .insight-plus--before > div:last-child > a {
    margin-left: 20px !important;
  }
}
.insight-plus--reviewed > div:first-child > div, .insight-plus--reviewed > div:first-child > a {
  margin-left: 0 !important;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .insight-plus--reviewed > div:first-child > div, .insight-plus--reviewed > div:first-child > a {
    margin-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .insight-plus--reviewed > div:first-child > div, .insight-plus--reviewed > div:first-child > a {
    margin-right: 0;
    margin-left: 20px;
  }
}
.insight-plus--after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  position: relative;
}
@media (max-width: 992px) {
  .insight-plus--after {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
.insight-plus--after > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 28px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 992px) {
  .insight-plus--after > div:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
    text-align: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.insight-plus--after > div:first-child > div > h1, .insight-plus--after > div:first-child > div > .h1 {
  color: #131316;
  font-style: normal;
  font-size: 34px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.68px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .insight-plus--after > div:first-child > div > h1, .insight-plus--after > div:first-child > div > .h1 {
    font-size: 26px;
    margin-bottom: 12px;
  }
}
.insight-plus--after > div:first-child > div > p {
  color: #131316;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.insight-plus--after > div:first-child > a {
  color: #148BDF;
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
}
@media (max-width: 992px) {
  .insight-plus--after > div:first-child > a {
    text-align: center;
    display: block;
  }
}
.insight-plus--after > div:last-child {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media (max-width: 992px) {
  .insight-plus--after > div:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.insight-plus--after > div:last-child > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.insight-plus--before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  position: relative;
}
@media (max-width: 992px) {
  .insight-plus--before {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
.insight-plus--before > div:first-child {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.insight-plus--before > div:first-child > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.insight-plus--before > div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 28px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 992px) {
  .insight-plus--before > div:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.insight-plus--before > div:last-child > div > h1, .insight-plus--before > div:last-child > div > .h1 {
  color: #131316;
  font-style: normal;
  font-size: 34px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.68px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .insight-plus--before > div:last-child > div > h1, .insight-plus--before > div:last-child > div > .h1 {
    font-size: 26px;
    margin-bottom: 12px;
  }
}
.insight-plus--before > div:last-child > div > p {
  color: #131316;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.insight-plus--before > div:last-child > a {
  color: #148BDF;
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
}
@media (max-width: 992px) {
  .insight-plus--before > div:last-child > a {
    text-align: center;
    display: block;
  }
}
.insight-plus--relative {
  position: relative;
  height: 100%;
}
.insight-plus--questions {
  background: linear-gradient(131deg, #0669FD 23.89%, #148BDF 90.9%);
  height: 504px;
  position: relative;
}
@media (max-width: 767px) {
  .insight-plus--questions {
    height: 355px !important;
  }
}
@media (max-width: 992px) {
  .insight-plus--questions {
    height: 410px;
  }
}
.insight-plus--questions:after {
  content: "";
  background-image: url(../img/content/multi-page/cover-3.png);
  width: 100%;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
.insight-plus--questions__header {
  padding-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .insight-plus--questions__header {
    padding-top: 45px !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}
@media (max-width: 992px) {
  .insight-plus--questions__header {
    padding-top: 60px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.insight-plus--questions__header > h1, .insight-plus--questions__header > .h1 {
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.8px;
  text-transform: capitalize;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .insight-plus--questions__header > h1, .insight-plus--questions__header > .h1 {
    font-size: 26px !important;
  }
}
@media (max-width: 992px) {
  .insight-plus--questions__header > h1, .insight-plus--questions__header > .h1 {
    font-size: 34px;
  }
}
.insight-plus--questions__header > b {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 767px) {
  .insight-plus--questions__header > b {
    margin: 0 auto !important;
    max-width: 85% !important;
  }
}
@media (max-width: 992px) {
  .insight-plus--questions__header > b {
    margin: 0 auto;
    max-width: 70%;
  }
}
.insight-plus--questions__cover {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
}
.insight-plus--questions__cover:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/content/multi-page/cover-4.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 80%;
  position: absolute;
  inset: 0;
  top: 1px;
}
.insight-plus--questions__cover:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/content/multi-page/cover-5.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 25%;
  position: absolute;
  inset: 0;
  left: 33%;
}

.hero--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*height: 453px;*/
  padding: 60px 0 90px 0;
  border-bottom: 1px solid #EDEBEB;
  position: relative;
}
@media (max-width: 767px) {
  .hero--container {
    background-size: auto;
    padding: 54px 0 70px 0;
  }
}
.hero--container::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/content/multi-page/hero-bg.png);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: cover;
  z-index: -1;
  pointer-events: none;
}

.rush-services-content .hero {
  padding: 60px 0 90px 0;
  background-image: url("../img/content/multi-page/hero-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
}
@media (max-width: 767px) {
  .rush-services-content .hero {
    background-size: auto;
    padding: 54px 0 70px 0;
  }
}
.rush-services-content .hero .hero-title h1, .rush-services-content .hero .hero-title .h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rush-services-content .hero .hero-title h1 span:first-child, .rush-services-content .hero .hero-title .h1 span:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.rush-services-content .hero .hero-title h1 span:nth-child(2), .rush-services-content .hero .hero-title .h1 span:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 767px) {
  .rush-services-content .hero p br {
    display: none;
  }
}
.rush-services-content .full-summaries {
  text-align: center;
  padding: 90px 0;
  border-top: 1px solid rgba(212, 220, 228, 0.4);
}
@media (max-width: 767px) {
  .rush-services-content .full-summaries {
    padding: 60px 0 50px 0;
  }
}
@media (max-width: 992px) {
  .rush-services-content .full-summaries p {
    max-width: 400px;
    margin: 0 auto;
  }
}
.rush-services-content .full-summaries a {
  display: inline-block;
}
.rush-services-content .full-summaries h2, .rush-services-content .full-summaries .h2 {
  font-size: 38px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.76px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .rush-services-content .full-summaries h2 br, .rush-services-content .full-summaries .h2 br {
    display: none;
  }
}
@media (max-width: 992px) {
  .rush-services-content .full-summaries h2, .rush-services-content .full-summaries .h2 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.72px;
  }
}
@media (max-width: 767px) {
  .rush-services-content .full-summaries h2, .rush-services-content .full-summaries .h2 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -1.2px;
  }
}
.rush-services-content .full-summaries img {
  max-width: 106px;
  width: 100%;
}
.rush-services-content .full-summaries h5, .rush-services-content .full-summaries .h5 {
  font-size: 22px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.44px;
  text-transform: capitalize;
}
@media (max-width: 992px) {
  .rush-services-content .full-summaries h5, .rush-services-content .full-summaries .h5 {
    font-size: 20px;
    line-height: 36px;
    letter-spacing: -0.4px;
  }
}
.rush-services-content .full-summaries__block {
  margin: 64px 0;
}
@media (max-width: 767px) {
  .rush-services-content .full-summaries__block {
    margin: 40px 0;
  }
}
.rush-services-content .full-summaries__block div {
  width: 100%;
}
.rush-services-content .full-summaries__block div:first-child {
  position: relative;
}
.rush-services-content .full-summaries__block div:first-child:after {
  content: "";
  background: #BBC4D9;
  height: 1px;
  width: 100%;
  position: absolute;
  right: -33%;
  top: 30%;
  max-width: 226px;
}
@media (max-width: 1170px) {
  .rush-services-content .full-summaries__block div:first-child:after {
    max-width: 180px;
    right: -25%;
  }
}
@media (max-width: 992px) {
  .rush-services-content .full-summaries__block div:first-child:after {
    max-width: 86px;
    right: -23%;
  }
}
@media (max-width: 767px) {
  .rush-services-content .full-summaries__block div:first-child:after {
    content: none;
  }
}
.rush-services-content .full-summaries__block div:nth-child(2) {
  position: relative;
}
.rush-services-content .full-summaries__block div:nth-child(2):after {
  content: "";
  background: #BBC4D9;
  height: 1px;
  width: 100%;
  position: absolute;
  right: -33%;
  top: 30%;
  max-width: 226px;
}
@media (max-width: 1170px) {
  .rush-services-content .full-summaries__block div:nth-child(2):after {
    max-width: 180px;
    right: -27%;
  }
}
@media (max-width: 992px) {
  .rush-services-content .full-summaries__block div:nth-child(2):after {
    max-width: 86px;
    right: -25%;
  }
}
@media (max-width: 767px) {
  .rush-services-content .full-summaries__block div:nth-child(2):after {
    content: none;
  }
}
.rush-services-content .control {
  padding: 0;
}
.rush-services-content .control .wrapper {
  border-radius: 14px;
  background: linear-gradient(146deg, rgba(247, 248, 250, 0.3) 0%, #F6F8FB 79.89%);
  padding: 0 36px 0 70px;
}
@media (max-width: 992px) {
  .rush-services-content .control .wrapper {
    padding: 0 60px 73.802px 60px;
  }
}
@media (max-width: 767px) {
  .rush-services-content .control .wrapper {
    padding: 20px 20px 45px 20px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .rush-services-content .control .wrapper .description {
    margin-top: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .rush-services-content .control .wrapper .description {
    margin-bottom: 20px;
  }
}
.rush-services-content .strategy {
  padding: 90px 0;
}
@media (max-width: 992px) {
  .rush-services-content .strategy {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .rush-services-content .strategy {
    padding: 50px 0 60px 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .rush-services-content .strategy .content-right .description h2 br, .rush-services-content .strategy .content-right .description .h2 br {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .rush-services-content .strategy .content-right .description {
    max-width: 600px;
  }
}
.rush-services-content .promo p {
  max-width: 100%;
}

.built-in-report-content .hero {
  padding: 60px 0 90px 0;
  background-image: url("../img/content/multi-page/hero-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  border-bottom: 1px solid #EDEBEB;
}
@media (max-width: 767px) {
  .built-in-report-content .hero {
    background-size: auto;
    padding: 54px 0 70px 0;
  }
}
.built-in-report-content .hero .hero-title {
  max-width: 865px;
}
.built-in-report-content .edit-mode {
  padding: 90px 0 80px 0;
}
@media (max-width: 767px) {
  .built-in-report-content .edit-mode {
    padding: 60px 0 50px 0;
  }
}
@media (max-width: 992px) {
  .built-in-report-content .edit-mode .description {
    max-width: 595px;
  }
}
.built-in-report-content .case-flags {
  padding-top: 0;
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .built-in-report-content .case-flags {
    padding-bottom: 60px;
    padding-top: 0;
  }
}
.built-in-report-content .case-flags .description {
  max-width: 514px;
}
.built-in-report-content .ready-reports {
  padding-top: 0;
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .built-in-report-content .ready-reports {
    padding-bottom: 60px;
    padding-top: 0;
  }
}
.built-in-report-content .ready-reports .description {
  max-width: 510px;
}
@media (min-width: 992px) {
  .built-in-report-content .promo h1 br, .built-in-report-content .promo .h1 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .built-in-report-content .promo p br {
    display: none;
  }
}

.ai-powered-summarization-content .promo p {
  max-width: 42%;
}
@media (max-width: 767px) {
  .ai-powered-summarization-content .promo p {
    max-width: 85% !important;
  }
}
@media (max-width: 992px) {
  .ai-powered-summarization-content .promo p {
    max-width: 70%;
  }
}
.ai-powered-summarization--text-reviewed > h1, .ai-powered-summarization--text-reviewed > .h1 {
  max-width: 100% !important;
}
@media (max-width: 992px) {
  .ai-powered-summarization--text-reviewed > h1, .ai-powered-summarization--text-reviewed > .h1 {
    max-width: 100%;
  }
}
.ai-powered-summarization--text-reviewed > p.block-3 {
  max-width: 90%;
}
@media (max-width: 767px) {
  .ai-powered-summarization--text-reviewed > p.block-3 {
    margin: 0 auto !important;
    max-width: 100% !important;
  }
}
@media (max-width: 992px) {
  .ai-powered-summarization--text-reviewed > p.block-3 {
    max-width: 90%;
    margin: 0 auto;
  }
}
.ai-powered-summarization--text-after > p.block-1 {
  max-width: 85%;
}
@media (max-width: 767px) {
  .ai-powered-summarization--text-after > p.block-1 {
    margin: 0 auto !important;
    max-width: 100% !important;
  }
}
@media (max-width: 992px) {
  .ai-powered-summarization--text-after > p.block-1 {
    margin: 0 auto;
    max-width: 90%;
  }
}
.ai-powered-summarization--text-before > p.block-2 {
  max-width: 90%;
}
@media (max-width: 767px) {
  .ai-powered-summarization--text-before > p.block-2 {
    margin: 0 auto !important;
    max-width: 90% !important;
  }
}
@media (max-width: 992px) {
  .ai-powered-summarization--text-before > p.block-2 {
    margin: 0 auto;
    max-width: 83%;
  }
}
.ai-powered-summarization--section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 90px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  padding: 90px 0 !important;
  position: relative;
}
@media (max-width: 767px) {
  .ai-powered-summarization--section {
    padding: 60px 20px !important;
    gap: 60px !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .ai-powered-summarization--section {
    padding: 90px 50px !important;
    gap: 90px !important;
  }
}
@media (min-width: 300px) and (max-width: 992px) {
  .ai-powered-summarization--after > div:first-child > div, .ai-powered-summarization--after > div:first-child > a, .ai-powered-summarization--before > div:last-child > div, .ai-powered-summarization--before > div:last-child > a {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.ai-powered-summarization--after > div:first-child > div, .ai-powered-summarization--after > div:first-child > a {
  margin-right: 80px;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .ai-powered-summarization--after > div:first-child > div, .ai-powered-summarization--after > div:first-child > a {
    margin-right: 20px !important;
  }
}
.ai-powered-summarization--before > div:last-child > div, .ai-powered-summarization--before > div:last-child > a {
  margin-left: 80px;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .ai-powered-summarization--before > div:last-child > div, .ai-powered-summarization--before > div:last-child > a {
    margin-left: 20px !important;
  }
}
.ai-powered-summarization--reviewed > div:first-child > div, .ai-powered-summarization--reviewed > div:first-child > a {
  margin-left: 0 !important;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .ai-powered-summarization--reviewed > div:first-child > div, .ai-powered-summarization--reviewed > div:first-child > a {
    margin-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .ai-powered-summarization--reviewed > div:first-child > div, .ai-powered-summarization--reviewed > div:first-child > a {
    margin-right: 0;
    margin-left: 20px;
  }
}
.ai-powered-summarization--reviewed > div > svg {
  width: 100%;
  height: 100%;
}
.ai-powered-summarization--after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  position: relative;
}
@media (max-width: 992px) {
  .ai-powered-summarization--after {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
.ai-powered-summarization--after > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 28px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 992px) {
  .ai-powered-summarization--after > div:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
    text-align: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ai-powered-summarization--after > div:first-child > div > h1, .ai-powered-summarization--after > div:first-child > div > .h1 {
  color: #131316;
  font-style: normal;
  font-size: 34px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.68px;
  text-transform: capitalize;
  max-width: 75%;
}
@media (max-width: 767px) {
  .ai-powered-summarization--after > div:first-child > div > h1, .ai-powered-summarization--after > div:first-child > div > .h1 {
    font-size: 26px !important;
    margin: 0 auto 12px !important;
    max-width: 90% !important;
  }
}
@media (max-width: 992px) {
  .ai-powered-summarization--after > div:first-child > div > h1, .ai-powered-summarization--after > div:first-child > div > .h1 {
    margin: 0 auto 18px;
    max-width: 60%;
  }
}
.ai-powered-summarization--after > div:first-child > div > p {
  color: #131316;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.ai-powered-summarization--after > div:first-child > a {
  color: #148BDF;
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
}
@media (max-width: 992px) {
  .ai-powered-summarization--after > div:first-child > a {
    text-align: center;
    display: block;
  }
}
.ai-powered-summarization--after > div:last-child {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media (max-width: 992px) {
  .ai-powered-summarization--after > div:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.ai-powered-summarization--after > div:last-child > img {
  width: 94%;
  height: 94%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 16px;
}
.ai-powered-summarization--before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  position: relative;
}
@media (max-width: 992px) {
  .ai-powered-summarization--before {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
.ai-powered-summarization--before > div:first-child {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.ai-powered-summarization--before > div:first-child > img {
  width: 94%;
  height: 94%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 16px;
}
.ai-powered-summarization--before > div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 28px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 992px) {
  .ai-powered-summarization--before > div:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ai-powered-summarization--before > div:last-child > div > h1, .ai-powered-summarization--before > div:last-child > div > .h1 {
  color: #131316;
  font-style: normal;
  font-size: 34px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.68px;
  text-transform: capitalize;
  max-width: 80%;
}
@media (max-width: 767px) {
  .ai-powered-summarization--before > div:last-child > div > h1, .ai-powered-summarization--before > div:last-child > div > .h1 {
    font-size: 26px !important;
    margin: 0 auto 12px !important;
    max-width: 80% !important;
  }
}
@media (max-width: 992px) {
  .ai-powered-summarization--before > div:last-child > div > h1, .ai-powered-summarization--before > div:last-child > div > .h1 {
    margin: 0 auto 18px;
    max-width: 60%;
  }
}
.ai-powered-summarization--before > div:last-child > div > p {
  color: #131316;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.ai-powered-summarization--before > div:last-child > a {
  color: #148BDF;
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
}
@media (max-width: 992px) {
  .ai-powered-summarization--before > div:last-child > a {
    text-align: center;
    display: block;
  }
}
.ai-powered-summarization--relative {
  position: relative;
  height: 100%;
}
.ai-powered-summarization--questions {
  background: linear-gradient(131deg, #0669FD 23.89%, #148BDF 90.9%);
  height: 530px;
  position: relative;
}
@media (max-width: 767px) {
  .ai-powered-summarization--questions {
    height: 420px !important;
  }
}
@media (max-width: 992px) {
  .ai-powered-summarization--questions {
    height: 490px;
  }
}
.ai-powered-summarization--questions:after {
  content: "";
  background-image: url(../img/content/multi-page/cover-3.png);
  width: 100%;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
.ai-powered-summarization--questions__header {
  padding-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .ai-powered-summarization--questions__header {
    padding-top: 50px !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}
@media (max-width: 992px) {
  .ai-powered-summarization--questions__header {
    padding-top: 70px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.ai-powered-summarization--questions__header > h1, .ai-powered-summarization--questions__header > .h1 {
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.8px;
  text-transform: capitalize;
  margin-bottom: 0;
  max-width: 70%;
}
@media (max-width: 767px) {
  .ai-powered-summarization--questions__header > h1, .ai-powered-summarization--questions__header > .h1 {
    max-width: 80% !important;
    font-size: 26px !important;
  }
}
@media (max-width: 992px) {
  .ai-powered-summarization--questions__header > h1, .ai-powered-summarization--questions__header > .h1 {
    font-size: 34px;
  }
}
.ai-powered-summarization--questions__header > b {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-width: 65%;
}
@media (max-width: 767px) {
  .ai-powered-summarization--questions__header > b {
    margin: 0 auto !important;
    max-width: 90% !important;
  }
}
@media (max-width: 992px) {
  .ai-powered-summarization--questions__header > b {
    margin: 0 auto;
    max-width: 80%;
  }
}
.ai-powered-summarization--questions__cover {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
}
.ai-powered-summarization--questions__cover:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/content/multi-page/cover-9.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 80%;
  position: absolute;
  inset: 0;
  top: 1px;
}
@media (max-width: 767px) {
  .ai-powered-summarization--questions__cover:before {
    background-size: 90% !important;
  }
}
@media (max-width: 992px) {
  .ai-powered-summarization--questions__cover:before {
    background-size: 87%;
  }
}

.hero--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*height: 453px;*/
  padding: 60px 0 90px 0;
  border-bottom: 1px solid #EDEBEB;
  position: relative;
}
@media (max-width: 767px) {
  .hero--container {
    background-size: auto;
    padding: 54px 0 70px 0;
  }
}
.hero--container::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/content/multi-page/hero-bg.png);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: cover;
  z-index: -1;
  pointer-events: none;
}

.expert-validation-content .hero {
  padding: 60px 0 90px 0;
  background-image: url("../img/content/multi-page/hero-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
}
@media (max-width: 767px) {
  .expert-validation-content .hero {
    background-size: auto;
    padding: 54px 0 70px 0;
  }
}
@media (max-width: 767px) {
  .expert-validation-content .hero p br {
    display: none;
  }
}
.expert-validation-content .expert-review {
  padding: 90px 0 80px 0;
}
@media (max-width: 767px) {
  .expert-validation-content .expert-review {
    padding: 60px 0 50px 0;
  }
}
.expert-validation-content .expert-review .description {
  max-width: 495px;
}
.expert-validation-content .validated-reports {
  padding-top: 0;
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .expert-validation-content .validated-reports {
    padding-bottom: 60px;
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .expert-validation-content .validated-reports h2 br, .expert-validation-content .validated-reports .h2 br {
    display: none;
  }
}
@media (max-width: 992px) {
  .expert-validation-content .validated-reports .description {
    max-width: 100%;
  }
}
.expert-validation-content .rush-service {
  padding-top: 0;
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .expert-validation-content .rush-service {
    padding-bottom: 60px;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .expert-validation-content .rush-service br {
    display: none;
  }
}

.medical-chronologies-case-timelines-content .hero--container .hero-title p {
  max-width: 65%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .medical-chronologies-case-timelines-content .hero--container .hero-title p {
    max-width: 100% !important;
  }
}
@media (max-width: 992px) {
  .medical-chronologies-case-timelines-content .hero--container .hero-title p {
    max-width: 70%;
  }
}
.medical-chronologies-case-timelines-content .promo {
  padding: 64px 0;
}
@media (max-width: 767px) {
  .medical-chronologies-case-timelines-content .promo {
    padding: 60px 0 !important;
  }
}
@media (max-width: 992px) {
  .medical-chronologies-case-timelines-content .promo {
    padding: 83px 0;
  }
}
.medical-chronologies-case-timelines-content .promo h1, .medical-chronologies-case-timelines-content .promo .h1 {
  max-width: 60%;
  margin: 0 auto 18px auto;
}
@media (max-width: 767px) {
  .medical-chronologies-case-timelines-content .promo h1, .medical-chronologies-case-timelines-content .promo .h1 {
    max-width: 80% !important;
  }
}
@media (max-width: 992px) {
  .medical-chronologies-case-timelines-content .promo h1, .medical-chronologies-case-timelines-content .promo .h1 {
    max-width: 70%;
  }
}
.medical-chronologies-case-timelines-content .promo p {
  max-width: 45%;
}
@media (max-width: 767px) {
  .medical-chronologies-case-timelines-content .promo p {
    max-width: 82% !important;
  }
}
@media (max-width: 992px) {
  .medical-chronologies-case-timelines-content .promo p {
    max-width: 80%;
  }
}
.medical-chronologies-case-timelines--text-reviewed > h1, .medical-chronologies-case-timelines--text-reviewed > .h1 {
  max-width: 70% !important;
}
@media (max-width: 992px) {
  .medical-chronologies-case-timelines--text-reviewed > h1, .medical-chronologies-case-timelines--text-reviewed > .h1 {
    max-width: 100% !important;
  }
}
.medical-chronologies-case-timelines--text-reviewed > p.block-3 {
  max-width: 75%;
}
@media (max-width: 767px) {
  .medical-chronologies-case-timelines--text-reviewed > p.block-3 {
    margin: 0 auto !important;
    max-width: 100% !important;
  }
}
@media (max-width: 992px) {
  .medical-chronologies-case-timelines--text-reviewed > p.block-3 {
    max-width: 85%;
    margin: 0 auto;
  }
}
.medical-chronologies-case-timelines--text-after > p.block-1 {
  max-width: 90%;
}
@media (max-width: 767px) {
  .medical-chronologies-case-timelines--text-after > p.block-1 {
    margin: 0 auto !important;
    max-width: 90% !important;
  }
}
@media (max-width: 992px) {
  .medical-chronologies-case-timelines--text-after > p.block-1 {
    margin: 0 auto;
    max-width: 80%;
  }
}
.medical-chronologies-case-timelines--text-before > p.block-2 {
  max-width: 98%;
}
@media (max-width: 767px) {
  .medical-chronologies-case-timelines--text-before > p.block-2 {
    margin: 0 auto !important;
    max-width: 90% !important;
  }
}
@media (max-width: 992px) {
  .medical-chronologies-case-timelines--text-before > p.block-2 {
    margin: 0 auto;
    max-width: 75%;
  }
}
.medical-chronologies-case-timelines--section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 90px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  padding: 90px 0 !important;
  position: relative;
}
@media (max-width: 767px) {
  .medical-chronologies-case-timelines--section {
    padding: 60px 20px !important;
    gap: 60px !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .medical-chronologies-case-timelines--section {
    padding: 90px 50px !important;
    gap: 90px !important;
  }
}
@media (min-width: 300px) and (max-width: 992px) {
  .medical-chronologies-case-timelines--after > div:first-child > div, .medical-chronologies-case-timelines--after > div:first-child > a, .medical-chronologies-case-timelines--before > div:last-child > div, .medical-chronologies-case-timelines--before > div:last-child > a {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.medical-chronologies-case-timelines--after > div:first-child > div, .medical-chronologies-case-timelines--after > div:first-child > a {
  margin-right: 80px;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .medical-chronologies-case-timelines--after > div:first-child > div, .medical-chronologies-case-timelines--after > div:first-child > a {
    margin-right: 20px !important;
  }
}
.medical-chronologies-case-timelines--before > div:last-child > div, .medical-chronologies-case-timelines--before > div:last-child > a {
  margin-left: 80px;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .medical-chronologies-case-timelines--before > div:last-child > div, .medical-chronologies-case-timelines--before > div:last-child > a {
    margin-left: 20px !important;
  }
}
.medical-chronologies-case-timelines--reviewed > div:first-child > div, .medical-chronologies-case-timelines--reviewed > div:first-child > a {
  margin-left: 0 !important;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .medical-chronologies-case-timelines--reviewed > div:first-child > div, .medical-chronologies-case-timelines--reviewed > div:first-child > a {
    margin-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .medical-chronologies-case-timelines--reviewed > div:first-child > div, .medical-chronologies-case-timelines--reviewed > div:first-child > a {
    margin-right: 0;
    margin-left: 20px;
  }
}
.medical-chronologies-case-timelines--after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  position: relative;
}
@media (max-width: 992px) {
  .medical-chronologies-case-timelines--after {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
.medical-chronologies-case-timelines--after > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 28px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 992px) {
  .medical-chronologies-case-timelines--after > div:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
    text-align: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.medical-chronologies-case-timelines--after > div:first-child > div > h1, .medical-chronologies-case-timelines--after > div:first-child > div > .h1 {
  color: #131316;
  font-style: normal;
  font-size: 34px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.68px;
  text-transform: capitalize;
  max-width: 100%;
}
@media (max-width: 767px) {
  .medical-chronologies-case-timelines--after > div:first-child > div > h1, .medical-chronologies-case-timelines--after > div:first-child > div > .h1 {
    font-size: 26px !important;
    margin: 0 auto 12px !important;
    max-width: 90% !important;
  }
}
@media (max-width: 992px) {
  .medical-chronologies-case-timelines--after > div:first-child > div > h1, .medical-chronologies-case-timelines--after > div:first-child > div > .h1 {
    margin: 0 auto 18px;
    max-width: 100%;
  }
}
.medical-chronologies-case-timelines--after > div:first-child > div > p {
  color: #131316;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.medical-chronologies-case-timelines--after > div:first-child > a {
  color: #148BDF;
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media (max-width: 992px) {
  .medical-chronologies-case-timelines--after > div:first-child > a {
    text-align: center;
    width: 100%;
    display: block;
  }
}
.medical-chronologies-case-timelines--after > div:last-child {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media (max-width: 992px) {
  .medical-chronologies-case-timelines--after > div:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.medical-chronologies-case-timelines--after > div:last-child > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.medical-chronologies-case-timelines--before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  position: relative;
}
@media (max-width: 992px) {
  .medical-chronologies-case-timelines--before {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
.medical-chronologies-case-timelines--before > div:first-child {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.medical-chronologies-case-timelines--before > div:first-child > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.medical-chronologies-case-timelines--before > div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 28px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 992px) {
  .medical-chronologies-case-timelines--before > div:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
    text-align: center;
  }
}
.medical-chronologies-case-timelines--before > div:last-child > div > h1, .medical-chronologies-case-timelines--before > div:last-child > div > .h1 {
  color: #131316;
  font-style: normal;
  font-size: 34px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.68px;
  text-transform: capitalize;
  max-width: 100%;
}
@media (max-width: 767px) {
  .medical-chronologies-case-timelines--before > div:last-child > div > h1, .medical-chronologies-case-timelines--before > div:last-child > div > .h1 {
    font-size: 26px !important;
    margin: 0 auto 12px !important;
    max-width: 100% !important;
  }
}
@media (max-width: 992px) {
  .medical-chronologies-case-timelines--before > div:last-child > div > h1, .medical-chronologies-case-timelines--before > div:last-child > div > .h1 {
    margin: 0 auto 18px;
    max-width: 100%;
  }
}
.medical-chronologies-case-timelines--before > div:last-child > div > p {
  color: #131316;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.medical-chronologies-case-timelines--before > div:last-child > a {
  color: #148BDF;
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media (max-width: 992px) {
  .medical-chronologies-case-timelines--before > div:last-child > a {
    text-align: center;
    width: 100%;
    display: block;
  }
}
.medical-chronologies-case-timelines--relative {
  position: relative;
  height: 100%;
}
.medical-chronologies-case-timelines--questions {
  background: linear-gradient(131deg, #0669FD 23.89%, #148BDF 90.9%);
  height: 520px;
  position: relative;
}
@media (max-width: 767px) {
  .medical-chronologies-case-timelines--questions {
    height: 350px !important;
  }
}
@media (max-width: 992px) {
  .medical-chronologies-case-timelines--questions {
    height: 455px;
  }
}
.medical-chronologies-case-timelines--questions:after {
  content: "";
  background-image: url(../img/content/multi-page/cover-3.png);
  width: 100%;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
.medical-chronologies-case-timelines--questions__header {
  padding-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .medical-chronologies-case-timelines--questions__header {
    padding-top: 58px !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}
@media (max-width: 992px) {
  .medical-chronologies-case-timelines--questions__header {
    padding-top: 80px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.medical-chronologies-case-timelines--questions__header > h1, .medical-chronologies-case-timelines--questions__header > .h1 {
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.8px;
  text-transform: capitalize;
  margin-bottom: 0;
  max-width: 70%;
}
@media (max-width: 767px) {
  .medical-chronologies-case-timelines--questions__header > h1, .medical-chronologies-case-timelines--questions__header > .h1 {
    max-width: 80% !important;
    font-size: 26px !important;
  }
}
@media (max-width: 992px) {
  .medical-chronologies-case-timelines--questions__header > h1, .medical-chronologies-case-timelines--questions__header > .h1 {
    font-size: 34px;
  }
}
.medical-chronologies-case-timelines--questions__header > b {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .medical-chronologies-case-timelines--questions__header > b {
    margin: 0 auto !important;
    max-width: 90% !important;
  }
}
@media (max-width: 992px) {
  .medical-chronologies-case-timelines--questions__header > b {
    margin: 0 auto;
    max-width: 70%;
  }
}
.medical-chronologies-case-timelines--questions__cover {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
}
.medical-chronologies-case-timelines--questions__cover:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/content/multi-page/cover-13.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 80%;
  position: absolute;
  inset: 0;
}
@media (max-width: 767px) {
  .medical-chronologies-case-timelines--questions__cover:before {
    background-size: 90% !important;
  }
}
@media (max-width: 992px) {
  .medical-chronologies-case-timelines--questions__cover:before {
    background-size: 87%;
  }
}

.hero--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*height: 453px;*/
  padding: 60px 0 90px 0;
  border-bottom: 1px solid #EDEBEB;
  position: relative;
}
@media (max-width: 767px) {
  .hero--container {
    background-size: auto;
    padding: 54px 0 70px 0;
  }
}
.hero--container::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/content/multi-page/hero-bg.png);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: cover;
  z-index: -1;
  pointer-events: none;
}

.collaboration-and-workflow-content .hero {
  padding: 60px 0 90px 0;
  background-image: url("../img/content/multi-page/hero-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  border-bottom: 1px solid #EDEBEB;
}
@media (max-width: 767px) {
  .collaboration-and-workflow-content .hero {
    background-size: auto;
    padding: 54px 0 70px 0;
  }
}
@media (max-width: 767px) {
  .collaboration-and-workflow-content .hero p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .collaboration-and-workflow-content .hero .hero-title h1 br, .collaboration-and-workflow-content .hero .hero-title .h1 br {
    display: none;
  }
}
.collaboration-and-workflow-content .medical-chronology {
  padding: 90px 0 80px 0;
}
@media (max-width: 767px) {
  .collaboration-and-workflow-content .medical-chronology {
    padding: 60px 0 50px 0;
  }
}
.collaboration-and-workflow-content .medical-chronology .description {
  max-width: 510px;
}
.collaboration-and-workflow-content .team-steps {
  padding-top: 0;
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .collaboration-and-workflow-content .team-steps {
    padding-bottom: 60px;
    padding-top: 0;
  }
}
.collaboration-and-workflow-content .team-steps .description p {
  max-width: 390px;
}
.collaboration-and-workflow-content .timestamps--questions {
  background: linear-gradient(131deg, #0669FD 23.89%, #148BDF 90.9%);
  color: white;
  text-align: center;
  position: relative;
}
.collaboration-and-workflow-content .timestamps--questions img {
  width: 100%;
  max-width: 976px;
}
@media (max-width: 767px) {
  .collaboration-and-workflow-content .timestamps--questions img {
    margin-top: 20px;
  }
}
.collaboration-and-workflow-content .timestamps--questions .timestamps--relative {
  position: relative;
  height: 100%;
}
.collaboration-and-workflow-content .timestamps--questions:after {
  content: "";
  background-image: url(../img/content/multi-page/cover-3.png);
  width: 100%;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
.collaboration-and-workflow-content .timestamps--questions__header {
  padding-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .collaboration-and-workflow-content .timestamps--questions__header {
    padding-top: 45px !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}
@media (max-width: 992px) {
  .collaboration-and-workflow-content .timestamps--questions__header {
    padding-top: 60px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.collaboration-and-workflow-content .timestamps--questions__header > h1, .collaboration-and-workflow-content .timestamps--questions__header > .h1 {
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.8px;
  text-transform: capitalize;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .collaboration-and-workflow-content .timestamps--questions__header > h1 br, .collaboration-and-workflow-content .timestamps--questions__header > .h1 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .collaboration-and-workflow-content .timestamps--questions__header > h1, .collaboration-and-workflow-content .timestamps--questions__header > .h1 {
    font-size: 26px !important;
  }
}
@media (max-width: 992px) {
  .collaboration-and-workflow-content .timestamps--questions__header > h1, .collaboration-and-workflow-content .timestamps--questions__header > .h1 {
    font-size: 34px;
  }
}
.collaboration-and-workflow-content .timestamps--questions__header > p {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-width: 665px;
}
@media (max-width: 767px) {
  .collaboration-and-workflow-content .timestamps--questions__header > p {
    margin: 0 auto !important;
    max-width: 85% !important;
  }
}
@media (max-width: 992px) {
  .collaboration-and-workflow-content .timestamps--questions__header > p {
    margin: 0 auto;
    max-width: 70%;
  }
}
.collaboration-and-workflow-content .rush {
  padding: 90px 0 90px 0;
}
@media (max-width: 767px) {
  .collaboration-and-workflow-content .rush {
    padding: 60px 0 60px 0;
  }
}

@media (max-width: 767px) {
  .frequently-asked-questions-content .hero-title .button-wrapper .btn-dark {
    display: block;
  }
}
.frequently-asked-questions-content .faq {
  padding: 90px 0 90px 0;
}
.frequently-asked-questions-content .faq h3, .frequently-asked-questions-content .faq .h3 {
  font-size: 34px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.68px;
  text-transform: capitalize;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .frequently-asked-questions-content .faq h3, .frequently-asked-questions-content .faq .h3 {
    margin-bottom: 40px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .frequently-asked-questions-content .faq h3, .frequently-asked-questions-content .faq .h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -1.2px;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .frequently-asked-questions-content .faq {
    padding: 60px 0 60px 0;
  }
}
.frequently-asked-questions-content .faq .accordion-item {
  border-left: 0 !important;
  border-right: 0 !important;
}
.frequently-asked-questions-content .faq .accordion-item .accordion-body {
  padding: 0 0 22px 0;
  font-size: 14px;
  line-height: 23px;
}
.frequently-asked-questions-content .faq .accordion-button {
  padding: 20px 25px 20px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  min-height: 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .frequently-asked-questions-content .faq .accordion-button {
    font-size: 14px;
    line-height: 22px;
  }
}
.frequently-asked-questions-content .faq .accordion-button:not(.collapsed) {
  color: var(--main-color);
  background: var(--white);
}
.frequently-asked-questions-content .faq .accordion-button:after {
  content: "";
  position: absolute;
  right: 0;
  width: 18px;
  height: 10px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='10' viewBox='0 0 18 10' fill='none'><path d='M1.5 1.25L9 8.75L16.5 1.25' stroke='%23131316' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.frequently-asked-questions-content .faq .accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.frequently-asked-questions-content .faq .accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 90px;
}
@media (max-width: 992px) {
  .frequently-asked-questions-content .faq .accordion {
    gap: 70px;
  }
}
@media (max-width: 767px) {
  .frequently-asked-questions-content .faq .accordion {
    gap: 60px;
  }
}

.case-insights-and-analysis-content .hero--container .hero-title p {
  max-width: 90%;
  margin: 0 auto;
}
.case-insights-and-analysis-content .hero--container .hero-title p > br {
  display: none;
}
@media (max-width: 767px) {
  .case-insights-and-analysis-content .hero--container .hero-title p {
    max-width: 100% !important;
  }
  .case-insights-and-analysis-content .hero--container .hero-title p > br {
    display: block !important;
  }
}
@media (max-width: 992px) {
  .case-insights-and-analysis-content .hero--container .hero-title p {
    max-width: 85%;
  }
  .case-insights-and-analysis-content .hero--container .hero-title p > br {
    display: none;
  }
}
.case-insights-and-analysis-content .promo {
  padding: 64px 0;
}
@media (max-width: 767px) {
  .case-insights-and-analysis-content .promo {
    padding: 42px 0 !important;
  }
}
@media (max-width: 992px) {
  .case-insights-and-analysis-content .promo {
    padding: 83px 0;
  }
}
.case-insights-and-analysis-content .promo h1, .case-insights-and-analysis-content .promo .h1 {
  max-width: 100%;
  margin: 0 auto 18px auto;
}
@media (max-width: 767px) {
  .case-insights-and-analysis-content .promo h1, .case-insights-and-analysis-content .promo .h1 {
    max-width: 80% !important;
  }
}
@media (max-width: 992px) {
  .case-insights-and-analysis-content .promo h1, .case-insights-and-analysis-content .promo .h1 {
    max-width: 70%;
  }
}
.case-insights-and-analysis-content .promo p {
  max-width: 43%;
}
@media (max-width: 767px) {
  .case-insights-and-analysis-content .promo p {
    max-width: 85% !important;
  }
}
@media (max-width: 992px) {
  .case-insights-and-analysis-content .promo p {
    max-width: 75%;
  }
}
.case-insights-and-analysis--text-reviewed > h1, .case-insights-and-analysis--text-reviewed > .h1 {
  max-width: 70% !important;
}
@media (max-width: 992px) {
  .case-insights-and-analysis--text-reviewed > h1, .case-insights-and-analysis--text-reviewed > .h1 {
    max-width: 100% !important;
  }
}
.case-insights-and-analysis--text-reviewed > p {
  max-width: 75%;
}
@media (max-width: 767px) {
  .case-insights-and-analysis--text-reviewed > p {
    margin: 0 auto !important;
    max-width: 100% !important;
  }
}
@media (max-width: 992px) {
  .case-insights-and-analysis--text-reviewed > p {
    max-width: 85%;
    margin: 0 auto;
  }
}
.case-insights-and-analysis--section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 90px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  padding: 90px 0 !important;
  position: relative;
}
@media (max-width: 767px) {
  .case-insights-and-analysis--section {
    padding: 60px 20px !important;
    gap: 60px !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .case-insights-and-analysis--section {
    padding: 90px 50px !important;
    gap: 90px !important;
  }
}
.case-insights-and-analysis--reviewed > div:first-child > div, .case-insights-and-analysis--reviewed > div:first-child > a {
  margin-left: 0 !important;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .case-insights-and-analysis--reviewed > div:first-child > div, .case-insights-and-analysis--reviewed > div:first-child > a {
    margin-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .case-insights-and-analysis--reviewed > div:first-child > div, .case-insights-and-analysis--reviewed > div:first-child > a {
    margin-right: 0;
    margin-left: 20px;
  }
}
.case-insights-and-analysis--row, .case-insights-and-analysis--space {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  position: relative;
  gap: 80px;
}
@media (max-width: 992px) {
  .case-insights-and-analysis--row, .case-insights-and-analysis--space {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
.case-insights-and-analysis--space > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 28px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 46%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 992px) {
  .case-insights-and-analysis--space > div:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
    text-align: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.case-insights-and-analysis--space > div:first-child > div > h1, .case-insights-and-analysis--space > div:first-child > div > .h1 {
  color: #131316;
  font-style: normal;
  font-size: 34px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.68px;
  text-transform: capitalize;
  margin-bottom: 16px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .case-insights-and-analysis--space > div:first-child > div > h1, .case-insights-and-analysis--space > div:first-child > div > .h1 {
    font-size: 26px !important;
    margin: 0 auto 12px !important;
    max-width: 90% !important;
  }
}
@media (max-width: 992px) {
  .case-insights-and-analysis--space > div:first-child > div > h1, .case-insights-and-analysis--space > div:first-child > div > .h1 {
    margin: 0 auto 18px;
    max-width: 100%;
  }
}
.case-insights-and-analysis--space > div:first-child > div > p {
  color: #131316;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  max-width: 88%;
}
@media (max-width: 767px) {
  .case-insights-and-analysis--space > div:first-child > div > p {
    max-width: 86% !important;
    margin: 0 auto !important;
  }
}
@media (max-width: 992px) {
  .case-insights-and-analysis--space > div:first-child > div > p {
    max-width: 72%;
    margin: 0 auto;
  }
}
.case-insights-and-analysis--space > div:first-child > a {
  color: #131316;
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  color: #148BDF !important;
}
@media (max-width: 992px) {
  .case-insights-and-analysis--space > div:first-child > a {
    text-align: center;
    display: block;
  }
}
.case-insights-and-analysis--space > div:last-child {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media (max-width: 992px) {
  .case-insights-and-analysis--space > div:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.case-insights-and-analysis--space > div:last-child > img {
  width: 96%;
  height: 96%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.case-insights-and-analysis--row > div:first-child p {
  max-width: 85%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .case-insights-and-analysis--row > div:first-child p {
    max-width: 100% !important;
  }
}
@media (max-width: 992px) {
  .case-insights-and-analysis--row > div:first-child p {
    max-width: 70%;
  }
}
.case-insights-and-analysis--row > div:last-child p {
  max-width: 95%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .case-insights-and-analysis--row > div:last-child p {
    max-width: 90% !important;
  }
}
@media (max-width: 992px) {
  .case-insights-and-analysis--row > div:last-child p {
    max-width: 80%;
  }
}
.case-insights-and-analysis--row > div:nth-child(1) > img {
  position: relative;
  width: 305px;
  height: 180px;
  margin: -18px auto 0;
}
.case-insights-and-analysis--row > div:nth-child(2) > img {
  position: relative;
  width: 325px;
  height: 162px;
  margin: 0 auto;
}
.case-insights-and-analysis--row > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 28px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 46%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .case-insights-and-analysis--row > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
    text-align: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.case-insights-and-analysis--row > div > div {
  text-align: center;
}
.case-insights-and-analysis--row > div > div > h1, .case-insights-and-analysis--row > div > div > .h1 {
  color: #131316;
  font-style: normal;
  font-size: 34px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.68px;
  text-transform: capitalize;
  max-width: 100%;
}
@media (max-width: 767px) {
  .case-insights-and-analysis--row > div > div > h1, .case-insights-and-analysis--row > div > div > .h1 {
    font-size: 26px !important;
    margin: 0 auto 12px !important;
    max-width: 90% !important;
  }
}
@media (max-width: 992px) {
  .case-insights-and-analysis--row > div > div > h1, .case-insights-and-analysis--row > div > div > .h1 {
    margin: 0 auto 18px;
    max-width: 100%;
  }
}
.case-insights-and-analysis--row > div > div > p {
  color: #131316;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.case-insights-and-analysis--row > div > a {
  color: #131316;
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  color: #148BDF !important;
  text-align: center;
}
.case-insights-and-analysis--relative {
  position: relative;
  height: 100%;
}
.case-insights-and-analysis--questions {
  background: linear-gradient(131deg, #0669FD 23.89%, #148BDF 90.9%);
  height: 520px;
  position: relative;
}
@media (max-width: 767px) {
  .case-insights-and-analysis--questions {
    height: 350px !important;
  }
}
@media (max-width: 992px) {
  .case-insights-and-analysis--questions {
    height: 455px;
  }
}
.case-insights-and-analysis--questions:after {
  content: "";
  background-image: url(../img/content/multi-page/cover-3.png);
  width: 100%;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
.case-insights-and-analysis--questions__header {
  padding-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .case-insights-and-analysis--questions__header {
    padding-top: 58px !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}
@media (max-width: 992px) {
  .case-insights-and-analysis--questions__header {
    padding-top: 80px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.case-insights-and-analysis--questions__header > h1, .case-insights-and-analysis--questions__header > .h1 {
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.8px;
  text-transform: capitalize;
  margin-bottom: 0;
  max-width: 70%;
}
@media (max-width: 767px) {
  .case-insights-and-analysis--questions__header > h1, .case-insights-and-analysis--questions__header > .h1 {
    max-width: 100% !important;
    font-size: 26px !important;
  }
}
@media (max-width: 992px) {
  .case-insights-and-analysis--questions__header > h1, .case-insights-and-analysis--questions__header > .h1 {
    font-size: 34px;
  }
}
.case-insights-and-analysis--questions__header > b {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-width: 52%;
}
@media (max-width: 767px) {
  .case-insights-and-analysis--questions__header > b {
    margin: 0 auto !important;
    max-width: 95% !important;
  }
}
@media (max-width: 992px) {
  .case-insights-and-analysis--questions__header > b {
    margin: 0 auto;
    max-width: 69%;
  }
}
.case-insights-and-analysis--questions__cover {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
}
.case-insights-and-analysis--questions__cover:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/content/multi-page/cover-17.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 80%;
  position: absolute;
  inset: 0;
}
@media (max-width: 767px) {
  .case-insights-and-analysis--questions__cover:before {
    background-size: 90% !important;
  }
}
@media (max-width: 992px) {
  .case-insights-and-analysis--questions__cover:before {
    background-size: 87%;
  }
}
.case-insights-and-analysis--questions__cover > div:nth-of-type(1)::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/content/multi-page/cover-19.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 26%;
  position: absolute;
  top: 12.5%;
  right: 1.5%;
}
@media (max-width: 992px) {
  .case-insights-and-analysis--questions__cover > div:nth-of-type(1)::before {
    top: 19%;
    right: 0;
  }
}
@media (max-width: 767px) {
  .case-insights-and-analysis--questions__cover > div:nth-of-type(1)::before {
    top: 28.5% !important;
    right: -1% !important;
  }
}
.case-insights-and-analysis--questions__cover > div:nth-of-type(2)::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/content/multi-page/cover-20.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 21%;
  position: absolute;
  top: 22.5%;
  right: 6.5%;
}
@media (max-width: 992px) {
  .case-insights-and-analysis--questions__cover > div:nth-of-type(2)::before {
    top: 26%;
    right: 5%;
  }
}
@media (max-width: 767px) {
  .case-insights-and-analysis--questions__cover > div:nth-of-type(2)::before {
    top: 33% !important;
    right: 3.8% !important;
  }
}
.case-insights-and-analysis--questions__cover > div:nth-of-type(3)::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/content/multi-page/cover-21.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 17%;
  position: absolute;
  top: 32.5%;
  right: 10.5%;
}
@media (max-width: 992px) {
  .case-insights-and-analysis--questions__cover > div:nth-of-type(3)::before {
    top: 33%;
    right: 9%;
  }
}
@media (max-width: 767px) {
  .case-insights-and-analysis--questions__cover > div:nth-of-type(3)::before {
    top: 37.3% !important;
    right: 7.8% !important;
  }
}

.hero--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*height: 453px;*/
  padding: 60px 0 90px 0;
  border-bottom: 1px solid #EDEBEB;
  position: relative;
}
@media (max-width: 767px) {
  .hero--container {
    background-size: auto;
    padding: 54px 0 70px 0;
  }
}
.hero--container::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/content/multi-page/hero-bg.png);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: cover;
  z-index: -1;
  pointer-events: none;
}

.trust-center-content .hero {
  padding: 60px 0 90px 0;
  background-image: url("../img/content/multi-page/hero-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  border-bottom: 1px solid var(--base-border);
}
@media (max-width: 767px) {
  .trust-center-content .hero {
    background-size: auto;
    padding: 54px 0 70px 0;
  }
}
.trust-center-content .hero .hero-title {
  max-width: 100%;
}
@media (max-width: 767px) {
  .trust-center-content .hero .hero-title .button-wrapper .btn-dark {
    display: block;
  }
}
.trust-center-content .ready-summaries {
  padding: 90px 0 90px 0;
}
@media (max-width: 767px) {
  .trust-center-content .ready-summaries {
    padding: 60px 0 60px 0;
  }
}
.trust-center-content .blocks-with-icons {
  background-image: url(../img/content/multi-page/hero-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
}
@media (min-width: 992px) {
  .trust-center-content .blocks-with-icons h2 br, .trust-center-content .blocks-with-icons .h2 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .trust-center-content .blocks-with-icons h2 br, .trust-center-content .blocks-with-icons .h2 br {
    display: none;
  }
}
.trust-center-content .blocks-with-icons .icon {
  border: none;
  width: inherit;
  height: inherit;
}
.trust-center-content .blocks-with-icons .icon img {
  width: 100%;
}
.trust-center-content .blocks-with-icons .icon.hipaa img {
  max-width: 140px;
}
.trust-center-content .blocks-with-icons .icon.aicpa img {
  max-width: 82px;
}
.trust-center-content .blocks-with-icons .icon.security img {
  max-width: 76px;
}
.trust-center-content .blocks-with-icons .block-with-icon {
  padding: 30px 28px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .trust-center-content .blocks-with-icons .block-with-icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.trust-center-content .blocks-with-icons .block-with-icon h5, .trust-center-content .blocks-with-icons .block-with-icon .h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.4px;
  text-transform: capitalize;
}
.trust-center-content .blocks-with-icons .block-with-icon p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}
.trust-center-content .promo p {
  max-width: 585px;
}
@media (min-width: 768px) {
  .trust-center-content .promo h1 br, .trust-center-content .promo .h1 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .trust-center-content .promo .button-wrapper .btn-primary {
    display: block;
  }
}
@media (max-width: 767px) {
  .trust-center-content .promo .button-wrapper .btn-white {
    display: none;
  }
}

.contact-us-error {
  color: #BD1145;
  -webkit-font-feature-settings: "liga" off, "clig" off;
          font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}
.contact-us-error.active {
  max-height: 500px;
}
.contact-us-error__icon {
  display: none;
  width: 20px;
  height: 20px;
  background: #b14e6c;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  cursor: pointer;
  margin-right: 10px;
}
.contact-us-error__icon::before {
  content: "!";
  font-weight: bold;
  font-family: Poppins, serif;
}
.contact-us-content .promo {
  padding: 88px 0;
}
@media (max-width: 767px) {
  .contact-us-content .promo .button-wrapper .btn-primary {
    display: block;
  }
}
@media (max-width: 767px) {
  .contact-us-content .promo {
    padding: 60px 0 !important;
  }
}
@media (max-width: 992px) {
  .contact-us-content .promo {
    padding: 105px 0;
  }
}
.contact-us-content .promo h1, .contact-us-content .promo .h1 {
  max-width: 100%;
  margin: 0 auto 18px auto;
}
@media (max-width: 767px) {
  .contact-us-content .promo h1, .contact-us-content .promo .h1 {
    max-width: 80% !important;
  }
}
@media (max-width: 992px) {
  .contact-us-content .promo h1, .contact-us-content .promo .h1 {
    max-width: 100%;
  }
}
.contact-us-content .promo p {
  max-width: 50%;
}
@media (max-width: 767px) {
  .contact-us-content .promo p {
    max-width: 90% !important;
    font-size: 14px !important;
  }
}
@media (max-width: 992px) {
  .contact-us-content .promo p {
    max-width: 90%;
    font-size: 16px;
  }
}
.contact-us-content .section--0 {
  border-bottom: 1px solid #EDEBEB;
  position: relative;
}
.contact-us-content .section--0::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/content/multi-page/hero-bg.png);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 767px) or (max-width: 992px) {
  .contact-us-content .section--0::after {
    background-size: auto;
  }
}
@media (max-width: 767px) {
  .contact-us-content .section--0 .container {
    margin: 0 20px;
    width: auto;
    padding: 0 !important;
  }
}
.contact-us-content .section--1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 94px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 46px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-top: 1px solid #EDEBEB;
  background: #FAFAFA;
}
@media (max-width: 767px) {
  .contact-us-content .section--1 {
    padding: 60px 20px !important;
    gap: 40px !important;
  }
  .contact-us-content .section--1 .container {
    padding: 0 !important;
  }
}
@media (max-width: 992px) {
  .contact-us-content .section--1 {
    padding: 90px 50px;
    gap: 50px;
  }
  .contact-us-content .section--1 .container {
    padding: 0 !important;
  }
}
.contact-us-content .section--form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 80px 0;
}
.contact-us-content .section--form > div {
  width: auto;
  position: relative;
}
@media (max-width: 767px) {
  .contact-us-content .section--form > div {
    width: 100%;
  }
}
@media (max-width: 767px) or (max-width: 992px) {
  .contact-us-content .section--form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 54px 0;
    word-break: break-word;
  }
}
.contact-us-content .section--form .name {
  color: #8D939F;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .contact-us-content .section--form .name {
    font-size: 14px !important;
  }
}
@media (max-width: 767px) or (max-width: 992px) {
  .contact-us-content .section--form .name {
    text-align: center;
  }
}
.contact-us-content .section--form .title {
  color: #131316;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: -0.88px;
  text-transform: capitalize;
  margin-bottom: 14px;
  max-width: 438px;
}
@media (max-width: 767px) {
  .contact-us-content .section--form .title {
    font-size: 34px !important;
    margin: 0 auto 16px auto !important;
  }
}
@media (max-width: 992px) {
  .contact-us-content .section--form .title {
    text-align: center;
    font-size: 40px;
    margin: 0 auto 14px auto;
  }
}
.contact-us-content .section--form .description {
  color: #131316;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 27px;
  max-width: 438px;
}
@media (max-width: 767px) or (max-width: 992px) {
  .contact-us-content .section--form .description {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .contact-us-content .section--form .description {
    margin: 0 auto 30px auto !important;
  }
}
@media (max-width: 992px) {
  .contact-us-content .section--form .description {
    max-width: 500px;
    margin: 0 auto 40px auto;
  }
}
.contact-us-content .section--form .list--0 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  color: #131316;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.32px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .contact-us-content .section--form .list--0 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 10px !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .contact-us-content .section--form .list--0 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.contact-us-content .section--form .list--1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media (max-width: 767px) {
  .contact-us-content .section--form .list--1 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    gap: 22px !important;
    margin-bottom: 44px !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .contact-us-content .section--form .list--1 > li > div {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .contact-us-content .section--form .list--1 > li > div > div {
    text-align: center !important;
  }
  .contact-us-content .section--form .list--1 > li:nth-child(1) {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
    width: 45% !important;
  }
  .contact-us-content .section--form .list--1 > li:nth-child(2) {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
    width: 45% !important;
  }
  .contact-us-content .section--form .list--1 > li:nth-child(3) {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
    width: 70% !important;
    margin-top: 18px;
  }
}
@media (max-width: 992px) {
  .contact-us-content .section--form .list--1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
    margin-bottom: 50px;
  }
  .contact-us-content .section--form .list--1 > li > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact-us-content .section--form .list--1 > li > div > div {
    text-align: center;
  }
  .contact-us-content .section--form .list--1 > li:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 30%;
  }
  .contact-us-content .section--form .list--1 > li:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 30%;
  }
  .contact-us-content .section--form .list--1 > li:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 40%;
  }
}
.contact-us-content .section--form .list--1 h1, .contact-us-content .section--form .list--1 .h1 {
  color: #131316;
  -webkit-font-feature-settings: "liga" off, "clig" off;
          font-feature-settings: "liga" off, "clig" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 4px;
}
.contact-us-content .section--form .list--1 p {
  text-align: center;
  -webkit-font-feature-settings: "liga" off, "clig" off;
          font-feature-settings: "liga" off, "clig" off;
  font-size: 14px;
  font-style: normal;
  line-height: 22px;
}
.contact-us-content .section--form .list--1 .blue {
  color: #148BDF;
  font-weight: 500;
  cursor: pointer;
}
.contact-us-content .section--form .list--1 .secondary {
  color: #131316;
  font-weight: 400;
}
.contact-us-content .section--form .list--1 .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 52px;
  height: 52px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13.937px;
  border-radius: 8.667px;
  background: #FFF;
  -webkit-box-shadow: 0 6.5px 34.357px 0 rgba(12, 15, 23, 0.12);
          box-shadow: 0 6.5px 34.357px 0 rgba(12, 15, 23, 0.12);
}
.contact-us-content .section--form .successfully {
  display: none;
  height: 100%;
  text-align: center;
}
.contact-us-content .section--form .successfully > div {
  height: 100%;
}
.contact-us-content .section--form .successfully > div > svg {
  margin: 0 auto 15px;
}
.contact-us-content .section--form .successfully > div > h3, .contact-us-content .section--form .successfully > div > .h3 {
  margin-bottom: 15px;
}
.contact-us-content .section--form .successfully > div > button {
  margin: 15px auto 0 auto;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all var(--base-transition);
  transition: all var(--base-transition);
  gap: 8px;
  border-radius: 8px;
  background: #148BDF;
  border: 1px solid #148BDF;
  color: white;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.contact-us-content .section--form .successfully > div > button:hover {
  background: white;
  color: #148BDF;
}
.contact-us-content .section--form .body, .contact-us-content .section--form .successfully {
  width: 620px;
  height: 100%;
  padding: 18px 24px 24px 24px;
  border-radius: 14px;
  background: #FFF;
  -webkit-box-shadow: 0 14px 35px 0 rgba(12, 16, 28, 0.08);
          box-shadow: 0 14px 35px 0 rgba(12, 16, 28, 0.08);
}
@media (max-width: 767px) {
  .contact-us-content .section--form .body {
    width: 100% !important;
  }
}
.contact-us-content .section--form .body--loading {
  display: none;
  width: 20px;
  height: 20px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #007bff;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  margin-left: 5px;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.contact-us-content .section--form .body--form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 28px;
}
.contact-us-content .section--form .body h1, .contact-us-content .section--form .body .h1 {
  color: #131316;
  -webkit-font-feature-settings: "liga" off, "clig" off;
          font-feature-settings: "liga" off, "clig" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-top: 12px;
  margin-bottom: 14px;
}
.contact-us-content .section--form .body .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 12px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact-us-content .section--form .body .tabs--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
  padding: 13px 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, background-color 0.2s ease;
  transition: transform 0.2s ease, background-color 0.2s ease, -webkit-transform 0.2s ease;
  border-radius: 28px;
  border: 1px solid #D4DCE4;
  cursor: pointer;
  color: #131316;
  -webkit-font-feature-settings: "liga" off, "clig" off;
          font-feature-settings: "liga" off, "clig" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.contact-us-content .section--form .body .tabs--item.active {
  border: 1px solid #148BDF;
  color: #148BDF;
}
.contact-us-content .section--form .body .tabs--item.clicked {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.contact-us-content .section--form .body > .body--form, .contact-us-content .section--form .body .body--form > div, .contact-us-content .section--form .body .group--input, .contact-us-content .section--form .body .group--input > div {
  width: 100%;
}
.contact-us-content .section--form .body .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.contact-us-content .section--form .body .group--input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .contact-us-content .section--form .body .group--input {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
.contact-us-content .section--form .body label {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  color: #131316;
  -webkit-font-feature-settings: "liga" off, "clig" off;
          font-feature-settings: "liga" off, "clig" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.contact-us-content .section--form .body label > input {
  height: 44px;
}
.contact-us-content .section--form .body label > textarea {
  height: 108px;
}
.contact-us-content .section--form .body label > textarea, .contact-us-content .section--form .body label > input {
  padding: 13px 14px;
  border-radius: 8px;
  border: 1px solid #D4DCE4;
}
.contact-us-content .section--form .body label > textarea.is-invalid, .contact-us-content .section--form .body label > input.is-invalid {
  border-color: #BD1145;
  outline: none;
}
.contact-us-content .section--form .body label > textarea:not(.is-invalid):hover, .contact-us-content .section--form .body label > textarea:not(.is-invalid):focus, .contact-us-content .section--form .body label > input:not(.is-invalid):hover, .contact-us-content .section--form .body label > input:not(.is-invalid):focus {
  border: 1px solid #148BDF;
  outline: none;
}
.contact-us-content .section--form .body label .error-message {
  color: #BD1145;
}
.contact-us-content .section--form .body .footer {
  margin-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact-us-content .section--form .body .footer button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all var(--base-transition);
  transition: all var(--base-transition);
  gap: 8px;
  border-radius: 8px;
  background: #148BDF;
  border: 1px solid #148BDF;
  color: white;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.contact-us-content .section--form .body .footer button:hover {
  background: white;
  color: #148BDF;
}
.contact-us-content .section--form .body .footer button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.contact-us-content .section--form .body .footer button#contactReset {
  background: transparent;
  color: var(--main-color);
  padding: 0;
  border: none;
  margin-right: 14px;
  font-weight: 400;
}
.contact-us-content .section--form .body .footer button#contactReset:hover {
  color: var(--main-blue);
}
.contact-us-content .section--form .body .footer .error {
  color: var(--errors);
}
.contact-us-content .section--form .divider {
  width: 100%;
  height: 2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 0.6;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(93, 100, 123, 0.4)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(93, 100, 123, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  margin: 35px -35px 38px -35px;
}
@media (max-width: 767px) {
  .contact-us-content .section--form .divider {
    width: 112% !important;
    margin: 35px -20px 38px -20px !important;
  }
}
@media (max-width: 992px) {
  .contact-us-content .section--form .divider {
    width: 80%;
    margin: 35px auto 38px auto;
  }
}
.contact-us-content .section--support > .title {
  color: #131316;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.76px;
  text-transform: capitalize;
  margin-bottom: 46px;
}
.contact-us-content .section--support > .title > br {
  display: none;
}
@media (max-width: 767px) {
  .contact-us-content .section--support > .title {
    font-size: 30px !important;
    margin-bottom: 40px !important;
  }
  .contact-us-content .section--support > .title > br {
    display: block !important;
  }
}
@media (max-width: 992px) {
  .contact-us-content .section--support > .title {
    font-size: 34px;
    margin-bottom: 50px;
  }
}
.contact-us-content .section--support > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 34px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.contact-us-content .section--support > .content > div:nth-child(1) .body {
  -webkit-box-flex: 100;
      -ms-flex-positive: 100;
          flex-grow: 100;
}
@media (max-width: 767px) {
  .contact-us-content .section--support > .content > div:nth-child(1) .body {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    text-align: center;
    max-width: 100% !important;
  }
}
@media (max-width: 992px) {
  .contact-us-content .section--support > .content > div:nth-child(1) .body {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    max-width: 65%;
  }
}
@media (max-width: 767px) {
  .contact-us-content .section--support > .content > div:nth-child(1) .link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .contact-us-content .section--support > .content > div:nth-child(1) .link {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .contact-us-content .section--support > .content > div:nth-child(1) .description {
    max-width: 100% !important;
  }
}
@media (max-width: 992px) {
  .contact-us-content .section--support > .content > div:nth-child(1) .description {
    max-width: 80%;
  }
}
@media (min-width: 992px) {
  .contact-us-content .section--support > .content > div:nth-child(1) .description {
    max-width: 75%;
  }
}
.contact-us-content .section--support > .content > div:nth-child(2) .body {
  -webkit-box-flex: 100;
      -ms-flex-positive: 100;
          flex-grow: 100;
}
@media (max-width: 767px) {
  .contact-us-content .section--support > .content > div:nth-child(2) .body {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    max-width: 95% !important;
  }
}
@media (max-width: 992px) {
  .contact-us-content .section--support > .content > div:nth-child(2) .body {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media (max-width: 767px) {
  .contact-us-content .section--support > .content > div:nth-child(2) .link {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .contact-us-content .section--support > .content > div:nth-child(2) .link {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  .contact-us-content .section--support > .content > div:nth-child(2) .description {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .contact-us-content .section--support > .content {
    gap: 30px !important;
  }
}
@media (max-width: 992px) {
  .contact-us-content .section--support > .content {
    gap: 24px;
  }
}
@media (max-width: 767px) or (max-width: 992px) {
  .contact-us-content .section--support > .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact-us-content .section--support > .content > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 22px 24px 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 16px;
  background: #FFF;
  -webkit-box-shadow: 0 14px 35px 0 rgba(12, 16, 28, 0.08);
          box-shadow: 0 14px 35px 0 rgba(12, 16, 28, 0.08);
}
@media (max-width: 767px) {
  .contact-us-content .section--support > .content > div {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
@media (max-width: 992px) {
  .contact-us-content .section--support > .content > div {
    gap: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.contact-us-content .section--support > .content > div > .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  padding: 22px 20px 20px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  border: 1px solid #D4DCE4;
}
.contact-us-content .section--support > .content > div > .icon > svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contact-us-content .section--support > .content > div > .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-us-content .section--support > .content > div > .body > .title, .contact-us-content .section--support > .content > div > .body > .description {
  text-align: center;
  color: #131316;
}
@media (max-width: 767px) {
  .contact-us-content .section--support > .content > div > .body > .title, .contact-us-content .section--support > .content > div > .body > .description {
    text-align: center !important;
  }
}
@media (max-width: 992px) {
  .contact-us-content .section--support > .content > div > .body > .title, .contact-us-content .section--support > .content > div > .body > .description {
    text-align: start;
  }
}
.contact-us-content .section--support > .content > div > .body > .title {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  margin-bottom: 6px;
}
@media (max-width: 992px) {
  .contact-us-content .section--support > .content > div > .body > .title {
    font-size: 22px;
  }
}
.contact-us-content .section--support > .content > div > .body > .description {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.about-us-content .hero {
  padding: 60px 0 40px 0;
  background-image: url("../img/content/multi-page/hero-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
}
@media (max-width: 767px) {
  .about-us-content .hero {
    background-size: auto;
    padding: 54px 0 30px 0;
  }
}
.about-us-content .hero .hero-title {
  max-width: 100%;
}
.about-us-content .hero .counter {
  margin-top: 26px;
}
@media (max-width: 767px) {
  .about-us-content .hero .counter {
    margin-top: 0;
  }
}
.about-us-content .hero .counter .separator span {
  opacity: 0.6;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(49.52%, #5D5D5D), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #5D5D5D 49.52%, rgba(255, 255, 255, 0) 100%);
  width: 1px;
  height: 100%;
  display: block;
}
@media (max-width: 767px) {
  .about-us-content .hero .counter .separator span {
    width: 100%;
    height: 1px;
    opacity: 0.6;
    background: linear-gradient(275deg, rgba(255, 255, 255, 0) 0%, #5D5D5D 49.52%, rgba(255, 255, 255, 0) 100%);
  }
}
.about-us-content .hero .counter h5, .about-us-content .hero .counter .h5 {
  font-size: 50px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -1px;
  text-transform: capitalize;
  color: var(--main-blue);
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .about-us-content .hero .counter h5, .about-us-content .hero .counter .h5 {
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.8px;
  }
}
.about-us-content .hero .counter p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.about-us-content .hero .counter__block {
  padding: 67px 0;
}
@media (max-width: 992px) {
  .about-us-content .hero .counter__block {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .about-us-content .hero .counter__block {
    padding: 40px 0;
  }
}
.about-us-content .blocks-with-icons {
  background: transparent;
  border-bottom: none;
}
.about-us-content .blocks-with-icons h2, .about-us-content .blocks-with-icons .h2 {
  margin-bottom: 46px;
}
.about-us-content .blocks-with-icons .block-with-icon {
  border-radius: 16px;
  background: #FFF;
  -webkit-box-shadow: 0 7px 37px 0 rgba(12, 15, 23, 0.12);
          box-shadow: 0 7px 37px 0 rgba(12, 15, 23, 0.12);
}
@media (min-width: 768px) and (max-width: 992px) {
  .about-us-content .blocks-with-icons .block-with-icon {
    gap: 20px;
    padding: 24px 22px;
  }
}
.about-us-content .blocks-with-icons .block-with-icon h5, .about-us-content .blocks-with-icons .block-with-icon .h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  margin-bottom: 6px;
}
.about-us-content .blocks-with-icons .block-with-icon .icon {
  font-size: 22px;
  color: var(--main-blue);
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.44px;
}
.about-us-content .blocks-with-icons .block-with-icon p {
  font-size: 14px;
  margin-bottom: 0;
}
.about-us-content .blocks-with-icons .block-with-icon .icon {
  min-width: 56px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .about-us-content .blocks-with-icons .block-with-icon-content {
    text-align: left;
  }
}
.about-us-content .awards {
  padding: 90px 0 90px 0;
  text-align: center;
  border-top: 1px solid #EDEBEB;
  background: #FAFAFA;
}
@media (min-width: 768px) and (max-width: 992px) {
  .about-us-content .awards .container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .about-us-content .awards {
    padding: 60px 0 60px 0;
  }
}
.about-us-content .awards .awards-logos {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
@media (max-width: 992px) {
  .about-us-content .awards .awards-logos {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.about-us-content .awards .awards-logos img {
  max-width: 135px;
}
@media (max-width: 767px) {
  .about-us-content .awards .awards-logos img {
    max-width: 100px;
  }
}
.about-us-content .awards .awards-logos::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1120px) {
  .about-us-content .awards .awards-logos {
    gap: 20px;
  }
}
.about-us-content .awards h2, .about-us-content .awards .h2 {
  font-size: 38px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.76px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .about-us-content .awards h2, .about-us-content .awards .h2 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.72px;
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .about-us-content .awards h2, .about-us-content .awards .h2 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -1.2px;
    padding: 0;
  }
}
.about-us-content .awards p {
  margin: 0 auto 52px auto;
  font-size: 16px;
  line-height: 24px;
  max-width: 692px;
}
@media (max-width: 992px) {
  .about-us-content .awards p {
    font-size: 14px;
    margin-bottom: 40px;
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .about-us-content .awards p {
    padding: 0;
  }
}
.about-us-content .about-us-quote {
  background: linear-gradient(131deg, #0669FD 23.89%, #148BDF 90.9%);
  padding: 114px 0 117px 0;
  position: relative;
}
@media (max-width: 992px) {
  .about-us-content .about-us-quote {
    padding: 85px 0;
  }
}
@media (max-width: 767px) {
  .about-us-content .about-us-quote {
    padding: 60px 0;
  }
}
.about-us-content .about-us-quote:after {
  content: "";
  background-image: url(../img/content/multi-page/cover-3.png);
  width: 100%;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
.about-us-content .about-us-quote p {
  max-width: 1015px;
  margin: 0 auto 30px auto;
  font-size: 20px;
  color: var(--white);
  font-weight: 400;
  line-height: 32px;
}
@media (max-width: 992px) {
  .about-us-content .about-us-quote p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .about-us-content .about-us-quote p {
    font-size: 16px;
    line-height: 26px;
  }
}
.about-us-content .about-us-quote svg {
  margin-bottom: 15px;
}
.about-us-content .about-us-quote span {
  font-size: 20px;
  color: var(--white);
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.8px;
}
@media (max-width: 767px) {
  .about-us-content .about-us-quote span {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.72px;
  }
}
.about-us-content .about-us-quote .separator {
  width: 1px;
  height: 22px;
  background: #D4DCE4;
}
.about-us-content .about-us-quote img {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .about-us-content .about-us-quote .gap-g16 {
    gap: 8px;
  }
}
.about-us-content .founders {
  padding: 90px 0 90px 0;
  border-top: 1px solid #EDEBEB;
  border-bottom: 1px solid #EDEBEB;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25.58%, #FFF), to(rgba(255, 255, 255, 0.09)));
  background: linear-gradient(180deg, #FFF 25.58%, rgba(255, 255, 255, 0.09) 100%);
}
@media (min-width: 992px) {
  .about-us-content .founders {
    background-image: url("../img/content/multi-page/hero-bg.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
  }
}
@media (max-width: 767px) {
  .about-us-content .founders {
    padding: 60px 0 60px 0;
  }
}
.about-us-content .founders h2, .about-us-content .founders .h2 {
  font-size: 38px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.76px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .about-us-content .founders h2, .about-us-content .founders .h2 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.72px;
  }
}
@media (max-width: 767px) {
  .about-us-content .founders h2, .about-us-content .founders .h2 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -1.2px;
  }
}
.about-us-content .founders p {
  margin-bottom: 46px;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 992px) {
  .about-us-content .founders p {
    margin-bottom: 40px;
  }
}
.about-us-content .founders .team-wrapper {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .about-us-content .founders .team-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about-us-content .founders .team-wrapper .team-item {
  display: contents;
  position: relative;
}
.about-us-content .founders .team-wrapper .team-item .timeline-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #148BDF;
  margin: 56px auto 0 auto;
  z-index: 1;
  position: relative;
}
.about-us-content .founders .team-wrapper .team-item .timeline-dot:before {
  content: "";
  position: absolute;
  top: -7px;
  left: -7px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(20, 139, 223, 0.1);
}
@media (max-width: 992px) {
  .about-us-content .founders .team-wrapper .team-item .timeline-dot {
    display: none;
  }
}
.about-us-content .founders .team-wrapper .team-item .team-card {
  border-radius: 14px;
  background: #FFF;
  -webkit-box-shadow: 0 14px 35px 0 rgba(12, 16, 28, 0.06);
          box-shadow: 0 14px 35px 0 rgba(12, 16, 28, 0.06);
  padding: 20px 20px 20px 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 44px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
@media (max-width: 992px) {
  .about-us-content .founders .team-wrapper .team-item .team-card {
    padding: 44px;
  }
}
@media (max-width: 767px) {
  .about-us-content .founders .team-wrapper .team-item .team-card {
    padding: 22px;
    gap: 24px;
  }
}
.about-us-content .founders .team-wrapper .team-item .team-card img {
  max-width: 40%;
  height: auto;
  border-radius: 8px;
}
.about-us-content .founders .team-wrapper .team-item .team-card:before {
  content: "";
  position: absolute;
  left: -60px;
  top: 98px;
  height: 91%;
  width: 2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2' height='302' viewBox='0 0 2 302' fill='none'%3E%3Cpath d='M1 1L0.999987 301' stroke='%23D4DCE4' stroke-width='2' stroke-linecap='round' stroke-dasharray='10 13'/%3E%3C/svg%3E");
  background-repeat: repeat-y;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 992px) {
  .about-us-content .founders .team-wrapper .team-item .team-card:before {
    content: none;
  }
}
.about-us-content .founders .team-wrapper .team-item .team-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.about-us-content .founders .team-wrapper .team-item .team-info h3, .about-us-content .founders .team-wrapper .team-item .team-info .h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.96px;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .about-us-content .founders .team-wrapper .team-item .team-info h3, .about-us-content .founders .team-wrapper .team-item .team-info .h3 {
    margin-top: 0;
  }
}
.about-us-content .founders .team-wrapper .team-item .team-info .role {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.64px;
  margin-bottom: 20px;
  display: block;
}
.about-us-content .founders .team-wrapper .team-item .team-info p {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: justify;
}
@media (max-width: 992px) {
  .about-us-content .founders .team-wrapper .team-item .team-info p:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .about-us-content .founders .team-wrapper .team-item .team-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .about-us-content .founders .team-wrapper .team-item .team-card img {
    max-width: 100%;
  }
}
.about-us-content .founders .team-wrapper .team-item:last-child .team-card:before {
  height: 78%;
}

body:has(.contents--terms, .contents--cookie, .contents--privacy) .navbar {
  border-bottom: 1px solid #D4DCE4;
  position: fixed;
  width: 100%;
  background: white;
  z-index: 9;
}

.contents--terms > .container, .contents--cookie > .container, .contents--privacy > .container {
  padding: 138px 182px 70px 182px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
}
@media (max-width: 767px) {
  .contents--terms > .container, .contents--cookie > .container, .contents--privacy > .container {
    padding: 110px 20px 50px 20px !important;
  }
}
@media (max-width: 992px) {
  .contents--terms > .container, .contents--cookie > .container, .contents--privacy > .container {
    padding: 120px 80px 60px 80px;
  }
}
.contents--terms > .container p b, .contents--cookie > .container p b, .contents--privacy > .container p b {
  font-weight: 600;
}
.contents--terms .header, .contents--cookie .header, .contents--privacy .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  border-bottom: none;
}
.contents--terms .header > .license, .contents--cookie .header > .license, .contents--privacy .header > .license {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .contents--terms .header > .license, .contents--cookie .header > .license, .contents--privacy .header > .license {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.contents--terms .header > .license > h1, .contents--terms .header > .license > .h1, .contents--cookie .header > .license > h1, .contents--cookie .header > .license > .h1, .contents--privacy .header > .license > h1, .contents--privacy .header > .license > .h1 {
  color: #131316;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.44px;
  margin-bottom: 0;
}
.contents--terms .header > .license > time, .contents--cookie .header > .license > time, .contents--privacy .header > .license > time {
  color: #131316;
  -webkit-font-feature-settings: "liga" off, "clig" off;
          font-feature-settings: "liga" off, "clig" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.contents--terms .header > .parent, .contents--cookie .header > .parent, .contents--privacy .header > .parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  margin-top: 10px;
}
.contents--terms hr, .contents--cookie hr, .contents--privacy hr {
  margin: 0 !important;
  background: #D4DCE4;
  height: 1px;
  opacity: 0.15;
}
.contents--terms .title,
.contents--terms .text, .contents--cookie .title,
.contents--cookie .text, .contents--privacy .title,
.contents--privacy .text {
  color: #131316;
  font-style: normal;
}
.contents--terms .title, .contents--cookie .title, .contents--privacy .title {
  -webkit-font-feature-settings: "liga" off, "clig" off;
          font-feature-settings: "liga" off, "clig" off;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 8px;
}
.contents--terms .text, .contents--cookie .text, .contents--privacy .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: justify;
}
.contents--terms .text--end, .contents--cookie .text--end, .contents--privacy .text--end {
  margin-top: 24px;
}
.contents--terms .text > a, .contents--cookie .text > a, .contents--privacy .text > a {
  color: #148BDF;
  cursor: pointer;
}
.contents--terms .text > a:hover, .contents--cookie .text > a:hover, .contents--privacy .text > a:hover {
  text-decoration: underline;
}
.contents--terms ol, .contents--cookie ol, .contents--privacy ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
  margin-top: 28px;
  padding-left: 16px;
}
.contents--terms ol > li, .contents--cookie ol > li, .contents--privacy ol > li {
  list-style: lower-alpha;
}
.contents--terms ol > li p, .contents--cookie ol > li p, .contents--privacy ol > li p {
  text-align: justify;
}
.contents--terms ol > li::marker, .contents--cookie ol > li::marker, .contents--privacy ol > li::marker {
  font-weight: 600;
}
.contents--terms ol > li > ul, .contents--cookie ol > li > ul, .contents--privacy ol > li > ul {
  margin-top: 0;
  gap: 0;
}
.contents--terms ol > li > ul > li::marker, .contents--cookie ol > li > ul > li::marker, .contents--privacy ol > li > ul > li::marker {
  font-size: 10px;
}
.contents--terms ul, .contents--cookie ul, .contents--privacy ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
  margin-top: 28px;
  padding-left: 25px;
}
.contents--terms ul.normal, .contents--cookie ul.normal, .contents--privacy ul.normal {
  margin-top: 0;
}
.contents--terms ul > li, .contents--cookie ul > li, .contents--privacy ul > li {
  list-style: disc;
  line-height: 24px;
}
.contents--terms ul > li p, .contents--cookie ul > li p, .contents--privacy ul > li p {
  text-align: justify;
}
.contents--terms ul > li a, .contents--cookie ul > li a, .contents--privacy ul > li a {
  color: #148BDF;
}
.contents--terms ul > li a:hover, .contents--cookie ul > li a:hover, .contents--privacy ul > li a:hover {
  text-decoration: underline;
}
.contents--terms ul > li > ul, .contents--cookie ul > li > ul, .contents--privacy ul > li > ul {
  gap: 0;
}
.contents--terms ul > li > ul > li::marker, .contents--cookie ul > li > ul > li::marker, .contents--privacy ul > li > ul > li::marker {
  font-size: 10px;
}
@media (max-width: 767px) {
  .contents--terms table thead, .contents--cookie table thead, .contents--privacy table thead {
    display: none;
  }
  .contents--terms table,
  .contents--terms table tbody,
  .contents--terms table tr,
  .contents--terms table td, .contents--cookie table,
  .contents--cookie table tbody,
  .contents--cookie table tr,
  .contents--cookie table td, .contents--privacy table,
  .contents--privacy table tbody,
  .contents--privacy table tr,
  .contents--privacy table td {
    display: block;
    width: 100%;
  }
  .contents--terms table tr, .contents--cookie table tr, .contents--privacy table tr {
    margin-bottom: 16px;
    border: 1px solid #D4DCE4;
    border-radius: 8px;
  }
  .contents--terms table td, .contents--cookie table td, .contents--privacy table td {
    height: auto !important;
    border: none !important;
    border-bottom: 1px solid #D4DCE4 !important;
    padding: 8px 12px !important;
    position: relative !important;
  }
  .contents--terms table td:last-child, .contents--cookie table td:last-child, .contents--privacy table td:last-child {
    border-bottom: 0 !important;
  }
  .contents--terms table td::before, .contents--cookie table td::before, .contents--privacy table td::before {
    content: attr(data-label);
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
    color: #131316;
  }
}
.contents--terms table, .contents--cookie table, .contents--privacy table {
  width: 100%;
  margin-top: 26px;
}
.contents--terms table > thead > tr > th, .contents--cookie table > thead > tr > th, .contents--privacy table > thead > tr > th {
  background: #F6F9FE !important;
}
.contents--terms table > thead > tr > th,
.contents--terms table tbody > tr > td, .contents--cookie table > thead > tr > th,
.contents--cookie table tbody > tr > td, .contents--privacy table > thead > tr > th,
.contents--privacy table tbody > tr > td {
  height: 54px;
  padding: 0 16px;
  vertical-align: middle;
  border: 1px solid #D4DCE4;
}
.contents--terms strong, .contents--cookie strong, .contents--privacy strong {
  font-weight: 600;
}

.modal-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr;
  grid-template-rows: 0.1fr 0.1fr 0.1fr;
  gap: 21px;
  grid-template-areas: "modal--header" "modal--body" "modal--footer";
  padding: 44px 56px;
  border-radius: 10px;
  background: #FFF;
}
.modal--header {
  grid-area: modal--header;
}
.modal--body {
  grid-area: modal--body;
  height: 100%;
}
.modal--body__title {
  margin-bottom: 8px;
}
.modal--body h3.modal--body__title, .modal--body .modal--body__title.h3 {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.modal--body__text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.modal--footer {
  grid-area: modal--footer;
  gap: 17px;
}
.modal--footer button {
  pointer-events: auto;
  z-index: 1;
  position: relative;
}
.modal--footer button.cancel:hover {
  border: 1px solid #131316 !important;
}
.modal-dialog {
  margin-top: 100px;
  max-width: 556px;
}
.modal-dialog .modal-header {
  border: none;
  padding: 0;
  margin: 21px 0 6px;
  position: relative;
}
.modal-dialog .modal-header .btn-close {
  border: 1px solid var(--base-border);
  border-radius: 100%;
  background-size: 12px;
  width: 15px;
  height: 15px;
  margin-right: 0 !important;
}
.modal-dialog .modal-header .btn-close:hover {
  border: 1px solid var(--main-blue);
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.4891 0.40807C15.9966 0.93243 15.9966 1.7826 15.4891 2.30696L9.87226 8.00363L15.4891 13.7003C15.9966 14.2247 15.9966 15.0749 15.4891 15.5992C14.9816 16.1236 14.134 16.1236 13.6265 15.5992L8.00961 9.90256L2.39272 15.5992C1.8852 16.1236 1.03764 16.1236 0.530118 15.5992C0.0225962 15.0749 0.0225958 14.2247 0.530118 13.7003L6.14699 8.00363L0.530118 2.30696C0.0225959 1.7826 0.0225958 0.93243 0.530118 0.40807C1.03764 -0.11629 1.8852 -0.11629 2.39272 0.40807L8.00961 6.10474L13.6265 0.40807C14.134 -0.11629 14.9816 -0.11629 15.4891 0.40807Z' fill='%23148BDF'/%3e%3c/svg%3e");
}
.modal-dialog .modal-header .modal-title {
  font-size: 22px;
  font-weight: 500;
}
.modal-dialog .modal-header .toast {
  top: 0;
}
.modal-dialog .modal-footer {
  padding-top: 21px;
  border: none;
  gap: 17px;
}
.modal-dialog .icon {
  width: 30px;
  height: 30px;
  fill: var(--main-blue);
}
.modal-dialog .modal-content {
  padding: 44px 56px;
}
.modal-dialog .modal-content .loader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  -webkit-mask: conic-gradient(from 15deg, rgba(0, 0, 0, 0), #000);
  -webkit-animation: l26 2s infinite steps(12);
          animation: l26 2s infinite steps(12);
}
.modal-dialog .modal-content .loader,
.modal-dialog .modal-content .loader:before,
.modal-dialog .modal-content .loader:after {
  background: radial-gradient(closest-side at 50% 12.5%, #79ACF7 96%, rgba(0, 0, 0, 0)) 50% 0/20% 80% repeat-y, radial-gradient(closest-side at 12.5% 50%, #79ACF7 96%, rgba(0, 0, 0, 0)) 0 50%/80% 20% repeat-x;
}
.modal-dialog .modal-content .loader:before,
.modal-dialog .modal-content .loader:after {
  content: "";
  grid-area: 1/1;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.modal-dialog .modal-content .loader:after {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
@-webkit-keyframes l26 {
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes l26 {
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

#warning-message .modal-dialog {
  max-width: 730px;
}
#warning-message .modal-dialog .modal-body {
  padding: 0;
}

#edit-report-name .modal-dialog {
  max-width: 588px;
}
#edit-report-name .modal-dialog .modal-body {
  padding: 0;
  width: 100%;
  max-width: 330px;
  text-align: left;
  margin-top: 10px;
}
#edit-report-name .modal-dialog .modal-body label {
  margin-bottom: 5px;
}
#edit-report-name .modal-dialog .modal-body input[disabled] {
  background-color: var(--ligh-gray-bg);
}
#edit-report-name .modal-dialog .modal-footer {
  width: 100%;
  padding-top: 14px;
}
#edit-report-name .modal-dialog .modal-footer .btn {
  width: 100%;
  max-width: 156px;
}

#verification-from-email, #email-verified-modal {
  --bs-modal-margin: 5.3rem;
}
#verification-from-email .modal-dialog, #email-verified-modal .modal-dialog {
  max-width: 588px;
}
#verification-from-email .modal-dialog .modal-content, #email-verified-modal .modal-dialog .modal-content {
  padding: 44px 56px;
}
#verification-from-email .modal-dialog .modal-content .modal-body, #email-verified-modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}

#successful-submission .modal-dialog {
  max-width: 586px;
}
#successful-submission .modal-dialog .modal-content {
  padding: 44px 55px;
}
#successful-submission .modal-dialog .modal-body {
  padding: 0;
}
#successful-submission .modal-dialog .btn-primary {
  padding: 5px 26px;
}

#support-report > .modal-dialog {
  max-width: 596px;
}
#support-report > .modal-dialog .icon {
  fill: var(--darker-green) !important;
}
#support-report > .modal-dialog .btn-primary {
  padding: 6px 26px;
}

#paymentMethodModal .modal-dialog, #companyDetailsRequired .modal-dialog, #creditCardSelection .modal-dialog {
  margin-top: 150px;
}
/*# sourceMappingURL=../maps/special.min.css.map */
